- (Exam Topic 2)
A developer needs to implement a system audit feature that allows users, assigned to a custom profile named "Auditors", to perform searches against the historical records in the Account object. The developer must ensure the search is able to return history records that are between 12 and 24 months old.
Given the code below, which select statement should be inserted below as a valid way to retrieve the Account History records ranging from 12 to 24 month old?
A)
B)
C)
D)
Correct Answer:
D
- (Exam Topic 1)
What is a consideration when using bind variables with dynamic SOQL? (Choose two.)
Correct Answer:
AD
- (Exam Topic 1)
What is a potential design issue with the following code?
Correct Answer:
D
- (Exam Topic 3)
A developer creates a Lightning web component to allow a Contact to be quickly entered- However, error messages are not displayed.
Which component should the developer add to the form to display error messages?
Correct Answer:
C
- (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