Salesforce Certified Development Lifecycle and Deployment Architect — Question 3

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: C, D

Explanation

The correct answers are C and D because testing packages in a safe environment ensures they work as intended before going live, and checking the metadata coverage report helps identify which features can be utilized in packages. Options A and B are incorrect as they suggest poor practices; a monolithic package can lead to challenges in maintenance and version control is essential even when using packages.