Courseiva
Testing Debugging And DeploymentmediumMultiple ChoiceObjective-mapped

SALESFORCE-PD1 Testing Debugging And Deployment Practice Question

A developer is deploying metadata from a sandbox to a production org using Salesforce CLI. Which command should the developer use to validate the deployment without actually saving components to the target organization?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

sf project deploy start --dry-run

The sf project deploy start command includes a dry-run or check-only validation flag. In modern Salesforce CLI (sf), it is --dry-run.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • sf project retrieve start --validate

    Why it's wrong here

    Retrieve commands fetch code from an org and do not validate outbound deployments.

  • sf project deploy validate

    Why it's wrong here

    The deploy validate command is deprecated or non-standard; validation is done via flags on the deploy start command.

  • sf org check deploy

    Why it's wrong here

    This is not a valid Salesforce CLI command.

  • sf project deploy start --dry-run

    Why this is correct

    The --dry-run flag validates the deployment against the target org without making permanent changes.

About these practice questions

This SALESFORCE-PD1 question is part of Courseiva's 493-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Salesforce exam blueprint

This SALESFORCE-PD1 practice question is part of Courseiva's free Salesforce certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SALESFORCE-PD1 exam.