- (Exam Topic 3)
Universal Containers allows customers to log into a Salesforce Community and update their orders via a custom Visualforce page. Universal Containers' sales representatives can edit the orders on the same Visualforce page.
What should a developer use in an Apex test class to test that record sharing is enforced on the Visualforce page?
Correct Answer:
C
- (Exam Topic 1)
If the "PageReference.setRedirect" Apex function is set to True, what type of request is made?
Correct Answer:
A
- (Exam Topic 3)
Consider the following code snippet:
How should
Correct Answer:
D
- (Exam Topic 1)
A developer created and tested a Visualforce page in their developer sandbox, but now receives reports that users are encountering ViewState errors when using it in Production. What should the developer ensure to correct these errors?
Correct Answer:
B
- (Exam Topic 1)
A customer requires that when the billing address field on an Account gets updated, the address field on all its related contact records should reflect the same update.
How can this requirement be met with minimal customizations?
Correct Answer:
C