

Certified Data Engineer Associate Exam Questions
Question 11 Single Choice
A data engineer has left the organization. The data team needs to transfer ownership of the data engineer’s Delta tables to a new data engineer. The new data engineer is the lead engineer on the data team.
Assuming the original data engineer no longer has access, which of the following individuals must be the one to transfer ownership of the Delta tables in Data Explorer?
Question 12 Single Choice
A data analyst has created a Delta table sales that is used by the entire data analysis team. They want help from the data engineering team to implement a series of tests to ensure the data is clean. However, the data engineering team uses Python for its tests rather than SQL.
Which of the following commands could the data engineering team use to access sales in PySpark?
Question 13 Single Choice
Which of the following commands will return the location of database customer360?
Question 14 Single Choice
A data engineer wants to create a new table containing the names of customers that live in France.
They have written the following command:

A senior data engineer mentions that it is organization policy to include a table property indicating that the new table includes personally identifiable information (PII).
Which of the following lines of code fills in the above blank to successfully complete the task?
Question 15 Single Choice
Which of the following benefits is provided by the array functions from Spark SQL?
Question 16 Single Choice
Which of the following commands can be used to write data into a Delta table while avoiding the writing of duplicate records?
Question 17 Single Choice
A data engineer needs to apply custom logic to the string column city in the table stores for a specific use case. In order to apply this custom logic at scale, the data engineer wants to create a SQL user-defined function (UDF).
Which of the following code blocks creates this SQL UDF?
Question 18 Single Choice
A data analyst has a series of queries in a SQL program. The data analyst wants this program to run every day. They only want the final query in the program to run on Sundays. They ask for help from the data engineering team to complete this task.
Which of the following approaches could be used by the data engineering team to complete this task?
Question 19 Single Choice
A data engineer runs a statement every day to copy the previous day’s sales into the table transactions. Each day’s sales are in their own file in the location "/transactions/raw".
Today, the data engineer runs the following command to complete this task:

After running the command today, the data engineer notices that the number of records in table transactions has not changed.
Which of the following describes why the statement might not have copied any new records into the table?
Question 20 Single Choice
A data engineer needs to create a table in Databricks using data from their organization’s existing SQLite database.
They run the following command:
- sql
- Copier le codeCREATE TABLE jdbc_customer360 USING ___
- OPTIONS (
- url "jdbc:sqlite:/customers.db",
- dbtable "customer360"
- );
Which of the following lines of code correctly fills in the blank (___) to successfully complete the task?





