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?
B
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The
Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the
Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded?
(Choose three.)
A,D,E
Explanation:
References:
Universal Containers specifies a new category hierarchy for navigating the digital 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 Developers with sandboxes on the same realm create the same catalog in their own
sandboxes?
C
Explanation:
References:
The following code ensures that an address ID CANNOT be used if it is already in use by another
address in the customers address book. There is a problem with the code. The error message for an
invalid address ID is never shown to the user on the form field.
How should the Digital Developer resolve this issue so that the error message is displayed on the
address ID form field?
C
Given the file structure below, which ISML method call renders the customLandingPage template?
D
Explanation:
References:
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?
C
Explanation:
References:
Why should a Digital Developer use ProductSearchModel.getProducts() instead of
Category.getOnlineProducts() to access products?
D
A Digital Developer is adding support for an additional language other than the default. The locale
code for the new language is de.
In which folder should the developer place resource bundles?
C
Explanation:
References:
Assume the code below is executing:
Business Manager has the configuration:
Active Log category is root with log level of info.
Given this information, what is the beginning of the filename in which the log will be written?
D
A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load
product on the pipeline dictionary with the name myProduct.
Which code sample will achieve this?
A
Explanation:
References: