Implementing Automation for Cisco Collaboration Solutions (CLAUTO) — Question 13
Which statement is true for JavaScript Macros deployed on a Cisco Collaboration room device?
Answer options
- A. Macros can register to receive any event that is local to the device.
- B. There is no hard limit to the number of macros that can be deployed.
- C. A macro can store data using a local JavaScript datastore.
- D. Macros execute in the order defined in the Macro Editor.
Correct answer: C
Explanation
The correct answer is C because a macro can indeed utilize a local JavaScript datastore for data storage. Option A is incorrect as macros cannot register for all local events, and option B is false due to practical deployment limits. Option D is misleading as macros may not always execute strictly in the order defined, depending on various factors.