B2C-Commerce-Architect試験無料問題集「Salesforce Certified B2C Commerce Architect 認定」

A developer is remotely fetching the reviews for a product.
Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?

解説: (GoShiken メンバーにのみ表示されます)
During discovery, the customerrequired a feature that is not inducted in the standard Storefront Reference Architecture CSFRA). In order to save budget, the Architect needs to find the quickest way to implement this feature.
What is the primary resource the Architect should use to search for an existing community Implementation of the requested feature?

解説: (GoShiken メンバーにのみ表示されます)
A B2C Commerce Developer has just finished implementing a new promotion code form on checkout. During review, an Architect notes that the form it not using CSRF validation correctly.

Which two options are best practice recommendations for dealing with CSRF validation? Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A developer is checking for Cross Site Scripting (XSS) and found that the quick search is not escaped (allows inclusion of Javascript) in the following script:

How would the developer resolve this issue?

解説: (GoShiken メンバーにのみ表示されます)
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,B,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
The Client is creating a new Storefront and their requirements include:
* ApplePay support
* Log -n through a standard OAuth2 social media account
* One Okie checkout process
* Ay B testing forpromotions
Which two items require technical documentation for customizing the Storefront Reference Architecture?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
An Architect has been asked by the Business to integrate a newpayment LINK cartridge. As part of the integration, the Architect has created four new services to access various endpoints in the integration.
How can the Architect move the new services to Production when the integration is ready for launch?

解説: (GoShiken メンバーにのみ表示されます)