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

Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 1 Topic 1 Discussion

Databricks Certified Data Engineer Associate Exam Databricks-Certified-Data-Engineer-Associate Question # 1 Topic 1 Discussion

Databricks-Certified-Data-Engineer-Associate Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

A data engineer is working on a Databricks project that utilizes cloud storage. The data engineer wants to load several json files from containers on a storage account as soon as the file arrives within the storage account.

Which syntax should the data engineer follow to first load the files into a dataframe and check that it is working as expected using Python?


A.

df = spark.readStream.format( " json " ).load( " input/path " )


B.

df = spark.readStream.format( " cloud " ),option( " json " ).load( " /input/path " )


C.

df = spark.readStream.format( " cloudFiles " ) .option( " cloudFiles.format " , " json " ) .load( " /input/path " )


D.

df = spark.read.json( " inp i./path " )


Get Premium Databricks-Certified-Data-Engineer-Associate 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.