DumpExams is an authorized company offering valid and latest dump exams & dumps VCE materials. Our dump exams & dumps VCE materials are high-quality; our passing rate is higher than others.

Prepare for your exam certification with our Development-Lifecycle-and-Deployment-Architect Certified Salesforce [Q136-Q153]

Share

Prepare for your exam certification with our Development-Lifecycle-and-Deployment-Architect Certified Salesforce

Free Salesforce Development-Lifecycle-and-Deployment-Architect Exam 2022 Practice Materials Collection

NEW QUESTION 136
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 common sandbox, develop changes, refresh the developer 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 developer's sandbox, develop changes, refresh the developer's 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 137
Northern Trail Outfitters (NTO) has well-defined release management processes for both large and small projects. NTO's development team created a workflow and a trigger for the changes in its opportunity renewal process.
What should the architect recommend for release planning of these changes?

  • A. Plan this as a minor release with training and change management.
  • B. Plan this an interim release after checking with Salesforce support.
  • C. Plan this as a patch release and align with the Salesforce patch release.
  • D. Plan this as a major release and align with a Salesforce major release.

Answer: A

 

NEW QUESTION 138
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. Require developers to deploy completed code and unit tests directly to production
  • C. Deploy all functionality together to ensure all functionality works together without error
  • D. Use a spreadsheet to track approved changes that should be released with change sets

Answer: A

 

NEW QUESTION 139
Universal Containers (UC) has used Salesforce for the last 6 years with 50% custom code. UC has recently implemented continuous integration. UC wants to improve old test classes whenever new functionality invalidates tests. UC also wants to reduce the deployment time required. What should Architect recommend?

  • A. A Do not execute any test classes in sandboxes and Production.
  • B. Test classes cannot be executed in sandboxes.
  • C. Execute all test classes in sandboxes and selected test classes in Production.
  • D. Do not execute test classes in sandboxes and all test classes in Production.

Answer: C

 

NEW QUESTION 140
What are three advantages of using the SFDX?
Choose 3 answers

  • A. Can Install application metadata from a central repository.
  • B. Can quickly deploy metadata using Execute Anonymous.
  • C. Can store code on a local machine, or a version control system.
  • D. Can create scratch orgs.
  • E. Can use native Deployment Rollback Tool to quickly revert to prior state.

Answer: A,C,D

 

NEW QUESTION 141
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. Back up all the reports just before the release, then reimport them after the release,
  • C. Remove the executive's ability to change reports, and only allow developers to do that.
  • D. Use a third-party data warehouse.

Answer: A

 

NEW QUESTION 142
Which two decisions should be made by an Architecture Review Board (ARB)? Choose 2 answers

  • A. Whether to utilize the Waterfall or Agile methodology on the project
  • B. What testing tools should be used to track integration testing requirements
  • C. Whether to implement Single Sign -On with SAML or delegated authentication
  • D. Whether to create a new Salesforce object or override an existing object using a new Record Type

Answer: C,D

 

NEW QUESTION 143
What two things are needed to delete metadata with a deploy() call?= Choose 2 answers

  • A. The CURRENT API version must be used.
  • B. Package.XML file.
  • C. DestructiveChanges.xml file.
  • D. PurgeOnDelete option must be set to TRUE.

Answer: B,C

 

NEW QUESTION 144
A developer on the Universal Containers team has written a test class to test a method that involves a web service callout. Within the test class, the developer is supposed to load test data, create an instance of the Mock object, set the Test.setMock() to that Mock object, call startTest(), execute the code that makes the callout, call stopTest(), and compare the result with expectations. Unfortunately, the Developer forgot to use the Test.setMock() method step.
What would happen when the developer runs this test class?

  • A. It is impossible to miss the Test.setMock() statement, the Developer Console will not let the developer save it since the test methou callout
  • B. The test class would make the web service callout and may or may not fail depending on the circumstances on the web service end
  • C. The test class fails and the developer will see a message stating: Methods defined as TestMethod do not support Web service callouts.
  • D. The test class fails without error message since the test class will simply skip the web service callout during the execution.

Answer: C

 

NEW QUESTION 145
Universal Containers' developers are working on a Visualforce page in a sandbox when an administrator adds a new field to Production. Which two approaches could an architect suggest to an administrator that would assist the developers in their development process? Choose 2 answers

  • A. Refresh the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
  • B. Manually replicate the same changes in the developer sandbox to ensure that changes made in production are reflected in the sandbox that the developers are working on
  • C. Use a Change Set to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on
  • D. Use Salesforce-to-Salesforce to deploy the changes from Production to the sandbox, to ensure that changes made in production are reflected in the sandbox that the developers are working on

Answer: A,C

 

NEW QUESTION 146
Universal containers is looking to install a new application to enable advanced quoting in its current Professional Edition org. The org is near capacity with object and tab limits. Which two solutions should the Architect recommend? Choose 2 answers

  • A. Buy more user licenses to increase org limits
  • B. Upgrade to an Enterprise Edition org
  • C. Create and install an unmanaged package
  • D. Install an Aloha certified App

Answer: A,B

 

NEW QUESTION 147
Universal Containers (UC) has created a custom REST web service. This web service receives Orders and Order Line Items data from an external endpoint and runs business logic and validations on it before inserting it into the database. UC is expecting to receive more than 100K orders a day and each order can have up to 10 line items. Each inbound request will contain only one order and its corresponding line items.
What two testing types should an architect recommend to ensure users don't face platform slowdowns during peak business hours? Choose 2 answers

  • A. Performance Testing
  • B. Stress Testing
  • C. Load Testing
  • D. Unit Testing

Answer: A,C

 

NEW QUESTION 148
Universal Containers has seven orgs in different regions. Its processes are global and standardized but each region needs the flexibility to be able to understand the global code and customize some aspects for its regions.
Which development model is optimized for this need?

  • A. Use a managed package for global code and another managed package for ail regions code.
  • B. Create a centralized Git with all the code and where the global team approves the changes made by the local teams.
  • C. Use a managed package to deploy the global code and allow local teams to request the addition of code within that package.
  • D. Use unlocked packages to deploy the global code and allow each country to create its customized unlocked package extensions,

Answer: B

 

NEW QUESTION 149
What are two advantages of using an Agile Project Management tool? Choose 2 answers

  • A. Improve governance with gate steps in development
  • B. Increased visibility into sprint and project status
  • C. Better relationships with business stakeholders
  • D. Consolidate project artifacts to a common repository

Answer: B,D

 

NEW QUESTION 150
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. Send a package.xml file with associated metadata in a .zip file 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. 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: A

 

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

Answer: A,B,D

 

NEW QUESTION 152
Universal Containers (UC) has a huge volume of metadata that cannot be deployed at once. What is the recommended strategy for UC to be successful with the deployment?

  • A. Identify metadata dependencies, create logical groupings, and deploy in the right order.
  • B. Use a combination of the Ant migration tool and change sets for deployment.
  • C. Sort and group the metadata alphabetically and deploy them in the same order.
  • D. Use a continuous integration tool such as Jenkins to deploy in the right order.

Answer: A

 

NEW QUESTION 153
......

Pass Salesforce Development-Lifecycle-and-Deployment-Architect Actual Free Exam Q&As Updated Dump: https://www.dumpexams.com/Development-Lifecycle-and-Deployment-Architect-real-answers.html

Development-Lifecycle-and-Deployment-Architect Exam Info and Free Practice Test All-in-One Exam Guide Sep-2022: https://drive.google.com/open?id=18VwrSKKXF4mFP_LYOc8NYehh9wyV1bGo