- (Exam Topic 3)
Which three actions must be completed in a Lightning web component for a JavaScript file in a static resource to be loaded?
Choose 3 answers
Correct Answer:
BCD
- (Exam Topic 3)
A developer migrated functionality from JavaScript demoting to a Lightning web component and wants to use the existing getOpportunities() method to provide data.
Which modification to the method is necessary?
Correct Answer:
A
- (Exam Topic 3)
A developer created an Apex class that updates an Account based on input from a Lightning web component that is used to register an Account. The update to the Account should only be made if it has not already been registered.
What should the developer do to ensure that users do not overwrite each other’s updates to the same Account if they make updates at the same time?
Correct Answer:
A
- (Exam Topic 1)
Which of the following standard fields are indexed? (Choose three.)
Correct Answer:
ABC
- (Exam Topic 3)
A developer created a Lightning web component that allows users to input a text value that is used to search for Accounts by calling an Apex method. The Apex method returns a list of AccountWrappers and is called imperatively from a JavaScript event handler.
Which two changes should the developer make so the Apex method functions correctly?
Choose 2 answers
Correct Answer:
BC