Question 61

A data engineer is attempting to drop a Spark SQL table my_table and runs the following command:
DROP TABLE IF EXISTS my_table;
After running this command, the engineer notices that the data files and metadata files have been deleted from the file system.
Which of the following describes why all of these files were deleted?
  • Question 62

    A data engineer wants to create a new table containing the names of customers that live in France.
    They have written the following command:

    A senior data engineer mentions that it is organization policy to include a table property indicating that the new table includes personally identifiable information (PII).
    Which of the following lines of code fills in the above blank to successfully complete the task?
  • Question 63

    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?
  • Question 64

    Which of the following describes the type of workloads that are always compatible with Auto Loader?
  • Question 65

    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?