Universal Containers wants to add a model field to each product. Products will have locale-specific model values. How should the Digital Developer implement the requirement?
A.
Utilize resource bundles for translatable values.
B.
Set the model field as a localizable attribute.
C.
Store translated model values in different fields; one field for each locale.
D.
Add model to a new custom object with localizable attributes.
Store translated model values in different fields; one field for each locale.
A Digital Developer must resolve a performance issue with product tiles. The Developer determines that the
product tiles are NOT being cached for a long enough period.
Which two methods can the Developer use to verify the cache settings for the product tiles? (Choose two.)
A.
Enable cache information in the storefront toolkit and view the cache information for the product tile.
B.
View the cache information provided by the Merchant Tools > Technical Reports Business Manager
C.
View the product list page cache settings provided in the Administration > Manage Sites Business
Manager module.
D.
Enable the template debugger to verify the cache times for the producttile.isml template.
Enable cache information in the storefront toolkit and view the cache information for the product tile.
View the product list page cache settings provided in the Administration > Manage Sites Business
Manager module.
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option B
Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? (Choose two.)
A.
Change the slot’s configuration content type to “products.”
B.
Change the slot’s configuration content type to “recommendations.”
C.
Change the slot’s configuration template to the appropriate rendering template.
D.
Delete the existing content asset
Change the slot’s configuration content type to “recommendations.”
Change the slot’s configuration template to the appropriate rendering template.
A Digital Developer needs to add logging to the following code:
Which statement logs the HTTP status code to a debug-level custom log file?
A.
logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: ", http.statusCode);
B.
logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
C.
Logger.getLogger().debug("Error retrieving profile email, Status Code: {0} was returned.",
http.statusCode);
D.
Logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: {0} was returned.",
http.statusCode);
logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
Page 8 out of 42 Pages |
Previous |