How many current and saved orders does ATG allow a user profile to have?
A. ATG allows one current order and one saved order per user profile.
B. ATG allows one current order and a collection of saved orders per user profile.
C. ATG allows multiple current orders and a collection of saved orders per user profile.
D. Only one order can exist for a Give user profile in ATG. There is no support for saved orders.
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.
Which component should a shareable component be registered with?
A. /atg/multisite/SiteGroupManager
B. /atg/multisite/SiteConfiguration
C. /atg/multisite/SharedComponentConfiguration
D. /atg/nucleus/multisite
Each of the stock levels has a threshold associated with it. When a stork level reaches the threshold, what is the default behavior?
A. An event is generated.
B. ATG stops any customer from checking out the SKU.
C. ATG stops showing the SKU as orderable.
D. Thresholds are not used in ATG. They are legacy code for backward compatibility.
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.
Which three methods are recommended for removing a profile marker from the profile?
A. the "deleteMarkers" method on the atg.markers.userprofiling.ProfileMarkerManager class
B. Use a scenario with tin- "Remove markers from profile" action.
C. Use the ProfileMarkerDmplot.
D. Use the RemoveAllMarkersFromProfileDroplet.
E. Profile markers are automatically deleted at the end of the session.
In an ATG multisite installation, identify three strategies that ATG employs to determine request is associated with.
A. sticky session based
B. sticky site parameter based
C. domain based
D. path based
E. configuration File
What does the following item-descriptor demonstrate?
A. Transient properties
B. Item descriptor inheritance
C. On-to-many relationship
D. One-to-one relationship
Examine this scenario:
*
Joe adds an existing asset to a new project.
*
You add the same asset to a different project
*
Joe edits his working version of the asset and deploys his project.
*
The assets in Joe's project are checked in and constitute a new base version of those assets.
What is the expected default behavior of the BCC?
A. You must resolve the conflict before a production deployment can be made.
B. Your project will need to be started over again as there is a version conflict.
C. You can deploy your project to production but you must resolve the conflict before you can check your changes in.
D. The deployment will start but will not complete throwing a version mismatch exception that needs to be resolved by the administrators.
E. Joe will not be able to use the same asset in a different project.
What must you configure for ATG to charge the payment on the first shipment?
A. Configure settlementStep in PaymentManager.
B. This is handled OOTB. ATG always settles on last shipment in accordance with PCI compliance.
C. Configure SettleOnFirstShipment on OrderFulfiller.
D. Nothing, ATG assumes settlement was done when order was placed.
E. Write custom code in HardgoodFulfiller.