QuestionQ53

Continuous Integration Techniques

Universal Containers (UC) is undertaking an enterprise Salesforce transformation journey. UC wants to streamline and automate deployments to different sandboxes during the build phase. After customer acceptance in UAT, the company also requests automated production deployment.

As the deployment architect, what should be recommended to meet the customer requirements?

  • A Recommend using SFDX and documents the deployment commands with steps to be executed for each environment.
  • B Recommend using the Continues integration and the Continues deployment tool and build the pipeline to deploy to sandboxes and production.
  • C Recommend using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result.
  • D Recommend using the ANT script and build a custom application to run the script and use change sets to deploy supported metadata.
Explanation

A continuous integration and continuous deployment (CI/CD) pipeline automates building, testing, and promoting the same release through sandbox environments and into production after the required acceptance gate. Salesforce describes continuous deployment as automatically deploying deliverables across environments, including UAT and production, and recommends CI workflows that use automated deployment and testing.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!