Question 1

A data engineer wants to create a relational object by pulling data from two tables. The relational object must
be used by other data engineers in other sessions. In order to save on storage costs, the data engineer wants to
avoid copying and storing physical data.
Which of the following relational objects should the data engineer create?
  • Question 2

    Which of the following is the correct statement for a session scoped temporary view?
  • Question 3

    What statement is true regarding the retention of job run history?
  • Question 4

    A junior data engineer seeks to leverage Delta Lake's Change Data Feed functionality to create a Type 1 table representing all of the values that have ever been valid for all rows in abronzetable created with the propertydelta.enableChangeDataFeed = true. They plan to execute the following code as a daily job:

    Which statement describes the execution and results of running the above query multiple times?
  • Question 5

    Which of the following describes how Databricks Repos can help facilitate CI/CD workflows on the
    Databricks Lakehouse Platform?