
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which file format is used for storing Delta Lake Table?
A
CSV
B
Parquet
C
JSON
D
Delta
Explanation:
Delta Lake tables are stored in the Delta format, which is built on top of Parquet files but includes additional metadata and transaction logs. While Parquet is the underlying storage format for data files, Delta is the complete format that includes:
The correct answer is D (Delta) because Delta Lake tables use the Delta format, which is more than just Parquet files - it's a complete storage layer with transactional capabilities.