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

Which of the following describes the relationship between Gold tables and Silver tables?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 27

    A data engineer needs to use a Delta table as part of a data pipeline, but they do not know if they have the appropriate permissions.
    In which location can the data engineer review their permissions on the table?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 28

    A data analyst has a series of queries in a SQL program. The data analyst wants this program to run every day. They only want the final query in the program to run on Sundays. They ask for help from the data engineering team to complete this task.
    Which of the following approaches could be used by the data engineering team to complete this task?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 29

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

    A data engineering team has two tables. The first table march_transactions is a collection of all retail transactions in the month of March. The second table april_transactions is a collection of all retail transactions in the month of April. There are no duplicate records between the tables.
    Which of the following commands should be run to create a new table all_transactions that contains all records from march_transactions and april_transactions without duplicate records?