- (Exam Topic 1)
A developer wants to use an Aura Component with a Custom Action. What should be considered in order to do this?
Correct Answer:
B
- (Exam Topic 3)
A company has a custom object. Request__c. that has a field, Completed__c. and a Lookup to Opportunity, Opportunity__c.
Which SOQL query will get a unique list of all of the Opportunity records that have a Completed Request?
A)
B)
C)
D)
Correct Answer:
C
- (Exam Topic 1)
A developer needs to send Account records to an external system for backup purposes. The process must take a snapshot of Accounts as they are saved and then make a callout to a RESTful web service. The web service can only receive, at most, one record per call. Which feature should be used to implement these requirements?
Correct Answer:
D
- (Exam Topic 1)
Which are relevant practices while analyzing the timeline of different types of transactions in the execution overview panel? (Choose two.)
Correct Answer:
AD
- (Exam Topic 3)
A developer has created a Lightning web component that uses the getRecord wire adapter.
Which three things should the developer do in a Jest test to validate the wire method is working as expected? Choose 3 answers
Correct Answer:
ADE