Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

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

Viewing page 2 out of 4 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which of the following is a benefit of the Databricks Lakehouse Platform embracing open source technologies?

Options:

A.

Cloud-specific integrations


B.

Simplified governance


C.

Ability to scale storage


D.

Ability to scale workloads


E.

Avoiding vendor lock-in


Expert Solution
Questions # 12:

Data professionals with varying titles use the Databricks SQL service as the primary touchpoint with the Databricks Lakehouse Platform. However, some users will use other services like Databricks Machine Learning or Databricks Data Science and Engineering.

Which of the following roles uses Databricks SQL as a secondary service while primarily using one of the other services?

Options:

A.

Business analyst


B.

SQL analyst


C.

Data engineer


D.

Business intelligence analyst


E.

Data analyst


Expert Solution
Questions # 13:

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

Which of the following steps will they need to take when creating and adding both data visualizations to the Databricks SQL Dashboard?

Options:

A.

They will need to alter the Query to return two separate sets of results.


B.

They will need to add two separate visualizations to the dashboard based on the same Query.


C.

They will need to create two separate dashboards.


D.

They will need to decide on a single data visualization to add to the dashboard.


E.

They will need to copy the Query and create one data visualization per query.


Expert Solution
Questions # 14:

Data professionals with varying responsibilities use the Databricks Lakehouse Platform Which role in the Databricks Lakehouse Platform use Databricks SQL as their primary service?

Options:

A.

Data scientist


B.

Data engineer


C.

Platform architect


D.

Business analyst


Expert Solution
Questions # 15:

The stakeholders.customers table has 15 columns and 3,000 rows of data. The following command is run:

Question # 15

After running SELECT * FROM stakeholders.eur_customers, 15 rows are returned. After the command executes completely, the user logs out of Databricks.

After logging back in two days later, what is the status of the stakeholders.eur_customers view?

Options:

A.

The view remains available and SELECT * FROM stakeholders.eur_customers will execute correctly.


B.

The view has been dropped.


C.

The view is not available in the metastore, but the underlying data can be accessed with SELECT * FROM delta. `stakeholders.eur_customers`.


D.

The view remains available but attempting to SELECT from it results in an empty result set because data in views are automatically deleted after logging out.


E.

The view has been converted into a table.


Expert Solution
Questions # 16:

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 # 17:

An analyst has been asked to combine the data in two tables: suppliers and new_suppliers. It is possible that some of the supplier_id values match in both tables, meaning those suppliers have already been added to the suppliers table. If that is the case, the data should be unchanged.

Which command will combine the two tables without duplicating the rows with the same supplier_id?

Options:

A.

Option AMERGE INTO suppliersUSING new_suppliersON suppliers.supplier_id = new_suppliers.supplier_idWHEN NOT MATCHED THEN INSERT *;


B.

Option BCOPY INTO suppliersUSING new_suppliersON suppliers.supplier_id = new_suppliers.supplier_idWHEN NOT MATCHED THEN INSERT *;


C.

Option CUPDATE suppliersUSING new_suppliersON suppliers.supplier_id = new_suppliers.supplier_idWHEN NOT MATCHED THEN INSERT *;


D.

Option DINSERT INTO suppliersUSING new_suppliersON suppliers.supplier_id = new_suppliers.supplier_idWHEN NOT MATCHED THEN INSERT *;


Expert Solution
Questions # 18:

A data engineering team has created a Structured Streaming pipeline that processes data in micro-batches and populates gold-level tables. The microbatches are triggered every minute.

A data analyst has created a dashboard based on this gold-level data. The project stakeholders want to see the results in the dashboard updated within one minute or less of new data becoming available within the gold-level tables.

Which of the following cautions should the data analyst share prior to setting up the dashboard to complete this task?

Options:

A.

The required compute resources could be costly


B.

The gold-level tables are not appropriately clean for business reporting


C.

The streaming data is not an appropriate data source for a dashboard


D.

The streaming cluster is not fault tolerant


E.

The dashboard cannot be refreshed that quickly


Expert Solution
Questions # 19:

What describes Partner Connect in Databricks?

Options:

A.

it allows for free use of Databricks partner tools through a common API.


B.

it allows multi-directional connection between Databricks and Databricks partners easier.


C.

It exposes connection information to third-party tools via Databricks partners.


D.

It is a feature that runs Databricks partner tools on a Databricks SQL Warehouse (formerly known as a SQL endpoint).


Expert Solution
Questions # 20:

A data analyst is working on a DataFrame named dates_df and needs to add a new column, date, derived from the timestamp field.

Which code fragment should be used to extract the date from a timestamp?

Options:

A.

dates_df.withColumn( " date " , f.unix_timestamp( " timestamp " )).show()


B.

dates_df.withColumn( " date " , f.to_date( " timestamp " )).show()


C.

dates_df.withColumn( " date " , f.date_format( " timestamp " , " yyyy-MM-dd " )).show()


D.

dates_df.withColumn( " date " , f.from_unixtime( " timestamp " )).show()


Expert Solution
Viewing page 2 out of 4 pages
Viewing questions 11-20 out of questions