Questions and Answers

Question LrA4317n2GaaQlPO8flY

Question

A data engineer is working with two tables. Each of these tables is displayed below in its entirety.

//IMG//

The data engineer runs the following query to join these tables together:

//IMG//

Choices

  • A:
  • B:
  • C:
  • D:

Question Q6OzF41sX2tVrIJSpcz9

Question

A data engineer needs to apply custom logic to identify employees with more than 5 years of experience in array column employees in table stores. The custom logic should create a new column exp_employees that is an array of all of the employees with more than 5 years of experience for each row. In order to apply this custom logic at scale, the data engineer wants to use the FILTER higher-order function.

Which code block successfully completes this task?

Choices

  • A:
  • B:
  • C:
  • D:

Question 48UiuygU0O5qgGLLKqXf

Question

A data engineer that is new to using Python needs to create a Python function to add two integers together and return the sum?

Which code block can the data engineer use to complete this task?

Choices

  • A:
  • B:
  • C:
  • D:

Question KQAMqetIT9xSBu3hY693

Question

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:

//IMG//

Which line of code should the data engineer use to fill in the blank if the data engineer only wants the query to execute a micro-batch to process data every 5 seconds?

Choices

  • A: trigger(“5 seconds”)
  • B: trigger(continuous=“5 seconds”)
  • C: trigger(once=“5 seconds”)
  • D: trigger(processingTime=“5 seconds”)

Question bJRjR2PN6qthdcuI4ral

Question

A data engineer is maintaining a data pipeline. Upon data ingestion, the data engineer notices that the source data is starting to have a lower level of quality. The data engineer would like to automate the process of monitoring the quality level.

Which of the following tools can the data engineer use to solve this problem?

Choices

  • A: Auto Loader
  • B: Unity Catalog
  • C: Delta Lake
  • D: Delta Live Tables