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

You would like to build a spark streaming process to read from a Kafka queue and write to a Delta table every
15 minutes, what is the correct trigger option
  • Databricks-Certified-Professional-Data-Engineer Exam Question 92

    You were asked to create a notebook that can take department as a parameter and process the data accordingly, which is the following statements result in storing the notebook parameter into a py-thon variable
  • Databricks-Certified-Professional-Data-Engineer Exam Question 93

    A data engineer has ingested data from an external source into a PySpark DataFrame raw_df. They need to
    briefly make this data available in SQL for a data analyst to perform a quality assurance check on the data.
    Which of the following commands should the data engineer run to make this data available in SQL for only
    the remainder of the Spark session?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 94

    Which of the following is not a privilege in the Unity catalog?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 95

    A user new to Databricks is trying to troubleshoot long execution times for some pipeline logic they are working on. Presently, the user is executing code cell-by-cell, usingdisplay()calls to confirm code is producing the logically correct results as new transformations are added to an operation. To get a measure of average time to execute, the user is running each cell multiple times interactively.
    Which of the following adjustments will get a more accurate measure of how code is likely to perform in production?