Which two methods are efficient and scalable? (Choose two.)
Answer : C, D
Given the following conditions:
Site export file with a copy of the Storefront data for a custom site
Sandbox with the custom site code, but no Storefront data
Requirement for a working copy of SFRA for development reference
A developer is assigned the following Business manager tasks:
A) Import the custom Site using Site Import/Export
B) Import the SFRA Demo Sites using Site Import/Export
C) Rebuild the custom Site search indexes
In what sequence should the developer perform the tasks, so that the custom Site displays the products as intended?
Answer : D
A client that sells to multiple countries in Europe needs to disable Apple Pay for Denmark.
Which Business Manager module is used to achieve this requirement?
Answer : A
A developer is tasked with implementing the necessary code for a new Page Designer component.
What are the two purposes of the JSON metadata definition file that the developer creates7
Choose 2 answers
Answer : A, D
Given the code snippet aboce, what should be added after this code so it can be used for page
component display?
Answer : D
Universal Containers wants to add a model field to each product. Products will have locale-specific model values.
How should the Digital Developer implement the requirement?
Answer : C
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?
Answer : A