CiscoCisco
300-910 · Question #16
300-910 Question #16: Real Exam Question with Answer & Explanation
Sign in or unlock 300-910 to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.
Infrastructure Automation
Question
Refer to the exhibit. The exhibit shows the output of an Ansible task that prints the contents of the show_ip_int_brief variable that was registered in a different interval in the playbook. Which expression is used to print the output of the command without its header row?
Options
- Ashow_ip_int_brief["stdout_lines"][0]
- Bshow_ip_int_brief["stdout_lines"][1:]
- Cshow_ip_int_brief["stdout_lines"][0][:4]
- Dshow_ip_int_brief["stdout_lines"]
Unlock 300-910 to see the answer
You've previewed enough free 300-910 questions. Unlock 300-910 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Ansible#Output Parsing#String Slicing#Jinja2