B2C-Commerce-Developer 無料問題集「Salesforce Certified B2C Commerce Developer」

The developer wants to be able to view DEBUG
The developer wants to be able to view DEBUG level messages for myLogCategory in the Request Log tool.
Given the custom log configurations in the image above, what does the developer need to do to accomplish this?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A client sells its product in single-brand stores as well as in multi-brand stores. When shown in the store locator list, the client wants the single-brand stores to have a particular background color to highlight them.
Which Business Manager action should be completed to allow the developer to apply different styling to the single-brand stores?
Which Business Manager action should be completed to allow the developer to apply different styling to the single-brand stores?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A merchant has a requirement to sell a combination of four existing products with a unique product ID.
This collection will be known as 'Our Top Combo', and isbase don the merchant's trading information that shows this combination to be in high demand.
What does the developer need to do next to fulfill this requirement?
This collection will be known as 'Our Top Combo', and isbase don the merchant's trading information that shows this combination to be in high demand.
What does the developer need to do next to fulfill this requirement?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer wants to use an external application to manage their stores information (such as opening hours, and so on), and see their changes in their B2C Commerce Staging instance aas son as they are saved.
What is the appropriatetechnique the developer should perform to allow the merchant to create a new store in this scenario?
What is the appropriatetechnique the developer should perform to allow the merchant to create a new store in this scenario?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer set up a newsite with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?
Which sequence of steps is necessary to change the site to gross taxation?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
To ensure SFRA best practices and protect against request forgery, the developer introduced CSRF token generation in the customer address form:
<form ... action = "submit">
<input name ="${dw.web.CSRFProtection.getTokenName()}"
value = "${dw.web.CSRFProtection.generateToken()">
...
<the rest of the Form fields>
...
</form>
To implement CSRF protection when the form is submitted, the developer needs to introduce the CSRF validation using one or both of these methods as applicable:
validateRequest
validateAjaxRequest
Where in the code does the developer need to add this CSRF validation check?
<form ... action = "submit">
<input name ="${dw.web.CSRFProtection.getTokenName()}"
value = "${dw.web.CSRFProtection.generateToken()">
...
<the rest of the Form fields>
...
</form>
To implement CSRF protection when the form is submitted, the developer needs to introduce the CSRF validation using one or both of these methods as applicable:
validateRequest
validateAjaxRequest
Where in the code does the developer need to add this CSRF validation check?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)