🔍

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

Topic 1 · Question 113 of 169

Topic 1 · Question 113

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?

View community discussion →