EX294 • Practice Test 4 — 25 Questions
Free EX294 practice test 4 — 25 questions with explanations. No signup required.
An Ansible playbook retrieves a list of dictionaries from an API. Each dictionary has keys 'name', 'status', and 'zone'. The playbook needs to filter out entries where 'status' is 'inactive' and then extract only the 'name' values. Which THREE of the following combinations of filters and loops would achieve this?