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

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

Question list
Search
Search

List of questions

Search

Related questions











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.
A.
In change sets, external objects are included in the custom object component.
Answers
B.
In the Metadata API, the External Object metadata type represents external objects.
B.
In the Metadata API, the External Object metadata type represents external objects.
Answers
C.
In change sets, external objects are included in the External Object component.
C.
In change sets, external objects are included in the External Object component.
Answers
D.
In the Metadata API, the Custom Object metadata type represents external objects.
D.
In the Metadata API, the Custom Object metadata type represents external objects.
Answers
Suggested answer: A, D

Universal Containers (UC) has a huge volume of metadata that cannot be deployed at once. What is the recommended strategy for UC to be successful with the deployment?

A.
Identify metadata dependencies, create logical groupings, and deploy in the right order.
A.
Identify metadata dependencies, create logical groupings, and deploy in the right order.
Answers
B.
Use a continuous integration tool such as Jenkins to deploy in the right order.
B.
Use a continuous integration tool such as Jenkins to deploy in the right order.
Answers
C.
Sort and group the metadata alphabetically and deploy them in the same order.
C.
Sort and group the metadata alphabetically and deploy them in the same order.
Answers
D.
Use a combination of the Ant migration tool and change sets for deployment.
D.
Use a combination of the Ant migration tool and change sets for deployment.
Answers
Suggested answer: A

Universal Containers wants to implement a release strategy with major releases every four weeks and minor releases every week. Major releases follow 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?

A.
Minor releases use Partial copy and Major releases use Full copy
A.
Minor releases use Partial copy and Major releases use Full copy
Answers
B.
Minor and Major releases use separate Developer pro
B.
Minor and Major releases use separate Developer pro
Answers
C.
Minor releases use Developer and Major releases Full copy
C.
Minor releases use Developer and Major releases Full copy
Answers
D.
Minor and Major releases use same Full copy.
D.
Minor and Major releases use same Full copy.
Answers
Suggested answer: A

Which are two key benefits of fully integrating an agile issue tracker with software testing and continuous integration tools? Choose 2 answers?

A.
Developers can see automated test statuses post code commit on a specific user story.
A.
Developers can see automated test statuses post code commit on a specific user story.
Answers
B.
Developers can collaborate and communicate effectively on specific user stories.
B.
Developers can collaborate and communicate effectively on specific user stories.
Answers
C.
Developers can observe their team velocity on the burn chart report in the agile tool.
C.
Developers can observe their team velocity on the burn chart report in the agile tool.
Answers
D.
Developers can use the committed code's build status directly on the user story record.
D.
Developers can use the committed code's build status directly on the user story record.
Answers
Suggested answer: A, D

Universal Containers (UC) is implementing Service Cloud UC's contact center receives 100 phone calls per hour and operates across North America ,Europe and APAC regions. UC wants the application to be responsive and scalable to support 150 calls considering future growth. what should be recommended test load consideration

A.
Testing load considering 50% more call volume.
A.
Testing load considering 50% more call volume.
Answers
B.
Testing load considering half the call volume.
B.
Testing load considering half the call volume.
Answers
C.
Testing load considering 10xthe current call volume.
C.
Testing load considering 10xthe current call volume.
Answers
D.
Testing load considering current call volume.
D.
Testing load considering current call volume.
Answers
Suggested answer: A

Universal Containers has recently acquired another business that uses Salesforce extensively. UC wants to merge their Salesforce Orgs to effectively sell and service customer under one business.

Traditionally, UC has followed an agile development methodology to deliver Salesforce functionality.

With the merging businesses, UC is convinced that adopting a Waterfall development methodology is the best approach. Which are two positive aspects of using a Waterfall development methodology?

