Databricks-Certified-Professional-Data-Engineer Databricks Certified Data Engineer Professional

Loading demo links...

Showing 7–9 of 15 questions

Question 7

The operations team is interested in monitoring the recently launched product, team wants to set up an email alert when the number of units sold increases by more than 10,000 units. They want to monitor this every 5 mins.

Fill in the below blanks to finish the steps we need to take

• Create ___ query that calculates total units sold

• Setup ____ with query on trigger condition Units Sold > 10,000

• Setup ____ to run every 5 mins

• Add destination ______

Select an option, then click Submit answer.

  • Python, Job, SQL Cluster, email address

  • SQL, Alert, Refresh, email address

  • SQL, Job, SQL Cluster, email address

  • SQL, Job, Refresh, email address

  • Python, Job, Refresh, email address

Question 8

Where are Interactive notebook results stored in Databricks product architecture?

Select an option, then click Submit answer.

  • Data plane

  • Control plane

  • Data and Control plane

  • JDBC data source

  • Databricks web application

Question 9

Which of the following table constraints that can be enforced on Delta lake tables are supported?

Select an option, then click Submit answer.

  • Primary key, foreign key, Not Null, Check Constraints

  • Primary key, Not Null, Check Constraints

  • Default, Not Null, Check Constraints

  • Not Null, Check Constraints

  • Unique, Not Null, Check Constraints