Databricks Certified Associate Developer for Apache Spark 3.0 Exam Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Question # 25 Topic 3 Discussion

Databricks Certified Associate Developer for Apache Spark 3.0 Exam Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Question # 25 Topic 3 Discussion

Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Exam Topic 3 Question 25 Discussion:
Question #: 25
Topic #: 3

The code block shown below should read all files with the file ending .png in directory path into Spark. Choose the answer that correctly fills the blanks in the code block to accomplish this.

spark.__1__.__2__(__3__).option(__4__, "*.png").__5__(path)


A.

1. read()

2. format

3. "binaryFile"

4. "recursiveFileLookup"

5. load


B.

1. read

2. format

3. "binaryFile"

4. "pathGlobFilter"

5. load


C.

1. read

2. format

3. binaryFile

4. pathGlobFilter

5. load


D.

1. open

2. format

3. "image"

4. "fileType"

5. open


E.

1. open

2. as

3. "binaryFile"

4. "pathGlobFilter"

5. load


Get Premium Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 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.