Question: 1/50
A Salesforce team is adopting a DevOps process and wants to reduce merge conflicts and enable parallel feature development. Multiple teams currently work in the same shared development sandbox. What is the recommended approach?
Move development to individual Developer sandboxes or scratch orgs per developer/feature and use version control for integration
Continue using the shared sandbox but enforce strict change windows and a check-out/check-in spreadsheet
Develop directly in Production and use Change Sets to move changes to sandboxes for validation
Use a single Full sandbox for all development to match Production data and reduce surprises