Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 33 Topic 4 Discussion

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 33 Topic 4 Discussion

Databricks-Certified-Professional-Data-Engineer Exam Topic 4 Question 33 Discussion:
Question #: 33
Topic #: 4

A Delta table of weather records is partitioned by date and has the below schema:

date DATE, device_id INT, temp FLOAT, latitude FLOAT, longitude FLOAT

To find all the records from within the Arctic Circle, you execute a query with the below filter:

latitude > 66.3

Which statement describes how the Delta engine identifies which files to load?


A.

All records are cached to an operational database and then the filter is applied


B.

The Parquet file footers are scanned for min and max statistics for the latitude column


C.

All records are cached to attached storage and then the filter is applied


D.

The Delta log is scanned for min and max statistics for the latitude column


E.

The Hive metastore is scanned for min and max statistics for the latitude column


Get Premium Databricks-Certified-Professional-Data-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.