Databricks Certified Data Engineer Professional — Question 217

A data engineer is configuring Delta Sharing for a Databricks-to-Databricks scenario to optimize read performance. The recipient needs to perform time travel queries and streaming reads on shared sales data.

Which configuration will provide the optimal performance while enabling these capabilities?

Answer options

Correct answer: C

Explanation

Option C is correct because sharing tables WITH HISTORY allows for time travel queries while ensuring that change data feed (CDF) is enabled, which is essential for streaming reads. Options A and B do not support the time travel requirement, and option D lacks the necessary history, making it unsuitable for the specified use case.