Which TWO statements about EEM environment variables and their scoping are true? (Choose TWO.)
Correct. These are global variables that persist across applets and reboots.
Why this answer
EEM environment variables set with 'event manager environment' are global and persist across applets. Variables set with 'action set' are local to the applet. The '$_cli_msg' variable is populated by 'event cli' with the full command line.
The '$_event_pub_sec' variable is not a standard EEM variable. The '$_syslog_msg' variable is available only in syslog-triggered applets.