Databricks-Certified-Data-Engineer-Associate Exam Question 11

A data engineer is managing a data pipeline in Databricks, where multiple Delta tables are used for various transformations. The team wants to track how data flows through the pipeline, including identifying dependencies between Delta tables, notebooks, jobs, and dashboards. The data engineer is utilizing the Unity Catalog lineage feature to monitor this process.
How does Unity Catalog's data lineage feature support the visualization of relationships between Delta tables, notebooks, jobs, and dashboards?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 12

    A data engineer needs to develop integration tests for an ETL process and deploy a version-controlled, packaged workflow into production using an external job scheduler.
    Which tool should the data engineer use for this job?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 13

    In order for Structured Streaming to reliably track the exact progress of the processing so that it can handle any kind of failure by restarting and/or reprocessing, which of the following two approaches is used by Spark to record the offset range of the data being processed in each trigger?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 14

    A data engineer needs to apply custom logic to string column city in table stores for a specific use case. In order to apply this custom logic at scale, the data engineer wants to create a SQL user-defined function (UDF).
    Which of the following code blocks creates this SQL UDF?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 15

    A data engineer is attempting to drop a Spark SQL table my_table and runs the following command:
    DROP TABLE IF EXISTS my_table;
    After running this command, the engineer notices that the data files and metadata files have been deleted from the file system.
    Which of the following describes why all of these files were deleted?