You were asked to identify number of times a temperature sensor exceed threshold temperature (100.00) by each device, each row contains 5 readings collected every 5 minutes, fill in the blank with the appropriate functions.
Schema: deviceId INT, deviceTemp ARRAY<double>, dateTimeCollected TIMESTAMP
SELECT deviceId, __ (__ (__(deviceTemp], i -> i > 100.00)))
FROM devices
GROUP BY deviceId

Which of the following developer operations in CI/CD flow can be implemented in Databricks Re-pos?

What could be the expected output of query SELECT COUNT (DISTINCT *) FROM user on this table
You are working to set up two notebooks to run on a schedule, the second notebook is dependent on the first notebook but both notebooks need different types of compute to run in an optimal fashion, what is the best way to set up these notebooks as jobs?
Which of the following scenarios is the best fit for AUTO LOADER?

Enter your email address to download Databricks.Databricks-Certified-Professional-Data-Engineer.v2023-05-23.q104 Dumps