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.View...

January 9, 2021 No Comments READ MORE +

Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)

Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)A . Content slotsB . Images and other static assetsC . ProductsD . FoldersE . Content assetsView AnswerAnswer: A,C,D

January 8, 2021 No Comments READ MORE +

What is required to accomplish this?

Universal Containers wants to associate a region code value with an order to indicate the general area of its destination. This region code must be accessible whenever the order history is displayed. What is required to accomplish this?A . Store the region code value in a session variable.B . Define...

January 7, 2021 No Comments READ MORE +

Which code creates a custom object?

A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?A . CustomObject.createCustomObject(CustomObjectType,primaryKey);B . CustomObject.createCustomObject(primaryKey,CustomObjectType);C . CustomObjectMgr.createCustomObject(primaryKey);D . CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)View AnswerAnswer: A

January 7, 2021 No Comments READ MORE +

Which two solutions are possible options to reduce the unavailability of the service?

A Digital Developer is inspecting the weekly service status report for a critical internally-hosted web service used in the application and notices that there are too many instances of unavailability. Which two solutions are possible options to reduce the unavailability of the service? (Choose two.)A . Modify the code that...

January 6, 2021 No Comments READ MORE +

Which link function generates the correct link?

A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions. Which link function generates the correct link?A . $include(‘Page-Include’, ‘cid’, ‘terms-and-conditions’)$B . $http(‘Content-Page’, ‘cid’, ‘terms-and-conditions’)$C . $httpUrl(‘Content-Show’, ‘cid’, ‘terms-and-conditions’)$D . $url(‘Page-Show’, ‘cid’, ‘terms-and-conditions’)$View...

March 16, 2020 1 Comment READ MORE +

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...

March 15, 2020 No Comments READ MORE +

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 . FTPB . SOAPC . HTTP FormD . WebDAVView AnswerAnswer: C

March 15, 2020 No Comments READ MORE +

Given the file structure below, which ISML method call renders the customLandingPage template?

Given the file structure below, which ISML method call renders the customLandingPage template? A . ISMB . renderTamplate(‘cartridge/templates/default/content/custom/customLandingPage’);C . ISML(‘content/custom/customLandingPage’);D . ISME . render(‘content/custom/customLandingPage’);F . ISMG . renderTemplate(‘content/custom/customLandingPage’);View AnswerAnswer: D Explanation: Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC4/index.jsp?topic=% 2Fcom.demandware.dochelp%2FDWAPI%2Fscriptapi%2Fhtml%2Fapi%2Fclass_dw_template_ISML.html

March 13, 2020 1 Comment READ MORE +

Which modification should be made to the new cartridge path?

A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountControl.jsand accountlanding.isml in the app_storefrontcartridge. The app_storefrontcartridge contains code for all other business functions. The...

March 12, 2020 No Comments READ MORE +