Universal Containers (UC) is considering updating their Salesforce Release Management process. Which three best practices should UC consider for Release Management? Choose 3 answers
A. Design the right sandbox strategy for the release.
B. Release sign-off is only required for Production.
C. Regression testing is mandatory for each release.
D. Maintain a pre/post deployment checklist for each release.
E. Publish a release calendar for each phase of the release.
Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a new field to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Choose 2 answers
A. Use a Change Set to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on
B. Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on
C. Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
D. Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
Universal Containers CUC) has developed extensions of Salesforce Service Cloud for the use of its customer service teams using the change set development model. Recently, UC acquired a company that develops extensions of an AppExchange app. The development team of the acquired company uses the org development model. The Universal Containers CTO wants both teams to work on a single org and follow the same set of processes.
Which development model should the architect recommend to be used by the consolidated development team?
A. Org development model, because the acquired company's team is already using it, and it is better than the change set development model.
B. Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code.
C. Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects.
D. Change set development model, because UC is already using it, so it will face less resistance.
Universal Containers (UC) currently uses the org development model and utilizes the Salesforce CLI as the deployment tool. After the feature release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and production deployment readiness check-Since quick deployment options are not being used, what is the correct way to deploy the artifact to the full sandbox?
A. Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
B. Authorize to the Full sandbox org; Validate with sfdximdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
C. Authorize to the Full sandbox; validate with sfdx: source: deploy; On successful validation, deploy with sfdx;mdapi;deploy
D. Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
What are three necessary components for establishing a governance framework? Choose 3 answers
A. Automated Testing
B. Requirements Management
C. Change Control Log
D. Documentation Repository
E. Continuous Integration
Universal Containers has multiple project teams integrating Salesforce to various systems Integration Architects are complaining about the various integration patterns used by the teams and lack a common understanding of the integration landscape. What should architect recommended to address the challenges?
A. Implement a data governance policy and publish the documentation to all teams.
B. Recommend an outbound message design pattern to be used for all teams.
C. Recommend a fire-and-forget design pattern to be used for all teams.
D. Create design standards focused on integration and provide training to all teams
Universal Containers is a global organization that maintains regional production instances of Salesforce. One region has created a new application to track shipping containers.
The CIO has requested that this new application be used globally by all the Salesforce instances and further maintained and modified regionally by local administrators.
Which two deployment tools will support the request?
Choose 2 answers
A. Change Sets B
B. Developer Console
C. ANT Migration Tool
D. VS Code with Salesforce Extension
Cloud Kicks is considering using an automated testing tool to help manage deployments between environments.
When should the architect recommend the use of an automated testing tool?
A. Automated tests should be run when branches are merged.
B. Automated tests should be run dally in all Developer Orgs.
C. Automated tests should be run only when merging into Full or Partial Copy sandboxes.
D. Automated tests should be run daily in all Developer Orgs, and when branches are merged.
Universal Containers (UC) has used Salesforce for the last 6 years with 50% custom code. UC has recently implemented continuous integration. UC wants to improve old test classes whenever new functionality invalidates tests. UC also wants to reduce the deployment time required. What should Architect recommend?
A. A Do not execute any test classes in sandboxes and Production.
B. Do not execute test classes in sandboxes and all test classes in Production.
C. Test classes cannot be executed in sandboxes.
D. Execute all test classes in sandboxes and selected test classes in Production.
Which two project situations favor an Agile methodology? Choose 2 answers
A. A digitization project to update an existing customer -facing process and enable quick adjustments
B. A project to be executed by a third party, with a fixed and formal scope, budget, and timeline
C. An environment with a heavy investment in DevOps capabilities for rapid testing and deployment
D. A project with well-defined requirements and complex interactions between front- and back -end systems