Questions and Answers

Question Z1Cid99sZCVRHWF32GIf

Question

A data engineer is running code in a Databricks Repo that is cloned from a central Git repository. A colleague of the data engineer informs them that changes have been made and synced to the central Git repository. The data engineer now needs to sync their Databricks Repo to get the changes from the central Git repository.

Which of the following Git operations does the data engineer need to run to accomplish this task?

Choices

  • A: Merge
  • B: Push
  • C: Pull
  • D: Commit
  • E: Clone

Question Ah1zfPeZa0h58h56PNy2

Question

Which of the following is a benefit of the Databricks Lakehouse Platform embracing open source technologies?

Choices

  • A: Cloud-specific integrations
  • B: Simplified governance
  • C: Ability to scale storage
  • D: Ability to scale workloads
  • E: Avoiding vendor lock-in

Question FxlvXTITPDF3W5vgPALk

Question

A data engineer needs to use a Delta table as part of a data pipeline, but they do not know if they have the appropriate permissions.

In which of the following locations can the data engineer review their permissions on the table?

Choices

  • A: Databricks Filesystem
  • B: Jobs
  • C: Dashboards
  • D: Repos
  • E: Data Explorer

Question uY79pTpvuKhv9hGPxo0d

Question

Which of the following describes a scenario in which a data engineer will want to use a single-node cluster?

Choices

  • A: When they are working interactively with a small amount of data
  • B: When they are running automated reports to be refreshed as quickly as possible
  • C: When they are working with SQL within Databricks SQL
  • D: When they are concerned about the ability to automatically scale with larger data
  • E: When they are manually running reports with a large amount of data

Question Lixh8bolLLxEXIYBiSV4

Question

Which of the following describes the storage organization of a Delta table?

Choices

  • A: Delta tables are stored in a single file that contains data, history, metadata, and other attributes.
  • B: Delta tables store their data in a single file and all metadata in a collection of files in a separate location.
  • C: Delta tables are stored in a collection of files that contain data, history, metadata, and other attributes.
  • D: Delta tables are stored in a collection of files that contain only the data stored within the table.
  • E: Delta tables are stored in a single file that contains only the data stored within the table.