What is the reanimated order?
A. INCOMPLETE orders that have not been checked out by customers and instead have remained idle for a duration of time
B. Previously abandoned orders that have since been modified by the customer in some way, such as adding items or changing item quantities.
C. Previously abandoned orders that have been successfully checked out by the customer.
D. Abandoned orders that have been abandoned for so long that reanimation of the order is no longer considered realistic.
Your site supports configurable commerce Items and you want to enable price list based pricing. How would you configure the /atg/commerce/pricing/ItemPricingEngine?
A. preCalculators=\calculators/ItemListPriceCalculator,\calculators/ConfigurableItemPriceCalculator
B. preCalculators=\calculators/ItemPriceListCalculator,\calculators/ConfigurableItemPriceListCalculators
C. preCalculators=\calculators/ItemPriceListCalculator
D. preCalculators=\atg.commerce/pricing/calculators/ItemListPricecalculator
Which two DSP Tags can specify a tag converter?
A. dsp:valueof
B. dsp:printvalue
C. dsp:include
D. dsp:input
Identify two functions of the Nucleus.
A. Nucleus resolves component names to components.
B. Nucleus provides commerce-specific functionality such as catalog and cart.
C. Nucleus creates and initializes components.
D. Nucleus provides application logging capability such as debug, warning, info, error, and trace
Based on the property definition below, what are the possible values returned by the transaction Type property?
value = "true"/>
A. 1, 2, or 3
B. 999, 998, or 997
C. credit, debit, or purchase
D. 999, 998, and 997 are reserved numbers in ATG and hence cannot be used in enum.
E. Credit, debit, and purchase are reserved names in ATG and hence cannot be used in enum.
What should be done to mark the delivery of a shipping group as shipped?
A. Update the state of the shipping group repository item to SHIPPED.
B. Invoke the shippingGroupHasShipped method on HardgoodFulfiller.
C. Update the state of the order to SHIPPED.
D. No action necessary. Shipping group status is not tracked in ATG.
E. Update the state of the shipping group repository item to PENDING_MCRCHANT_ACTION.
Which two items can only be created in the ATG Control Center (ACC)?
A. User profiles, roles, and organizations
B. Content items
C. Scenarios and slots
D. Content Groups
E. Content Targeters
F. Workflows
Which statement about Importing or exporting ATG promotions is true?
A. Promotions can be imported only into the Asset Management instance of ATG.
B. PromotionImportExportintegrator must be used to map the ATG Commerce Promotions with your external system.
C. The list of promotions exported is controlled by either providing the list of IDs of the promotions to be exported OR by providing an RQL query that returns the required list.
D. You can import only PMDL version 2 (ATG 10 promotions) with the ATG Promotions Import/Export API.
E. Import or Export Closeness Qualifiers is not supported by the ATG Promotions Import/Export API.
What must be configured to share all gift lists across all sites?
A. set /atg/commerce/gifts/GiftlistManager.siteScope=all
B. Make GiftlistManager extend atg.multisite.ShareableSiteGroup.
C. Register GiftListManager with the ATG's SiteManager as Sharable using BCC.
D. Gift lists cannot be shared and are specific to a given site.
Consider the following code snippet:
To get an output of "Joe Bruin", which two methods should the droplet use in the code?
A. getLocalParameter("first") and getLocalParamter("last")
B. getParameter("first") and getLocalParameter("last")
C. getLocalParameter("first") and getParameter("last")
D. getPageParameter("first") and getParameter("last")