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

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 62

    A data engineer is maintaining a data pipeline. Upon data ingestion, the data engineer notices that the source data is starting to have a lower level of quality. The data engineer would like to automate the process of monitoring the quality level.
    Which of the following tools can the data engineer use to solve this problem?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 63

    A data engineering team has noticed that their Databricks SQL queries are running too slowly when they are submitted to a non-running SQL endpoint. The data engineering team wants this issue to be resolved.
    Which of the following approaches can the team use to reduce the time it takes to return results in this scenario?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 64

    Which of the following Git operations must be performed outside of Databricks Repos?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 65

    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?