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

Universal Containers wants to add a model field to eachproduct. Products will have locale-specific model values.
How should the Digital Developer implement the requirement?

解説: (GoShiken メンバーにのみ表示されます)
A developer is writing a server side script that needs to maintain state across calls. The persistent information needed includes these items.
* The current customer
* Whether or not the customer is authenticated
* The privacy attributes (such as tracking consent or cookie policy)
Which technique should the developer use to maintain state in an efficient and scalable manner that follows best practice?

解説: (GoShiken メンバーにのみ表示されます)
A developer plans to use the /search_suggestion (Shop API) in a Storefront application and the following property must be set to do so suggestion.product.image:view_type What consideration should the developer in keep in mind to ensure that image data is returned correctly as part of search suggestions?

解説: (GoShiken メンバーにのみ表示されます)
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segmentbelow executes.

What is the result'

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.
Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?

解説: (GoShiken メンバーにのみ表示されます)
A Digital Developer extends a system object, Product, andadds a Boolean attribute, "sellable," to it.
Assuming "prod" is the variable name handling the product, what code can the Developer use to access it?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated userswho try to add a coupon are logged out.
The following processing code is found in the Cart.js controller file:

What should the Developer verify to identify the issue?

解説: (GoShiken メンバーにのみ表示されます)
In Log Center, a developer notes anumber of Cross Site Request Forgery (CSRF) log entries. The developer knows that this happens when a CSRF token is either not found or is invalid, and is working to remedy the situation as soon as possible.
Which two courses of action might solve the problem?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A merchant has a new requirement to accept American Express credit cards on its Storefront. A credit card payment method already exists.
Which step must a developer take in Business Manager to achieve this?

解説: (GoShiken メンバーにのみ表示されます)
What is accomplished by the code below?

解説: (GoShiken メンバーにのみ表示されます)
Universal Containers needs to have Apple Pay disabled for the country of Spain.
Which Business Manager module should the Developer use to meet this requirement?

A developer is using the Script Debugger to troubleshoot an issue. They observe that the debugger is not able to resolve a specific breakpoint on one of the scripts. What is a possible reason for this issue?

解説: (GoShiken メンバーにのみ表示されます)
When exporting a price book from an externalsystem, which file format or formats should a developer use so it can be imported into a B2C Commerce site?

解説: (GoShiken メンバーにのみ表示されます)
Given the requirement to add caching toan existing page while adhering to SFRA best practices, which code snippet should be used?

解説: (GoShiken メンバーにのみ表示されます)
A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load product on thepipeline dictionary with the name myProduct.
Which code sample will achieve this?

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