Question 46

Which of the following operations are not supported on a streaming dataset view?
spark.readStream.format("delta").table("sales").createOrReplaceTempView("streaming_view")
  • Question 47

    What could be the expected output of query SELECT COUNT (DISTINCT *) FROM user on this table
  • Question 48

    Although the Databricks Utilities Secrets module provides tools to store sensitive credentials and avoid accidentally displaying them in plain text users should still be careful with which credentials are stored here and which users have access to using these secrets.
    Which statement describes a limitation of Databricks Secrets?
  • Question 49

    Which of the following are stored in the control pane of Databricks Architecture?
  • Question 50

    What is the main difference between the silver layer and gold layer in medallion architecture?