Salesforce Development-Lifecycle-and-Deployment-Architect Test Engine Practice Test Questions, Exam Dumps [Q117-Q140]

Share

Salesforce Development-Lifecycle-and-Deployment-Architect Test Engine Practice Test Questions, Exam Dumps

100% Free Development-Lifecycle-and-Deployment-Architect Daily Practice Exam With 228 Questions


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

TopicDetails
Topic 1
  • Describe approaches to handle pre and post deployment steps, including items not supported via the APIs
  • Understand customer environment risks and articulate appropriate mitigation strategies
Topic 2
  • 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 3
  • Given a customer scenario, describe the appropriate development model
  • Describe the methods to ensure the delivery of quality code
Topic 4
  • 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 5
  • Describe and recommend an appropriate release management strategy
  • Explain how to assess the benefits and risks of the different development methodologies

 

NEW QUESTION 117
Since Universal Containers (UC) has adopted agile methodologies, the CEO is requesting the development teams to deliver more and more work in shorter time frames. The CTO responds by saying the developers are not able to deliver the jobs they are committing to.
What evidence can be gathered in an agile tool to support the CTO's claims?

  • A. A burndown chart showing the team misses their forecast sprint after sprint
  • B. The definition of done (DoD)
  • C. A Kanban board showing there's always the maximum allowed amount of work in progress (WIP)
  • D. A burndown chart showing team finishes early sprint after sprint

Answer: A

 

NEW QUESTION 118
Universal Containers has several concurrent projects building new functionality, fixing bugs, and modifying existing functionality. Management would like features to be available to users as quickly as possible, even if the entire project is incomplete. What should an Architect recommend to maintain quality?

  • A. Utilize automated source control, test, and build systems to test and deploy to production
  • B. Use a spreadsheet to track approved changes that should be released with change sets
  • C. Require developers to deploy completed code and unit tests directly to production
  • D. Deploy all functionality together to ensure all functionality works together without error

Answer: A

 

NEW QUESTION 119
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. Single-org strategy, as the high level of business process standardization will be easier to implement in a single org.
  • C. 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.
  • D. A Multi-org strategy, as they could deploy a common managed package into the orgs of the different business units.

Answer: D

 

NEW QUESTION 120
Universal Containers has a large call center that has a limited inventory and must ensure there is product availability before an Opportunity is marked as Closed. Custom Apex has been implemented to check inventory levels before an Opportunity is saved. What should an architect consider before recommending Performance testing?

  • A. Number of unit tests
  • B. Number of Apex Hammer failures
  • C. Number of concurrent transactions
  • D. Number of debug log entries

Answer: C

 

NEW QUESTION 121
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.
  • B. Create a Salesforce support case, someone should know what is wrong.
  • C. Delete the full sandbox used for performance testing.
  • D. Contact the Salesforce Account Team to do a sandbox License Count.

Answer: D

 

NEW QUESTION 122
There has been an increase in the number of defects .Universal Containers (UC) found the root cause to be decreased in quality if code. Which two options can enforce code quality in UC's continuous integration process? Choose 2 answers

  • A. Introduce static code analysis before deployment to the testing sandbox.
  • B. Increase the size of the testing team assigned to the project.
  • C. Introduce manual code review before deployment to the production org.
  • D. Introduce manual code review before deployment to the testing sandbox.

Answer: A,D

 

NEW QUESTION 123
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.
  • B. 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, manually delete new components and then deploy again to production using metadata from this sandbox.
  • 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.

Answer: B

 

NEW QUESTION 124
Universal Containers is considering developing a client application using the Metadata API for managing deployments to multiple Salesforce orgs. Which two use cases describe the usage of Metadata API? Choose 2 ans

  • A. Perform CRUD operations o manage records in the organization.
  • B. Migrate configuration changes between two organizations.
  • C. Export current customization in the organization as an xml file.
  • D. Migrate data changes between two organizations using a csv file.

Answer: B,C

 

NEW QUESTION 125
Universal Containers (UC) had been using change sets for deploying all of the modifications to its Sales Cloud apps. After multiple business units joined the single Salesforce instance, there is a need to evaluate which development model is the most suitable for UC. The IT management has shown a particular interest in finding out more about the package development model.
As an architect, which two statements can be made to articulate the differences between the change set model and package development model?
Choose 2 answers

  • A. A change set can be retrieved from the developer's workbench as a package, then pushed into the version control system to achieve theVersioning control.
  • B. In package development, the best practice is to consider the dependencies and build the dependencies into the package so it can be deploye In any other target orgs.
  • C. In change set development, the source of truth is a combination of the metadata already in the environment and the content of your change Set.
  • D. In package development, the source of truth is the metadata in the package project, which makes it easy to integrate to a version controlSystem.

Answer: C,D

 

NEW QUESTION 126
Which two project situations favor a waterfall methodology? Choose 2 answers

  • A. An application in post-production, with incremental changes made by a small team.
  • B. An application with many systems and inter-dependencies between components.
  • C. An application with regulatory compliance requirements to be validated by outside agencies.
  • D. An in-house application with a fixed team size, but an open timeline and flexible requirements.

Answer: B,C

 

NEW QUESTION 127
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. Use Query Analyzer in production.
  • B. Generate mock data that mimics production data shape and volume.
  • C. Perform data masking on full sandbox after a refresh.
  • D. Request a partial Sandbox copy after the next Salesforce release.

