ExamGecko
Home Home / Salesforce / Certified Development Lifecycle and Deployment Architect

Salesforce Certified Development Lifecycle and Deployment Architect Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

Related questions











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.
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.
Answers
B.
run a subset of tests ,set the RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.
B.
run a subset of tests ,set the RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.
Answers
C.
Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.
C.
Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.
Answers
D.
Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.
D.
Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.
Answers
Suggested answer: A, D

Due to several issues, Universal Containers wants to have better control over the changes made in the production org and to be able to track them. Which two options will streamline the process?

Choose 2 answers

A.
Make all code/configuration changes directly in the production org.
A.
Make all code/configuration changes directly in the production org.
Answers
B.
Allow no code/configuration changes directly in the production.org
B.
Allow no code/configuration changes directly in the production.org
Answers
C.
Use the Force.com IDE to automate deployment to the production.org
C.
Use the Force.com IDE to automate deployment to the production.org
Answers
D.
Use Metadata API to automate deployment to the production.org
D.
Use Metadata API to automate deployment to the production.org
Answers
Suggested answer: B, D

Universal Containers is in the final stages of building a new application to track custom containers.

During a review of the application, a business subject Matter Expert mentioned that it would be nice to be able to track additional container types beyond what was originally scoped during the plan and design phase. Which two actions should be performed to mitigate the risk? Choose 2 answers.

A.
Escalate and communicate to stakeholders the risk and mitigate it by allocating additional resources to support the new requirement based on stakeholders input.
A.
Escalate and communicate to stakeholders the risk and mitigate it by allocating additional resources to support the new requirement based on stakeholders input.
Answers
B.
Have a discussion with the business subject Matter Expert and communicate that the Salesforce has limitations in supporting such a feature to mitigate the risk.
B.
Have a discussion with the business subject Matter Expert and communicate that the Salesforce has limitations in supporting such a feature to mitigate the risk.
Answers
C.
Escalate and communicate to stakeholders the risk and mitigate it by extending the timeline of the project to support the new requirement based on stakeholders input.
C.
Escalate and communicate to stakeholders the risk and mitigate it by extending the timeline of the project to support the new requirement based on stakeholders input.
Answers
D.
Have a discussion with the business subject Matter Expert and communicate that anew developer environment will be needed to mitigate the risk.
D.
Have a discussion with the business subject Matter Expert and communicate that anew developer environment will be needed to mitigate the risk.
Answers
Suggested answer: A, C

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.
A.
Implement a data governance policy and publish the documentation to all teams.
Answers
B.
Recommend an outbound message design pattern to be used for all teams.
B.
Recommend an outbound message design pattern to be used for all teams.
Answers
C.
Recommend a fire-and-forget design pattern to be used for all teams.
C.
Recommend a fire-and-forget design pattern to be used for all teams.
Answers
D.
Create design standards focused on integration and provide training to all teams
D.
Create design standards focused on integration and provide training to all teams
Answers
Suggested answer: D

Universal Containers (UC) is using sales and service Cloud. They have two major releases and four minor releases every year. They have deployment (dev), integration, user acceptance (UAT), staging, and hotflix sandboxes. What should an Architect recommend when UC has PI issues and has to be fixed immediately?

A.
Fix the issue in staging and deploy it into production.
A.
Fix the issue in staging and deploy it into production.
Answers
B.
Fix the issue in hotflix, test, and deploy to production.
B.
Fix the issue in hotflix, test, and deploy to production.
Answers
C.
Fix the issue in development, test, UAT, and deploy to production.
C.
Fix the issue in development, test, UAT, and deploy to production.
Answers
D.
Follow the release management process to move to production.
D.
Follow the release management process to move to production.
Answers
Suggested answer: B

Universal Containers has automated its deployment process using Metadata API. However, they found that Metadata API doesn't support all the components yet. What should be done to address this?

A.
Deploy unsupported components manually before/after deployment.
A.
Deploy unsupported components manually before/after deployment.
Answers
B.
Use AppExchange products to deploy unsupported components.
B.
Use AppExchange products to deploy unsupported components.
Answers
C.
Use change sets for deploying all the unsupported components.
C.
Use change sets for deploying all the unsupported components.
Answers
D.
Use the force.com IDE for deploying the unsupported components.
D.
Use the force.com IDE for deploying the unsupported components.
Answers
Suggested answer: A

Universal Containers has multiple minor and major releases in a year .Minor releases have sample configuration changes, while major releases involve large number of complex code components.

What is the deployment tools should an architect recommend for both types of releases?

A.
Change sets for minor releases and Force.com IDE for major releases.
A.
Change sets for minor releases and Force.com IDE for major releases.
Answers
B.
Change sets for both minor releases and major releases.
B.
Change sets for both minor releases and major releases.
Answers
C.
Change sets for minor releases and metadata API for major releases.
C.
Change sets for minor releases and metadata API for major releases.
Answers
D.
Force.com IDE for minor releases and metadata API for major releases.
D.
Force.com IDE for minor releases and metadata API for major releases.
Answers
Suggested answer: C

Universal Containers is starting a Center of Excellence (COE). Which two user groups should an Architect recommend to join the COE?

A.
Call Center Agents
A.
Call Center Agents
Answers
B.
Program Team
B.
Program Team
Answers
C.
Executive Sponsors.
C.
Executive Sponsors.
Answers
D.
Inside Sales Users.
D.
Inside Sales Users.
Answers
Suggested answer: B, C

Universal Containers (UC) is developing a custom Force.com application. The following tools are used for development, the Force.com IDE for developing apps. Git as a source control system and a Git repository, and the Force.com Migration Tool for updating sandboxes from source control. UC's current branching strategy calls for two main branches: 1) Master 2) Develop Three supporting branches: 1) Feature 2) Release 3) Hotflix Consider that the branching strategy is in parallel as follows Feature |Develop |Release |Hotfix |Master What is the recommended practice strategy that Developers should adopt for Development?

A.
Developers work off of the Feature branch, which is pulled from the Master branch and the Feature branch is then merged with the Develop branch.
A.
Developers work off of the Feature branch, which is pulled from the Master branch and the Feature branch is then merged with the Develop branch.
Answers
B.
Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Develop branch.
B.
Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Develop branch.
Answers
C.
Developers work off of the Feature branch, which is pulled from the Release branch, and the Feature branch is then merged with the Develop branch.
C.
Developers work off of the Feature branch, which is pulled from the Release branch, and the Feature branch is then merged with the Develop branch.
Answers
D.
Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Hotfix branch.
D.
Developers work off of the Feature branch, which is pulled from the Develop branch, and the Feature branch is then merged with the Hotfix branch.
Answers
Suggested answer: B

Universal Containers (UC) is planning for a huge data migration from a home grown on-premise system to Salesforce as part of their Service Cloud Implementation. UC has approximately 5 million customers,10 million contacts, and 30 million active cases. Which are the three key areas that should be tested as part of Data Migration? Choose 3 answers

A.
Case association with correct contact and Account.
A.
Case association with correct contact and Account.
Answers
B.
Case assignment rules and escalation rules.
B.
Case assignment rules and escalation rules.
Answers
C.
Case Ownership along with associated entitlement and milestones.
C.
Case Ownership along with associated entitlement and milestones.
Answers
D.
Data transformation against the source system.
D.
Data transformation against the source system.
Answers
E.
Page Layout assignment to the profiles
E.
Page Layout assignment to the profiles
Answers
Suggested answer: A, C, D
Total 227 questions
Go to page: of 23