Comm-Dev-101 Exam Question 11

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.js and accountlanding.isml in the app_storefront cartridge. The app_storefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource:int_paypal:app_storefront.
The Developer creates a new cartridge named app_newsite that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?
  • Comm-Dev-101 Exam Question 12

    A developer is using logging in scripts to troubleshoot an issue. They are using the dw.system.Log class to write to specific log levels and categories. Which log level is always enabled by default?
  • Comm-Dev-101 Exam Question 13

    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 WebDAV folder. What could the developer do to correct this issue?
  • Comm-Dev-101 Exam Question 14

    Given a template rendered by a controller with caching and a remote include without caching, which situation applies?
  • Comm-Dev-101 Exam Question 15

    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 WebDAV folder. Which two tasks does the developer need to perform to correct this issue? Choose 2 answers