- (Exam Topic 3)
Refer to the code snippet below:
A custom object called Credit_Memo_c exist in a Salesforce environment. As part of a new feature development that retrieves and manipulates this type of record, the developer needs to ensure race conditions are prevented when a set of records are modified within an Apex transaction.
In the preceding Apex code, how can the developer alter the query statement to use SOQL features to prevent race condition within a transaction?
A)
B)
C)
D)
Correct Answer:
C
- (Exam Topic 1)
What is a benefit of JavaScript remoting over Visualforce Remote Objects?
Correct Answer:
A
- (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)
What are three benefits of using declarative customizations over code? Choose 3 answers
Correct Answer:
BDE
- (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