A.
Changes late in the process are expected and can be handled by integrating them into the requirements specs.
A.
Changes late in the process are expected and can be handled by integrating them into the requirements specs.
Answers
B.
Complex processes that will need to be built are thoroughly understood and documented before coding begins.
B.
Complex processes that will need to be built are thoroughly understood and documented before coding begins.
Answers
C.
Milestones, timelines and estimates tend to be more accurate and predictable due to the upfront due diligence.
C.
Milestones, timelines and estimates tend to be more accurate and predictable due to the upfront due diligence.
Answers
D.
The costs of starting the project are low since much of the design work is pushed to later stages of the process.
D.
The costs of starting the project are low since much of the design work is pushed to later stages of the process.
Answers
Suggested answer: B, C

Universal Containers has three types of releases in their release management strategy: daily, minor

(monthly), and major (quarterly). A user has requested a new report to support an urgent client request. What release strategy would an Architect recommend?

A.
Utilize the major release process to create the report directly in production bypassing the full sandbox.
A.
Utilize the major release process to create the report directly in production bypassing the full sandbox.
Answers
B.
Utilize the minor release process to create the report directly in production bypassing the full sandbox.
B.
Utilize the minor release process to create the report directly in production bypassing the full sandbox.
Answers
C.
Utilize the major release process to create the report in a full sandbox and then deploy it to production.
C.
Utilize the major release process to create the report in a full sandbox and then deploy it to production.
Answers
D.
Utilize the daily release process to create the report directly in a full sandbox and then deploy it to production.
D.
Utilize the daily release process to create the report directly in a full sandbox and then deploy it to production.
Answers
Suggested answer: D

Universal containers has proposed using a Developer Edition org to stage changes to their Customer Community, which includes multiple custom Visualforce pages and components. Which three risks should a Technical Architect consider in this strategy? Choose 3 answers

A.
Code changes cannot be deployed from a Developer Sandbox to Production.
A.
Code changes cannot be deployed from a Developer Sandbox to Production.
Answers
B.
Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.
B.
Developer Edition orgs have limited user counts and low data volume limits, which will make User Testing difficult.
Answers
C.
Developer Edition orgs cannot have sandboxes, which will make team development difficult.
C.
Developer Edition orgs cannot have sandboxes, which will make team development difficult.
Answers
D.
Developer Edition orgs do not run on production servers and will not perform well during testing.
D.
Developer Edition orgs do not run on production servers and will not perform well during testing.
Answers
E.
Changes Sets cannot be used to deploy from Developer Edition to Production which will make deployment more complex
E.
Changes Sets cannot be used to deploy from Developer Edition to Production which will make deployment more complex
Answers
Suggested answer: B, C, D

Universal Containers (UC) has two major releases every year and the team always run into longer deployment times. In which 2 ways can UC reduce deployment time? Choose 2 answers?

A.
Use recent deployment validations and the quick deploy feature.
A.
Use recent deployment validations and the quick deploy feature.
Answers
B.
Deploy components in groups to reduce deployment time.
B.
Deploy components in groups to reduce deployment time.
Answers
C.
Specify the test to run by using RunSpecifiedTests test level.
C.
Specify the test to run by using RunSpecifiedTests test level.
Answers
D.
Validate the deployment before migrating components to production.
D.
Validate the deployment before migrating components to production.
Answers
Suggested answer: A, C

Universal Containers (UC) deploys major releases on a monthly schedule. In recent months, the team has noticed the deployment time has increased two-fold from 2 hours to 4 hours .The team wants to get back to reasonable deployment times. Which three issues could be affecting their deployment times? Choose 3 ans

A.
The number and complexity of Apex tests will have a large impact on the deployment time.
A.
The number and complexity of Apex tests will have a large impact on the deployment time.
Answers
B.
Some components profiles, custom junction objects, and fields take longer to process than others.
B.
Some components profiles, custom junction objects, and fields take longer to process than others.
Answers
C.
The deployments are being scheduled during off peak hours, which is not the best time.
C.
The deployments are being scheduled during off peak hours, which is not the best time.
Answers
D.
Users are working in the org during deployment locking can affect users and the deployment.
D.
Users are working in the org during deployment locking can affect users and the deployment.
Answers
E.
The team is highly constrained with pre-deployment and post-deployment changes.
E.
The team is highly constrained with pre-deployment and post-deployment changes.
Answers
Suggested answer: A, B, D
Total 227 questions
Go to page: of 23