[Sep 05, 2022] Get Latest and 100% Accurate Development-Lifecycle-and-Deployment-Architect Exam Questions [Q117-Q138]

Share

[Sep 05, 2022] Get Latest and 100% Accurate Development-Lifecycle-and-Deployment-Architect Exam Questions

Maximum Grades By Making ready With Development-Lifecycle-and-Deployment-Architect Dumps


Salesforce Development-Lifecycle-and-Deployment-Architect Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a customer scenario, analyze and recommend the appropriate governance framework
  • Explain the advantages of using agile tools to support an agile development process
Topic 2
  • Define an environment (sandbox) strategy that utilizes the correct sandbox types
  • Describe the appropriate approaches to building test data strategy and unit test to ensure successful code
Topic 3
  • Describe and recommend an appropriate release management strategy
  • Explain how to assess the benefits and risks of the different development methodologies
Topic 4
  • Analyze and explain the use cases and considerations when using managed, unmanaged and unlocked packages
  • Assess Application Lifecycle Management maturity and identify the people, technology, and processes required
Topic 5
  • Given a customer landscape and their requirements, evaluate business, technical and architectural considerations
  • Describe and recommend a unified test data strategy that utilizes representative data
Topic 6
  • Explain the implications for incorporating the request directly in a production environment
  • explain how source control branching
  • versioning
  • merging can be used and recommend appropriate strategies
Topic 7
  • Describe the capabilities, limitations and considerations when using the Metadata
  • Explain the implications on the development lifecycle and steps

 

NEW QUESTION 117
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. Team development of an application in a Developer Edition organization. After completing development and testing, the application is Distributed via Lightning Platform AppExchange.
  • 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. 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.
  • 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.

Answer: B,D

 

NEW QUESTION 118
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 only when merging into Full or Partial Copy sandboxes.
  • B. Automated tests should be run when branches are merged.
  • C. Automated tests should be run dally in all Developer Orgs.
  • D. Automated tests should be run daily in all Developer Orgs, and when branches are merged.

Answer: A

 

NEW QUESTION 119
Universal Containers (UC) is implementing Salesforce for the first time. Their legacy CRM system is an on premise home-grown application written in Jav a. UC plans to implement a continuous integration process that mirrors their current standard. Under what conditions should an Architect recommend against continuous integration?

  • A. The client does not have budget for additional software
  • B. There isn't a full sandbox available to leverage
  • C. The Salesforce instance has only standard functionality
  • D. Test scripts will be generated as part of the testing phase

Answer: C

 

NEW QUESTION 120
Universal Containers requires its developers to develop and test code in one sandbox per developer before deploying to a common sandbox for code review. Which deployment strategy should be used in this environment?

  • A. Refresh the developer's sandbox, develop changes, refresh the developer's sandbox, deploy to the common sandbox, test changes
  • B. Refresh the developer's sandbox, develop changes, refresh the common sandbox, deploy to the common sandbox, test changes
  • C. Refresh the common sandbox, develop changes, refresh the developer sandbox, deploy to the common sandbox, test changes
  • D. Refresh the developer's sandbox, develop changes, test changes, refresh the developer's sandbox, deploy to the common sandbox

Answer: B

 

NEW QUESTION 121
Universal Containers is working on the next phase of development for their Salesforce implementation involving a large amount of custom development. Which two strategies should be considered to address a critical production issue occurring in the middle of development? Choose 2 answers

  • A. Utilize one branch for both development and production bug fixes to avoid out-of-sync branches and simplify deployment
  • B. Refresh a sandbox for replication of the issue and testing the use -case scenarios once the code is fixed
  • C. Utilize a source control system to allow separate branches for current development and production bug fixes
  • D. Create separate branches for current development and production bug fixes and deploy the fix with current development when ready

Answer: B,C

 

