00:00

QUESTION 66

- (Exam Topic 3)
Which statement is considered a best practice for writing bulk safe Apex Triggers?

Correct Answer: C

QUESTION 67

- (Exam Topic 1)
A developer is creating unit tests for code that makes SOAP web service callouts. The developer needs to insert some test data as a part of the unit tests setup.
What are three actions to enable this functionality? (Choose three.)

Correct Answer: ACD

QUESTION 68

- (Exam Topic 3)
Users upload .csv files in an external system to create account and contact records in Salesforce. Up to 200 records can be created at a time. The users need to wait for a response from Salesforce in the external system, but the data does not need to synchronize between the two systems.
Based on these requirements, which method should a developer use to create the records in Salesforce?

Correct Answer: D

QUESTION 69

- (Exam Topic 3)
Consider the following code snippet:
Users of this Visualforce page complain that the page does a full refresh every time the Search button is pressed.
What should the developer do to ensure that a partial refresh is made so that only the section identified with opportunity List is re-drawn on the screen?

Correct Answer: B

QUESTION 70

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

Correct Answer: C