Search Header Logo

databricks data engineer certificate

Authored by esra tepebasi

Computers

Professional Development

Used 5+ times

databricks data engineer certificate
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data organization leader is upset about the data analysis team’s reports being different from the data engineering team’s reports. The leader believes the siloed nature of their organization’s data engineering and data analysis architectures is to blame.
Which of the following describes how a data lakehouse could alleviate this issue?

Both teams would autoscale their work as data size evolves

Both teams would use the same source of truth for their work

Both teams would reorganize to report to the same department

Both teams would be able to collaborate on projects in real-time

Both teams would respond more quickly to ad-hoc requests

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes a scenario in which a data team will want to utilize cluster pools?

An automated report needs to be refreshed as quickly as possible.

An automated report needs to be made reproducible.

An automated report needs to be tested to identify errors.

An automated report needs to be version-controlled across multiple collaborators.

An automated report needs to be runnable by all stakeholders.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Worker node

JDBC data source

Databricks web application

Databricks Filesystem

Driver node

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following benefits of using the Databricks Lakehouse Platform is provided by Delta Lake?

The ability to manipulate the same data using a variety of languages

The ability to collaborate in real time on a single notebook

The ability to set up alerts for query failures

The ability to support batch and streaming workloads

The ability to distribute complex data operations

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Delta tables are stored in a single file that contains data, history, metadata, and other attributes.

Delta tables store their data in a single file and all metadata in a collection of files in a separate location.

Delta tables are stored in a collection of files that contain data, history, metadata, and other attributes.

Delta tables are stored in a collection of files that contain only the data stored within the table.

Delta tables are stored in a single file that contains only the data stored within the table.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code blocks will remove the rows where the value in column age is greater than 25 from the existing Delta table my_table and save the updated table?

SELECT * FROM my_table WHERE age > 25;

UPDATE my_table WHERE age > 25;

DELETE FROM my_table WHERE age > 25;

UPDATE my_table WHERE age <= 25;

DELETE FROM my_table WHERE age <= 25;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data engineer has realized that they made a mistake when making a daily update to a table. They need to use Delta time travel to restore the table to a version that is 3 days old. However, when the data engineer attempts to time travel to the older version, they are unable to restore the data because the data files have been deleted.
Which of the following explains why the data files are no longer present?

The VACUUM command was run on the table

The TIME TRAVEL command was run on the table

The DELETE HISTORY command was run on the table

The OPTIMIZE command was nun on the table

The HISTORY command was run on the table

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?