Databricks Certified Data Engineer Professional — Question 16

Which statement regarding stream-static joins and static Delta tables is correct?

Answer options

Correct answer: A

Explanation

The correct answer is A because stream-static joins indeed utilize the most recent version of the static Delta table for each microbatch, ensuring up-to-date data is used. Option B is incorrect as it suggests that the version remains static from job initialization, which is not the case. Options C, D, and E also misrepresent the functionality and purpose of the checkpoint directory in the context of stream-static joins.