Exam Code: Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0
Exam Questions: 420
Databricks Certified Associate Developer for Apache Spark 3.0
Updated: 20 Feb, 2026
Viewing Page : 1 - 42
Practicing : 1 - 5 of 420 Questions
Question 1

Which of the following describes a difference between Spark's cluster and client execution modes? 

Options :
Answer: C

Question 2

The code block shown below should return the number of columns in the CSV file stored at location filePath. From the CSV file, only lines should be read that do not start with a # character. Choose the answer that correctly fills the blanks in the code block to accomplish this

Code block:
__1__(__2__.__3__.csv(filePath, __4__).__5__)

Options :
Answer: A

Question 3

Given the following statements regarding caching:
1. 1: The default storage level for a DataFrame is StorageLevel.MEMORY
2.
3. 2: The DataFrame class does have an unpersist() operation
4.
5. 3: The persist() method needs an action to load data from its source to materialize the DataFrame in cache
Which one is NOT TRUE ?

Options :
Answer: D

Question 4

The code block shown below should return a new DataFrame with a new column named “casted” who’s value is the long equivalent of column “a” which is a integer column also this dataframe should contain all the previously existing columns from DataFrame df. Choose the response that correclty fills in the numbered blanks within the code block to complete this task. Code block: df._1_(_2_)

Options :
Answer: A

Question 5

The code block shown below should return a new DataFrame with 25 percent of random records from dataframe df without replacement. Choose the response that
correctly fills in the numbered blanks within the code block to complete this task.
Code block:
df._1_(_2_, _3_, _4_)

Options :
Answer: B

Viewing Page : 1 - 42
Practicing : 1 - 5 of 420 Questions

© Copyrights FreePDFQuestions 2026. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.