Databricks Data Engineer Associate exam dumps

Databricks Data Engineer Associate practice question 411 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 411

Select 3

A data engineering team wants to monitor job performance and user activities within a Databricks workspace. They need to query the events log to analyze metrics, perform audit logging, and examine data lineage. Which of the following steps should they perform to achieve this?

  1. A

    Enable cluster logging to send event logs to a cloud storage location.

  2. B

    Use the dbutils.fs command to directly query the events log stored in the Databricks File System (DBFS).

  3. C

    Use the Databricks REST API to access workspace audit logs.

  4. D

    Query the event_log table in the Databricks workspace's metastore database.

  5. E

    Set up structured streaming to process event log data in real time.

Show answer and explanation

Correct answers: A, C, E

Explanation

To analyze metrics, perform audit logging, and examine lineage using the events log, you need to enable logging on clusters to store logs, use the Databricks REST API for accessing audit logs, and optionally set up structured streaming for real-time processing. Direct querying using dbutils or non-existent tables like event_log is not applicable.

  • A. Correct.

    Correct: Enabling cluster logging ensures that event logs are written to a storage location, making them accessible for analysis.

  • B. Incorrect.

    Incorrect: The dbutils.fs command is used for file system operations in Databricks, but it is not suitable for directly querying the events log.

  • C. Correct.

    Correct: The Databricks REST API provides access to audit logs, which can include workspace activities and lineage information.

  • D. Incorrect.

    Incorrect: The event_log table is not a standard table in Databricks' metastore database. Event logs are stored in logs, not as a table.

  • E. Correct.

    Correct: Setting up structured streaming allows the processing of event log data in real time for metrics and lineage analysis.

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