Welcome to your Databricks Certified Data Analyst Test-5
Select 1 option(s):
You decide to create a UDF (User-Defined Function) in Python.Which of the following approaches correctly illustrates the creation and application of a UDF for this purpose?Select 1 option(s):
You need to calculate the average temperature for each station in 1-hour windows, sliding every 30 minutes. Which SQL query correctly uses the windowing function to achieve this?Select 1 option(s):
Table 1:Â Employees
Table 2:Â Departments
Given the output from joining both tables:
Which of the queries below could have been used to generate the output?Select 1 option(s):
Colors Table:
Shapes Table:
After executing an SQL JOIN query, you receive the following result:
What type of JOIN was used to produce this result?Select 1 option(s):
You notice inconsistencies in customer names due to variations in casing and spacing (e.g., ‘John Doe‘, ‘john doe‘, ‘John Doe‘).What would be an appropriate SQL query to standardize these customer names in the silver table CustomerData?Select 1 option(s):
Which SQL query would you use to achieve this?Select 1 option(s):
Which SQL query using the window_time function correctly achieves this in a Databricks environment?Select 1 option(s):
Time's up