Skip to main content

DEVELOPMENT-LIFECYCLE-AND-DEPLOYMENT-ARCHITECT Real Exam Questions

Salesforce Certified Platform Development Lifecycle and Deployment Architect (Plat-Arch-202)

227 questions available · Page 1 of 23

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Northern Trail Outfitters (NTO) recently acquired Eastern Trail Outfitters (ETO). NTO's sales leadership
team had hands-on experience with the ETO's Sales Optimization app and have given the feedback that the app would benefit NTO's sales team.

Which option should the architect recommend for having ETO's Sales Optimization app in NTO's Salesforce org in the shortest possible time?

  1. A

    Create a managed package of the app and deploy in NTO's org.

  2. B

    Create an unmanaged package of the app and deploy in NTO's org.

  3. C

    Create users in ETO's org and provide access to NTO's sales team.

  4. D

    Create a core team and build the Sales Optimization app in NTO's org.

Show answer and explanation

Correct answer: C

Question 2 Multiple choice

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

  1. A

    Developers often have to turn to the debug log for details of the failed Apex executions.

  2. B

    When an Apex batch job runs at a scheduled time, an increased number of Apex execution errors occur over all.

  3. C

    An Apex process runs into an un-handled exception when an HTTP callout has an unexpected status code in the response body.

  4. D

    Developers constantly ask the testers for a screenshot of the error and the exact steps of reproducing the error.

  5. E

    The delivered user interfaces are regularly not meeting the expectations of the business users.

Show answer and explanation

Correct answers: A, B, C

Question 3 Multiple choice

Universal Containers (UC) works with different partners and has few admin resources that take care of the day-to-day deployment tasks. As a result, UC would like to find a way to automate the deployments using Metadata API.

Which two limitations of Metadata API should be considered when using Metadata API- based Deployments? Choose 2 answers

  1. A

    Deploy up to 10,000 files, but retrieve more than 10,000 files.

  2. B

    Maximum size of deployed .zip file is 400MB.

  3. C

    Maximum Size of deployed .zip file is 39MB.

  4. D

    Deploy and retrieve up to 10,000 files at once.

Show answer and explanation

Correct answers: C, D

Question 4 Single choice

Universal Containers CUC) Customer Community is scheduled to go live in the Europe, Middle East, and Africa (EMEA) region in 3 months. UC follows a typical centralized governance model. Two weeks ago, the project stakeholders informed the project team about the recent changes in mandatory compliance requirements needed to go live. The project team analyzed the requirements and have estimated additional budget needs of 30^0 of the project cost for incorporating the compliance requirements.

Which management team is empowered to approve this additional budget requirements?

  1. A

    Security Review Committee

  2. B

    Project Management Committee

  3. C

    Executive Steering Committee

  4. D

    Change Control Board

Show answer and explanation

Correct answer: C

Question 5 Single choice

Universal Containers CUC) has been on the org development model with scratch orgs are already enabled, but they haven't been taking advantage of the scratch orgs.

Now UC is ready to move to the package development model.

What step must be done by an administrator?

  1. A

    In setup, switch both the Enable Dev Hub and Enable 2nd-Generation Managed Packages to Enabled.

  2. B

    In setup, switch the Enable Unlocked Packages to Enabled, keep the Enable Second-Generation Managed Packages as disabled.

  3. C

    In setup, switch the Enable Dev Hub to Enabled, then switch the Enable Source Tracking for Scratch Orgs to Enabled.

  4. D

    In setup, switch the Enable Unlocked Packages and Second-Generation Managed Packages to Enabled.

Show answer and explanation

Correct answer: C

Question 6 Multiple choice

In Architect has been working on a large project for the past 6 months. This project must be live by the end of the current month.

Which two planning techniques should the Architect use to ensure all metadata changes deploy smoothly and on time? Choose 2 answers

  1. A

    Ensure all code that is being deployed is checked into source control

  2. B

    Validate the final deployment package against production prior to go-live

  3. C

    Create a new sandbox and perform a test deployment to that environment

  4. D

    Upload a change set from sandbox to production as early as possible

Show answer and explanation

Correct answers: A, B

Question 7 Multiple choice

Which are two key benefits of fully integrating an agile issue tracker with software testing and continuous integration tools?
Choose 2 answers?

  1. A

    Developers can see automated test statuses post code commit on a specific user story.

  2. B

    Developers can collaborate and communicate effectively on specific user stories.

  3. C

    Developers can observe their team velocity on the burn chart report in the agile tool.

  4. D

    Developers can use the committed code's build status directly on the user story record.

Show answer and explanation

Correct answers: A, D

Question 8 Multiple choice

What are two limitations an architect should consider when designing a strategy for managing technical reference data, with multiple related objects? Choose 2 answers

  1. A

    Apex CPU limits

  2. B

    Circular relationships

  3. C

    Depth of nested relationships

  4. D

    HTTP response size

Show answer and explanation

Correct answers: B, C

Question 9 Single choice

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?

  1. A

    Plan this as a patch release and align with the Salesforce patch release.

  2. B

    Plan this as a major release and align with a Salesforce major release.

  3. C

    Plan this as a minor release with training and change management.

  4. D

    Plan this an interim release after checking with Salesforce support.

Show answer and explanation

Correct answer: C

Question 10 Single choice

Universal Containers business users often observe that newly released features are resulting in other previously existing and stable functionality being broken.

Which approach should an Architect recommend to prevent regression?

  1. A

    Utilize the developer console to run test suites for the affected functionality

  2. B

    Utilize unit and functional test automation as part of a continuous integration strategy

  3. C

    Utilize Salesforce Apex Hammer to automatically test all functionality

  4. D

    Freeze development of new features and re -architect the system to remove the bugs

Show answer and explanation

Correct answer: B