Official Bank 0/227

Salesforce Development-Lifecycle-and-Deployment-Architect Exam (Plat-Arch-202) - Salesforce Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
227 Total Questions
1
Question
Which are two recommended methods of creating test data in Salesforce? Choose 2 answers
Select 2
Options
A Reference data from middleware directly within your test class.
B Utilize Heroku Connect to provide test class data.
C Host a mock endpoint to produce sample information from an endpoint.
D Load a CSV as a static resource and reference it in a test class.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Universal Containers (UC) has noticed that unit tests are failing in production during deployments and in no other environments. Investigations have revealed that administrators are making minor changes in production without regard to dependent components

What two suggestions can the architect make to help UC discover these failing unit tests earlier? Choose 2 answers
Select 2
Options
A Stop administrators from making all changes.
B Train the administrators to make their changes in a special “admin changes” sandbox, and then promote to production.
C Ask administrators to run unit tests before every change.
D Ensure a metadata backup is committed to version control every day and a diff published to the release team.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Universal Containers (UC) deploys major releases on a monthly schedule. In recent months, the team has noticed the deployment time has increased two-fold from 2 hours to 4 hours .The team wants to get back to reasonable deployment times. Which three issues could be affecting their deployment times? Choose 3 ans
Select 3
Options
A The number and complexity of Apex tests will have a large impact on the deployment time.
B The deployments are being scheduled during off peak hours, which is not the best time.
C Some components profiles, custom junction objects, and fields take longer to process than others.
D The team is highly constrained with pre-deployment and post-deployment changes.
E Users are working in the org during deployment locking can affect users and the deployment.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
All AppExchange products are subject to Salesforce security reviews.

What is the most common reason that the prospect AppExchange products fail the security review?
Options
A Session hacking
B Cross-site scripting
C CRUD/FLS (field level security)
D SOQL injection
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
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?
Options
A At command: git push origin ServiceCase
B At command: git commit -m “Service Cloud Notes”
C The conflict would show in GitHub when a pull request is created from ServiceCase to UCDev.
D At Command: git add force-app/main/default
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.