Databricks Certified Associate Developer for Apache Spark 3.0 Exam Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Question # 11 Topic 2 Discussion

Databricks Certified Associate Developer for Apache Spark 3.0 Exam Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Question # 11 Topic 2 Discussion

Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

Which of the following code blocks stores a part of the data in DataFrame itemsDf on executors?


A.

itemsDf.cache().count()


B.

itemsDf.cache(eager=True)


C.

cache(itemsDf)


D.

itemsDf.cache().filter()


E.

itemsDf.rdd.storeCopy()


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.