300-920 · Question #21
300-920 Question #21: Real Exam Question with Answer & Explanation
The correct answer is B. 26 openTime: 900 27 duration: 30, 28 timeZoneID: 4. The Cisco Webex Meetings API uses specific parameter names for meeting configuration. openTime (line 26) specifies how many seconds before the scheduled start time the meeting room is open for invitees to join - 900 seconds (15 minutes) is the correct value here. duration (line 2
Question
Exhibit
Options
- A26 openMeeting: 900 27 stopTime: 30, 28 timeZone: 4
- B26 openTime: 900 27 duration: 30, 28 timeZoneID: 4
- C26 joinTime: 900 27 meetingLength: 30, 28 timeZone: 5
- D26 joinTime: 900 27 endTime: 30, 28 timeZoneID: pt_us
Explanation
The Cisco Webex Meetings API uses specific parameter names for meeting configuration. openTime (line 26) specifies how many seconds before the scheduled start time the meeting room is open for invitees to join - 900 seconds (15 minutes) is the correct value here. duration (line 27) sets the meeting length in minutes - 30 is correct. timeZoneID (line 28) accepts a numeric ID for the timezone; ID 4 corresponds to Pacific US (America/Los_Angeles). Option A uses wrong parameter names (openMeeting, stopTime). Option C uses wrong parameter names (joinTime, meetingLength) and the wrong timezone ID (5). Option D uses wrong parameter names (joinTime, endTime) and an invalid string format for timeZoneID.
Topics
Community Discussion
No community discussion yet for this question.
