
Answer-first summary for fast verification
Answer: AzCopy, Python script, Azure Storage Explorer
The question asks for three complete solutions to transfer data into Azure Blob Storage for Azure Machine Learning. Based on the community discussion with 100% consensus and upvoted comments, BCD are correct: B (AzCopy) is a command-line utility specifically designed for Azure storage transfers; C (Python script) can use Azure SDKs like azure-storage-blob to programmatically upload data; D (Azure Storage Explorer) provides a GUI for drag-and-drop file transfers. Options A (Bulk Insert SQL Query) and E (Bulk Copy Program/BCP) are incorrect as they are SQL Server-specific tools not directly used for transferring data to Azure Blob Storage in this context.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to transfer data into Azure Blob Storage to support Azure Machine Learning. Which three of the following methods are complete solutions for achieving this goal?
A
Bulk Insert SQL Query
B
AzCopy
C
Python script
D
Azure Storage Explorer
E
Bulk Copy Program (BCP)