Databricks-Certified-Data-Analyst-Associate Exam Question 1

A BI analyst is building an analytical data model in Databricks using Delta Lake tables. The source system contains transactional sales data that changes frequently. The analyst chooses to apply the Data Vault 2.0 methodology to manage historical changes while ensuring scalability and auditability across multiple business domains.
Which component is used to capture the many-to-many relationship between hubs in a Data Vault v2 model?
  • Databricks-Certified-Data-Analyst-Associate Exam Question 2

    A distributed team of data analysts share computing resources on an interactive cluster with autoscaling configured. In order to better manage costs and query throughput, the workspace administrator is hoping to evaluate whether cluster upscaling is caused by many concurrent users or resource-intensive queries.
    In which location can one review the timeline for cluster resizing events?
  • Databricks-Certified-Data-Analyst-Associate Exam Question 3

    A data analyst runs the following command:
    SELECT age, country
    FROM my_table
    WHERE age > = 75 AND country = ' canada ' ;
    Which of the following tables represents the output of the above command?
  • Databricks-Certified-Data-Analyst-Associate Exam Question 4

    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?
  • Databricks-Certified-Data-Analyst-Associate Exam Question 5

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