Questions and Answers

Question eXSbr0mUty1itWZG2bH0

Question

Which of the following describes the relationship between Gold tables and Silver tables?

Choices

  • A: Gold tables are more likely to contain aggregations than Silver tables.
  • B: Gold tables are more likely to contain valuable data than Silver tables.
  • C: Gold tables are more likely to contain a less refined view of data than Silver tables.
  • D: Gold tables are more likely to contain more data than Silver tables.
  • E: Gold tables are more likely to contain truthful data than Silver tables.

Question quFCk94vGp9eM47FRkbI

Question

Which of the following describes the relationship between Bronze tables and raw data?

Choices

  • A: Bronze tables contain less data than raw data files.
  • B: Bronze tables contain more truthful data than raw data.
  • C: Bronze tables contain aggregates while raw data is unaggregated.
  • D: Bronze tables contain a less refined view of data than raw data.
  • E: Bronze tables contain raw data with a schema applied.

Question JCWgsp4MCn7dK07gf27M

Question

Which of the following is hosted completely in the control plane of the classic Databricks architecture?

Choices

  • A: Worker node
  • B: JDBC data source
  • C: Databricks web application
  • D: Databricks Filesystem
  • E: Driver node

Question wlXDUQeT2XxwyiowLnS5

Question

Which of the following tools is used by Auto Loader process data incrementally?

Choices

  • A: Checkpointing
  • B: Spark Structured Streaming
  • C: Data Explorer
  • D: Unity Catalog
  • E: Databricks SQL

Question Y508IVfMmb6eNStkjkXi

Question

A data engineer has configured a Structured Streaming job to read from a table, manipulate the data, and then perform a streaming write into a new table. The cade block used by the data engineer is below: //IMG//

If the data engineer only wants the query to execute a micro-batch to process data every 5 seconds, which of the following lines of code should the data engineer use to fill in the blank?

Choices

  • A: trigger(“5 seconds”)
  • B: trigger()
  • C: trigger(once=“5 seconds”)
  • D: trigger(processingTime=“5 seconds”)
  • E: trigger(continuous=“5 seconds”)