nerdexam
Cisco

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

Meetings

Question

Refer to the exhibit. Which code for blank lines 26, 27, and 28 gives invitees 900 seconds before the scheduled time to join the meeting, sets the meeting to last for 30 minutes, and sets the meeting timezone to Pacific US? A. B. C. D.

Exhibit

300-920 question #21 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

#Webex Meetings API#Meeting Configuration#Meeting Scheduling#Timezone Settings

Community Discussion

No community discussion yet for this question.

Full 300-920 Practice