B2C-Commerce-Developer 無料問題集「Salesforce Certified B2C Commerce Developer」
Server.get('Show', consentTracking.consent, cache.applyDefaultCache, function (req,res,next){ Var Site = require('dw/system/Syte"); Var pageMetaHelpter = require('*/cartridge/scripts/helpers/pageMetaHelper'); pageMetaHelpter.setPageMetaTags(req.pageMetaData, Site.current); res.render('/home/homePage'); Missing code here
}, pageMetadata.computedPageMetadata);
The controller endpoint code snippet above does not work.
Which line of code should the developer use to replace line 6 and correct the problem?
}, pageMetadata.computedPageMetadata);
The controller endpoint code snippet above does not work.
Which line of code should the developer use to replace line 6 and correct the problem?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Consider the following information:
* A merchant has this three-tier category structure setup in the Storefront catalog:
New Arrivals > Women > Clothing
* The category namedClothing has all the clothing items for Women and is merchandised.
* A Search Refinement named Newness is correctly configured for the Clothing category.
When a merchandiser views the Clothing category, the Search Refinement appears and Works as expected.However, the merchandiser does not see the Search Refinement when searching for Clothing via the Storefront search.
What is the Reason?
* A merchant has this three-tier category structure setup in the Storefront catalog:
New Arrivals > Women > Clothing
* The category namedClothing has all the clothing items for Women and is merchandised.
* A Search Refinement named Newness is correctly configured for the Clothing category.
When a merchandiser views the Clothing category, the Search Refinement appears and Works as expected.However, the merchandiser does not see the Search Refinement when searching for Clothing via the Storefront search.
What is the Reason?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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.
![](https://www.jpntest.com/uploads/imgs/B2C-Commerce-Developer V16.35/img_151.jpg)
What is the result'
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.
![](https://www.jpntest.com/uploads/imgs/B2C-Commerce-Developer V16.35/img_151.jpg)
What is the result'
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A developer is asked to create a controller endpoint that will be used in a client-side AJAX request. Its purposes is to displayupdated information to the user when the request is completed, without otherwise modifying the appearance of the current page.
According to SFRA practices, which method best supports this objective?
According to SFRA practices, which method best supports this objective?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
The Home-Show route uses this middleware chain:
![](https://www.jpntest.com/uploads/imgs/B2C-Commerce-Developer V16.35/img_33.jpg)
The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:
![](https://www.jpntest.com/uploads/imgs/B2C-Commerce-Developer V16.35/img_35.jpg)
Assuming the code is correct on both functions, what is the expected result?
![](https://www.jpntest.com/uploads/imgs/B2C-Commerce-Developer V16.35/img_33.jpg)
The developer added Home.;s in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:
![](https://www.jpntest.com/uploads/imgs/B2C-Commerce-Developer V16.35/img_35.jpg)
Assuming the code is correct on both functions, what is the expected result?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Universal Containers specifies a new category hierarchy for navigating thedigital commerce storefront. A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file.
How can other Developerswith sandboxes on the same realm create the same catalog in their own sandboxes?
How can other Developerswith sandboxes on the same realm create the same catalog in their own sandboxes?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A merchant requires that an existing section of the Site become editable from the Business Manager, so that they can modify it independently of the developer.
Which of these is an important factor for a developerto consider when choosing the appropriate solution between a content slot and a Page Designer component?
Which of these is an important factor for a developerto consider when choosing the appropriate solution between a content slot and a Page Designer component?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)