nerdexam
CiscoCisco

350-401 · Question #261

350-401 Question #261: Real Exam Question with Answer & Explanation

The correct answer is D: The output of show log will be executed every 5 minutes.. EEM Applet Timer Explanation Option D is correct because EEM (Embedded Event Manager) applet timers use seconds as the base unit, so a timer value of 300 seconds equals 5 minutes (300 ÷ 60 = 5), and the action defined executes show log, not show version. Option A is wrong because

Submitted by helene.fr· Mar 6, 2026Automation

Question

Refer to the exhibit. Which result will the EEM applet in the exhibit produce?

Options

  • AThe output of show version will be executed every 5 hours.
  • BThe output of show log will be executed every 5 hours.
  • CThe output of show log will be executed every Friday.
  • DThe output of show log will be executed every 5 minutes.

Explanation

EEM Applet Timer Explanation

Option D is correct because EEM (Embedded Event Manager) applet timers use seconds as the base unit, so a timer value of 300 seconds equals 5 minutes (300 ÷ 60 = 5), and the action defined executes show log, not show version. Option A is wrong because the command being executed is show log, not show version. Option B is wrong because while show log is correct, 300 seconds is 5 minutes, not 5 hours (5 hours would require 18,000 seconds). Option C is wrong because a periodic timer fires at regular intervals based on seconds, not on specific days of the week - a cron timer type would be needed for day-based scheduling.

💡 Memory Tip: Always convert EEM timer values by dividing by 60 for minutes and 3,600 for hours. A quick check - 300 ÷ 60 = 5 minutes. Also remember the three common EEM timer types: periodic (interval-based), watchdog (recurring countdown), and cron (calendar/day-based scheduling).

Topics

#EEM#Automation Scripting#Timer Trigger#CLI command execution

Community Discussion

No community discussion yet for this question.

Full 350-401 PracticeBrowse All 350-401 Questions