exam questions

Exam 300-835 All Questions

View all questions & answers for the 300-835 exam

Exam 300-835 topic 1 question 41 discussion

Actual exam question from Cisco's 300-835
Question #: 41
Topic #: 1
[All 300-835 Questions]


Refer to the exhibit. This Python script uses the websocket-based, xAPI library "pyxows' to monitor and print event details to the console when users interact with
UI Extension/In-Room Control "˜Action Buttons' deployed to the Touch-10 interface of a Webex room device. Which two code snippets successfully capture such events? (Choose two.)

  • A. await client.xEvent(["˜Event', "˜**'], callback)
  • B. await client.subscribe(["˜Event', "˜ActionButton', "˜Clicked'], callback)
  • C. await client.subscribe(["˜Event', "˜**'], callback)
  • D. await client.xEvent(["˜Event', "˜UserInterface', "˜Extensions', "˜Panel', "˜Clicked'], callback)
  • E. await client.subscribe(["˜Event', "˜UserInterface', "˜Extensions', "˜Panel', "˜Clicked'], callback)
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Madc5
6 months, 1 week ago
i tested on my lab. and the answer is: C, E
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...