Databricks-Certified-Professional-Data-Engineer Exam Question 21

A team of data engineer are adding tables to a DLT pipeline that contain repetitive expectations for many of the same data quality checks.
One member of the team suggests reusing these data quality rules across all tables defined for this pipeline.
What approach would allow them to do this?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 22

    A data engineer is using Lakeflow Declarative Pipeline to propagate row deletions from a source bronze table (user_bronze) to a target silver table (user_silver). The engineer wants deletions in user_bronze to automatically delete corresponding rows in user_silver during pipeline execution.
    Which configuration ensures deletions in the bronze table are propagated to the silver table?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 23

    Which of the following technologies can be used to identify key areas of text when parsing Spark Driver log4j output?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 24

    A data engineering team uses Databricks Lakehouse Monitoring to track the percent_null metric for a critical column in their Delta table.
    The profile metrics table (prod_catalog.prod_schema.customer_data_profile_metrics) stores hourly percent_null values.
    The team wants to:
    Trigger an alert when the daily average of percent_null exceeds 5% for three consecutive days.
    Ensure that notifications are not spammed during sustained issues.
    Options:
  • Databricks-Certified-Professional-Data-Engineer Exam Question 25

    A transactions table has been liquid clustered on the columns product_id, user_id, and event_date.
    Which operation lacks support for cluster on write?