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 88 discussion

Metadata API supports deploy() and retrieve() calls for file-based deployment.

Which two scenarios are the primary use cases for writing code to call retrieve() and deploy() methods directly? (Choose two.)

  • A. Team development of an application in a Developer Edition organization. After completing development and testing, the application is distributed via Lightning Platform AppExchange.
  • B. Development of a custom application in a sandbox organization. After completing development and testing, the application is then deployed into a production organization using Metadata API.
  • C. Development of a custom application in a scratch org. After completing development and testing, the application is then deployed into an upper sandbox using Salesforce CLI (SFDX).
  • D. Development of a customization in a sandbox organization. The deployment team then utilize the Ant Migration Tool to deploy the customization to an upper sandbox for testing.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

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: BD
A. Team development of an application in a Developer Edition organization. After completing development and testing, the application is distributed via Lightning Platform AppExchange.: While this scenario involves deployment, it typically does not require direct calls to retrieve() and deploy() methods. Applications for AppExchange are packaged and managed differently. C. Development of a custom application in a scratch org. After completing development and testing, the application is then deployed into an upper sandbox using Salesforce CLI (SFDX).: This scenario primarily uses the Salesforce CLI for deployments, which abstracts away the direct calls to the Metadata API. The focus is on the use of SFDX rather than direct API calls.
upvoted 1 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 ...