200-901 exam dumps

200-901 practice question 93 of 204

Cisco DevNet Associate. Associate level, Cisco. Free question with the correct answer and a full explanation.

200-901 Question 93

Select 3

As a developer, you are tasked with creating a Webex bot that automatically manages spaces by removing inactive participants after 30 days of inactivity. Which of the following actions should your bot take to achieve this functionality?

  1. A

    Use the Webex REST API to retrieve a list of participants from the space.

  2. B

    Use the Webex REST API to get the last activity timestamp of each participant.

  3. C

    Manually send a request to the Webex admin to remove inactive participants.

  4. D

    Use the Webex REST API to remove participants who have been inactive for 30 days.

  5. E

    Create a webhook to monitor participant activity and automatically remove inactive participants.

Show answer and explanation

Correct answers: A, B, D

Explanation

To automate the management of participants in a Webex space, the bot must use the Webex REST API to retrieve the list of participants, determine their last activity timestamp, and remove users who have been inactive for 30 days. Webhooks, while useful for monitoring, do not provide direct removal functionality and manual intervention is not suitable for automation.

  • A. Correct.

    Correct: The Webex REST API provides the ability to retrieve a list of participants in a specific space. This is the first step in identifying inactive members.

  • B. Correct.

    Correct: The Webex REST API allows you to retrieve the last activity timestamp for participants, which is needed to determine their period of inactivity.

  • C. Incorrect.

    Incorrect: Relying on manual requests to the Webex admin is not a programmatic approach and does not align with the automation goals of using a Webex bot.

  • D. Correct.

    Correct: The Webex REST API includes functionality to remove participants from a space, which is required to complete the task of removing inactive users.

  • E. Incorrect.

    Incorrect: While webhooks can monitor activity, they cannot remove participants directly. Additional logic is required to handle removals based on inactivity.

Timed practice exam

Take a 200-901 practice test under exam conditions

75 questions in 120 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam