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
Identify three methods that are supported by the Out of the Box Form handler RepositoryFormHandler.
A. RepositoryFormHandler does not provide any methods.
B. Create
C. Delete
D. Select
E. Update
F. Select All
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.
What is the outcome when both the SiteScope and SiteIds properties are set on the component?
A. The site scope is set to all the sites by default.
B. The site scope is set to the current site.
C. The siteScope property is ignored.
D. The siteIds property is ignored.
Identify the three ways in which Oracle LiveHelp OnDemand reduces cart abandonment, lifts online sales revenues, and reduces services costs.
A. delivering automated personalized content
B. identifying and proactively engaging at-risk shoppers
C. providing prioritized product recommendations
D. increasing conversion rates and order values
E. deflecting service calls, increasing agent productivity, and increasing first contact resolution
F. scenario-driven merchandising and promotions
How do you define ID as a composite key in the item descriptor of a table?
A.
B. < table name = "doc" type = "primary" id-column-names = "folder_id, doc_id">
C.
D. It is illegal to have a composite key as an ID column.
Which two item descriptors are subtypes of a media item?
A. Media-external
B. Media-internal
C. Media-internal-text
D. Media-image
Identify three key features of Oracle ATG Web Commerce Platform's B2C Commerce module.
A. LiveHelp
B. Abandoned Cart
C. Recovery Purchasing Workflow Management such as support for Purchase Orders and Approvals
D. Pricing and Order engines
E. Scheduled Orders
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")
What is the state of a newly created order?
A. CREATED
B. INCOMPLETE
C. PROCESSING
D. NO_PENDING_ACTION