Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 13 Topic 2 Discussion

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 13 Topic 2 Discussion

Databricks-Certified-Professional-Data-Engineer Exam Topic 2 Question 13 Discussion:
Question #: 13
Topic #: 2

A nightly job ingests data into a Delta Lake table using the following code:

Databricks-Certified-Professional-Data-Engineer Question 13

The next step in the pipeline requires a function that returns an object that can be used to manipulate new records that have not yet been processed to the next table in the pipeline.

Which code snippet completes this function definition?

def new_records():


A.

return spark.readStream.table( " bronze " )


B.

return spark.readStream.load( " bronze " )


C.

13


D.

return spark.read.option( " readChangeFeed " , " true " ).table ( " bronze " )


E.

13


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.