Question 116

Create a schema called bronze using location '/mnt/delta/bronze', and check if the schema exists before creating.
  • Question 117

    What type of table is created when you create delta table with below command?
    CREATE TABLE transactions USING DELTA LOCATION "DBFS:/mnt/bronze/transactions"
  • Question 118

    A table in the Lakehouse namedcustomer_churn_paramsis used in churn prediction by the machine learning team. The table contains information about customers derived from a number of upstream sources. Currently, the data engineering team populates this table nightly by overwriting the table with the current valid values derived from upstream data sources.
    The churn prediction model used by the ML team is fairly stable in production. The team is only interested in making predictions on records that have changed in the past 24 hours.
    Which approach would simplify the identification of these changed records?
  • Question 119

    A data ingestion task requires a one-TB JSON dataset to be written out to Parquet with a target part-file size of 512 MB. Because Parquet is being used instead of Delta Lake, built-in file-sizing features such as Auto- Optimize & Auto-Compaction cannot be used.
    Which strategy will yield the best performance without shuffling data?
  • Question 120

    One of the queries in the Databricks SQL Dashboard takes a long time to refresh, which of the be-low steps can be taken to identify the root cause of this issue?