What are three advantages of using a Source Control system alongside a multi -sandbox development strategy? Choose 3 answers
A. Perform code reviews before promoting to a pre -production sandbox
B. Automatically deploy changes from sandbox to production
C. Keep a history of changes made by each developer
D. Create a branching strategy that tracks each feature or change separately
E. Act as a backup in case of catastrophic data loss
The CEO at Universal Containers (UC) is receiving constant complaintsfrom business stakeholders that the development teams are not frequently delivering value to the end- user. The CEO talked with the CTO, who argues the opposite, explaining that the development teams are delivering value every Sprint.
The architect suggests to the CTO to implement Kanban to solve this disagreement.
How can Kanban help clarify whether value is being delivered to the business?
A. Kanban teams respond to unplanned work and changes by dropping everything and jumping on the new request, ensuringagility.
B. Kannan traits includes metrics, like lead time and throughput, which increases transparency.
C. Kanban can make use of the Salesforce Agile Accelerator to speed up delivery.
D. Kanban limits work in progress, so the executives will know the development team is not overworked.
Universal Containers (UC) is embarking on a large program of work, with different projects and different
vendors. UC created a center of excellence (COE) that is struggling with scope creep between the
different projects.
What role should the architect suggest be added to the COE?
A. Scrum master
B. Release managers
C. Product owner
D. Change managers
Universal Containers (UC) has integrated with their on-premise billing system using Salesforce Connect. The data is configured using an External Object in sandbox. UC wants to deploy the external object to production using the Metadata API and would like to know what Metadata types to choose for deployments to production. Which two options are valid metadata types related to deployment of external objects? Choose 2 answers.
A. In change sets, external objects are included in the custom object component.
B. In the Metadata API, the External Object metadata type represents external objects.
C. In change sets, external objects are included in the External Object component.
D. In the Metadata API, the Custom Object metadata type represents external objects.
Universal Containers wants to introduce data volume testing to resolve ongoing performance defects
earlier in the lifecycle. Regulations prohibit the use of production data in non-production environments.
Which two options can the architect recommend?
Choose 2 answers
A. Request a partial Sandbox copy after the next Salesforce release.
B. Generate mock data that mimics production data shape and volume.
C. Perform data masking on full sandbox after a refresh.
D. Use Query Analyzer inproduction.
Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a newfield 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 ensurethat 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
What would a technical architect recommend to avoid possible delays while deploying a change set?
A. Change set performance is independent of included components.
B. Manually createnew custom objects and new custom fields.
C. Manually apply the field type changes.
D. Manually validate change sets before deployment.
Universal Containers (UC) is implementing Salesforce for the first time. Their legacy CRM system is an on premise home-grown application written in Java. UC plans to implement acontinuous integration process that mirrors their current standard. Under what conditions should an Architect recommend against continuous integration?
A. Test scripts will be generated as part of the testing phase
B. There isn't a full sandbox available to leverage
C. The Salesforce instance has only standard functionality
D. The client does not have budget for additional software
Universal Containers requires its developers to develop and test code in one sandbox per developer before deploying to a common sandbox for code review. Which deployment strategy should be used in this environment?
A. Refresh the developer's sandbox, develop changes, refresh the common sandbox, deploy to the common sandbox, test changes
B. Refresh the developer's sandbox, develop changes, test changes, refresh thedeveloper's sandbox, deploy to the common sandbox
C. Refresh the developer's sandbox, develop changes, refresh the developer's sandbox, deploy to the common sandbox, test changes
D. Refresh the common sandbox, develop changes, refresh the developersandbox, deploy to the common sandbox, test changes
Universal Containers (UC) wants to shorten their deployment time to production by controlling which tests to run in production .UC's Architect has suggested that they run only subsets of tests.
Which two statements are true regarding running specific tests during deployments? Choose 2 answers
A. To run a subset of tests, set the Run Specified Tests test level on the DeployOptions objects and pass it as an argument to deploy() call.
B. run a subset of tests ,setthe RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.
C. Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.
D. Specifying the testmethod is supported in DeployOptions, therefore specify only the test classes that are required to be executed.