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

Which SQL code snippet will correctly demonstrate a Data Definition Language (DDL) operation used to create a table?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 2

    A data analyst has created a Delta table sales that is used by the entire data analysis team. They want help from the data engineering team to implement a series of tests to ensure the data is clean. However, the data engineering team uses Python for its tests rather than SQL.
    Which of the following commands could the data engineering team use to access sales in PySpark?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 3

    A data engineer has left the organization. The data team needs to transfer ownership of the data engineer's Delta tables to a new data engineer. The new data engineer is the lead engineer on the data team.
    Assuming the original data engineer no longer has access, which of the following individuals must be the one to transfer ownership of the Delta tables in Data Explorer?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 4

    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 5

    A new data engineering team team has been assigned to an ELT project. The new data engineering team will need full privileges on the table sales to fully manage the project.
    Which command can be used to grant full permissions on the database to the new data engineering team?