Databricks-Certified-Professional-Data-Engineer Exam Question 6

Which of the following are stored in the control pane of Databricks Architecture?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 7

    At the end of the inventory process, a file gets uploaded to the cloud object storage, you are asked to build a process to ingest data which of the following method can be used to ingest the data in-crementally, schema of the file is expected to change overtime ingestion process should be able to handle these changes automatically.
    Below is the auto loader to command to load the data, fill in the blanks for successful execution of below code.
    1.spark.readStream
    2..format("cloudfiles")
    3..option("_______","csv)
    4..option("_______", 'dbfs:/location/checkpoint/')
    5..load(data_source)
    6..writeStream
    7..option("_______",' dbfs:/location/checkpoint/')
    8..option("_______", "true")
    9..table(table_name))
  • Databricks-Certified-Professional-Data-Engineer Exam Question 8

    What is the purpose of the bronze layer in a Multi-hop architecture?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 9

    Which of the following is a true statement about the global temporary view?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 10

    Which of the following Auto loader structured streaming commands successfully performs a hop from the landing area into Bronze?