Databricks-Certified-Professional-Data-Engineer Exam Question 76

A Databricks job has been configured with 3 tasks, each of which is a Databricks notebook. Task A does not depend on other tasks. Tasks B and C run in parallel, with each having a serial dependency on task A.
If tasks A and B complete successfully but task C fails during a scheduled run, which statement describes the resulting state?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 77

    A junior member of the data engineering team is exploring the language interoperability of Databricks notebooks. The intended outcome of the below code is to register a view of all sales that occurred in countries on the continent of Africa that appear in the geo_lookup table.
    Before executing the code, running SHOW TABLES on the current database indicates the database contains only two tables: geo_lookup and sales.

    Which statement correctly describes the outcome of executing these command cells in order in an interactive notebook?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 78

    Given the following error traceback (from display(df.select(3*"heartrate"))) which shows AnalysisException: cannot resolve 'heartrateheartrateheartrate', which statement describes the error being raised?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 79

    While reviewing a query's execution in the Databricks Query Profiler, a data engineer observes that the Top Operators panel shows a Sort operator with high Time Spent and Memory Peak metrics. The Spark UI also reports frequent data spilling.
    How should the data engineer address this issue?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 80

    A data architect is designing a Databricks solution to efficiently process data for different business requirements.
    In which scenario should a data engineer use a materialized view compared to a streaming table?