Official Bank 0/108

Databricks Certified Data Engineer Associate exam (DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE) - DataBricks Actual Exam Questions

Last updated on May 13, 2026

97% Exam Compliance
108 Total Questions
1
Question

In which of the following scenarios should a data engineer select a Task in the Depends On field of a new Databricks Job Task?

Options
A

When another task needs to be replaced by the new task

B

When another task needs to fail before the new task begins

C

When another task has the same dependency libraries as the new task

D

When another task needs to use as little compute resources as possible

E

When another task needs to successfully complete before the new task begins

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

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

Options
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.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

Which of the following must be specified when creating a new Delta Live Tables pipeline?

Options
A

A key-value pair configuration

B

The preferred DBU/hour cost

C

A path to cloud storage location for the written data

D

A location of a target database for the written data

E

At least one notebook library to be executed

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

A new data engineering team team has been assigned to an ELT project. The new data engineering team will need full privileges on the table sales to fully manage the project. Which command can be used to grant full permissions on the database to the new data engineering team?

Options
A

grant all privileges on table sales TO team;

B

GRANT SELECT ON TABLE sales TO team;

C

GRANT SELECT CREATE MODIFY ON TABLE sales TO team;

D

GRANT ALL PRIVILEGES ON TABLE team TO sales;

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

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

Options
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

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.