Databricks Data Engineer Associate exam dumps

Databricks Data Engineer Associate practice question 268 of 532

Databricks Certified Data Engineer Associate. Associate level, Databricks. Free question with the correct answer and a full explanation.

Databricks Data Engineer Associate Question 268

Single answer

You are working on a Delta Lake table in Databricks and need to identify who made changes to a previous version of the table. Which of the following actions would allow you to retrieve this information?

  1. A

    Use the DESCRIBE HISTORY command on the table

  2. B

    Query the _delta_log JSON files directly in the table directory

  3. C

    Run the SHOW CHANGES command on the table

  4. D

    Check the table's schema using the DESCRIBE SCHEMA command

Show answer and explanation

Correct answer: A

Explanation

To identify who made changes to a previous version of a Delta Lake table, the DESCRIBE HISTORY command is the appropriate option. This command provides a detailed history of table operations, including the user identifier, timestamps, and operation types. While other options may provide partial or unrelated information, only DESCRIBE HISTORY is specifically designed for this purpose.

  • A. Correct.

    The DESCRIBE HISTORY command provides a history of table operations, including details such as the user who made the changes, timestamps, and operation types.

  • B. Incorrect.

    While the _delta_log files contain metadata about table changes, directly querying them is not a recommended practice and requires significant manual effort to parse the data.

  • C. Incorrect.

    The SHOW CHANGES command does not exist in Databricks. This is an invalid option.

  • D. Incorrect.

    DESCRIBE SCHEMA only provides metadata about the table's schema, such as column names and types. It does not provide version history or user details.

Timed practice exam

Take a Databricks Data Engineer Associate practice test under exam conditions

45 questions in 90 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam