- (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
- (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 3)
A developer receives an error when trying to call a global server-side method using the @remoteAction decorator. How can the developer resolve the error?
Correct Answer:
A
- (Exam Topic 3)
Universal Containers wants to use a Customer Community with Customer Community Plus licenses to allow their customers access to track how many containers they have rented and when they are due back. Universal Containers uses a Private sharing model for External users.
Many of their customers are multi-national corporations with complex Account hierarchies. Each account on the hierarchy represents a department within the same business.
One of the requirements is to allow certain community users within the same Account hierarchy to see several departments' containers, based on a custom junction object that relates the Contact to the various Account records that represent the departments.
Which solution solves these requirements?
Correct Answer:
C
- (Exam Topic 1)
What are three benefits of using static resources in Visualforce and Lightning Components? Choose 3 answers
Correct Answer:
ADE