- (Exam Topic 3)
When calling a RESTful web service, the developer must implement two-way SSL authentication to enhance security. The Salesforce admin has generated a self-sign certificate within Salesforce with a unique name of "ERPSecCertificate".
Consider the following code snippet:
Which method must the developer implement in order to sign the HTTP request with the certificate?
Correct Answer:
C
- (Exam Topic 1)
The test method above calls an @future method that increments the Number_of_Times_Viewed___c value. The assertion is failing because the Number_of_Times_Viewed___c equals 0. What is the optimal way to fix this?
Correct Answer:
A
- (Exam Topic 1)
Which interface needs to be implemented by a Lightning Component so that it may be displayed in modal dialog by clicking a button on a Lightning Record page?
Correct Answer:
A
- (Exam Topic 3)
Which annotation should a developer use on an Apex method to make it available to be wired to a property In a Lightning web component?
Correct Answer:
B
- (Exam Topic 1)
When developing a Visualforce page that will be used by a global organization that does business in many languages and many currencies, which feature should be used? (Choose three.)
Correct Answer:
ABD