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
Correct Answer: AB
The Personalization module provides features that are specifically designed to support Web site personalization, which is the process of displaying different content to each site visitor depending on his or her preferences and requirements.
Note: In order to create and maintain a personalized Web site, you must make a series of decisions about your site visitors and the content you want to show them; for example, how do you want to segment your site visitors? Do you want to show specific content to different age groups? Do you plan to use a site visitor's income bracket to determine what to show her? And what content, specifically, do you want to show to each group of people?
Once you have planned your approach to the relationship between site visitors and content, you use the ATG Control Center to do the following:
Create profile groups Group similar content items together Match content groups to profile groups Determine the visitor behavior that you will track and use to update profiles
Question 52:
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.
Correct Answer: A
Every inventory item in the repository must have a Long property attached to it that represents the item's stock level threshold. If the stocklevelfalls below this value, an event is triggered.
Question 53:
Which three pricing engines use the Qualifier class to determine the objects to which it should a discount?
A. ItemPricingEngine
B. DiscountPricingEngine
C. OrderPricingEngine
D. PromotionEngine
E. ShippingPricingEngine
Correct Answer: ACE
ATG Commerce provides the following four extensions of the main PricingEngine interface:
*
(A) atg.commerce.pricing.ItemPricingEngine
Provides a price for atg.commerce.order.CommerceItem objects.
*
(C) atg.commerce.pricing.OrderPricingEngine
Provides a price for atg.commerce.order.Order objects.
*
(E) atg.commerce.pricing.ShippingPricingEngine
Provides a price for atg.commerce.order.ShippingGroup objects.
*
atg.commerce.pricing.TaxPricingEngine
Determines tax for atg.commerce.order.Order objects.
Question 54:
Users of your site have provided login and date of birth upon registration. Out of the-box, what is the visibility of these fields to merchandisers?
A. Neither login nor date of birth can be available to merchandisers in BCC. Only Customer Service Reps can view the login using the CSC.
B. Neither login nor date of birth can be available to anyone as per the PCI guidelines.
C. Login is visible to merchandisers, but date of birth is not visible.
D. Login is not visible to merchandisers, but they can see the date of birth and target the users anonymously.
E. Both login and dale of birth are visible to merchandisers in the BCC.
Correct Answer: E
Question 55:
How does a developer preserve request scoped objects on redirects?
A. by adding a_request id parameter to the form as a hidden variable
B. by setting the synchronized attribute to the form tag so the request doesn't close
C. by setting setAllowChangeHeadersDuringRedirect to true on DynamicHTTPServletRequest
D. by calling the SendLocalRedirect() on DynamicHTTPServletRequest object
E. by setting setRequest to current request on the DynamicHTTPServletRequest Object
Correct Answer: A
Preserving request scoped objects on redirects If a request results in a redirect to a local page through the method HttpServletResponse.sendLocalRedirect(), the ATG platform treats the redirect request as part of the original request, and maintains any request-scoped objects associated with that request. To implement this, the ATG platform adds an additional query parameter named _requestid to the redirected URL.
Question 56:
What is the name of the property in the customer profile that contains a list of PromotionStatus Repository Items?
A. customerPromotions
B. activePromotions
C. globalPromotions
D. usedPromotions
Correct Answer: B
A customer's profile has an activePromotions property that contains a list of PromotionStatus RepositoryItems.
Question 57:
Which XML file(s) are loaded by the component/atg/commerce/catalog/ProductCatalog?
A. /atg/commerce/catalog/custom/customCatalog.xml only
B. /atg/commerce/catalog/custom/customCatalog.xml, /atg/commerce/pricing/pricingModels.xml
C. /atg/commerce/catalog/custom/customCatalog.xml, /atg/commerce/pricelists.xml
D. All XMLs that are listed in the XML list of the product catalog component
Correct Answer: D
ATG Consumer Commerce comes with an XML definition file that contains the information for the standard product catalog. A reference to this XML file is found in the /atg/commerce/catalog/ProductCatalog component. The location of this XML file is /atg/commerce/catalog/productCatalog.xml.
Note: ATG Commerce stores its product catalog data in a SQL database and accesses that data via the SQL Repository Adapter. In order for the SQL Repository Adapter to be able to access your product catalog information, all of the information regarding the definition of your item types must be defined in an XML repository template definition file.
Question 58:
In context of Product Comparison, what are the two roles of the Tableinfo component?
A. It is used for the layout of the table showing the product comparison.
B. It provides the information needed to be displayed for comparison such as column header and properties.
C. It provides sorting instructions for the table as displayed on site.
D. It contains locale information for the alternative Product Catalogs used in the site.
Correct Answer: AB
Using TableInfo to Display a Product Comparison List
The ProductList component, which maintains the list of Entry objects in its items property, also includes a reference to a TableInfo object in its tableInfo property. The TableInfo component maintains the display information to compare the products in table form, such as the properties to display in the table, the column headings for the table, and the sorting instructions for the table.
Question 59:
The business requires that only three Items be shown on the page from a slot even though the slot is populated with many more. What are two ways to do this?
A. Not possible. Fix the number of items in the slot.
B. Limit the number of items served in the slot configuration.
C. Set the maxItemsDisplayed property on the store configuration.
D. Advice business to show more as this requirement requires custom code.
E. Limit the number of items displayed in the properties passed to targeting droplets on the page.
Correct Answer: BE
B (not A): You can limit the number of items that can appear in the slot at any one time.
E:
Note: The TargetingForEach servlet bean is a specialized version of the ForEach servlet bean that performs a targeting operation using the targeter component set by its targeter and sourceMap parameters. The TargetingForEach servlet
bean displays every item returned by the targeting operation in the manner specified by its output parameter.
maxNumber
If the maxNumber property is set, the targeter only returns at most maxNumber items in the targeting result set. You can use this property as a precaution to prevent loading potentially large result sets into memory.
Question 60:
Which three statements are true regarding slots and targeters?
A. Slots offer a caching mechanism.
B. Targeters offer a caching mechanism.
C. The TargetingForEach droplet can accept both a slot and a targeter as input
D. Slots can be created and configured in the BCC.
E. Targeters can be created and configured in the BCC.
Correct Answer: ABE
A: With slots, the system can more efficiently cache the items that it shows, which makes displaying them faster.
B: The ATG Personalization module caches (or temporarily stores) the content that it displays after each targeting operation. This behavior allows it to serve the content much faster to the next visitor who matches the targeting criteria.
E: Creating New Targeters
To create a new content targeter that you can use to display appropriate content to specific users.
Etc.
Note:
*
A slot is a Nucleus component that you can use to set up and display a series of personalized content items on one or more Web pages.
*
Targeters can be used to display repository items only. Slots are often used to show repository items (such as images), but you can also use them to display any of the following:
Text strings Dates Numbers (Java types Long and Double)
The type of item that a slot displays is determined by the developer who creates the slot component. Note, however, that a single slot can display only one type of item; for example, a slot cannot contain both a repository item and a date.
* You can include slots in scenarios, giving you greater control over the circumstances in which they are displayed. For example, you could include Time elements in a scenario that change the slots after a specific period. Using scenarios, you can also set up a type of slot called an active slot that requests its own content, or use another scenario events to determine the content of a slot.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-510 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.