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

A Storefront is designed so that multiple pages share a common header and footer layout.
Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?

解説: (GoShiken メンバーにのみ表示されます)
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:

Which modification allows the requests to successfully execute?

解説: (GoShiken メンバーにのみ表示されます)
A developer has a sandbox with code to log a message during execution, and the following code:
After the code executes the developer does not see any log file with the message in the WebDEV folder.
Which two XML filesshould the developer import using the using-specific Merchant Tools import modules?

解説: (GoShiken メンバーにのみ表示されます)
A developer is asked to write a log containing the ID and name of the product with a variable named myProduct.
Which snippet of code should be used?

What happens if the log file size limit is reached in custom logging?

解説: (GoShiken メンバーにのみ表示されます)
A Newsletter controller contains the following route:
Server.post('Subscribe', function (req,res,next){
var newsletterForm = server.forms.getForm('newsletter');var CustomObjectMgr = require('dw/object/CustomObjectMgr'); if(newsletterForm.valid){ try{ var CustomObject = CustomObjectMgr.createCustomObejct('NewsletterSubscription', newsletterform.email.value); CustomObject.custom.firstName = newsletterForm.fname.value; CustomObject.custom.lastName = newsletterForm.lname.value;-
} catch(e){
//Catch error here
}
}
next();
});
Assuming the Custom Object metadata exists, why does this route fail to render the newsletter template when the subscription form is correctly submitted?

解説: (GoShiken メンバーにのみ表示されます)
A developer wants to configure multiple products that should only be sold as a group. It should not bepossible for buyers to buy these products individually. How should the developer configure the products?

解説: (GoShiken メンバーにのみ表示されます)
A developeris importing edits for two different sites into the same sandbox, and is provided with four different files.
Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules?
Choose 2 answers.

解説: (GoShiken メンバーにのみ表示されます)
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?

解説: (GoShiken メンバーにのみ表示されます)
Which object type can a developer import using the Merchant Tools > Import $ Export module in Business Manager?

解説: (GoShiken メンバーにのみ表示されます)
A developer needs to update the package.json file so that it points to the hock file for a cartridge, using the hooks keyword. Which snippets work correctly when added to the file?:

解説: (GoShiken メンバーにのみ表示されます)
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?

解説: (GoShiken メンバーにのみ表示されます)
The developercreated a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons?

解説: (GoShiken メンバーにのみ表示されます)
A client sells its products in North America, Europe, and Asia, and has a B2C Commerce Site for each of these markets. The client receives three area-specific snippets of analytics code by a third-party provider to insert in the sites.
How should the developer configure an instance to allow the merchant to independently insert and update these snippets?

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