Salesforce Certified B2C Commerce Architect (Arch-303) B2C-Commerce-Architect Question # 10 Topic 2 Discussion

Salesforce Certified B2C Commerce Architect (Arch-303) B2C-Commerce-Architect Question # 10 Topic 2 Discussion

B2C-Commerce-Architect Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

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 verificationcall.

Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers


A.

Apply page caching to the client authentication controller that is used with AJAX.


B.

Obtain the token from local storage of the browser and update it once It expires.


C.

Obtain the token from a custom cache before making the client authentication call.


D.

Use HTTPService caching for the client authentication call.


E.

Use a job to store and update the token in a customobject that is used from the storefront code


Get Premium B2C-Commerce-Architect Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.