Databricks-Certified-Data-Analyst-Associate Databricks Certified Data Analyst Associate Exam

Loading demo links...

Showing 7–9 of 10 questions

Question 7

A data analyst has been asked to count the number of customers in each region and has written the following query:

If there is a mistake in the query, which of the following describes the mistake?

Select an option, then click Submit answer.

  • The query is using count('). which will count all the customers in the customers table, no matter the region.

  • The query is missing a GROUP BY region clause.

  • The query is using ORDER BY. which is not allowed in an aggregation.

  • There are no mistakes in the query.

  • The query is selecting region but region should only occur in the ORDER BY clause.

Question 8

Where in the Databricks SQL workspace can a data analyst configure a refresh schedule for a query when the query is not attached to a dashboard or alert?

Select an option, then click Submit answer.

  • Data bxplorer

  • The Visualization editor

  • The Query Editor

  • The Dashboard Editor

Question 9

A data analyst runs the following command:

INSERT INTO stakeholders.suppliers TABLE stakeholders.new_suppliers; What is the result of running this command?

Select an option, then click Submit answer.

  • The suppliers table now contains both the data it had before the command was run and the data from the new suppliers table, and any duplicate data is deleted.

  • The command fails because it is written incorrectly.

  • The suppliers table now contains both the data it had before the command was run and the data from the new suppliers table, including any duplicate data.

  • The suppliers table now contains the data from the new suppliers table, and the new suppliers table now contains the data from the suppliers table.

  • The suppliers table now contains only the data from the new suppliers table.