How should the Digital Developer update their sandbox using this staging site export file?
Universal Containers created a site export file from staging in the global export directory. How should the Digital Developer update their sandbox using this staging site export file? A. Perform a data replication from staging. B. Use the Site Development > Site Import & Export Business Manager module. C. Download the site export file and […]
Which business goal does this accomplish?
A Digital Developer selects “Show Orderable Products Only” in the Search > Search Preferences Business Manager module. Which business goal does this accomplish? A. Exclude products from search results if Available to Sell (ATS) = 0. B. Exclude back-ordered products from showing on the website. C. Block displaying the product detail page if Available to […]
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
Which line of code creates a content slot that can be included on homepage.isml to display on the home page? A. <isslot id=”my_banner ” description=”for home page” type=”global” context=”content” context-object=”${pdict.ContentSearchResult.content}”/> B. <isslot id=”my_banner ” description=”for home page” type=”global” context=”homepage”/> C. <isslot id=”my_banner ” description=”for home page” context=”global”> D. <isslot id=”my_banner ” description=”for home page” context=”global” […]
What happens if the log file size limit is reached in custom logging?
What happens if the log file size limit is reached in custom logging? A. Logging is suspended for the day. B. Logging is suspended for two hours. C. The log file is deleted and recreated from scratch. D. The log file rolls over and the last used log is overwritten. Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FSiteDevelopment%2FUnderstandingLogFiles.html
Which service type should the Developer register?
A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded. Which service type should the Developer register? A. FTP B. SOAP C. HTTP Form D. WebDAV