Exam PDII Topic 2 Question 121 Discussion

Actual exam question for Salesforce's PDII exam
Question #: 121
Topic #: 2
A Salesforce Platform Developer is leading a team that is tasked with deploying a new application to production. The team has used source-driven development, and they want to ensure that the application is deployed successfully. What tool or mechanism should be used to verify that the deployment is successful?

Suggested Answer: C Vote an answer

56
In a source-driven development workflow, the "source of truth" is a version control system, and the primary interface for interacting with the Salesforce platform is the Salesf7orce DX CLI (Option C).8 When a deployment is initiated (using commands like project deploy start or the legacy force:source:deploy), the CLI provides real-time feedback on the status of the deployment. To verify a successful deployment, the CLI returns a detailed summary of the metadata components successfully created or updated, as well as the results of any Apex tests that were required to run as part of the production deployment. If any part of the deployment fails, the CLI provides specific error messages and line numbers, and the entire transaction is rolled back.
Option B (Apex Test Execution) is a component of the verification process, but the CLI is the tool that manages and reports on the overall success. Option A (Migration Tool) is a legacy Ant-based tool that is not the standard for modern source-driven DX projects. Option D is a browser extension for data and metadata inspection but is not a deployment or verification tool. The Salesforce CLI is the backbone of modern CI/CD pipelines and the essential mechanism for verifying deployment integrity.

by Murray at Jul 21, 2026, 11:04 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10