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

A data engineer needs to ingest from both streaming and batch sources for a firm that relies on highly accurate data. Occasionally, some of the data picked up by the sensors that provide a streaming input are outside the expected parameters. If this occurs, the data must be dropped, but the stream should not fail.
Which feature of Delta Live Tables meets this requirement?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 47

    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 cade block used by the data engineer is below:

    If the data engineer only wants the query to execute a micro-batch to process data every 5 seconds, which of the following lines of code should the data engineer use to fill in the blank?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 48

    A data engineer wants to reduce costs and optimize cloud spending. The data engineer has decided to use Databricks Serverless for lowering cloud costs while maintaining existing SLAs.
    What is the first step in migrating to Databricks Serverless?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 49

    Which of the following describes the relationship between Gold tables and Silver tables?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 50

    A data engineer and data analyst are working together on a data pipeline. The data engineer is working on the raw, bronze, and silver layers of the pipeline using Python, and the data analyst is working on the gold layer of the pipeline using SQL. The raw source of the pipeline is a streaming input. They now want to migrate their pipeline to use Delta Live Tables.
    Which of the following changes will need to be made to the pipeline when migrating to Delta Live Tables?