- (Exam Topic 1)
What is the correct order of execution for Visualforce Page "get" requests (initial page visit)?
Correct Answer:
C
- (Exam Topic 1)
What Visualforce tag can be used to display custom messages in pages using the Salesforce Ul styling for errors, warnings, and other types of messages?
Correct Answer:
D
- (Exam Topic 2)
A developer needs to store variables to control the style and behavior of a Lightning Web Component. Which feature should be used to ensure that the variables are testable in both Production and all Sandboxes?
Correct Answer:
A
- (Exam Topic 1)
A company wants to incorporate a third-party web service to set the Address fields when an Account is inserted, if they have not already been set. What is the optimal way to achieve this?
Correct Answer:
B
- (Exam Topic 1)
A developer has a page with two extensions overriding the Standard controller for Case.
What will happen when a user clicks the command button?
Correct Answer:
D