You have JSON files stored in an Azure Data Lake Storage Gen2 account. The JSON file contains the FirstName and LastName of customers. You need to use Azure Data bricks to copy the data in the JSON files to an Azure data warehouse. A new column must be created which concatenates the FirstName and LastName values.
You have the following components in place in Azure:
- A destination table in the SQL Data Warehouse
- An Azure Blob storage container
- A service principal
Which of the following are actions you would perform to transfer the data onto the Azure SQL Data warehouse table? (Choose five.)
Select all that apply, then click Submit answer.
-
○
Write the results onto Azure Data Lake Storage
-
○
Drop the data frame
-
○
Perform transformations on the data frame
-
○
Mount the Data Lake Storage onto DBFS
-
○
Perform transformations on the file
-
○
Read the file into a data frame
-
○
Specify a temporary folder to stage the data
-
○
Write the results to a table in SQL Data Warehouse

