Question 11

Which of the following describes the relationship between Gold tables and Silver tables?
  • Question 12

    In which of the following file formats is data from Delta Lake tables primarily stored?
  • Question 13

    A data engineer and data analyst are working together on a data pipeline. The data engineer is working on the raw, bronze, and silver layers of the pipeline using Python, and the data analyst is working on the gold layer of the pipeline using SQL. The raw source of the pipeline is a streaming input. They now want to migrate their pipeline to use Delta Live Tables.
    Which of the following changes will need to be made to the pipeline when migrating to Delta Live Tables?
  • Question 14

    A data engineer is designing a data pipeline. The source system generates files in a shared directory that is also used by other processes. As a result, the files should be kept as is and will accumulate in the directory. The data engineer needs to identify which files are new since the previous run in the pipeline, and set up the pipeline to only ingest those new files with each run.
    Which of the following tools can the data engineer use to solve this problem?
  • Question 15

    A data engineer has been given a new record of data:
    id STRING = 'a1'
    rank INTEGER = 6
    rating FLOAT = 9.4
    Which of the following SQL commands can be used to append the new record to an existing Delta table my_table?