Databricks-Certified-Data-Engineer-Associate Exam Question 1
A data engineer is attempting to drop a Spark SQL table my_table. The data engineer wants to delete all table metadata and data.
They run the following command:
DROP TABLE IF EXISTS my_table
While the object no longer appears when they run SHOW TABLES, the data files still exist.
Which of the following describes why the data files still exist and the metadata files were deleted?
They run the following command:
DROP TABLE IF EXISTS my_table
While the object no longer appears when they run SHOW TABLES, the data files still exist.
Which of the following describes why the data files still exist and the metadata files were deleted?
Databricks-Certified-Data-Engineer-Associate Exam Question 2
A data engineer needs to conduct Exploratory Data Analysis (EDA) on data residing in a database within the company's custom-defined cloud network . The data engineer is using SQL for this task.
Which type of SQL Warehouse will enable the data engineer to process large numbers of queries quickly and cost-effectively?
Which type of SQL Warehouse will enable the data engineer to process large numbers of queries quickly and cost-effectively?
Databricks-Certified-Data-Engineer-Associate Exam Question 3
A data engineer is using the OPTIMIZE command on a Delta table. What happens when OPTIMIZE is run twice on the same table with the same data?
Databricks-Certified-Data-Engineer-Associate Exam Question 4
A data engineer wants to create a relational object by pulling data from two tables. The relational object does not need to be used by other data engineers in other sessions. In order to save on storage costs, the data engineer wants to avoid copying and storing physical data.
Which of the following relational objects should the data engineer create?
Which of the following relational objects should the data engineer create?
Databricks-Certified-Data-Engineer-Associate Exam Question 5
Which of the following describes the relationship between Bronze tables and raw data?
