
Answer-first summary for fast verification
Answer: delta, sales
To load the Parquet file into the default lakehouse and display it automatically as a table named 'Sales' in Lakehouse explorer, you need to use 'delta' as the file format and 'sales' as the table name. The 'saveastable' function in the notebook simplifies the creation and display of the table without requiring a more complex path structure like 'tables/sales' or 'files/sales'.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing an Azure Data Lake Storage Gen2 account called storage1, which includes a Parquet file named sales.parquet. Also, you have administrative access to a Fabric tenant that includes a workspace called Workspace1. Your task is to use a notebook within Workspace1 to load the contents of the sales.parquet file into the default lakehouse. The methodology employed must ensure that this content is automatically displayed as a table named Sales within the Lakehouse explorer. How can you achieve this? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Correct Answer:
A
delta
B
sales
C
tables/sales
D
files/sales
No comments yet.