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

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

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers (UC) just started configuration and customization of its Salesforce organization.

The architect suggested the definition of an application lifecycle management (ALM) process.

What are three benefits of following an ALM process?

Choose 3 answers

A.
Avoiding defects from being deployed to production.
A.
Avoiding defects from being deployed to production.
Answers
B.
Training new users after each minor and major release.
B.
Training new users after each minor and major release.
Answers
C.
Defining metrics for application development project success.
C.
Defining metrics for application development project success.
Answers
D.
Releasing new features on a consistent schedule.
D.
Releasing new features on a consistent schedule.
Answers
E.
Preventing existing working functionality from stopping
E.
Preventing existing working functionality from stopping
Answers
Suggested answer: B, C, E

Universal Containers (UC) environment management architect is using the package development model for deployment to different orgs.

Which metadata changes does the architect need to track manually?

A.
No manual tracking required. All changes are automatically tracked.
A.
No manual tracking required. All changes are automatically tracked.
Answers
B.
All metadata changes for the release.
B.
All metadata changes for the release.
Answers
C.
Changes to components not yet supported by source tracking.
C.
Changes to components not yet supported by source tracking.
Answers
D.
Only the changes made via the Setup UI.
D.
Only the changes made via the Setup UI.
Answers
Suggested answer: A

Universal Containers (UC) development team is developing a managed package for AppExchange. The product team has finished developing and testing, and wants to submit a Security Review. However, the product manager has concerns on the few errors from the Checkmarx code scanner.

How should the product team proceed?

A.
Review the Checkmarx errors. If there is no need to fix, mark them as false positive and attach , then submit.
A.
Review the Checkmarx errors. If there is no need to fix, mark them as false positive and attach , then submit.
Answers
B.
Leave them to the Salesforce security review team, they would catch it if those are true problems.
B.
Leave them to the Salesforce security review team, they would catch it if those are true problems.
Answers
C.
Leavee a partner support case, the partner manager will engage Salesforce support resources to help.
C.
Leavee a partner support case, the partner manager will engage Salesforce support resources to help.
Answers
D.
Review the Checkmarx errors and fix all of them before submitting security review.Salesforce security review team will reject the request if any error remains.
D.
Review the Checkmarx errors and fix all of them before submitting security review.Salesforce security review team will reject the request if any error remains.
Answers
Suggested answer: A

What advice should a technical architect provide in a Change Advisory Board meeting?

A.
Functionality meets the business needs.
A.
Functionality meets the business needs.
Answers
B.
Solution is usable by the business.
B.
Solution is usable by the business.
Answers
C.
Solution is technically sound.
C.
Solution is technically sound.
Answers
D.
Troubleshooting strategies for deployment issues
D.
Troubleshooting strategies for deployment issues
Answers
Suggested answer: D

Universal Containers is a Salesforce AppExchange partner and they are planning to launch recommended that they use a partner development org for development. New app. The technical architect What are the three benefits of using a partner development org over an individual development org in this scenario?

Choose 3 answers

A.
Partner development org has a greater number of licenses available for the team.
A.
Partner development org has a greater number of licenses available for the team.
Answers
B.
Partner development org offers higher API limit.
B.
Partner development org offers higher API limit.
Answers
C.
Only partner development org supports managed beta testing.
C.
Only partner development org supports managed beta testing.
Answers
D.
Partner development org never expires.
D.
Partner development org never expires.
Answers
E.
Partner development org offers more storage.
E.
Partner development org offers more storage.
Answers
Suggested answer: A, B, E

In the effort of improving the code quality, Universal Containers (UC) has asked a third-party system integrator to perform some independent code reviews. One piece of the feedback is the development team is seemingly not doing enough negative unit testing.

Which are three usual symptoms of inadequate negative tests

Choose 3 answers

