Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Apr-2024 Industries-CPQ-Developer Study Material, Preparation Guide and PDF Download [Q82-Q103]

Share

Apr-2024 Industries-CPQ-Developer Study Material, Preparation Guide and PDF Download

Free Industries-CPQ-Developer Certification Sample Questions with Online Practice Test


Earning the Salesforce Industries-CPQ-Developer certification demonstrates to employers and clients that the candidate possesses the skills and knowledge required to design and implement CPQ solutions using Salesforce Industries. Salesforce Certified Industries CPQ Developer certification also validates the candidate's proficiency in using Salesforce tools and technologies to configure, price, and quote products. Salesforce Certified Industries CPQ Developer certification is highly valued by employers and can lead to career advancement opportunities and higher salaries for CPQ developers working on the Salesforce Industries platform.

 

NEW QUESTION # 82
In Vlocity Context Rules, a rule set must contain more than one rule.

  • A. True
  • B. False

Answer: B


NEW QUESTION # 83
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. Clear the platform cache
  • B. Refresh Pricebook, which runs the ProductHierarchyBatchProcessor job
  • C. Run the Product Hierarchy Maintenance batch job
  • D. No manual action is required

Answer: B,C


NEW QUESTION # 84
What must a developer set to allow a user to modify an attribute in the Cart's configuration window?

  • A. Active property
  • B. Not Hidden property
  • C. Filterable property
  • D. Run-time Configurable property

Answer: A


NEW QUESTION # 85
A product does not need a base price to:
Note: This question displayed answer options in random order when taking this Test.

  • A. Show up as a pricing variable
  • B. Have rules associated with it
  • C. Appear in the cart
  • D. Indicate the type of price it is

Answer: C


NEW QUESTION # 86
When a user performs a search on the product list in Vlocity Cart, which fields are queried?

  • A. List Price
  • B. Product Code
  • C. Product description
  • D. Product Name

Answer: A,D


NEW QUESTION # 87
How do you ensure that the persistent cart (vlcCart) is created in the correct node in the data JSON?

  • A. Specify "vlcPersistentComponent" in the Response JSON Node properly
  • B. Check the Render property for the action that creates it
  • C. Check the Show Persistent Cart property for the action that creates it
  • D. Drag the vlcCart node under the vlcPersistentComponent parent node in the Json editor

Answer: D


NEW QUESTION # 88
Which types of rules can you write using context rules? {Choose TWO)
Note: This question displayed answer options in random order when taking this Test.

  • A. Configuration
  • B. Penalty
  • C. Compatibility
  • D. Qualification

Answer: B,D


