
Ultimate access to all questions.
Explanation:
The correct sequence is B because:
This approach is efficient because:
Other options are incorrect:
Question: 5
You are tasked with writing a large, chunked text dataset into Delta Lake tables within Unity Catalog. The data needs to be prepared efficiently for querying and analysis. Which of the following is the correct sequence of operations to write the chunked text data into a Delta Lake table?
A
Combine chunks → Convert to DataFrame → Define Delta Table schema → Write to Delta Lake in Merge mode
B
Combine chunks → Convert to DataFrame → Write to Delta Lake in Overwrite mode
C
Convert to DataFrame → Combine chunks → Write to Delta Lake in Append mode
D
Combine chunks → Create Delta Table schema → Write to Delta Lake in Append mode
No comments yet.