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 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? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz