Free Platform-Developer-II Exam Dumps

Question 96

- (Exam Topic 1)
A company processes Orders within their Salesforce instance. When an Order's status changes to 'Paid' it must notify the company's order management system (OMS). The OMS exposes SOAP web service endpoints to listen for when to retrieve the data from Salesforce. What is the optimal method to implement this?

Correct Answer:D

Question 97

- (Exam Topic 1)
A Visualforce page needs to make a callout to get biding information and tax information from two different REST endpoints. The information needs to be Displayed to the user at the same time and the return value of the billing information contains the input for the tax information callout. Each endpoint might take up to two minutes to process.
How should a developer implement the callouts?

Correct Answer:A

Question 98

- (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 99

- (Exam Topic 1)
What is the transaction limit on the number of Apex jobs added to the queue?

Correct Answer:C

Question 100

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

Correct Answer:BD