00:00

QUESTION 86

- (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

QUESTION 87

- (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

QUESTION 88

- (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

QUESTION 89

- (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

QUESTION 90

- (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