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

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

Question list
Search
Search

List of questions

Search

Related questions











Which two actions will contribute to an improvement of code security?

Choose 2 answers

A.
Hire a company specialized in secure code review the current code.
A.
Hire a company specialized in secure code review the current code.
Answers
B.
Implement a pull request and secure code review.
B.
Implement a pull request and secure code review.
Answers
C.
Integrate a static code security analysis tool in the CI/CD process.
C.
Integrate a static code security analysis tool in the CI/CD process.
Answers
D.
Use two developers to review and fix current code vulnerabilities.
D.
Use two developers to review and fix current code vulnerabilities.
Answers
Suggested answer: B, C

Universal Containers (\)C) is on the Unlimited Edition of Salesforce orgs. Currently, there are four Developer Pro sandboxes used by dev teams for various purposes, one partial copy sandboxes used for training, one full sandbox used for user acceptance testing. There is another full sandbox used for performance testing during the initial launch, and it is no longer being actively used.

A system administrator had reported yesterday that none of the sandboxes can be refreshed.

What is the most probable action an architect can help the system administrator with?

A.
It appears the org is using more sandboxes than the license permits. The Partial Copy sandbox shouldn't be used.
A.
It appears the org is using more sandboxes than the license permits. The Partial Copy sandbox shouldn't be used.
Answers
B.
Create a Salesforce support case, someone should know what is wrong.
B.
Create a Salesforce support case, someone should know what is wrong.
Answers
C.
Contact the Salesforce Account Team to do a sandbox License Count.
C.
Contact the Salesforce Account Team to do a sandbox License Count.
Answers
D.
Delete the full sandbox used for performance testing.
D.
Delete the full sandbox used for performance testing.
Answers
Suggested answer: C

Universal Containers is adopting Scrum as an agile methodology and wants to choose a software tool to support the adoption. What three key features of an agile development support tool should an architect look for? Choose 3 answers

A.
Sprint backlog management
A.
Sprint backlog management
Answers
B.
Email notifications when work is created or changed
B.
Email notifications when work is created or changed
Answers
C.
Product backlog prioritization
C.
Product backlog prioritization
Answers
D.
Work (for example, user stories or tasks) assignment
D.
Work (for example, user stories or tasks) assignment
Answers
E.
Kanban board
E.
Kanban board
Answers
Suggested answer: C, D, E

What are three advantages of the package development model?

Choose 3 answers

A.
Improving team development and collaboration.
A.
Improving team development and collaboration.
Answers
B.
Eliminating the need of using change set, which should no longer be used as it can get messy working with package development models.
B.
Eliminating the need of using change set, which should no longer be used as it can get messy working with package development models.
Answers
C.
Facilitating automated testing and continuous integration.
C.
Facilitating automated testing and continuous integration.
Answers
D.
Significantly reducing the need for manually tracking changes.
D.
Significantly reducing the need for manually tracking changes.
Answers
E.
Providing its own source control, so the source can be deployed In any sandbox orgs.
E.
Providing its own source control, so the source can be deployed In any sandbox orgs.
Answers
Suggested answer: A, B, C

Cloud Kicks (CK) is launching a new sneaker line during the upcoming holiday season and needs to do a thorough batch data testing before Go-Live. CK is using Salesforce unlimited edition.

What two sandbox types should the architect recommend for batch data testing?

Choose 2 answers

A.
Developer Pro sandbox
A.
Developer Pro sandbox
Answers
B.
Partial Copy sandbox
B.
Partial Copy sandbox
Answers
C.
Developer sandbox
C.
Developer sandbox
Answers
D.
Full sandbox
D.
Full sandbox
Answers
Suggested answer: B, D

Sales and Service products will be created by two teams that will use second-generation managed package(s). The Sales team will use a specific function of the Service product, but the architect wants to ensure that this team will only use the functions exposed by the Service team. No other team will use these same functions.

What should an architect recommend?