Answer: B,C

 

NEW QUESTION 128
Universal Containers has dozens of independent user acceptance and functional teams that need to test independently in isolation, and on current production data that was modified within the last week. Which Sandbox type should a Technical Architect recommend?

  • A. Developer Pro Sandbox
  • B. Partial Copy Sandbox
  • C. Full Sandbox
  • D. Developer Sandbox

Answer: C

 

NEW QUESTION 129
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. Keep teams separate until the end of the project and create a Full Copy sandbox to merge their work then.
  • B. Address critical bugs in the Development sandboxes and push those changes to production separately.
  • C. Include fixes for critical bugs in the ongoing Development sandboxes so that they will be released with the other code.
  • D. Utilize a dedicated developer pro sandbox to address critical bugs and release to production.

Answer: D

 

NEW QUESTION 130
Northern Trail Outfitter's development team has built new features for its sales team in the Asia-Pacific region. While testing the Apex classes, the developers are constantly hitting the governor limits.
What should the architect recommend during the review to address this issue?

  • A. Use the auto reset property to automatically reset governor limits during off-hours.
  • B. Use test.startTest() and test.stop Test() methods to reset governor limits.
  • C. Use an AppExchange product which can temporarily increase the governor limits.
  • D. Use test.setLimit() and test.resetLimit() methods to reset governor limits.

Answer: B

 

NEW QUESTION 131
When replacing an old legacy system with Salesforce, which two strategies should the plan consider to mitigate the risks associated with migrating data from the legacy system to Salesforec? Choose 2 answers?

  • A. Use a full sandbox environment and perform test runs of data migration scripts/processes with real data from the legacy system.
  • B. Migrate users in phases based on their functions, requiring parallel use of legacy system and Salesforce for certain period of time.
  • C. Identify the data relevant to the new system, including dependencies, and develop a plan/scripts for verification of data integrity.
  • D. Use a full sandbox environment for all the systems involved, a full deployment plan with test data generation scripts, and full testing including integrations.

Answer: A,B

 

NEW QUESTION 132
What are three advantages of using a Source Control system alongside a multi -sandbox development strategy? Choose 3 answers

  • A. Keep a history of changes made by each developer
  • B. Create a branching strategy that tracks each feature or change separately
  • C. Act as a backup in case of catastrophic data loss
  • D. Automatically deploy changes from sandbox to production
  • E. Perform code reviews before promoting to a pre -production sandbox

Answer: A,B,D

 

NEW QUESTION 133
Product owners at Universal Containers want to ensure that all the requirements have test cases associated with them so that no functionality is left untested during user acceptance testing.
What project artifact can help meet the needs of the business?

  • A. Requirement traceability matrix
  • B. Test execution plan
  • C. Testing strategy
  • D. User acceptance test scripts

Answer: A

 

NEW QUESTION 134
Universal Containers CUC) is an enterprise financial company that operates in EMEA, AMER, and APAC. Because of regulatory requirements, UC has a separate Salesforce org for each region. Each org has its own customizations that fit for the region needs, but there are also standard processes that apply to all regions requirements.
As the deployment architect, what should be considered for the multi-org deployment strategy?

  • A. Deploy metadata to production orgs using package development model.
  • B. Deploy metadata to production orgs using change sets.
  • C. Deploy metadata to production orgs using managed packages.
  • D. Deploy metadata to production orgs using unmanaged packages.

Answer: A

 

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

Answer: A,B,E

 

NEW QUESTION 136
An architect is working on a Universal Containers (UC) project, and due to security concerns, the UC security team 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. Communicate the unlocked package version to the release management team.
  • B. Provide the release management team a copy of the audit trail from the sandbox you wish to deploy from.
  • C. Provide a spreadsheet of all components and utilize the metadata API's readMetadata() call.
  • D. Create a change set in each sandbox and download the package.xml file for the release management team.

Answer: A

 

NEW QUESTION 137
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. CI/CD is required in to successfully manage minor changes.
  • C. Minor changes do not need to be documented and can be made at any time.
  • D. All changes should still be tested.
  • E. Minor changes should be thoroughly documented and follow some type of standard cadence.

Answer: A,C,D

 

NEW QUESTION 138
Universal Containers' org is complex but well-organized in unlocked packages with their dependencies. The development team was asked for a new feature, and the package that will be changed has already been identified.
Which environment should be used for this development?

  • A. A Developer Pro sandbox with the package code that will be changed and its dependencies installed.
  • B. A scratch org with all installed packages.
  • C. A Developer Pro sandbox with all packages installed.
  • D. A scratch org with the package code that will be changed and its dependencies

Answer: D

 

NEW QUESTION 139
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. Lert all users on the day of deployment.
  • B. Schedule releases with Salesforce upgrades.
  • C. Temporarily suspend configuration changes in production.
  • D. Announce the maintenance window ahead of time.
  • E. Define a rollback strategy.

Answer: C,D,E

 

NEW QUESTION 140
......

Use Valid New Development-Lifecycle-and-Deployment-Architect Test Notes & Development-Lifecycle-and-Deployment-Architect Valid Exam Guide: https://www.practicevce.com/Salesforce/Development-Lifecycle-and-Deployment-Architect-practice-exam-dumps.html