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

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

    Which of the following describes a benefit of creating an external table from Parquet rather than CSV when using a CREATE TABLE AS SELECT statement?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 33

    A data engineer wants to schedule their Databricks SQL dashboard to refresh once per day, but they only want the associated SQL endpoint to be running when it is necessary.
    Which of the following approaches can the data engineer use to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 34

    A data engineer has a Python notebook in Databricks, but they need to use SQL to accomplish a specific task within a cell. They still want all of the other cells to use Python without making any changes to those cells.
    Which of the following describes how the data engineer can use SQL within a cell of their Python notebook?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 35

    A data engineer is working with two tables. Each of these tables is displayed below in its entirety.

    The data engineer runs the following query to join these tables together:

    Which of the following will be returned by the above query?