Databricks Certified Data Engineer Associate - Certified Data Engineer Associate Exam

Question #6 (Topic: Exam A)
Which of the following code blocks will remove the rows where the value in column age is greater than 25 from the existing Delta table my_table and save the updated table?
A. SELECT * FROM my_table WHERE age > 25; B. UPDATE my_table WHERE age > 25; C. DELETE FROM my_table WHERE age > 25; D. UPDATE my_table WHERE age <= 25; E. DELETE FROM my_table WHERE age <= 25;
Answer: C
Question #7 (Topic: Exam A)
A data engineer has realized that they made a mistake when making a daily update to a table. They need to use Delta time travel to restore the table to a version that is 3 days old. However, when the data engineer attempts to time travel to the older version, they are unable to restore the data because the data files have been deleted.
Which of the following explains why the data files are no longer present?
A. The VACUUM command was run on the table B. The TIME TRAVEL command was run on the table C. The DELETE HISTORY command was run on the table D. The OPTIMIZE command was nun on the table E. The HISTORY command was run on the table
Answer: A
Question #8 (Topic: Exam A)
Which of the following Git operations must be performed outside of Databricks Repos?
A. Commit B. Pull C. Push D. Clone E. Merge
Answer: E
Question #9 (Topic: Exam A)
Which of the following data lakehouse features results in improved data quality over a traditional data lake?
A. A data lakehouse provides storage solutions for structured and unstructured data. B. A data lakehouse supports ACID-compliant transactions. C. A data lakehouse allows the use of SQL queries to examine data. D. A data lakehouse stores data in open formats. E. A data lakehouse enables machine learning and artificial Intelligence workloads.
Answer: B
Question #10 (Topic: Exam A)
A data engineer needs to determine whether to use the built-in Databricks Notebooks versioning or version their project using Databricks Repos.
Which of the following is an advantage of using Databricks Repos over the Databricks Notebooks versioning?
A. Databricks Repos automatically saves development progress B. Databricks Repos supports the use of multiple branches C. Databricks Repos allows users to revert to previous versions of a notebook D. Databricks Repos provides the ability to comment on specific changes E. Databricks Repos is wholly housed within the Databricks Lakehouse Platform
Answer: B
Download Exam
Page: 2 / 35
Total 173 questions