QUIZZ-EXAMEN-PREPARATION-SQL1

QUIZZ-EXAMEN-PREPARATION-SQL1

Professional Development

18 Qs

quiz-placeholder

Similar activities

Orientation Week Quiz

Orientation Week Quiz

Professional Development

15 Qs

Batch 2 Post Test 2 Analyzing Data Using Ms. Excel

Batch 2 Post Test 2 Analyzing Data Using Ms. Excel

Professional Development

20 Qs

Quiz - Data Analytic Projects

Quiz - Data Analytic Projects

Professional Development

20 Qs

Test your understanding: Exploring a Well

Test your understanding: Exploring a Well

Professional Development

14 Qs

DataSphere Day 1

DataSphere Day 1

Professional Development

17 Qs

DP-900 1 - ATOS

DP-900 1 - ATOS

Professional Development

14 Qs

engineering design process

engineering design process

KG - Professional Development

19 Qs

Power BI Mastery

Power BI Mastery

Professional Development

15 Qs

QUIZZ-EXAMEN-PREPARATION-SQL1

QUIZZ-EXAMEN-PREPARATION-SQL1

Assessment

Quiz

Other

Professional Development

Hard

Created by

licibeth delacruz

Used 4+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 1: Which of the following describes a benefit of a data lakehouse that is unavailable in a traditional data warehouse?

A. A data lakehouse provides a relational system of data management.

B. A data lakehouse captures snapshots of data for version control purposes.

C. A data lakehouse couples storage and compute for complete control.

D. A data lakehouse utilizes proprietary storage formats for data.

E. A data lakehouse enables both batch and streaming analytics.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 2: Which of the following describes a scenario in which a data engineer will want to use a Job cluster instead of an all-purpose cluster?

A. An ad-hoc analytics report needs to be developed while minimizing compute costs.

B. A data team needs to collaborate on the development of a machine learning model.

C. An automated workflow needs to be run every 30 minutes.

D. A Databricks SQL query needs to be scheduled for upward reporting.

E. A data engineer needs to manually investigate a production error.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 3: A data engineer needs to create a database called customer360 at the location /customer/customer360. The data engineer is unsure if one of their colleagues has already created the database. Which of the following commands should the data engineer run to complete this task?

A. CREATE DATABASE customer360 MANAGE LOCATION '/customer/customer360';

B. CREATE DATABASE IF NOT EXISTS customer360;

C. CREATE DATABASE IF NOT EXISTS customer360 MANAGE LOCATION '/customer/customer360';

D. CREATE DATABASE IF NOT EXISTS customer360 DELTA LOCATION '/customer/customer360';

E. CREATE DATABASE customer360 DELTA LOCATION '/customer/customer360';

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 4: A data engineer wants to horizontally combine two tables as a part of a query. They want to use a shared column as a key column, and they only want the query result to contain rows whose value in the key column is present in both tables. Which of the following SQL commands can they use to accomplish this task?

A. INNER JOIN

B. OUTER JOIN

C. LEFT JOIN

D. MERGE

E. UNION

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 5: A new data engineer has started at a company. The data engineer has recently been added to the company’s Databricks workspace as new.engineer@company.com. The data engineer needs to be able to query the table sales in the database retail. The new data engineer already has been granted USAGE on the database retail. Which of the following commands can be used to grant the appropriate permissions to the new data engineer

A. GRANT USAGE ON TABLE sales TO new.engineer@company.com;

B. GRANT CREATE ON TABLE sales TO new.engineer@company.com;

C. GRANT SELECT ON TABLE sales TO new.engineer@company.com;

D. GRANT USAGE ON TABLE new.engineer@company.com TO sales;

E. GRANT SELECT ON TABLE new.engineer@company.com TO sales;

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 6: Which of the following locations hosts the driver and worker nodes of a Databricks-managed cluster?

A. Data plane

B. Control plane

C. Databricks Filesystem

D. JDBC data source

E. Databricks web application

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Question 7: A data architect is designing a data model that works for both video-based machine learning workloads and highly audited batch ETL/ELT workloads. Which of the following describes how using a data lakehouse can help the data architect meet the needs of both workloads?

A. A data lakehouse requires very little data modeling

B. A data lakehouse combines compute and storage for simple governance.

C. A data lakehouse provides autoscaling for compute clusters.

D. A data lakehouse stores unstructured data and is ACID-compliant.

E. A data lakehouse fully exists in the cloud.

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?