Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

View all questions & answers for the Certified Data Engineer Associate exam

Exam Certified Data Engineer Associate topic 1 question 5 discussion

Actual exam question from Databricks's Certified Data Engineer Associate
Question #: 5
Topic #: 1
[All Certified Data Engineer Associate Questions]

Which of the following describes the storage organization of a Delta table?

  • A. Delta tables are stored in a single file that contains data, history, metadata, and other attributes.
  • B. Delta tables store their data in a single file and all metadata in a collection of files in a separate location.
  • C. Delta tables are stored in a collection of files that contain data, history, metadata, and other attributes.
  • D. Delta tables are stored in a collection of files that contain only the data stored within the table.
  • E. Delta tables are stored in a single file that contains only the data stored within the table.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
806e7d2
1 week, 2 days ago
Selected Answer: C
Delta tables use a distributed storage format, where data, history, metadata, and other attributes are stored across multiple files. This includes data files (e.g., Parquet files) for the actual data and log files for transaction history and metadata, allowing Delta Lake to support version control, schema enforcement, and ACID properties.
upvoted 1 times
...
vctrhugo
2 months ago
Selected Answer: C
C. Delta tables are stored in a collection of files that contain data, history, metadata, and other attributes. Delta tables store data in a structured manner using Parquet files, and they also maintain metadata and transaction logs in separate directories. This organization allows for versioning, transactional capabilities, and metadata tracking in Delta Lake. Thank you for pointing out the error, and I appreciate your understanding.
upvoted 3 times
...
80370eb
3 months, 2 weeks ago
Selected Answer: C
C. Delta tables are stored in a collection of files that contain data, history, metadata, and other attributes.
upvoted 1 times
...
mascarenhaslucas
5 months, 2 weeks ago
Selected Answer: C
The answer is C!
upvoted 1 times
...
benni_ale
7 months, 3 weeks ago
Selected Answer: C
GPT4: Delta tables in Databricks use: Parquet format files for data storage. A _delta_log folder for JSON log files that track transactions. Scheme enforcement in metadata to ensure consistency. Checkpoint files to speed up the rebuilding of the table state.
upvoted 3 times
...
Itmma
8 months, 1 week ago
Selected Answer: C
C is correct
upvoted 1 times
...
SerGrey
11 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
VijayKula
1 year, 1 month ago
Answer is C
upvoted 1 times
...
Sriramiyer92
1 year, 1 month ago
Reading Material: 5 reasons to choose Delta format (on Databricks) https://medium.com/datalex/5-reasons-to-use-delta-lake-format-on-databricks-d9e76cf3e77d
upvoted 2 times
...
KalavathiP
1 year, 2 months ago
Selected Answer: C
Correct ans C
upvoted 1 times
...
andie123
1 year, 3 months ago
Selected Answer: C
C is the right answer
upvoted 2 times
...
Atnafu
1 year, 4 months ago
C Delta tables in Databricks Delta Lake are stored in a collection of files organized in a directory structure. This directory structure includes data files, transaction log files, and metadata files. These files are stored in a specified location, typically in a distributed file system such as Hadoop Distributed File System (HDFS) or Amazon S3.
upvoted 2 times
...
prasioso
1 year, 6 months ago
First selected D as I assumed the data to be stored in the Delta lake and the transaction log to be stored separately. However, documentation states when a user creates a Delta Lake table, that table’s transaction log is automatically created in the _delta_log subdirectory. The deltalog contains multiple files hence a collection of files. Answer C.
upvoted 3 times
...
Data_4ever
1 year, 7 months ago
Selected Answer: C
C is the right option
upvoted 3 times
...
knivesz
1 year, 7 months ago
Selected Answer: C
C , respuesta correcta
upvoted 1 times
...
XiltroX
1 year, 7 months ago
C is correct answer https://docs.delta.io/latest/delta-faq.html#:~:text=Delta%20Lake%20uses%20versioned%20Parquet,directory%20to%20provide%20ACID%20transactions.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...