A.
Developers often have to turn to the debug log for details of the failed Apex executions.
A.
Developers often have to turn to the debug log for details of the failed Apex executions.
Answers
B.
When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.
B.
When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.
Answers
C.
An Apex process runs into an un-handled exception when an HTTP callout has anunexpected status code in the response body.
C.
An Apex process runs into an un-handled exception when an HTTP callout has anunexpected status code in the response body.
Answers
D.
Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.
D.
Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.
Answers
E.
The delivered user interfaces are regularly not meeting the expectations of the business users.
E.
The delivered user interfaces are regularly not meeting the expectations of the business users.
Answers
Suggested answer: A, B, C

Universal Containers would like to conduct performance testing on its new major release. What three things should the architect consider when discussing performance testing?

Choose 3 answers

A.
Salesforce must be informed at least 7 days before starting performance tests.
A.
Salesforce must be informed at least 7 days before starting performance tests.
Answers
B.
Salesforce will monitor test activity to ensure there are no issues with Salesforce Services.
B.
Salesforce will monitor test activity to ensure there are no issues with Salesforce Services.
Answers
C.
Performance tests must be run in a sandbox.
C.
Performance tests must be run in a sandbox.
Answers
D.
A business justification must be provided to Salesforce in order to run performance testing.
D.
A business justification must be provided to Salesforce in order to run performance testing.
Answers
E.
Performance tests may be run without advanced notice, but Salesforce will not store performance logs.
E.
Performance tests may be run without advanced notice, but Salesforce will not store performance logs.
Answers
Suggested answer: B, C, D

A team of developers at Universal Containers has developed Apex Triggers and Apex Classes in a sandbox. The team has also written test classes to unit test these triggers and classes.

When executed in the sandbox, all the test methods pass and all the classes meet the minimum code coverage requirement. But when they tried deploying these components to production, a few of these test methods failed What should an architect recommend?

A.
Create test data in production before deploying the test classes
A.
Create test data in production before deploying the test classes
Answers
B.
Set SeeAllData to True to use the data in production.
B.
Set SeeAllData to True to use the data in production.
Answers
C.
Explicitly set SeeAllData to True and generate data in test methods.
C.
Explicitly set SeeAllData to True and generate data in test methods.
Answers
D.
Do not use SeeAllData and generate data in the test methods
D.
Do not use SeeAllData and generate data in the test methods
Answers
Suggested answer: D

Universal Containers (UC) had added a Service team to the Salesforce Platform. The Service team would like to have a few dozen of the service centers entered into the system as technical reference dat a. The service centers are made searchable in many different web forms and rather independent from all other business entities. In the past, they had to manually add any new service centers in each sandbox in the code migration path, they would like to eliminate the manual work if it is possible.

What is an optimal way to accomplish this requirement?

A.
Add the service centers to a hierarchical custom settings.
A.
Add the service centers to a hierarchical custom settings.
Answers
B.
Add the service centers to a list custom settings.
B.
Add the service centers to a list custom settings.
Answers
C.
Define a brand-new custom object with a picklist field to host all of the service centers.
C.
Define a brand-new custom object with a picklist field to host all of the service centers.
Answers
D.
Add all of the service centers to a custom metadata type.
D.
Add all of the service centers to a custom metadata type.
Answers
Suggested answer: D

What are the three considerations that the architect should recommend for Change Set deployment?

Choose 3 answers

A.
Change Sets cannot be automated..
A.
Change Sets cannot be automated..
Answers
B.
Change Sets cannot be validated before deployment
B.
Change Sets cannot be validated before deployment
Answers
C.
Change Sets cannot be used for orgs affiliated with same production org.
C.
Change Sets cannot be used for orgs affiliated with same production org.
Answers
D.
Change Sets cannot be rolled back.
D.
Change Sets cannot be rolled back.
Answers
E.
Change Sets cannot be reused between Production Salesforce orgs.
E.
Change Sets cannot be reused between Production Salesforce orgs.
Answers
Suggested answer: A, D, E
Total 227 questions
Go to page: of 23