Salesforce Certified Development Lifecycle and Deployment Designer — Question 17

Universal Containers (UC) is a high-tech company using SFDX tools and methodologies for its Salesforce development. T UC has moved some of its code and configuration to Unlocked Packages.
Which two best practices should an architect recommend to support UC’s new package development strategy? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because moving everything into a single monolithic package can simplify management but may not be the best practice for modular development. Option D is correct as testing packages in a controlled environment ensures stability before they are introduced to production. Options A and C are incorrect; consulting the metadata coverage report is a best practice, and version control is essential for tracking changes even when using packages.