Databricks-Certified-Data-Engineer-Associate Exam Question 6

Which of the following benefits is provided by the array functions from Spark SQL?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 7

    A data engineer wants to schedule their Databricks SQL dashboard to refresh every hour, but they only want the associated SQL endpoint to be running when it is necessary. The dashboard has multiple queries on multiple datasets associated with it. The data that feeds the dashboard is automatically processed using a Databricks Job.
    Which of the following approaches can the data engineer use to minimize the total running time of the SQL endpoint used in the refresh schedule of their dashboard?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 8

    A data engineer has configured a Structured Streaming job to read from a table, manipulate the data, and then perform a streaming write into a new table.
    The code block used by the data engineer is below:

    If the data engineer only wants the query to process all of the available data in as many batches as required, which of the following lines of code should the data engineer use to fill in the blank?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 9

    Which query is performing a streaming hop from raw data to a Bronze table?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 10

    A data engineer has written a function in a Databricks Notebook to calculate the population of bacteria in a given medium.

    Analysts use this function in the notebook and sometimes provide input arguments of the wrong data type, which can cause errors during execution.
    Which Databricks feature will help the data engineer quickly identify if an incorrect data type has been provided as input?