The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the
Storefront site, the category is not visible.
What are two possible reasons?
A.
The Storefront catalog is offline
B.
The category does not contain available products
C.
The category is not sorted
D.
The category is offline.
The category does not contain available products
A developer has the following files in template/resources:
account.proierties
weight.unit=kilos
account_en.propierties
weight.unit=stones
account_en_US.propierties
weight.unit= pounds
Using the default locale configuration, what is the current outcome of the page that renders the
account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale=
Your parcel weighs 10 ${Resource.msg(‘weight.unit’,’account’)}
A.
Your parcel weighs 10 stones.
B.
Your parcel weighs 10 pounds
C.
Your parcel weighs 10 undefined.
D.
Your parcel weighs 10 kilos
Your parcel weighs 10 stones.
A Digital Developer adds the following line of code to a script.
The code executes without error; however, the log file on disk does NOT contain the log message.
Which two actions should be completed to write the log message to disk? (Choose two.)
A.
Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
B.
Archive old log files to make room in the log directory.
C.
Ensure that the “login” category is added to the Custom Log Filters in the Log Settings Business
Manager module.
D.
Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
Archive old log files to make room in the log directory.
Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written. What must be done in order to use the debugger with the new controller when it is written?
A.
Create and use a new script debug configuration.
B.
Use the existing pipeline debugger.
C.
Modify the debugger configuration and use the existing pipeline debugger.
D.
Create and use a new controller debug configuration.
Modify the debugger configuration and use the existing pipeline debugger.
Given the code snippet aboce, what should be added after this code so it can be used for page
component display?
A.
Base.render = render;
B.
Module.exports.render = render;
C.
Module.exports = render;
D.
Module.exports = server.exports();
Module.exports = server.exports();
Page 5 out of 45 Pages |
Previous |