لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
You want to configure an alerting name that will be displayed on a caller's IP phone when the recipient's IP phone is ringing. Which of the following fields in UCM Administration should you edit?
A. the Alerting Name field on the dn configuration page
B. the Alerting Name field on the phone configuration page
C. the Alerting Name field on the end user configuration page
D. the Alerting Name field on the server configuration page
عرض الإجابة
اجابة صحيحة: A
السؤال #2
Which two scenarios could be automated by combining the Webex Meetings XML API with other API-enabled systems? (Choose two.)
A. scheduling new-hire orientation meetings as part of an HR system workflow
B. triggering Webex meeting recording when the host disconnect from the meeting
C. automatically launching the weekly Webex scrum meeting on Mondays at 9 AM
D. reassigning an employee’s scheduled Webex meeting to their manager then they leave the companyE
عرض الإجابة
اجابة صحيحة: A
السؤال #3
Which API call made to Cisco Meeting Server removes the inbound dial plan rule matching cms.lab domain?
A. DELETE to /api/v1/inboundDialPalnRules/ with body attribute id=”2c5662ab-7e5a-45a8-a133-5f4d6c6cb509”
B. DELETE to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509
C. PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509 with body attribute delete=”True”
D. PUT to /api/v1/inboundDialPalnRules/2c5662ab-7e5a-45a8-a133-5f4d6c6cb509
عرض الإجابة
اجابة صحيحة: S
السؤال #4
The user named Joe Cambers is not able to use Cisco Jabber's IM or Presence functionality. Which of the following is most likely the reason?
A. The softphone has no SIP profile
B. The softphone's profile does not allow CTI control
C. The SIP trunk to the CUPS server is down
D. The Cisco Unity Connection server either is down or is not installed
E. The Cisco Jabber client is configured to require a nonexistent desk phone
عرض الإجابة
اجابة صحيحة: C
السؤال #5
This exhibit is a simple Python scrip to monitor call activity for a local Webex room device. Which code snippet listens for call events and completes the script?
A. await client
B. await client
C. await client
D. await client
عرض الإجابة
اجابة صحيحة: C
السؤال #6
An In-Room Control Panel can be configured as “global” (always available). Which order panel type is supported?
A. Background
B. Do Not Disturb
C. Never
D. Out-of-Call
عرض الإجابة
اجابة صحيحة: DE
السؤال #7
Which type of endpoint is used by the Cisco Unified JTAPI implementation in Cisco Unified Communications Manager?
A. gateways
B. gatekeepers
C. phones
D. SIP trunks
عرض الإجابة
اجابة صحيحة: B
السؤال #8
Which two files must be downloaded from a Cisco Unified Communications Manager server in order to build requests for the AXL API? (Choose two.)
A. AXLEnums
B. AXL_CUCM
C. AXLSoap
D. CUCM_AXL
E. AXLWSDL
عرض الإجابة
اجابة صحيحة: S
السؤال #9
Which value of “a” is displayed when the Python code is executed?
A. 10
B. 13
C. 18
D. 21
عرض الإجابة
اجابة صحيحة: BE
السؤال #10
You are the administrator for your company's UCM network. Examine the exhibit below, and answer the question: Which of the following fields should you configure to enable calls from this Cisco Jabber client to be rerouted through the PSTN if bandwidth is lacking?
A. AAR Group
B. Location
C. Rerouting Calling Search Space
D. SUBSCRIBE Calling Search Space
E. Use Trusted Relay Point
عرض الإجابة
اجابة صحيحة: A
السؤال #11
Which statement describe the function of the perfmonCollectCounterData operation used in the Cisco Unified Communications Manager Serviceability Perfmon API?
A. It returns the Perfmon data for all counters that belong to an object on a particular host
B. It collects files from RTMT
C. It collects the Perfmon data for all counters that have been added with perfmonAddCounter to the session handle returned from perfmonOpenSession
D. It returns the list of available Perfmon objects and counters on a particular host
عرض الإجابة
اجابة صحيحة: B
السؤال #12
How is a message created using Webex Teams REST APIs?
A. POST https://api
B. POST https://api
C. GET https://api
D. PUT https://api
عرض الإجابة
اجابة صحيحة: B
السؤال #13
When a Webex site has single-sign-on enabled, which type of data is required in the body element of an AuthenticateUser XML API Request?
A. Webex username and password
B. Webex Teams OAuth access token
C. JWT token
D. BOT access token
عرض الإجابة
اجابة صحيحة: S
السؤال #14
An existing user (identified by userId) needs to be allowed to host Webex meetings. Which API call is used to assign the new license?
A. PUT /license/{userId}
B. POST /people/{userId}
C. PUT /people/{userId}
D. POST /license/{userId}
عرض الإجابة
اجابة صحيحة: D
السؤال #15
When the behavior of a Cisco collaboration device is customized, which use case requires an external control system because implementing JavaScript macro does not suffice?
A. Add a Join Webex meeting button to the touch panel
B. Move the shutters up and down
C. Trigger a “room-reset” to restore default configurations
D. Implement an in-room control panel for speed-dialing
عرض الإجابة
اجابة صحيحة: S
السؤال #16
Which two Webex technologies can be used to embed voice and video collaboration into a company web page? (Choose two.)
A. Webex Teams Widgets
B. Webex Teams Browser SDK
C. Webex Meetings XML API
D. Webex Teams REST API
E. Webex Teams Java SDK
عرض الإجابة
اجابة صحيحة: C
السؤال #17
Which code snippet is used to mention the bot CiscoDevNet@webex.bot?
A. <@personEmail
B. @CiscoDevNet@webex
C. @personEmail
D. (@personEmail
عرض الإجابة
اجابة صحيحة: B
السؤال #18
This exhibit is based on the simple Python script to update a Webex registered room device (local IP = 10.10.20.153) with a new custom half-wake message. What is the URL to complete the requests.post() method?
A. http://10
B. http://10
C. http://api
D. http://10
عرض الإجابة
اجابة صحيحة: A
السؤال #19
This Python script uses the websocket-based, xAPI library “pyxows’ to monitor and print event details to the console when users interact with UI Extension/In-Room Control ‘Action Buttons’ deployed to the Touch-10 interface of a Webex room device. Which two code snippets successfully capture such events? (Choose two.)
A. await client
B. await client
C. await client
D. await client
E. await client
عرض الإجابة
اجابة صحيحة: CE
السؤال #20
A Webex Meetings XML API HTTP request message with several invalid portions is shown. Which reference points to a line in the exhibit that correctly indicates that this is a LstsummaryUser request?
A. line 17
B. line 1
C. line 18
D. line 14
عرض الإجابة
اجابة صحيحة: D

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: