Platform-Developer-II Dumps

Platform-Developer-II Free Practice Test

Salesforce Platform-Developer-II: Platform Developer II

QUESTION 36

- (Exam Topic 3)
A developer is asked to look into an issue where a scheduled Apex is running into DML limits. Upon investigation, the developer finds that the number of records processed by the scheduled Apex has recently increased to more than 10,000.
What should the developer do to eliminate the limit exception error?

Correct Answer: B

QUESTION 37

- (Exam Topic 3)
A software company uses a custom object Defect_c, to track defects in their software, Defect__c has organisation-wide defaults set to private Each Dafect__c has a related list of Reviewer_c records, each with a lookup field to User that is used to indicate that the User will review the Defect_c.
What should be used to give the User on the Reviewer_c record read only access to the Defect_c record on the Reviewer_c record?

Correct Answer: A

QUESTION 38

- (Exam Topic 1)
A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then make a callout to a RESTful web service. The web service can only receive, at most, one record per call. Which feature should be used to implement these requirements?

Correct Answer: D

QUESTION 39

- (Exam Topic 1)
A Developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the best way to implement this?

Correct Answer: A

QUESTION 40

- (Exam Topic 1)
Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?

Correct Answer: A