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

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

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers has developed teams working on multiple projects. They are exploring a source control tool to track and manage their code/config. What two benefits does a source control tool provide? Choose 2 ans

A.
Provide the ability for distributed teams to work in isolation.
A.
Provide the ability for distributed teams to work in isolation.
Answers
B.
Provides automated code/configuration deployments.
B.
Provides automated code/configuration deployments.
Answers
C.
Provides the ability to backup code/configuration changes.
C.
Provides the ability to backup code/configuration changes.
Answers
D.
Provides the ability to automatically identify issues in code/configuration.
D.
Provides the ability to automatically identify issues in code/configuration.
Answers
Suggested answer: A, C

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.
A.
Design the right sandbox strategy for the release.
Answers
B.
Release sign-off is only required for Production.
B.
Release sign-off is only required for Production.
Answers
C.
Regression testing is mandatory for each release.
C.
Regression testing is mandatory for each release.
Answers
D.
Maintain a pre/post deployment checklist for each release.
D.
Maintain a pre/post deployment checklist for each release.
Answers
E.
Publish a release calendar for each phase of the release.
E.
Publish a release calendar for each phase of the release.
Answers
Suggested answer: A, D, E

Universal Containers is about to begin Development work on a new project in their Salesforce org that will take many months to complete. UC is concerned about how critical bugs will be addressed for existing live functionality. What is the recommended release management strategy to address this concern?

A.
Include fixes for critical bugs in the ongoing Development sandboxes so that they will be released with the other code.
A.
Include fixes for critical bugs in the ongoing Development sandboxes so that they will be released with the other code.
Answers
B.
Keep teams separate until the end of the project and create a Full Copy sandbox to merge their work then.
B.
Keep teams separate until the end of the project and create a Full Copy sandbox to merge their work then.
Answers
C.
Utilize a dedicated developer pro sandbox to address critical bugs and release to production.
C.
Utilize a dedicated developer pro sandbox to address critical bugs and release to production.
Answers
D.
Address critical bugs in the Development sandboxes and push those changes to production separately.
D.
Address critical bugs in the Development sandboxes and push those changes to production separately.
Answers
Suggested answer: C

Universal Containers is planning to release simple configuration changes and enhancements to their Sales Cloud. A Technical Architect recommend using change sets. Which two advantages would change sets provide in this scenario? Choose 2 answers

A.
An easy way to deploy related components.
A.
An easy way to deploy related components.
Answers
B.
The ability to deploy a very large number of components easily.
B.
The ability to deploy a very large number of components easily.
Answers
C.
A simple and declarative method for deployment.
C.
A simple and declarative method for deployment.
Answers
D.
The ability to track changes to component.
D.
The ability to track changes to component.
Answers
Suggested answer: A, C

UC'sscale of Salesforce deployment has increased over time, leading to complexities. UC is finding too many bugs in the deployed code, which has become a challenge to the delivery team. The team wants to reduce the amount of bugys by ensuring all the developed code is reviewed, tested, and validated in the upstream deployment process. Which three development practices will be best suited tp address UC's concerns? Choose 3

A.
Use continuous integration with automation testing.
A.
Use continuous integration with automation testing.
Answers
B.
Encourage the development team to be self-organizing.
B.
Encourage the development team to be self-organizing.
Answers
C.
Enable developer teams to do peer code review.
C.
Enable developer teams to do peer code review.
Answers
D.
Incorporate test-driven deployment into the project structure.
D.
Incorporate test-driven deployment into the project structure.
Answers
E.
Enable a short and timely feedback loop with customers
E.
Enable a short and timely feedback loop with customers
Answers
Suggested answer: A, C, D

Universal Containers (UC) has a recruiting application using Metadata API version 35, and deployed it in production last year. The current Salesforce platform is running on API version 36.A new field has been introduced on the object Apex page in API version 36. A UC developer has developed a new Apex page that contains the new field and is trying to deploy the page using the previous deployment script that uses API version 35. What will happen during the deployment?

