Databricks Certified Data Engineer Professional — Question 11

Which statement describes Delta Lake Auto Compaction?

Answer options

Correct answer: E

Explanation

The correct answer, E, accurately describes Delta Lake Auto Compaction as it specifies that an asynchronous job checks for compactable files after a write and may trigger an OPTIMIZE job with a default size of 128 MB. Option A is incorrect due to the incorrect default size of 1 GB, while B, C, and D do not relate to the auto compaction process at all.