Salesforce Certified Development Lifecycle and Deployment Architect — Question 22

Universal Containers (UC) is working with Salesforce CPQ, which uses configuration SObjects to drive business logic.
What are two best practice recommendations an architect should propose to allow UC to deploy CPQ features as part of their CI/CD process? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Building an Apex framework for deploying CPQ records (option B) is a best practice as it allows for custom deployment logic and handling complex scenarios. Using data loader to deploy CSV files (option C) is also a best practice for bulk data operations in Salesforce. Options A and D, while potentially useful, do not directly align with the specific best practices recommended for deploying CPQ features.