Universal Containers CUC) is embarked on an enterprise salesforce transformation journey, UC would like to streamline and automate deployment to different sandboxes during the build phase. Upon customer acceptance in UAT, the company requested to automate the production deployment as well. As the deployment architect, what is the recommendation to satisfy the customer requirements?
Correct Answer: A
Explanation The recommendation to satisfy the customer requirements is to use a Continuous Integration and Continuous Deployment tool and build the pipeline to deploy to sandboxes and production. A Continuous Integration and Continuous Deployment tool can automate the process of building, testing, and deploying the changes to different environments, as well as provide feedback and visibility into the deployment status and results. This can help to streamline and accelerate the deployment process, as well as to ensure consistency and quality across the environments. Using SFDX and documenting the deployment commands with steps to be executed for each environment is not a good recommendation, as it still requires manual intervention and execution, which can be error-prone and time-consuming. Using ANT script and building a custom application to run the script and use change sets to deploy supported metadata is not a good recommendation, as it involves using multiple tools and methods, which can increase the complexity and risk of the deployment process. Using an AppExchange solution that packages the deployment components and you can run the deployment wizard to track deployment result is not a good recommendation, as it may not support all the metadata types and features that need to be deployed, and it may not integrate well with the SFDX tools and methodologies that UC is using.
Universal Containers (UC) is preparing for the new Salesforce release in a couple of months, and has several ongoing development projects that may be affected. Which three steps should the team at UC take to prepare for this release? Choose 3 answers
Correct Answer: B,C,D
Explanation Refreshing a sandbox during the release preview window to ensure they have the upcoming release is a step that the team at UC should take to prepare for the new Salesforce release, as it allows them to test their application in an environment that matches the production environment after the upgrade. Running regression tests in an upgraded sandbox to detect any issues with the upgrade is also a step that the team at UC should take to prepare for the new Salesforce release, as it helps them to verify that the existing functionality is not affected by the new features or changes introduced by the upgrade. Reviewing the release notes for automatically-enabled features and technical debt is also a step that the team at UC should take to prepare for the new Salesforce release, as it helps them to understand the impact and benefits of the new features or changes, as well as to identify and resolve any technical debt that may cause issues or conflicts with the upgrade. Contacting Salesforce to schedule a time to upgrade the full sandbox is not a step that the team at UC should take to prepare for the new Salesforce release, as it is not possible to request a specific time for the upgrade of the full sandbox, which is determined by Salesforce and depends on the release window and the pod assignment. Upgrading any SOAP integrations to the newest WSDL as early as possible is not a step that the team at UC should take to prepare for the new Salesforce release, as it is not necessary to upgrade the SOAP integrations to the newest WSDL, unless they want to use the new features or fields introduced by the upgrade. The SOAP integrations will continue to work with the previous WSDL versions, as they are backward compatible.
Universal Containers wants to implement a release strategy with major releases every four weeks and minor releases every week. Major releases follow the Development, System Testing (SIT), User Acceptance Testing (UAT), and Training Minor releases follow Development and User Acceptance Testing (UAT) stages. What represents a valid environment strategy consideration for UAT?
Correct Answer: D
Explanation Minor and Major releases should use the same Full copy sandbox for UAT, as this will ensure that the testing environment is consistent and has the same data and configuration as the production org.
Universal Containers (UC) has been following the Waterfall methodology to deliver customer apps in Salesforce. As the business is growing at scale and with demand to incorporate features and functionality at faster pace, UC is finding the Waterfall approach is not an optimal process, and intends to transition towards an agile development methodology. Which are the two strengths of using an agile development methodology? Choose 2
Correct Answer: B,D
Explanation Agile development methodology allows for frequent and incremental releases of functional code, which enables stakeholders to provide feedback and validate the requirements. Agile development methodology also embraces changes in the project requirements as the business needs evolve, and adapts to them accordingly.
What are three necessary components for establishing a governance framework? Choose 3 answers
Correct Answer: B,C,D
Explanation These are the correct answers because they are essential components of a governance framework that helps to manage the changes and enhancements to the Salesforce application. Requirements management is the process of capturing, analyzing, prioritizing, and tracking the business needs and requests. Change control log is the tool that records and tracks the status of all change requests and approvals. Documentation repository is the central place that stores and organizes all the project artifacts and deliverables. Automated testing and continuous integration are not necessary components of a governance framework, but rather best practices for ensuring the quality and reliability of the code and configuration.