🔍

Databricks Certified Data Engineer Associate DATA-ENGINEER-ASSOCIATE — Question 62

Topic 1 · Question 62 of 169

Topic 1 · Question 62

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 of the following code blocks successfully completes this task?

View community discussion →