A.
The deployment script will pass because the new field is backward compatible with the previous API version 35.
A.
The deployment script will pass because the new field is backward compatible with the previous API version 35.
Answers
B.
The deployment script will fail because the new field is not known for the previous API version 35.
B.
The deployment script will fail because the new field is not known for the previous API version 35.
Answers
C.
The deployment script will pass because the new field is supported on the current platform version.
C.
The deployment script will pass because the new field is supported on the current platform version.
Answers
D.
The deployment script will fail because the platform doesn't support the previous API version 35.
D.
The deployment script will fail because the platform doesn't support the previous API version 35.
Answers
Suggested answer: B

Universal Containers has just initiated a project to implement partner community. The application will be deployed into a production environment currently in use by a large Salesforce user base. The project manager has insisted that the development and testing team use a single developer sandbox.

What is the risk with this approach?

A.
Tester will encounter platform limits due to developer sandbox capacity limits.
A.
Tester will encounter platform limits due to developer sandbox capacity limits.
Answers
B.
Testers will experience functional changes throughput testing due to not having isolation form development.
B.
Testers will experience functional changes throughput testing due to not having isolation form development.
Answers
C.
Testers will hit governor limits due to large volume of users in the developer sandbox.
C.
Testers will hit governor limits due to large volume of users in the developer sandbox.
Answers
D.
Refreshing the developer sandbox will take significant time.
D.
Refreshing the developer sandbox will take significant time.
Answers
Suggested answer: B

Universal Containers (UC) is implementing a governance framework and has asked the Architect to make recommendations regarding release planning. Which two decisions should the Architect make when planning for releases? Choose 2 answers

A.
How to test existing functionality to ensure no regressions are introduced.
A.
How to test existing functionality to ensure no regressions are introduced.
Answers
B.
Whether Salesforce will wait to upgrade the pod until after a UC release is complete.
B.
Whether Salesforce will wait to upgrade the pod until after a UC release is complete.
Answers
C.
How to roll back to the previous Salesforce release if there are issues.
C.
How to roll back to the previous Salesforce release if there are issues.
Answers
D.
When to test a new UC feature release if there are issues.
D.
When to test a new UC feature release if there are issues.
Answers
Suggested answer: C, D

Which two project situations favor a waterfall methodology? Choose 2 answers

A.
An application with many systems and inter-dependencies between components.
A.
An application with many systems and inter-dependencies between components.
Answers
B.
An application with regulatory compliance requirements to be validated by outside agencies.
B.
An application with regulatory compliance requirements to be validated by outside agencies.
Answers
C.
An application in post-production, with incremental changes made by a small team.
C.
An application in post-production, with incremental changes made by a small team.
Answers
D.
An in-house application with a fixed team size, but an open timeline and flexible requirements.
D.
An in-house application with a fixed team size, but an open timeline and flexible requirements.
Answers
Suggested answer: A, B

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

A.
Contact Salesforce to schedule a time to upgrade the full Sandbox.
A.
Contact Salesforce to schedule a time to upgrade the full Sandbox.
Answers
B.
Refresh a Sandbox during the Release Preview Window to ensure they have the upcoming release.
B.
Refresh a Sandbox during the Release Preview Window to ensure they have the upcoming release.
Answers
C.
Run regression tests in an upgraded sandbox to detect any issues with the Upgrade.
C.
Run regression tests in an upgraded sandbox to detect any issues with the Upgrade.
Answers
D.
Review the release notes for automatically-enabled features and technical debt.
D.
Review the release notes for automatically-enabled features and technical debt.
Answers
E.
Upgrade any SOAP integrations to the newest WSDL as early as possible
E.
Upgrade any SOAP integrations to the newest WSDL as early as possible
Answers
Suggested answer: B, C, D
Total 227 questions
Go to page: of 23