- (Exam Topic 3)
A developer wrote the following method to find all the test accounts in the org:
What should be used to fix this falling test?
Correct Answer:B
- (Exam Topic 1)
The "action" attribute on
Correct Answer:A
- (Exam Topic 1)
A developer is writing unit tests for the following method:
Which assertion would be used in a negative test case?
Correct Answer:C
- (Exam Topic 2)
A company has many different unit test methods that create Account records as part of their data setup. A new required field was added to the Account and now all of the unit tests fail. What is the optimal way for a developer to fix the issue?
Correct Answer:C
- (Exam Topic 3)
A business currently has a process to manually upload orders from its external Order Management System (OMS) into Salesforce.
This is a labor intensive process since accounts must be exported out of Salesforce to get the IDs. The upload file must be updated with the correct account IDs to relate the orders to the corresponding accounts.
Which two recommendations should make this process more efficient? Choose 2 answers
Correct Answer:BC
- (Exam Topic 1)
A Developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the best way to implement this?
Correct Answer:A