- (Exam Topic 1)
A developer has been asked to create code that will meet the following requirements: Receives input of: Map
Performs a potentially long-running callout to an outside web service Provides a way to confirm that the process executed successfully Which asynchronous feature should be used?
Correct Answer:
D
- (Exam Topic 1)
What tool in the Developer Console contains information on SOQL query Cardinality?
Correct Answer:
D
- (Exam Topic 1)
If you wanted to create a record following the update of another (with data from the source object), what is the most customizable approach?
Correct Answer:
B
- (Exam Topic 3)
There are user complaints about slow render times of a custom data table within a visualforce page that loads thousands of Account records at once.
What can a developer do to help alleviate such issues?
Correct Answer:
C
- (Exam Topic 1)
A company represents their customers as Accounts that have an External ID field called
Customer_Number____c. They have a custom Order (Order____c) object, with a Lookup to Account, to represent Orders that are placed in their external order management system (OMS). When an order is fulfilled in the OMS, a REST call to Salesforce should be made that creates an Order record in Salesforce and retates it to the proper Account. What is the optimal way to implement this?
Correct Answer:
B