Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Databricks Databricks-Certified-Data-Analyst-Associate Practice Exam with Questions & Answers | Set: 3

Questions 21

A data analyst has come across a column in a table that contains personally identifiable information (PII). The data analyst should not have access to this type of PII data.

How should the data analyst proceed?

Options:
A.

Stop working with the data and delete the table and any existing metadata or data files.

B.

Stop working with the data and proceed with the project using other data.

C.

Stop working with the data and notify their supervisor to ensure the data is handled following organizational and legal best practices.

D.

Drop the column containing PII data and continue with the project without notifying anybody.

Databricks Databricks-Certified-Data-Analyst-Associate Premium Access
Questions 22

Which statement describes descriptive statistics?

Options:
A.

A branch of statistics that uses a variety of data analysis techniques to infer properties of an underlying distribution of probability.

B.

A branch of statistics that uses summary statistics to categorically describe and summarize data.

C.

A branch of statistics that uses summary statistics to quantitatively describe and summarize data.

D.

A branch of statistics that uses quantitative variables that must take on a finite or countably infinite set of values.

Questions 23

A data analyst wants the following output:

Databricks-Certified-Data-Analyst-Associate Question 23

Which statement will produce this output?

A)

Databricks-Certified-Data-Analyst-Associate Question 23

B)

Databricks-Certified-Data-Analyst-Associate Question 23

C)

Databricks-Certified-Data-Analyst-Associate Question 23

D)

Databricks-Certified-Data-Analyst-Associate Question 23

Options:
A.

Option A

B.

Option B

C.

Option C

D.

Option D

Questions 24

Which of the following statements describes descriptive statistics?

Options:
A.

A branch of statistics that uses summary statistics to quantitatively describe and summarize data.

B.

A branch of statistics that uses a variety of data analysis techniques to infer properties of an underlying distribution of probability.

C.

A branch of statistics that uses quantitative variables that must take on a finite or countably infinite set of values.

D.

A branch of statistics that uses summary statistics to categorically describe and summarize data.

E.

A branch of statistics that uses quantitative variables that must take on an uncountable set of values.

Questions 25

Which of the following Structured Streaming queries is performing a hop from a Silver table to a Gold table?

Options:
A.

( spark.readStream.load(rawSalesLocation) .writeStream .option( " checkpointLocation " , checkpointPath) .outputMode( " append " ) .table( " newSales " ))

B.

( spark.table( " sales " ) .withColumn( " avgPrice " , col( " sales " ) / col( " units " )) .writeStream .option( " checkpointLocation " , checkpointPath) .outputMode( " append " ) .table( " newSales " ))

C.

( spark.table( " sales " ) .withColumn( " avgPrice " , col( " sales " ) / col( " units " )) .writeStream .option( " checkpointLocation " , checkpointPath) .outputMode( " append " ) .table( " newSales " ))

D.

( spark.table( " sales " ) .filter(col( " units " ) > 0) .writeStream .option( " checkpointLocation " , checkpointPath) .outputMode( " append " ) .table( " newSales " ))

E.

( spark.table( " sales " ) .groupBy( " store " ) .agg(sum( " sales " )) .writeStream .option( " checkpointLocation " , checkpointPath) .outputMode( " complete " ) .table( " newSales " ))

F.

Option A

G.

Option B

Questions 26

Which of the following is stored in the Databricks customer’s cloud account?

Options:
A.

Databricks web application

B.

Cluster management metadata

C.

Repos

D.

Data

E.

Notebooks

Questions 27

A data analyst has developed a query that runs against a Delta table. They want help from the data engineering team to implement a series of tests to ensure the data returned by the query is clean. However, the data engineering team uses Python for its tests rather than SQL.

Which of the following operations could the data engineering team use to run the query and operate with the results in PySpark?

Options:
A.

SELECT * FROM sales

B.

spark.delta.table

C.

spark.sql

D.

There is no way to share data between PySpark and SQL.

E.

spark.table

Questions 28

What is used as a compute resource for Databricks SQL?

Options:
A.

Single-node clusters

B.

Downstream BI tools integrated with Databricks SQL

C.

SQL warehouses

D.

Standard clusters

Questions 29

A data analyst needs to share a Databricks SQL dashboard with stakeholders that are not permitted to have accounts in the Databricks deployment. The stakeholders need to be notified every time the dashboard is refreshed.

Which approach can the data analyst use to accomplish this task with minimal effort/

Options:
A.

By granting the stakeholders ' email addresses permissions to the dashboard

B.

By adding the stakeholders ' email addresses to the refresh schedule subscribers list

C.

By granting the stakeholders ' email addresses to the SQL Warehouse (formerly known as endpoint) subscribers list

D.

By downloading the dashboard as a PDF and emailing it to the stakeholders each time it is refreshed

Questions 30

Which of the following statements about a refresh schedule is incorrect?

Options:
A.

A query can be refreshed anywhere from 1 minute lo 2 weeks

B.

Refresh schedules can be configured in the Query Editor.

C.

A query being refreshed on a schedule does not use a SQL Warehouse (formerly known as SQL Endpoint).

D.

A refresh schedule is not the same as an alert.

E.

You must have workspace administrator privileges to configure a refresh schedule