databricks data engineer certificate

databricks data engineer certificate

Professional Development

41 Qs

quiz-placeholder

Similar activities

Motherboards

Motherboards

Professional Development

40 Qs

IC3_Căn bản công nghệ_Test1

IC3_Căn bản công nghệ_Test1

Professional Development

40 Qs

Mobile Apps phase 1 done

Mobile Apps phase 1 done

5th Grade - Professional Development

36 Qs

Perakitan produk barang / jasa

Perakitan produk barang / jasa

KG - Professional Development

37 Qs

Prueba inicial intermedia

Prueba inicial intermedia

Professional Development

38 Qs

Web Dev Masterclass Day 2

Web Dev Masterclass Day 2

10th Grade - Professional Development

36 Qs

แบบทดสอบคอมพิวเตอร์

แบบทดสอบคอมพิวเตอร์

Professional Development

40 Qs

Data Preprocessing

Data Preprocessing

Professional Development

40 Qs

databricks data engineer certificate

databricks data engineer certificate

Assessment

Quiz

Computers

Professional Development

Practice Problem

Easy

Created by

esra tepebasi

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?