Salesforce Certified Industries CPQ Developer — Question 32

A developer needs to create a new product bundle that includes a child product. There can only be one child product at a time in the bundle; it must be added automatically to the cart with the parent product. Users should be prevented from deleting it.
How should the developer meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because setting a cardinality of 1, 1, 1 ensures that there is exactly one child product that can be added to the bundle, meeting the requirement of automatic inclusion in the cart. Options B and C do not specifically enforce the single child product rule or its automatic addition, while D does not establish the necessary constraints for child product management.