ExamGecko

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

List of questions

Question 161

Report
Export
Collapse

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

Choose 2 answers

Hire a company specialized in secure code review the current code.
Hire a company specialized in secure code review the current code.
Implement a pull request and secure code review.
Implement a pull request and secure code review.
Integrate a static code security analysis tool in the CI/CD process.
Integrate a static code security analysis tool in the CI/CD process.
Use two developers to review and fix current code vulnerabilities.
Use two developers to review and fix current code vulnerabilities.
Suggested answer: B, C
asked 23/09/2024
as-sordick alidou
34 questions

Question 162

Report
Export
Collapse

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?

It appears the org is using more sandboxes than the license permits. The Partial Copy sandbox shouldn't be used.
It appears the org is using more sandboxes than the license permits. The Partial Copy sandbox shouldn't be used.
Create a Salesforce support case, someone should know what is wrong.
Create a Salesforce support case, someone should know what is wrong.
Contact the Salesforce Account Team to do a sandbox License Count.
Contact the Salesforce Account Team to do a sandbox License Count.
Delete the full sandbox used for performance testing.
Delete the full sandbox used for performance testing.
Suggested answer: C
asked 23/09/2024
Rafael Pabon
44 questions

Question 163

Report
Export
Collapse

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

Sprint backlog management
Sprint backlog management
Email notifications when work is created or changed
Email notifications when work is created or changed
Product backlog prioritization
Product backlog prioritization
Work (for example, user stories or tasks) assignment
Work (for example, user stories or tasks) assignment
Kanban board
Kanban board
Suggested answer: C, D, E
asked 23/09/2024
STEVE MESSANGA
28 questions

Question 164

Report
Export
Collapse

What are three advantages of the package development model?

Choose 3 answers

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

Question 165

Report
Export
Collapse

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

Developer Pro sandbox
Developer Pro sandbox
Partial Copy sandbox
Partial Copy sandbox
Developer sandbox
Developer sandbox
Full sandbox
Full sandbox
Suggested answer: B, D
asked 23/09/2024
So young Jang
27 questions

Question 166

Report
Export
Collapse

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?

Create two second generation managed packages with the same namespace and set the methods that should be shared with the @namespaceAccessible annotation.
Create two second generation managed packages with the same namespace and set the methods that should be shared with the @namespaceAccessible annotation.
Create two managed packages with Sales and service namespaces. Set the methods to be shared with the ©salesAccessible annotation
Create two managed packages with Sales and service namespaces. Set the methods to be shared with the ©salesAccessible annotation
Create a managed package with both products and create a code review process with an approver from each team.
Create a managed package with both products and create a code review process with an approver from each team.
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.
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.
Suggested answer: D
asked 23/09/2024
Josh Rose
40 questions

Question 167

Report
Export
Collapse

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

Developer Edition
Developer Edition
Partner Developer Edition
Partner Developer Edition
Developer sandbox
Developer sandbox
Developer Pro sandbox
Developer Pro sandbox
Suggested answer: B, C
asked 23/09/2024
Vishal Sahare
44 questions

Question 168

Report
Export
Collapse

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?

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.
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.
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.
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.
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.
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.
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.
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.
Suggested answer: B
asked 23/09/2024
Nogueira Elder
36 questions

Question 169

Report
Export
Collapse

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?

Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.
Backup the existing metadata using the ANT Migration Tool. To roll back deployment, deploy again to production using backed up metadata.
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.
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.
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.
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.
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.
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.
Suggested answer: C
asked 23/09/2024
Chun Yin Lau
44 questions

Question 170

Report
Export
Collapse

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

Become a Premium Member for full access
  Unlock Premium Member
Total 227 questions
Go to page: of 23
Search

Related questions