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
- A. Move everything in the existing codebase to a single monolithic package.
- B. Version control does not need to be used, as packages manage all the code and configuration.
- C. Test developed packages in test environments before installing to production.
- D. Consult the metadata coverage report to identify features supported by packages.
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.