Platform-Developer-II Dumps

Platform-Developer-II Free Practice Test

Salesforce Platform-Developer-II: Platform Developer II

QUESTION 81

- (Exam Topic 3)
An Apex trigger creates a Contract record every time an Opportunity record is marked as Closed end Won. This trigger is working great, except (due to a recent acquisition) historical Opportunity records need to be loaded into the Salesforce instance.
When a test batch of records are loaded, the Apex trigger creates Contract records. A developer is tasked with preventing Contract records from being created when mass loading the Opportunities, but the daily users still need to have the Contract records created.
What is the most extendable way to update the Apex trigger to accomplish this?

Correct Answer: C

QUESTION 82

- (Exam Topic 1)
Which of the follow be used together in DML operations (transaction)? (Choose two.)

Correct Answer: BD

QUESTION 83

- (Exam Topic 3)
Which two queries are selective SOQL queries and can be used for a large data set of 200,000 Account records? Choose 2 answers

Correct Answer: CD

QUESTION 84

- (Exam Topic 1)
The Bulk API .

Correct Answer: A

QUESTION 85

- (Exam Topic 3)
As part of point-to-point integration, a developer must call an external web service which, due to high demand, takes a long time to provide a response. As part of the request, the developer must collect key inputs from the end user before making the callout.
Which two elements should the developer use to implement these business requirements? Choose 2 answers

Correct Answer: AD