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

When writing streaming data, Spark's structured stream supports the below write modes
  • Databricks-Certified-Professional-Data-Engineer Exam Question 17

    Which of the following statements can be used to test the functionality of code to test number of rows in the table equal to 10 in python?
    row_count = spark.sql("select count(*) from table").collect()[0][0]
  • Databricks-Certified-Professional-Data-Engineer Exam Question 18

    Which of the following is the correct statement for a session scoped temporary view?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 19

    Which of the following SQL command can be used to insert or update or delete rows based on a condition to check if a row(s) exists?
  • Databricks-Certified-Professional-Data-Engineer Exam Question 20

    Which of the following Structured Streaming queries successfully performs a hop from a Silver to Gold table?