Which two ASE tasks can be performed from the ACC but not the BCC?
A. creating a custom product catalog
B. creating targeters
C. creating scenarios
D. creating slots
E. creating products and SKUs
Assume that a versioned repository item in your application is not changed on the store serves hut is only changed on the CA Server and published to the store server.
Which caching mechanism should you choose for it on the store server?
A. any of the CA-aware caching modes such as locked, distributed, or hybrid
B. Locked Caching
C. Immutable Item Caching
D. Simple Caching
E. No caching is necessary. Database will cache the Items as they do not change on the server.
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
The design of the OrderFulfiller and the HardgoodFulfiller uses the ClientLockManager to_____________.
A. Prevent one component from processing messages for two different orders at the same time.
B. Send messages out to all components that the order is being modified. Components then appropriate actions
C. help in caching the order for better performance
D. lock the order so the client cannot modify his or her order after it is submitted
Select two features provided by the ATG Personalization module.
A. User Profiling
B. Content Targeting
C. Personalized Returns Handling
D. Purchase Tracking
E. Order Management after order has been placed
In the item descriptor provided, what is the column book_index used for?
A. It is used for storing the database index of the books table.
B. It is used for storing the sequence of books by the author.
C. It is used to store the primary key of the prj_book_author table as the author_id column is not unique.
D. It is a reference to auxiliary table not present in this item descriptor that stores the values.
E. It is a legacy field and not used.
Which three can be used to create valid Nucleus components?
A. any java class
B. any Java class with a public constructor
C. any JavaBean
D. a Java class implementing GenericService
E. a singleton with a private constructor and a getinstance() public method
What role does the Qualifier play in ATG Commerce?
A. It extends Scheduler to reload qualified global promotions.
B. It determines if any Item qualifies for the discount and which pieces should receive the discount.
C. It qualifies the item and then applies the discount to the item.
D. It's a collection class attached to the ItemPricingEngine with a list of qualified items.
When would you use the QueryOptions class?
A. to get database-specific hints for query optimization
B. to limit the size of the result set, direct how the result set should be sorted, and pre cache specified properties
C. for optimization, providing values to parameterized queries, and database hints
D. No such class exists.
What is the state of a newly created order?
A. CREATED
B. INCOMPLETE
C. PROCESSING
D. NO_PENDING_ACTION