Pass the Databricks Data Analyst Databricks-Certified-Data-Analyst-Associate Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

What describes the variance of a set of values?

Options:

A.

Variance is a measure of how far a single observed value is from a set ot va IN


B.

Variance is a measure of how far an observed value is from the variable's maximum or minimum value.


C.

Variance is a measure of central tendency of a set of values.


D.

Variance is a measure of how far a set of values is spread out from the sets central value.


Expert Solution
Questions # 2:

A data team has been given a series of projects by a consultant that need to be implemented in the Databricks Lakehouse Platform.

Which of the following projects should be completed in Databricks SQL?

Options:

A.

Testing the quality of data as it is imported from a source


B.

Tracking usage of feature variables for machine learning projects


C.

Combining two data sources into a single, comprehensive dataset


D.

Segmenting customers into like groups using a clustering algorithm


E.

Automating complex notebook-based workflows with multiple tasks


Expert Solution
Questions # 3:

How can a data analyst determine if query results were pulled from the cache?

Options:

A.

Go to the Query History tab and click on the text of the query. The slideout shows if the results came from the cache.


B.

Go to the Alerts tab and check the Cache Status alert.


C.

Go to the Queries tab and click on Cache Status. The status will be green if the results from the last run came from the cache.


D.

Go to the SQL Warehouse (formerly SQL Endpoints) tab and click on Cache. The Cache file will show the contents of the cache.


E.

Go to the Data tab and click Last Query. The details of the query will show if the results came from the cache.


Expert Solution
Questions # 4:

A data analyst has created a Query in Databricks SQL, and now wants to create two data visualizations from that Query and add both of those data visualizations to the same Databricks SQL Dashboard.

Which step will the data analyst need to take when creating and adding both data visualizations to the Databricks SQL Dashboard?

Options:

A.

Copy the Query and create one data visualization per query.


B.

Add two separate visualizations to the dashboard based on the same Query.


C.

Decide on a single data visualization to add to the dashboard.


D.

Alter the Query to return two separate sets of results.


Expert Solution
Questions # 5:

Which of the following approaches can be used to ingest data directly from cloud-based object storage?

Options:

A.

Create an external table while specifying the DBFS storage path to FROM


B.

Create an external table while specifying the DBFS storage path to PATH


C.

It is not possible to directly ingest data from cloud-based object storage


D.

Create an external table while specifying the object storage path to FROM


E.

Create an external table while specifying the object storage path to LOCATION


Expert Solution
Questions # 6:

A data analyst has been asked to configure an alert for a query that returns the income in the accounts_receivable table for a date range. The date range is configurable using a Date query parameter.

The Alert does not work.

Which of the following describes why the Alert does not work?

Options:

A.

Alerts don't work with queries that access tables.


B.

Queries that return results based on dates cannot be used with Alerts.


C.

The wrong query parameter is being used. Alerts only work with Date and Time query parameters.


D.

Queries that use query parameters cannot be used with Alerts.


E.

The wrong query parameter is being used. Alerts only work with drogdown list query parameters, not dates.


Expert Solution
Questions # 7:

A data analyst has created a user-defined function using the following line of code:

CREATE FUNCTION price(spend DOUBLE, units DOUBLE)

RETURNS DOUBLE

RETURN spend / units;

Which of the following code blocks can be used to apply this function to the customer_spend and customer_units columns of the table customer_summary to create column customer_price?

Options:

A.

SELECT PRICE customer_spend, customer_units AS customer_price FROM customer_summary


B.

SELECT price FROM customer_summary


C.

SELECT function(price(customer_spend, customer_units)) AS customer_price FROM customer_summary


D.

SELECT double(price(customer_spend, customer_units)) AS customer_price FROM customer_summary


E.

SELECT price(customer_spend, customer_units) AS customer_price FROM customer_summary


Expert Solution
Questions # 8:

In which of the following situations will the mean value and median value of variable be meaningfully different?

Options:

A.

When the variable contains no outliers


B.

When the variable contains no missing values


C.

When the variable is of the boolean type


D.

When the variable is of the categorical type


E.

When the variable contains a lot of extreme outliers


Expert Solution
Questions # 9:

Which location can be used to determine the owner of a managed table?

Options:

A.

Review the Owner field in the table page using Catalog Explorer


B.

Review the Owner field in the database page using Data Explorer


C.

Review the Owner field in the schema page using Data Explorer


D.

Review the Owner field in the table page using the SQL Editor


Expert Solution
Questions # 10:

A data analyst wants to create a dashboard with three main sections: Development, Testing, and Production. They want all three sections on the same dashboard, but they want to clearly designate the sections using text on the dashboard.

Which of the following tools can the data analyst use to designate the Development, Testing, and Production sections using text?

Options:

A.

Separate endpoints for each section


B.

Separate queries for each section


C.

Markdown-based text boxes


D.

Direct text written into the dashboard in editing mode


E.

Separate color palettes for each section


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions