nerdexam
Cisco

300-920 · Question #59

300-920 Question #59: Real Exam Question with Answer & Explanation

Sign in or unlock 300-920 to reveal the answer and full explanation for question #59. The question stem and answer options stay visible for context.

Messaging

Question

Drag and Drop Question Drag and drop the code segments to construct a script that carries out these functions: - adds a new room - adds two users, Bob, and Alice, to the room - when both the users have been added, sends a welcome message Answer:

Exhibits

300-920 question #59 exhibit 1
300-920 question #59 exhibit 2

Answer Area

Drag items

webex messages.create({ markdown: "**Hi Everyone**", roomId: room.id })webex membership.create({ roomId: room.id, personEmail: '[email protected]' })return Promise.all[[webex rooms.create(title: 'My First Room'))webex membership.create({ roomId: room.id, personEmail: '[email protected]' })

Unlock 300-920 to see the answer

You've previewed enough free 300-920 questions. Unlock 300-920 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Webex API#Room Management#Member Management#Messaging
Full 300-920 Practice