Question 81

A data engineer needs access to a table new_table, but they do not have the correct permissions. They can ask the table owner for permission, but they do not know who the table owner is.
Which of the following approaches can be used to identify the owner of new_table?
  • Question 82

    A data engineer has configured a Structured Streaming job to read from a table, manipulate the data, and then perform a streaming write into a new table.
    The cade block used by the data engineer is below:

    If the data engineer only wants the query to execute a micro-batch to process data every 5 seconds, which of the following lines of code should the data engineer use to fill in the blank?
  • Question 83

    An engineering manager uses a Databricks SQL query to monitor ingestion latency for each data source. The manager checks the results of the query every day, but they are manually rerunning the query each day and waiting for the results.
    Which of the following approaches can the manager use to ensure the results of the query are updated each day?
  • Question 84

    Which of the following describes the storage organization of a Delta table?
  • Question 85

    Which of the following commands can be used to write data into a Delta table while avoiding the writing of duplicate records?