Question 61

Where in the Spark UI can one diagnose a performance problem induced by not leveraging predicate push-down?
  • Question 62

    A Delta Lake table was created with the below query:

    Realizing that the original query had a typographical error, the below code was executed:
    ALTER TABLE prod.sales_by_stor RENAME TO prod.sales_by_store
    Which result will occur after running the second command?
  • Question 63

    The view updates represents an incremental batch of all newly ingested data to be inserted or updated in the customers table.
    The following logic is used to process these records.
    Which statement describes this implementation?
  • Question 64

    Two of the most common data locations on Databricks are the DBFS root storage and external object storage mounted with dbutils.fs.mount().
    Which of the following statements is correct?
  • Question 65

    A data engineer wants to reflector the following DLT code, which includes multiple definition with very similar code:

    In an attempt to programmatically create these tables using a parameterized table definition, the data engineer writes the following code.

    The pipeline runs an update with this refactored code, but generates a different DAG showing incorrect configuration values for tables.
    How can the data engineer fix this?