You are creating a primary table and an auxiliary table for an Item descriptor in the versioned schema. What are the properties that must be added to the tables?
A. You only need to add asset_version to both the tables.
B. You need to add asset_version to both the tables. in addition, the primary table required seven other columns, such as version_editable, version_deleted, etc.
C. You need to add asset_version to both the tables. in addition, the auxiliary table requires seven other columns, such as version_editable, version_deleted, etc.
D. You need to add asset_version and seven other columns, such as version_editable, version deleted to both the tables.
E. You need to add asset, version to the primary table and seven columns, such as version_editable, version deleted, etc. to the auxiliary tables.
F. You need to add seven columns, such as version_editable, version deleted, etc. to the primary table and only asset_version to the auxiliary table.
If you want to update the computedCatalogs and parentCatalog properties of a product, which service should you use?
A. ProductUpdateService
B. CatalogGeneratorService
C. AncestorGeneratorService
D. ComputedCatalogService
Which of the following two outcomes are achieved by the following snippet of code?
A. Imports shipping Conf into page Context so you can exclude the full path and use the ShippingConf as short hand
B. Imports Shipping Conf into page Context so you can exclude the full path and use the shipConf as short hand
C. Makes the Shipping Conf available to the EL through the name ShippingConf
D. Imports the ShippingConf to the page and is required to or reference it on the page
E. Allows access to the DSP element through JavaScript or AJAX library
Which Form Handler and Droplet are used to approve or reject an order that is in PENDING_ APPROVAL state?
A. CommitOrderFormHandler, ApprovalRequiredDroplet
B. ApprovalFormHandler, ApprovalRequiredDroplet
C. ApprovalSubFormHandler, ApprovalRequiredDroplet
D. CommitOrderFormHandler, ProcessApprovalDroplet
Identify two ways in which Nucleus components can be configured.
A. using the JMX console of the application server
B. using the BCC
C. manually editing the properties files
D. using the Dynamo Administration UI at /dyn/admin
E. using the ATG Component Configuration Helper Utility
F. using an XML editor
What is the likely outcome when a product's end date is set in the past?
A. ATG automatically stops showing the product when category.ChildProducts is invoked.
B. Developer of the site has to have a rule to check the date and decide if the product can be displayed.
C. ATG deletes the product and hence is never shown on the site.
D. END date is a display only field and has no impact on the product's visibility.
Which component do you need to configure to use a different hardgoodShippingGroup class?
A. OrderManager
B. Order Tools
C. ShoppingCart
D. ATG does not allow you use a different hardgoodShippingGroup
Your company would like to serve personalization content based on the last item viewed by the customer. What is the highest level of scope (Global being highest) that the slot component can have?
A. Global
B. Session
C. Request
D. Window
Which three query types are NOT supported by the SQL repository?
A. includesAll
B. elementAt
C. indexOf
D. starts with
E. ignorecase
What is the state of a newly created order?
A. CREATED
B. INCOMPLETE
C. PROCESSING
D. NO_PENDING_ACTION