Question 26

A junior data engineer has manually configured a series of jobs using the Databricks Jobs UI. Upon reviewing their work, the engineer realizes that they are listed as the "Owner" for each job. They attempt to transfer
"Owner" privileges to the "DevOps" group, but cannot successfully accomplish this task.
Which statement explains what is preventing this privilege transfer?
  • Question 27

    A nightly job ingests data into a Delta Lake table using the following code:

    The next step in the pipeline requires a function that returns an object that can be used to manipulate new records that have not yet been processed to the next table in the pipeline.
    Which code snippet completes this function definition?
    def new_records():
  • Question 28

    The data engineering team maintains a table of aggregate statistics through batch nightly updates. This includes total sales for the previous day alongside totals and averages for a variety of time periods including the 7 previous days, year-to-date, and quarter-to-date. This table is named store_saies_summary and the schema is as follows:

    The table daily_store_sales contains all the information needed to update store_sales_summary. The schema for this table is:
    store_id INT, sales_date DATE, total_sales FLOAT
    If daily_store_sales is implemented as a Type 1 table and the total_sales column might be adjusted after manual data auditing, which approach is the safest to generate accurate reports in the store_sales_summary table?
  • Question 29

    Which of the following describes a benefit of a data lakehouse that is unavailable in a traditional data
    warehouse?
  • Question 30

    You have noticed the Data scientist team is using the notebook versioning feature with git integra-tion, you have recommended them to switch to using Databricks Repos, which of the below reasons could be the reason the why the team needs to switch to Databricks Repos.