Databricks-Certified-Data-Engineer-Associate Exam Question 11

A data engineer is running code in a Databricks Repo that is cloned from a central Git repository. A colleague of the data engineer informs them that changes have been made and synced to the central Git repository. The data engineer now needs to sync their Databricks Repo to get the changes from the central Git repository.
Which of the following Git operations does the data engineer need to run to accomplish this task?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 12

    Which of the following describes when to use the CREATE STREAMING LIVE TABLE (formerly CREATE INCREMENTAL LIVE TABLE) syntax over the CREATE LIVE TABLE syntax when creating Delta Live Tables (DLT) tables using SQL?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 13

    An engineering manager wants to monitor the performance of a recent project using a Databricks SQL query.
    For the first week following the project's release, the manager wants the query results to be updated every minute. However, the manager is concerned that the compute resources used for the query will be left running and cost the organization a lot of money beyond the first week of the project's release.
    Which of the following approaches can the engineering team use to ensure the query does not cost the organization any money beyond the first week of the project's release?
  • Databricks-Certified-Data-Engineer-Associate Exam 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?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 15

    Which of the following data lakehouse features results in improved data quality over a traditional data lake?