NEW QUESTION 122
Universal Containers (UC) is considering updating their Salesforce Production Deployment as a part of their Release Mgmt process. Which three best practices should UC consider for Production Deployment? Choose 3 ans.

  • A. Schedule releases with Salesforce upgrades.
  • B. Lert all users on the day of deployment.
  • C. Temporarily suspend configuration changes in production.
  • D. Define a rollback strategy.
  • E. Announce the maintenance window ahead of time.

Answer: C,D,E

 

NEW QUESTION 123
An Architect is working on a Universal Containers project, and due to security concerns they cannot provide the Architect with production access. Instead, a central release management team will be responsible for performing production deployments for all development teams. How should an Architect leverage the Metadata API to ensure any metadata components necessary to deploy the project's functionality are properly communicated to the release management team?

  • A. Provide the Release Management team a copy of the audit trail from the sandbox you wish to deploy from
  • B. Send a package.xml file with associated metadata in a .zip file to the Release Management team
  • C. Create a change set in each sandbox and download the package.xml file for the release management team
  • D. Provide a spreadsheet of all components and utilize the metadata API's readMetadata call

Answer: B

 

NEW QUESTION 124
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 will monitor test activity to ensure there are no issues with Salesforce Services.
  • B. A business justification must be provided to Salesforce in order to run performance testing.
  • C. Salesforce must be informed at least 7 days before starting performance tests.
  • D. Performance tests may be run without advanced notice, but Salesforce will not store performance logs.
  • E. Performance tests must be run in a sandbox.

Answer: A,B,E

 

NEW QUESTION 125
Universal Containers (UC) is developing a new Customer Community. Requirements for the Community are not fully defined. UC is planning on using an Agile methodology for this work and has promised delivery of the complete system in three months. What are two risks associated with this approach? Choose 2 answers

  • A. Agile does not allow for changes to requirements, so customers might not like the resulting solution
  • B. The functionality that can be delivered in 3 months is unknown, and may not meet the needs of the business
  • C. Given the lack of requirements and the three-month timeline commitment, the project may not be feasible
  • D. Agile is not an appropriate development methodology for Customer Community implementations

Answer: B,C

 

NEW QUESTION 126
Universal Containers (UC) is using Salesforce for their sales organization. The sales users have created several dashboards using multiple running users. The admins have also added a few workflow rues that send email notifications to some sales users. What should an Architect consider while planning the deployment of such components? Choose 2 answers

  • A. User Fields are preserved during metadata deployments and Salesforce attempts to locate a matching user in the target org during deployment.
  • B. User fields are ignored during metadata deployments and all such users need to be manually created in the target org before starting the deployment.
  • C. If the username in the source org doesn't exist in the target org, the deployment will continue and Salesforce will automatically create the username in the target org.
  • D. If the username in the source org doesn't exist in the target org, the deployment will stop until the usernames are resolved or removed.

Answer: A,D

 

NEW QUESTION 127
Which are two recommended methods of creating test data in Salesforce?
Choose 2 answers

  • A. Host a mock endpoint to produce sample information from an endpoint.
  • B. Load a CSV as a static resource and reference it in a test class.
  • C. Utilize Heroku Connect to provide test class data.
  • D. Reference data from middleware directly within your test class.

Answer: A,B

 

NEW QUESTION 128
Universal Containers is planning to release simple configuration changes and enhancements to their Sales Cloud. A Technical Architect recommend using change sets. Which two advantages would change sets provide in this scenario? Choose 2 answers

  • A. A simple and declarative method for deployment.
  • B. An easy way to deploy related components.
  • C. The ability to deploy a very large number of components easily.
  • D. The ability to track changes to component.

Answer: A,B

 

NEW QUESTION 129
Universal Containers (UC) has two subsidiaries which operate independently. UC has made the decision to operate two of separate Salesforce orgs, one for each subsidiary. However, certain functions and processes between the two orgs must be standardized. Which two approaches should UC take to develop customizations once, and make them available in both orgs? Choose 2 answers

  • A. Create a package in a Developer Edition org and deploy it to both production orgs
  • B. Set up Salesforce-to-Salesforce to deploy the functionality from one org to the other
  • C. Develop the functionality in a sandbox and deploy it to both production orgs
  • D. Create a managed package in a sandbox and deploy it to both production orgs

