300-920 Developing Applications for Cisco Webex and Webex Devices (DEVWBX)

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (Meetings)

What happens if a meeting is in progress when a DelMeeting request is sent in the Webex Meetings XML API?

Select an option, then click Submit answer.

  • The meeting host is notified and prompted to allow the meeting to be deleted.

  • The DelMeeting request drops all call-in users and deletes the meeting.

  • The DelMeeting request waits until the meeting is completed and then deletes the meeting.

  • The DelMeeting request results in an error.

Question 8 (Webex API Foundation)

A company wants to adopt Webex Teams as a messaging platform and use REST APIs to automate the creation of teams and rooms. Which sequence of REST API requests is needed to create and populate a new Webex team and create a populated Webex room for the team?

Select an option, then click Submit answer.

  • POST /teams, POST /memberships, POST /rooms

  • POST /teams, POST /people, POST /rooms

  • POST /teams, POST /team/memberships, POST /rooms

  • POST /teams, POST /team/memberships, POST /rooms, POST /memberships

Question 9 (Webex API Foundation)

Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?

Select an option, then click Submit answer.

  • GET/v1/rooms?sortBy=lastactivity

  • GET/v1/rooms?sortBy=created

  • GET/v1/rooms?max=1

  • GET/v1/spaces?orderBy=lastActivity