nerdexam
Microsoft

70-776 · Question #30

You have a Microsoft Azure SQL data warehouse. You have an Azure Data Lake Store that contains data from ORC, RC, Parquet, and delimited text files. You need to load the data to the data warehouse…

The correct answer is D. Load the data by executing the CREATE TABLE AS SELECT statement. F. In the data warehouse, configure external tables and external file formats that correspond to the. https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-load-from-azure-

Implement Big Data Batch Processing Solutions

Question

You have a Microsoft Azure SQL data warehouse. You have an Azure Data Lake Store that contains data from ORC, RC, Parquet, and delimited text files. You need to load the data to the data warehouse in the least amount of time possible. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AUse Microsoft SQL Server Integration Services (SSIS) to enumerate from the Data Lake Store by
  • BUse AzCopy to export the files from the Data Lake Store to Azure Blob storage.
  • CFor each file in the loop, export the data to Parallel Data Warehouse by using a Microsoft SQL
  • DLoad the data by executing the CREATE TABLE AS SELECT statement.
  • EUse bcp to import the files.
  • FIn the data warehouse, configure external tables and external file formats that correspond to the

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    16% (7)
  • D
    70% (30)
  • E
    7% (3)

Explanation

https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-load-from-azure-

Topics

#Azure SQL Data Warehouse#PolyBase#external tables#CTAS

Community Discussion

No community discussion yet for this question.

Full 70-776 Practice