- (Exam Topic 3)
A developer is creating a page in App Builder that will be used in the Salesforce mobile app.
Which two practices should the developer follow to ensure the page operates with optimal performance? Choose 2 answers
Correct Answer:
BD
- (Exam Topic 1)
During the order of execution of a Visualforce page GET request, what happens after this step? Evaluate constructors on controllers and extensions
Correct Answer:
A
- (Exam Topic 1)
A managed package uses a list of country ISO codes and country names as references data in many different places.. managed package Apex code.
What is the optimal way to store and retrieve the list?
Correct Answer:
C
- (Exam Topic 1)
What is the best practice to initialize a Visualforce page in a test class?
Correct Answer:
C
- (Exam Topic 1)
Given a list of Opportunity records named opportunityList, which code snippet is best for querying all Contacts of the Opportunity's Account?
A)
B)
C)
D)
Correct Answer:
A