Question 21

Which statement describes integration testing?
  • Question 22

    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
  • Question 23

    Suppose there are three events then which formula must always be equal to P(E1|E2,E3)?
  • Question 24

    A Databricks job has been configured with 3 tasks, each of which is a Databricks notebook. Task A does not depend on other tasks. Tasks B and C run in parallel, with each having a serial dependency on Task A.
    If task A fails during a scheduled run, which statement describes the results of this run?
  • Question 25

    What is the best way to query external csv files located on DBFS Storage to inspect the data using SQL?