Valid PDI Dumps shared by ExamDiscuss.com for Helping Passing PDI Exam! ExamDiscuss.com now offer the newest PDI exam dumps, the ExamDiscuss.com PDI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDI dumps with Test Engine here:
A development team wants to use a deployment script to automatically deploy to a sandbox during their development cycles. Which two tools can they use to run a script that deploys to a sandbox? Choose 2 answers
Correct Answer: A,D
* SFDX CLI (A):Salesforce CLI allows the automation of deployment scripts to sandboxes. Using commands likesfdx force:source:deploy, developers can deploy metadata directly from source control. Reference:Salesforce CLI Documentation Ant Migration Tool (D):The Ant Migration Tool is a command-line utility used for automating metadata deployments. It uses build.xml files to script deployments to sandboxes or production. Reference:Ant Migration Tool Guide Incorrect Options: B:Developer Console does not support deployment scripting. C:Change Sets cannot be scripted; they require manual selection and deployment.