
Real Exam Questions Industries-CPQ-Developer Dumps Exam Questions in here [Apr-2023]
Get Latest Apr-2023 Conduct effective penetration tests using Industries-CPQ-Developer
NEW QUESTION # 40
You want to have more than one promotion to apply to the same bundle of products. What do you need?
- A. Each promotion must apply to the same pricing element
- B. Each promotion must apply to the same base price
- C. Each promotion must apply toThe same bundle
Answer: C
NEW QUESTION # 41
When adof na products to the Cart, the developer notices that nothing renders in the cart. The developer uses the browser console network tab to troubleshoot the issue.
Which method should the developer look for in the responses to begin troubleshooting?
- A. createCart
- B. getCartsItems
- C. getBasketDetails
- D. postCartsItems
Answer: D
NEW QUESTION # 42
Which of the following Attribute Category fields is displayed at run-time during order capture in Vlocity Cart?
Note: This question displayed answer options in random order when taking this Test.
- A. Display Name
- B. Name
- C. Category
- D. No fields are displayed at run-time.
Answer: B
NEW QUESTION # 43
A company has two telesales teams: one that does business in Russian and another that does business in English. The developer decides to enable the multi-language feature in the shared catalog. However, during testing, Russian translations do not display in the Cart.
Which three things should the developer verify?
Choose 3 answers
- A. Users Language is set to Russian.
- B. Russian translations for the products exist in the StringTransIation object.
- C. Russian translations for the products exist in the Translation Workbench.
- D. User's Locale is set to Russian.
- E. The Russian Locale is activated in the Vlocity Locale Code picklist.
Answer: B,D,E
NEW QUESTION # 44
In the context of order cancellation, how is a supplemental order created?
- A. Automatically by OM when an order is canceled
- B. The same way any other order "s created
- C. Automatically by CPQ when an order s canceled
- D. Similar to any other New Order, but the Order Type fId is :e:'Supplemental" in the picklist
Answer: C
NEW QUESTION # 45
Vlocity CME supports which of the following order functionality? (Choose TWO)
Note: This question displayed answer options in random order when taking this Test.
- A. Inventory control orders
- B. Move/Add/Change/Delete or Disconnect (MACD) orders
- C. Modifying "in-flight" or in-progress orders
- D. Asset Based Ordering (ABO)
Answer: B,C
NEW QUESTION # 46
Which context scope allows you to create Account and Contract scopes that are agnostic with regard to the root context scope?
- A. Order
- B. Opportunity
- C. Asset
- D. Any
- E. Quote
Answer: D
NEW QUESTION # 47
Which of these can be used to launch a guided selling process?
- A. Vlocity DX
- B. From the line item actions dropdown menu in Vlocity Cart
- C. A Vlocity action
- D. Using a field on the Order page
Answer: C
NEW QUESTION # 48
A developer has updated the price of a product but still sees the previous price in the Digital Commerce API response.
What job should the developer run to correct this issue?
- A. Populate API Cache job
- B. Regenerate Cached API Records job
- C. Delete Expired API Cache job
- D. Migrate Cache Records job
Answer: B
NEW QUESTION # 49
If you want to limit the duration of a discount on a child product's price, what would you use?
- A. The time policy of the promotion
- B. The time plan on the child product's discount
- C. The time plan on the entire promotion
- D. The override of the child product's cardinality
Answer: B
NEW QUESTION # 50
Which three of the following product relationship types are available when creating a Vlocity Configuration/Validation rule?
Note: This question displayed answer options in random order when taking this Test.
- A. Requires
- B. Optional
- C. Limited Quantity
- D. Suggests
- E. Recommends
- F. Excludes
- G. Not Compatible
Answer: A
NEW QUESTION # 51
What does an attribute binding do?
- A. It binds an attribute to a pricing variable.
- B. It binds an attribute to a picklist.
- C. It binds an attribute to a price list entry,
- D. It binds an attribute to a field.
Answer: D
NEW QUESTION # 52
In order to evaluate product attribute values, what must be set on the entity filter?
- A. Attribute Lookup Field Name
- B. Entity Filter Type
- C. Evaluation Criteria
- D. Formula for Conditions
Answer: D
NEW QUESTION # 53
Before you build a promotion, which of these questions should you answer? (Choose TWO) Note: This question displayed answer options in random order when taking this Test.
- A. Which products have no base price?
- B. How long is the subscription commitment for the promotion?
- C. What billing system is used for each product?
- D. When does the subscription start and end?
Answer: B,D
NEW QUESTION # 54
Which of these can you use in a promotion to change the price of a child product? (Choose TWO
Note: This question displayed answer options in random order when taking this Test.
- A. Adjustment
- B. Different price list
- C. MACD
- D. Override
- E. New order
Answer: A,D
NEW QUESTION # 55
A company wants to offer a promotion only to new customers. The developer builds a context rule to meet this requirement.
The developer creates:
* picklist named Account Status that contains values of New, Active, and Closed
* A context dimension named Account Status and links it to the Account Status picklist
* A context mapping that uses the AnyAccountScope and a source expression of Status__c
* A context rule called "New Customer Accounts" with a rule condition that will evaluate the Account Status context dimension using a Hard Fail Fail Level
* A rule set with a Rule Type=Qualification and an Action Taken=Qualify, adds the context rule to it, and then adds it to the promotion The developer confirms that all context rule components are active and effective. The developer configures an order for a new account in the Cart, but the promotion does not appear in the list of qualified promotions.
What should the developer have done?
- A. Run the Product Hierarchy Maintenance job.
- B. Create a context dimension name without a space.
- C. Set the rule condition to have a Fail Level-Soft Fail.
- D. Set the Rule Type to Evaluation,
Answer: B
NEW QUESTION # 56
A parent/child price list would be useful for: (Choose TWO)
Note: This question displayed answer options in random order when taking this Test.
- A. Changing the pricing of the parent product in a bundle
- B. Changing the pricing of child products in bundles
- C. Creating child price lists for different regions
- D. Applying rules to child price lists
Answer: D
NEW QUESTION # 57
What tasks must be done when new product bundles are added to the product catalog? (Choose TWO) Note: This question displayed answer options in random order when taking this Test.
- A. Refresh Pricebook, which runs the ProductHierarchyBatchProcessor job
- B. Clear the platform cache
- C. No manual action is required
- D. Run the Product Hierarchy Maintenance batch job
Answer: A,D
NEW QUESTION # 58
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.
Answer: B
NEW QUESTION # 59
To ensure a subscription ends at end of the subscription plan, you use:
Note: This question displayed answer options in random order when taking this Test,
- A. An EffectiveFrom date
- B. a time policy
- C. An Effective Until date
- D. A time plan
Answer: B
NEW QUESTION # 60
You want to show a starting price for a bundle with optional child products. What do you need to change?
- A. The base price of the parent product
- B. The display text to show the starting price
- C. The pricing element
- D. Theprice of all child products
Answer: B
NEW QUESTION # 61
A company wants to automatically decrease the price of a smartphone product within specified time frames.
What should a developer configure to meet this requirement?
- A. A promotion and time policies
- B. A price fist entry with affectivity time frames
- C. A context rule on the smartphone product and time policies
- D. Multiple price lists with affectivity time frames
Answer: D
NEW QUESTION # 62
......
Authentic Best resources for Industries-CPQ-Developer Online Practice Exam: https://dumpstorrent.dumpsking.com/Industries-CPQ-Developer-testking-dumps.html
