Computer Science > EXAM > Salesforce Development Lifecycle and Deployment Architect Certification Exam - Q & A (All)

Salesforce Development Lifecycle and Deployment Architect Certification Exam - Q & A

Document Content and Description Below

Salesforce Development Lifecycle and Deployment Architect Certification Exam - Q & A Universal Containers CUC) is considering implementing a minor change policy for a series of low-risk user stories... that are commonly received by the UC admins. The policy would allow admins to make these changes directly in production. UC does not have continuous integration/continuous delivery (CI/CD) in place. Which three best practices should the architect suggest UC follow for their new change policy? Choose 3 answers A. Downstream environments will not be automatically updated when production changes. B. Minor changes do not need to be documented and can be made at any time. C. Minor changes should be thoroughly documented and follow some type of standard cadence. D. All changes should still be tested. E. CI/CD is required in to successfully manage minor changes. Universal Containers (UC) has three types of releases in their release management strategy: daily, minor (monthly), and major (quarterly). UC is releasing a new Service Cloud implementation to a large support center, which will require lengthy training and change management. The implementation has dependencies on the existing Salesforce Sales Cloud implemental. What release strategy would an Architect recommend? A. Utilize the minor release process to create and test in production, bypassing the full sandbox. B. Utilize the daily release process and deploy directly to production, bypassing the full sandbox. C. Utilize the daily release process to create and test in a full sandbox and then deploy to production. D. Utilize the major release process to create and test in a full sandbox and then deploy to production. Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce organizations. Which two use cases describe the usage of Metadata API? (Choose two.) A. Perform CRUD operations to manage records in the organization. B. Migrate data changes between two organizations using a csv file. C. Export current customizations in the organization as an xml file. D. Migrate configuration changes between two organizations. 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 two.) A. How to roll back to the previous Salesforce release if there are issues. B. How to test existing functionality to ensure no regressions are introduced. C. When to test a new UC feature release on a preview sandbox. D. Whether Salesforce will wait to upgrade the pod until after a UC release is complete. Cloud Kicks is considering using an automated testing tool to help manage deployments between environments. When should the architect recommend the use of an automated testing tool? A. Automated tests should be run dally in all Developer Orgs. B. Automated tests should be run when branches are merged. C. Automated tests should be run daily in all Developer Orgs, and when branches are merged. D. Automated tests should be run only when merging into Full or Partial Copy sandboxes. Universal Containers (UC) wants to shorten their deployment time to production by controlling which tests to run in production .UC's Architect has suggested that they run only subsets of tests. Which two statements are true regarding running specific tests during deployments? Choose 2 answers A. To run a subset of tests, set the Run Specified Tests test level on the DeployOptions objects and pass it as an argument to deploy() call. B. run a subset of tests ,set the RunLocalTests test level on the DeployOptions object and pass it as anargument to deploy() call. C. Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions. D. Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed A developer with Universal Containers recently created a flow in the developer sandbox. While working on the flow, the developer deactivated it and made updates multiple times before the flow worked as desired. Now the developer is planning to use a change set to migrate the flow to the QA sandbox. What two statements should be considered when migrating the flow with change sets? Choose 2 answers A. When a change set with a multiple versioned flow is uploaded, and no active version is available, it includes the most recent inactive version of the flow. B. When a change set with a multiple versioned flow is uploaded, and no active version is available, it throws an exception. C. When a change set with a multiple versioned flow is uploaded, it includes all the versions of the flow. D. When a change set with a multiple versioned flow is uploaded, it includes only the active version of the flow. 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. Utilize a dedicated Hotflix sandbox to address critical bugs and release to production. B. Address critical bugs in the development sandboxes and push those changes to production separately. C. Include fixes for critical bugs on the ongoing devl sandboxes so that they will be released with the other code. D. Keep teams separate until the end of the project and create a Full Copy Sandbox to merge their work time. Universal Containers (UC) is implementing Salesforce for the first time. Their legacy CRM system is an on premise home-grown application written in Java. UC plans to implement a continuous integration process that mirrors their current standard. Under what conditions should an Architect recommend against continuous integration? A. Test scripts will be generated as part of the testing phase B. There isn't a full sandbox available to leverage C. The Salesforce instance has only standard functionality D. The client does not have budget for additional software Universal Containers are concerned that after each release, reports and dashboards seem to roll back to previous versions. Executives spend many hours crafting these dashboards to perfectly meet their needs, and are now questioning the Salesforce platform's ability to save things, even data records. What can the Salesforce architect advise to stop the rollbacks from happening? A. Ensure report metadata is exported daily and that it is merged into the developer branches before the next release. B. Use a third-party data warehouse. C. Remove the executive's ability to change reports, and only allow developers to do that. D. Back up all the reports just before the release, then reimport them after the release, Metadata API supports deploy () and retrieve () calls for file-based deployment. Which two scenarios are the primary use cases for writing code to call retrieve () and deploy () methods directly? Choose 2 answers A. Development of a custom application in a sandbox organization. After completing development and testing, the application is then deployed Into a production organization using Metadata API. B. Development of a custom application in a scratch org. After completing development and testing, the application is then deployed into an upper sandbox using Salesforce CLI (SFDX) C. Team development of an application in a Developer Edition organization. After completing development and testing, the application is Distributed via Lightning Platform AppExchange. D. Development of a customization in a sandbox organization. The deployment team then utilize the Ant Migration Tool to deploy the customization to an upper sandbox for testing. 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. B. Provides automated code/configuration deployments. C. Provides the ability to automatically identify issues in code/configuration. D. Provides the ability to backup code/configuration changes. 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. Specify the test to run by using RunSpecifiedTests test level. B. Use recent deployment validations and the quick deploy feature. C. Validate the deployment before migrating components to production. D. Deploy components in groups to reduce deployment time. Universal Containers (UC) is a high-tech company using SFDX tools and methodologies for its Salesforce development. T UC has moved some of its code and configuration to Unlocked Packages. Which two best practices should an architect recommend to support UC's new package development strategy? Choose 2 answers A. Test developed packages in test environments before installing to production. B. Move everything in the existing codebase to a single monolithic package. C. Consult the metadata coverage report to identify features supported by packages. D. Version control does not need to be used, as packages manage all the code and configuration. Universal Containers (UC) has been following the Waterfall methodology to deliver customer apps in Salesforce. As the business is growing at scale and with demand to incorporate features and functionality at faster pace, UC is finding the Waterfall approach is not an optimal process, and intends to transition towards an agile development methodology. Which are the two strengths of using an agile development methodology? Choose 2 A. Careful documentation is done at each step of the process so a target body of knowledge is available for inspection. B. The project requirements in later phases are expected and accommodated by the process, by design. C. All elements of the build are fully understood before work begins, reducing risk of unpleasant surprises. D. There are many small releases of functional code, allowing stakeholders to see and touch the work in progress. What are two limitations an architect should consider when designing a strategy for managing technical reference data, with multiple related objects? Choose 2 answers A. Apex CPU limits B. Circular relationships C. HTTP response size D. Depth of nested relationships Which are two characteristics of an effective communication plan? Choose 2 answers A. Consistent communication to a pre -defined list of stakeholders B. Communication to stakeholders on a "need -to -know" basis C. Requesting feedback for outstanding architectural questions D. Reporting project status, timelines, and impacts Universal Containers (UC) has recently acquired other companies that have their own Salesforce orgs. These companies have been merged as new UC business units. The CEO has requested an architect to review the org strategy, taking into consideration two main factors: The CEO wants business process standardization among all business units. Business process integration is not required as the different business units have different customers and expertise. Which org strategy should the architect recommend in this scenario, and why? A. Single-org strategy, as costs increase as the number of orgs go up. B. Multi-org strategy, as it is uncommon for the diversified business units to get used to working in the same space as the other business units. C. A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units. D. Single-org strategy, as the high level of business process standardization will be easier to implement in a single org. Universal Containers (UC) has multiple teams with major projects working concurrently in their own developer sandboxes. After deploying to production, a bug is discovered. Due to tight timelines, the development team has suggested correcting the bug in the user acceptance testing (UAT) environment, which is a full copy sandbox. What should the architect recommend? A. Since the issue was found in production, it should be treated as a change request and go into the backlog as an enhancement. B. UC should spin up a new sandbox to use as a hot fix environment. Once the bug is corrected, the change should be applied to production and downstream environments. C. Correcting the bug in UAT is ideal. Since UAT is a full copy, it will be the fastest location to fix and test the resolution. D. The fix should be made in the developer environment where the project work was done. Once the fix has been made, it should go through a full deployment/testing process and adhere to the normal project cadence. 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 data. 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? [Show More]

Last updated: 1 month ago

Preview 1 out of 26 pages

Add to cart

Instant download

document-preview

Buy this document to get the full access instantly

Instant Download Access after purchase

Add to cart

Instant download

Also available in bundle (1)

SALESFORCE DEVELOPMENT LIFECYCLE AND DEPLOYMENT EXAMS BUNDLE

SALESFORCE DEVELOPMENT LIFECYCLE AND DEPLOYMENT EXAMS BUNDLE

By Nurse Henny 2 weeks ago

$26

4  

Reviews( 0 )

$16.00

Add to cart

Instant download

Can't find what you want? Try our AI powered Search

OR

REQUEST DOCUMENT
11
0

Document information


Connected school, study & course


About the document


Uploaded On

May 26, 2024

Number of pages

26

Written in

Seller


seller-icon
Nurse Henny

Member since 1 year

4 Documents Sold


Additional information

This document has been written for:

Uploaded

May 26, 2024

Downloads

 0

Views

 11

Recommended For You

Get more on EXAM »

$16.00
What is Browsegrades

In Browsegrades, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Browsegrades · High quality services·