A.
Create two second generation managed packages with the same namespace and set the methods that should be shared with the @namespaceAccessible annotation.
A.
Create two second generation managed packages with the same namespace and set the methods that should be shared with the @namespaceAccessible annotation.
Answers
B.
Create two managed packages with Sales and service namespaces. Set the methods to be shared with the ©salesAccessible annotation
B.
Create two managed packages with Sales and service namespaces. Set the methods to be shared with the ©salesAccessible annotation
Answers
C.
Create a managed package with both products and create a code review process with an approver from each team.
C.
Create a managed package with both products and create a code review process with an approver from each team.
Answers
D.
Create two managed packages. Create an authentication function in the Service package that will return a token if a Sales user is authorized to call the exposed function. Validate the token in the Service functions.
D.
Create two managed packages. Create an authentication function in the Service package that will return a token if a Sales user is authorized to call the exposed function. Validate the token in the Service functions.
Answers
Suggested answer: D

A Salesforce partner intends to build a commercially available application by creating a managed package for distribution through AppExchange.

What two types of environments can the partner use for development of the managed package?

Choose 2 answers

A.
Developer Edition
A.
Developer Edition
Answers
B.
Partner Developer Edition
B.
Partner Developer Edition
Answers
C.
Developer sandbox
C.
Developer sandbox
Answers
D.
Developer Pro sandbox
D.
Developer Pro sandbox
Answers
Suggested answer: B, C

A team has completed a sprint and intends to deploy these changes after business approval, but they will immediately begin the next sprint.

What strategy should an architect recommend?

A.
The first task of the new sprint must be the deployment approval. After that, the other tasks of the sprint can be performed in the environments and Git.
A.
The first task of the new sprint must be the deployment approval. After that, the other tasks of the sprint can be performed in the environments and Git.
Answers
B.
Using Git, create a release branch from the develop branch. All fixes must be made in the release branch. After deployment, merge release with develop.
B.
Using Git, create a release branch from the develop branch. All fixes must be made in the release branch. After deployment, merge release with develop.
Answers
C.
Commit upcoming changes to the features branch without merging into the develop branch.Deploy from the develop branch and then merge new sprint features into the develop branch.
C.
Commit upcoming changes to the features branch without merging into the develop branch.Deploy from the develop branch and then merge new sprint features into the develop branch.
Answers
D.
Migrate the current code to the UAT sandbox. Begin new sprint development in the Dev sandbox.Make fixes in the UAT environment and deploy UAT for production after business approval.
D.
Migrate the current code to the UAT sandbox. Begin new sprint development in the Dev sandbox.Make fixes in the UAT environment and deploy UAT for production after business approval.
Answers
Suggested answer: B

Universal Containers has an active production org; and they are planning to release some new features to it next month. The team is working to prepare .1 deployment plan and reached out to the technical architect for inputs on rollback strategy.

What should a technical architect recommend?

A.
Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.
A.
Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.
Answers
B.
Create a sandbox from production to take the backup of existing metadata. To roll back deployment, manually delete new components and then deploy again to production using metadata from this sandbox.
B.
Create a sandbox from production to take the backup of existing metadata. To roll back deployment, manually delete new components and then deploy again to production using metadata from this sandbox.
Answers
C.
Create a sandbox from production to take the backup of existing metadata. To roll back deployment, use destructivechanges.xml to delete new components and then deploy again to production using metadata from this sandbox.
C.
Create a sandbox from production to take the backup of existing metadata. To roll back deployment, use destructivechanges.xml to delete new components and then deploy again to production using metadata from this sandbox.
Answers
D.
Backup the existing metadata using ANT Migration Tool. To roll back deployment, manually delete new components and deploy again to production using backed up metadata.
D.
Backup the existing metadata using ANT Migration Tool. To roll back deployment, manually delete new components and deploy again to production using backed up metadata.
Answers
Suggested answer: C

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.
A.
Request a partial Sandbox copy after the next Salesforce release.
Answers
B.
Generate mock data that mimics production data shape and volume.
B.
Generate mock data that mimics production data shape and volume.
Answers
C.
Perform data masking on full sandbox after a refresh.
C.
Perform data masking on full sandbox after a refresh.
Answers
D.
Use Query Analyzer in production.
D.
Use Query Analyzer in production.
Answers
Suggested answer: B, C
Total 227 questions
Go to page: of 23