首页 > 题库 > 400-007
« 返回题库列表

CCDE 400-007历年真题与模拟测试,CCDE笔试 | 思博网络

通过思博网络提供的、针对CCDE书面考试而设计的全面的试题和模拟测试,您可以解锁成功取得CCDE 400-007认证考试的秘诀。 这项考试,即CCDE v3.0笔试考试(题目编号:400-007),旨在评估考生在收集并明确网络功能需求、制定符合功能要求的网络设计方案、编制实施计划、阐述设计决策及其依据方面的专业能力。此外,该考试还考核考生在业务策略设计、控制机制、数据管理、网络设计、服务设计以及安全设计等方面的专业知识水平。 您可以获取我们提供的高质量考试资料,包括历年试题、样题以及模拟考试系统。这些资料将有助于您更好地进行考前练习,从而确保在CCDE笔试中取得好成绩。
问题 #1
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
问题 #2
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.xEvent([‘Event’, ‘**’], callback)
B. await client.subscribe([‘Event’, ‘ActionButton’, ‘Clicked’], callback)
C. await client.subscribe([‘Event’, ‘**’], callback)
D. await client.xEvent([‘Event’, ‘UserInterface’, ‘Extensions’, ‘Panel’, ‘Clicked’], callback)
E. await client.subscribe([‘Event’, ‘UserInterface’, ‘Extensions’, ‘Panel’, ‘Clicked’], callback)
正确答案:CE
问题 #3
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.10.20.153:22/
B. http://10.10.20.153/jsxapi
C. http://api.webex.com/v1/ui
D. http://10.10.20.153/putxml
正确答案:A
问题 #4
Which code snippet is used to mention the bot CiscoDevNet@webex.bot?
A. <@personEmail.CiscoDevNet@webex.bot>
B. @CiscoDevNet@webex.bot
C. @personEmail.CiscoDevNet@webex.bot
D. (@personEmail.CiscoDevNet@webex.bot)
正确答案:B
问题 #5
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
问题 #6
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
问题 #7
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
问题 #8
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
问题 #9
How is a message created using Webex Teams REST APIs?
A. POST https://api.ciscospark.com/v1/messages/{messageID}
B. POST https://api.ciscospark.com/v1/messages/
C. GET https://api.ciscospark.com/v1/messages/
D. PUT https://api.ciscospark.com/v1/messages/
正确答案:B
问题 #10
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
问题 #11
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
问题 #12
Which value of “a” is displayed when the Python code is executed?
A. 10
B. 13
C. 18
D. 21
正确答案:BE
问题 #13
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.xsd
B. AXL_CUCM.xsd
C. AXLSoap.xsd
D. CUCM_AXL.json
E. AXLWSDL.xml
正确答案: S
问题 #14
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
问题 #15
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
问题 #16
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.xfeedback( [‘Status’, ‘Call’, ‘Status’], callback, False)
B. await client.subscribe( [‘Feedback’, ‘Call’, ‘Status’], callback, False)
C. await client.subscribe( [‘Status’, ‘Call’, ‘Status’], callback, False)
D. await client.xfeedback( [‘Feedback’, ‘Call’, ‘Status’], callback, False)
正确答案:C
问题 #17
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
问题 #18
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
问题 #19
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. muting users in a Webex meeting when their Cisco Jabber presence status transitions to Away
正确答案:A
问题 #20
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

即刻预约

免费试听-咨询课程-获取免费资料