databricks data engineer certificate

databricks data engineer certificate

Professional Development

41 Qs

quiz-placeholder

Similar activities

Numpy_Pandas_Matplotlib

Numpy_Pandas_Matplotlib

Professional Development

37 Qs

AI900-04

AI900-04

Professional Development

40 Qs

Cable Quiz

Cable Quiz

KG - Professional Development

43 Qs

Komputer Akuntansi Kelas XI AK

Komputer Akuntansi Kelas XI AK

KG - Professional Development

40 Qs

SRE Foundation

SRE Foundation

Professional Development

40 Qs

Computer Practice Test

Computer Practice Test

Professional Development

36 Qs

AZ-900 Day 2 Core Components

AZ-900 Day 2 Core Components

Professional Development

36 Qs

AZ 305 RACE

AZ 305 RACE

Professional Development

36 Qs

databricks data engineer certificate

databricks data engineer certificate

Assessment

Quiz

Computers

Professional Development

Easy

Created by

esra tepebasi

Used 4+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?