In Vlocity Rules, what type of rule can evaluate order line items?
Note: This question displayed answer options in random order when taking this Test.
A. Advanced Rule - Configuration Validation (Compatibility)
B. Context Rule - Qualification
C. Advanced Rule - Eligibility
D. Advanced Rule - Availability
When Vlocity Cart builds the product list, which type of rule is processed first?
Note: This question displayed answer options in random order when taking this Test.
A. Context Rule - Qualification
B. Advanced Rule - Availability
C. Advanced Rule - Eligibility
D. Advanced Rule - Configuration Validation (Compatibility)
The prices of all child products roll up to the promotion total except for optional products that are not being purchased.
A. True
B. False
In Guided Selling, which of these is the class for the remote methods?
Note: This question displayed answer options in random order when taking this Test.
A. done
B. vlcCart
C. CpqAppHandler
D. createCart
E. getCartsltems
F. getCartsProducts
G. putCartsltems
H. postCartsltems
I. checkout
J. submit
How should the developer configure the products to support these requirements following best practices?
A. Create an object type for each phone. Create a Color attribute, and assign it to each of the object types. On each object type, override the default picklist with custom picklist.
B. Create a Color attribute and assign it to an object type. Create products for each phone using the object type, and override the inherited Color attribute's picklist with a custom picklist.
C. Create Product2 record types for each phone. Create a Color attribute and assign it to the record types. Create global picklist for each set of possible colors, and assign the picklist to the record types.
D. Create a Color formula field on the Product2 object. Use a function to display different values depending on a product code lookup.
In Vlocity Context Rules, what is a context dimension?
Note: This question displayed answer options in random order when taking this Test.
A. A variable that stores rule condition values
B. A link to data stored in sObjects, calculated using a function, or typed in during design- time
C. The relational path from a root sObject, such as an Order, to related sObjects, such as Account
D. A multi-dimensional array of sObject data
What can a developer use to make sure a subscription ends at the end of the subscription plan?
A. An Effective From date
B. A time policy
C. A time plan
D. An Effective Until date
A developer wants to add product images to a guided selling experience.
What must the developer pass to the getCartsProducts method to enable this?
A. Set the SearchBy parameter to Product2.Images
B. Create a subaction to invoke getProductlmages
C. Set the includeAttachment parameter to true
D. Set the Render property to true
Which two use cases are supported using context rules?
A. If a customer qualifies for a promotion
B. If a penalty applies when cancelling a promotion
C. Modifying product attribute values
D. Requiring another product when a product is added to the cart
E. When one product is added to the card another product is excluded
F. Recommending another product when a product is added to the cart
Where do product images appear in Vlocity Cart?
Note: This question displayed answer options in random order when taking this Test.
A. In the Product Details modal window
B. In the Product List
C. In the Cart's Line Item pane
D. Product images must be configured in Vlocity Cart.