NEW QUESTION # 89
What could be wrong if a promotion does not appear THREE) in the Promotions list of the cart? (Choose Note: This question displayed answer options in random order when taking this Test.

  • A. The Effective From date of the promotion is missing.
  • B. The Effective Until date of the promotion is in the past.
  • C. No time policy is assigned to the promotion.
  • D. No time plan is assigned to the promotion.
  • E. The promotion status is not active.

Answer: A,B,C


NEW QUESTION # 90
In Vlocity Context Rules, what is a context mapping?
Note: This question displayed answer options in random order when taking this Test.

  • A. The relational path from a root sObject, such as an Order, to related sObjects, such as Account
  • B. a link to data stored in sObjects, calculated using a function, or typed in during design-time
  • C. A variable that stores rule condition values
  • D. A multi-dimensional array of sObject data

Answer: B


NEW QUESTION # 91
A developer configures a context rule to allow customer with Premium Service Level agreements (SLA) to be eligible for Premium Device products. To test: the rule, the developer creates an order for a Premium SLA customer and configures the order in the Cart. In the Cart, the developer notices the Premium Device product is displayed only under the Disqualified tab and cannot be added to the Cart.
What is causing this issue?

  • A. The rule does not have the active property selected.
  • B. The Clear Managed Platform Cache job has not been run.
  • C. The rule set has not been assigned to the Premium Device product.
  • D. The Product Hierarchy Maintenance job has not been run.

Answer: A


NEW QUESTION # 92
Product cardinality controls which of the following?(Choose TWO)
Note: This question displayed answer options in random order when taking this Test.

  • A. Is discounted based on the quantity
  • B. Is optional
  • C. Is not available to customers in France
  • D. Has a default quantity of 2

Answer: B,C


NEW QUESTION # 93
Which of the following are features of the Product List in Vlocity Cart? (Choose TWO) Note: This question displayed answer options in random order when taking this Test.

  • A. It is based on a specific price list.
  • B. It uses Vlocity Rules to display available and eligible products.
  • C. It is only displayed on the Opportunity tab.
  • D. Allows hierarchical product structures.

Answer: A,B


NEW QUESTION # 94
What type of parameter is being used in this example API call:
vlocity_cmt/v3/catalogs/Phonesyoffers?context=fStatus":"Active"J

  • A. Specifying a particular logged-in user
  • B. No parameters are used
  • C. Specifying page size
  • D. Specifying a context

Answer: D


NEW QUESTION # 95
Rules are triggered:
Note: This question displayed answer options in random order when taking this Test.

  • A. In alphabetical order
  • B. When the "Validate Cart" button is clicked
  • C. Only when they are in a flow
  • D. When the interface is triggered
  • E. Based on user language settings

Answer: D


NEW QUESTION # 96
What determines the explanation for the discounted price of a child product in a promotion?
Note: This question displayed answer options in random order when taking this Test.

  • A. The promotion code
  • B. The display text associated with the price adjustment or override
  • C. The promotion description
  • D. The display text associated with the base price
  • E. The display text associated with the time policy

Answer: B


NEW QUESTION # 97
In Vlocity Context Rules, where do you specify the initialization policy?
Note: This question displayed answer options in random order when taking this Test.

  • A. Context dimension
  • B. Rule condition
  • C. Context mapping
  • D. Context scope

Answer: C


NEW QUESTION # 98
The "Take Me There" icon in Vlocity Cart does what?
Note: This question displayed answer options in random order when taking this Test.

  • A. Navigates the user to the Line Item details Modal and highlights lines that require configuration
  • B. Opens the Price List associated with the cart line items
  • C. Returns the user to the Order Detail page to correct configuration errors
  • D. Takes the user to the Product Catalog

Answer: A


NEW QUESTION # 99
What does the affectivity date for a product's price list entry control?

  • A. Whether a pricing element can be paired with a pricing variable
  • B. Whether an adjustment or an override can be used to discount the product
  • C. Whether the product displays in the Products list of the cart
  • D. Whether a pricing element is used or not

Answer: C


NEW QUESTION # 100
A product manager wants to create a product bundle that can only be ordered between January 5th and January
31st.
How should the developer configure the product bundle to meet this requirement?

  • A. Set the Selling Start Date to January 5 and the Selling End Date to January 31
  • B. Enable the Active property on January 5 and disable the Active property on January 31
  • C. Set the Fulfillment Start Date to January 4, Selling Start Date to January 5, and the End at life Date February 1
  • D. Set the Fulfillment Start Date to January 5 and the End of Life Date to January 31

Answer: A


NEW QUESTION # 101
In order to filter product attributes, the API name of the JSONAttribute field must be specified in the Attribute Lookup Field Name of the Entity Filter.

  • A. False
  • B. True

Answer: B


NEW QUESTION # 102
What can you set using the cardinality of a promotion's child product? (Choose THREE) Note: This question displayed answer options in random order when taking this Test.

  • A. Whether the price of the product rolls up into the total for the promotion
  • B. The maximum amount of the product that can be purchased
  • C. The minimum amount of the product that can be purchased
  • D. Whether the product is optional for purchase

Answer: B,C,D


NEW QUESTION # 103
......


Earning the Salesforce Industries-CPQ-Developer certification demonstrates an individual's expertise in the Salesforce Industries CPQ platform. It is a valuable credential for professionals who work in sales, pricing, and product management roles. Salesforce Certified Industries CPQ Developer certification can help individuals to advance their careers by demonstrating their skills and knowledge in a highly sought-after area of expertise.

 

Industries-CPQ-Developer  Certification Study Guide Pass Industries-CPQ-Developer Fast: https://passguide.vce4dumps.com/Industries-CPQ-Developer-latest-dumps.html