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

A data engineer has a Delta table orders with deletion vectors enabled. The engineer executes the following command:
DELETE FROM orders WHERE status = 'cancelled';
What should be the behavior of deletion vectors when the command is executed?
  • Databricks-Certified-Data-Engineer-Professional Exam Question 87

    The data architect has mandated that all tables in the Lakehouse should be configured as external (also known as "unmanaged") Delta Lake tables.
    Which approach will ensure that this requirement is met?
  • Databricks-Certified-Data-Engineer-Professional Exam Question 88

    A data engineer is masking a column containing email addresses. The goal is to produce output strings of identical length for all rows, while generating different outputs for different email values.
    Which SQL function should be used to achieve this?
  • Databricks-Certified-Data-Engineer-Professional Exam Question 89

    Which distribution does Databricks support for installing custom Python code packages?
  • Databricks-Certified-Data-Engineer-Professional Exam Question 90

    A data engineer is configuring a Databricks Asset Bundle to deploy a job with granular permissions.
    The requirements are:
    - Grant the data-engineers group CAN_MANAGE access to the job.
    - Ensure the auditors' group can view the job but not modify/run it.
    - Avoid granting unintended permissions to other users/groups.
    How should the data engineer deploy the job while meeting the requirements?