Databricks-Certified-Data-Engineer-Associate Exam Question 51
In which of the following scenarios should a data engineer use the MERGE INTO command instead of the INSERT INTO command?
Databricks-Certified-Data-Engineer-Associate Exam Question 52
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?
Which of the following approaches could be used by the data engineering team to complete this task?
Databricks-Certified-Data-Engineer-Associate Exam Question 53
A data engineer needs to create a table in Databricks using data from their organization's existing SQLite database.
They run the following command:

Which of the following lines of code fills in the above blank to successfully complete the task?
They run the following command:

Which of the following lines of code fills in the above blank to successfully complete the task?
Databricks-Certified-Data-Engineer-Associate Exam Question 54
A data engineer has a Python variable table_name that they would like to use in a SQL query. They want to construct a Python code block that will run the query using table_name.
They have the following incomplete code block:
____(f"SELECT customer_id, spend FROM {table_name}")
Which of the following can be used to fill in the blank to successfully complete the task?
They have the following incomplete code block:
____(f"SELECT customer_id, spend FROM {table_name}")
Which of the following can be used to fill in the blank to successfully complete the task?
Databricks-Certified-Data-Engineer-Associate Exam Question 55
A data engineer that is new to using Python needs to create a Python function to add two integers together and return the sum?
Which of the following code blocks can the data engineer use to complete this task?
Which of the following code blocks can the data engineer use to complete this task?