Answer: A

 

NEW QUESTION 130
Universal Containers CUC) has developed extensions of Salesforce Service Cloud for the use of its customer service teams using the change set development model.
Recently, UC acquired a company that develops extensions of an AppExchange app. The development team of the acquired company uses the org development model. The Universal Containers CTO wants both teams to work on a single org and follow the same set of processes.
Which development model should the architect recommend to be used by the consolidated development team?

  • A. Package development model, because it allows packages to be created and deployed using declarative (point-and-click) development tools, without writing code.
  • B. Change set development model, because UC is already using it, so it will face less resistance.
  • C. Org development model, because the acquired company's team is already using it, and it is better than the change set development model.
  • D. Package development model, so teams can build release artifacts that can be tested and released independently from artifacts for other projects.

Answer: D

 

NEW QUESTION 131
Universal Containers (UC) started to use the GitHub workflow. For the current minor release, an Experience Cloud developer and a Service Cloud developer both need to work on the Case object and codes that reference the Case object. Both developers branched off the same UCDev branch (maps to the Dev sandbox for Release Build) and started working. The Experience Cloud development team had Finished early, and the change was successfully merged into the UCDev branch. The local Git branch used by the Service Cloud developer is called ServiceCase At what point will the Service Cloud developer see the conflict and need to resolve the conflict?

  • A. At command: git push origin ServiceCase
  • B. At Command: git add force-app/main/default
  • C. At command: git commit -m "Service Cloud Notes"
  • D. The conflict would show in GitHub when a pull request is created from ServiceCase to UCDev.

Answer: D

 

NEW QUESTION 132
What are three benefits of managing change with Packaged Development?
Choose 3 answers

  • A. Clearly divides developers and testers.
  • B. Versioning to help with change management.
  • C. Making the release cycle more efficient and agile.
  • D. Manage the number of sandboxes needed to successfully deploy.
  • E. Modular development process with specification of dependencies among packages.

Answer: C,D,E

 

NEW QUESTION 133
Which two environments are appropriate for creating a managed package? Choose 2 answers

  • A. Developer Pro Sandbox Org
  • B. Partner Developer Edition Org
  • C. Developer Edition Org
  • D. Production Org with LMA

Answer: B,C

 

NEW QUESTION 134
Which are two characteristics of an effective communication plan? Choose 2 answers

  • A. Requesting feedback for outstanding architectural questions
  • B. Reporting project status, timelines, and impacts
  • C. Consistent communication to a pre -defined list of stakeholders
  • D. Communication to stakeholders on a "need -to -know" basis

Answer: B,C

 

NEW QUESTION 135
A Salesforce Administrator has initiated a deployment using a change set. the deployment has taken more time than usual. What is the potential reason for this?

  • A. The change set includes new custom objects and custom fields.
  • B. The change set includes Field type changes for some objects.
  • C. The change set performance is independent of included components.
  • D. The change set includes changes to permission sets and profiles.

Answer: D

 

NEW QUESTION 136
By to What three tools should an architect recommend to support application lifecycle methodology Choose 3 answers

  • A. Version control repository
  • B. Middleware
  • C. Database management systems
  • D. Issue tracking Ttool
  • E. Continuous integration tool

Answer: A,E

 

NEW QUESTION 137
Universal Containers has just initiated a project involving a large distributed development and testing team. The development team members need access to a tool to manage requirements and the testing team needs access to a tool to manage defects. Additionally, stakeholders are requesting ad -hoc status reports. What tool should an Architect recommend to support the project?

  • A. Spreadsheets
  • B. Code Repository
  • C. Wave
  • D. Port management tool

Answer: D

 

NEW QUESTION 138
......

Give push to your success with Development-Lifecycle-and-Deployment-Architect exam questions: https://www.actual4cert.com/Development-Lifecycle-and-Deployment-Architect-real-questions.html