- (Exam Topic 3)
What can be done to improve the performance of the insert trigger shown above?
A)
B)
C)
D)
Correct Answer:D
- (Exam Topic 1)
A developer encounters an error that states that the Apex heap size is exceeded. Which technique may reduce heap size?
Correct Answer:D
- (Exam Topic 3)
A developer created an Apex class that makes outbound RESTful callout. The following was created to send a fake response in Apex test methods.
Which method can be called to return this fake response in the test methods?
Correct Answer:A
- (Exam Topic 1)
A developer must create a custom pagination solution for accessing approximately 2000 records and displaying 50 records on each page. Data from Salesforce will be accessed via an API and not via Apex.
How can the developer meet these requirements? (Choose two.)
Correct Answer:CD
- (Exam Topic 2)
What should be added to the setup, in the location indicated, for the unit test above to create the controller extension for the test?
A)
B)
C)
D)
Correct Answer:C
- (Exam Topic 1)
A developer created a custom component to display an HTML table. The developer wants to be able to use the component on different Visualforce Pages and specify different header text for the table.
Which tag should the developer use inside the component?
Correct Answer:D