Question 41

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?
  • Question 42

    Which of the following data workloads will utilize a Gold table as its source?
  • Question 43

    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?
  • Question 44

    A data scientist has asked a data analyst to create histograms for every continuous variable in a data set. The data analyst needs to identify which columns are continuous in the data set.
    What describes a continuous variable?
  • Question 45

    A business analyst has been asked to create a data entity/object called sales_by_employee. It should always stay up-to-date when new data are added to the sales table. The new entity should have the columns sales_person, which will be the name of the employee from the employees table, and sales, which will be all sales for that particular sales person. Both the sales table and the employees table have an employee_id column that is used to identify the sales person.
    Which of the following code blocks will accomplish this task?