Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Development Lifecycle and Deployment Architect All Questions

View all questions & answers for the Certified Development Lifecycle and Deployment Architect exam

Exam Certified Development Lifecycle and Deployment Architect topic 1 question 60 discussion

Universal Containers (UC) currently uses the org development model and utilizes the Salesforce CLI as the deployment tool. After the feature release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and production deployment readiness check.
Since quick deployment options are not being used, what is the correct way to deploy the artifact to the full sandbox?

  • A. Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfix:source:deploy
  • B. Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
  • C. Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
  • D. Authorize to the Full sandbox; Validate with sfdx:source:deploy; On successful validation, deploy with sfdk:mdapi:deploy
Show Suggested Answer Hide Answer
Suggested Answer: D -
🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
SS1121
4 weeks, 1 day ago
Selected Answer: C
Validate with sfdx:mdapi:deploy: Since the artifact is a .zip file, it indicates that the metadata has already been packaged for deployment using the Metadata API (MDAPI) format. The sfdx:mdapi:deploy command is used to deploy artifacts in MDAPI format, and the -c (check-only) flag is used to perform a validation without making actual changes. A. This is incorrect because sfdx:source:deploy is used for source-format deployments, but the artifact in this case is a .zip file, indicating it is in Metadata API format. B. This is incorrect because the deployment should remain consistent with the format of the artifact (MDAPI), so both validation and deployment should use sfdx:mdapi:deploy. D. This is incorrect because you cannot mix source-based deployments with metadata-based deployments. The deployment method should remain consistent.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...