nerdexam
Salesforce

ARC-300 · Question #1

ARC-300 Question #1: Real Exam Question with Answer & Explanation

Sign in or unlock ARC-300 to reveal the answer and full explanation for question #1. The question stem and answer options stay visible for context.

Question

The storefront integrates with a REST based Address verification service (AVS) that uses token based security. The sequence of calls in the API documentation for this AVS looks like the following: 1. Client authentication call, which contains the merchantId and secret in a GET request and returns a token in the response. 2. Address verification call, which contains the token and the address to verify in a POST request. Once the token is obtained, it is valid for hours and it is not needed to request a new one for subsequent address verification calls, the AVS charges for every request made no matter if it is client authentication call or address verification call. Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers

Options

  • AApply page caching to the client authentication controller that is used with AJAX.
  • BObtain the token from local storage of the browser and update it once It expires.
  • CObtain the token from a custom cache before making the client authentication call.
  • DUse HTTPService caching for the client authentication call.
  • EUse a job to store and update the token in a custom object that is used from the storefront code

Unlock ARC-300 to see the answer

You've previewed enough free ARC-300 questions. Unlock ARC-300 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full ARC-300 Practice