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

A data engineer needs to install the PyYAML Python package within an air-gapped Databricks environment. The workspace has no direct internet access to PyPI. The engineer has downloaded the .whl file locally and wants it available automatically on all new clusters.
Which approach should the data engineer use?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 57

    Which statement regarding stream-static joins and static Delta tables is correct?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 58

    A data engineer is developing a Lakeflow Declarative Pipeline (LDP) using a Databricks notebook directly connected to their pipeline. After adding new table definitions and transformation logic in their notebook, they want to check for any syntax errors in the pipeline code without actually processing data or running the pipeline.
    How should the data engineer perform this syntax check?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 59

    A data engineer wants to create a cluster using the Databricks CLI for a big ETL pipeline. The cluster should have five workers, one driver of type i3.xlarge, and should use the '14.3.x-scala2.12' runtime.
    Which command should the data engineer use?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 60

    Which Python variable contains a list of directories to be searched when trying to locate required modules?