Questions and Answers

Question QHc4A85C4hythhACPdEM

Question

A data engineer has been given a new record of data:

id STRING = ‘a1’ rank INTEGER = 6 rating FLOAT = 9.4

Which of the following SQL commands can be used to append the new record to an existing Delta table my_table?

Choices

  • A: INSERT INTO my_table VALUES (‘a1’, 6, 9.4)
  • B: my_table UNION VALUES (‘a1’, 6, 9.4)
  • C: INSERT VALUES ( ‘a1’ , 6, 9.4) INTO my_table
  • D: UPDATE my_table VALUES (‘a1’, 6, 9.4)
  • E: UPDATE VALUES (‘a1’, 6, 9.4) my_table

Question lBgbN1YHqmWQOjBzxobo

Question

A data engineer has realized that the data files associated with a Delta table are incredibly small. They want to compact the small files to form larger files to improve performance.

Which of the following keywords can be used to compact the small files?

Choices

  • A: REDUCE
  • B: OPTIMIZE
  • C: COMPACTION
  • D: REPARTITION
  • E: VACUUM

Question OjcWDz5SyNJlXdIMDH7e

Question

In which of the following file formats is data from Delta Lake tables primarily stored?

Choices

  • A: Delta
  • B: CSV
  • C: Parquet
  • D: JSON
  • E: A proprietary, optimized format specific to Databricks

Question UNUNi5c0rbqur26Cy4GD

Question

Which of the following is stored in the Databricks customer’s cloud account?

Choices

  • A: Databricks web application
  • B: Cluster management metadata
  • C: Repos
  • D: Data
  • E: Notebooks

Question PLgn53CU3deo2sk63LtA

Question

Which of the following can be used to simplify and unify siloed data architectures that are specialized for specific use cases?

Choices

  • A: None of these
  • B: Data lake
  • C: Data warehouse
  • D: All of these
  • E: Data lakehouse