350-601 Automation Practice Question
A network automation engineer wants to use EEM with Python applets on a Nexus switch to trigger a script when an interface goes down. Which EEM configuration is required to invoke the Python script?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
action 1.0 python bootflash:script.py
EEM applets can use the 'action' command with 'python' to run a Python script in the Guest Shell or OnEX environment.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
action 1.0 cli python bootflash:script.py
Why it's wrong here
The correct syntax is 'action 1.0 python bootflash:script.py'.
- ✗
action 1.0 bash python bootflash:script.py
Why it's wrong here
'bash' is not used; 'python' is a direct action.
- ✗
action 1.0 event manager python script.py
Why it's wrong here
Incorrect syntax.
- ✓
action 1.0 python bootflash:script.py
Why this is correct
Correct: This runs the Python script in the Guest Shell or OnEX.
Go deeper
Related to this question
About these practice questions
This 350-601 question is part of Courseiva's 984-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 350-601 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-601 exam.