Courseiva

Cisco Implementing Cisco Collaboration Core Technologies (CLCOR, 350-801, v2.0 blueprint, CCNP Collaboration) (CLCOR) (CLCOR) — Questions 76150

263 questions total · 4pages · All types, answers revealed

Page 1

Page 2 of 4

Page 3
76
MCQmedium

When configuring CUBE, why would you use a 'voice class uri' command?

A.To define codec
B.To match SIP URI host
C.To route by time
D.To match caller ID
AnswerB

This allows matching based on the SIP URI.

Why this answer

Voice class URI is used to match incoming SIP requests based on the URI, such as the host portion of the SIP message.

77
Multi-Selecthard

Which THREE items are required to successfully register a room device to Webex?

Select 3 answers
A.A valid Webex Device license
B.A local SIP trunk
C.An existing CUCM registration
D.A valid activation code from Control Hub
E.An active internet connection
AnswersA, D, E

Required to enable the device in the cloud.

Why this answer

An activation code, network access, and the device license are fundamental requirements.

78
MCQmedium

A customer is migrating from CUCM to Webex Calling and requires the same extension numbers to be used across both environments simultaneously. Which feature facilitates this?

A.Hybrid Call Service Aware
B.Dial Plan with PSTN Failover
C.Migration Assistant Tool
D.Directory Sync with CUCM Integration
AnswerD

Syncing ensures the directory reflects the hybrid state required for overlapping extensions.

Why this answer

Directory synchronization and specific routing patterns allow for extension overlapping during a phased migration.

79
MCQmedium

You are observing that video traffic is marked as DSCP 0. How can you fix this at the network level without changing the endpoint configuration?

A.Disable traffic shaping
B.Use an ACL to match the traffic and a policy-map to re-mark it
C.Change the interface speed
D.Enable auto-qos on the interface
AnswerB

This is a standard method to correct markings for endpoints that do not mark traffic correctly.

Why this answer

A policy-map can be applied to the ingress port to classify the traffic based on ACLs and then re-mark it with the appropriate DSCP value.

80
Multi-Selectmedium

Which TWO actions are required to successfully add a new media resource, such as a Conference Bridge, to CUCM?

Select 2 answers
A.Enable Cisco TFTP.
B.Configure the Conference Bridge in the Device menu.
C.Restart the IP phones.
D.Update the Region codec.
E.Add the Conference Bridge to a Media Resource Group (MRG).
AnswersB, E

The device must be defined in the system.

Why this answer

Adding a conference bridge requires both registering the device (or configuring the software bridge) and adding it to a Media Resource Group (MRG) for it to be usable.

81
Multi-Selecteasy

Which TWO features are provided by the Cisco Webex App when registered as a Softphone?

Select 2 answers
A.TFTP service hosting
B.SIP signaling
C.DNS root server
D.RTP media transmission
E.DHCP server functionality
AnswersB, D

Required for call control.

Why this answer

Webex provides softphone signaling (SIP) and audio/video media capabilities.

82
MCQmedium

Which field in the SIP INVITE SDP body specifies the media attributes such as codec type?

A.m= line
B.o= line
C.c= line
D.s= line
AnswerA

'm=' defines the media stream and codec attributes.

Why this answer

The 'm=' (media) line specifies the media type, port, protocol, and codec information.

83
MCQeasy

In CUCM, what is the purpose of the 'Calling Search Space' (CSS)?

A.To define the codec used for calls.
B.To define which partitions a device can access.
C.To define the physical location of the device.
D.To define the bandwidth limit of a call.
AnswerB

CSS provides access control to partitions.

Why this answer

The CSS is a list of partitions that a device or line can access to search for dialable patterns.

84
MCQhard

You are implementing a centralized dial plan. You have multiple sites, each with local PSTN gateways. How can you ensure that an emergency call from a specific site is always routed to the local PSTN gateway of that site?

A.Use Transformation Masks on the device.
B.Configure the location in the device pool to match the site.
C.Create a separate CUCM cluster for each site.
D.Use site-specific partitions and assign the local gateway to a CSS that includes that partition.
AnswerD

This ensures the emergency call matches the local gateway route pattern specifically.

Why this answer

By using a combination of Partitions and CSS, you can ensure that the emergency route pattern is reachable by all, but the specific route pattern matches the local gateway's partition.

85
MCQhard

A company uses Webex Hybrid Calendar Service. Users report that the 'Join' button is missing from their Webex Room devices for scheduled meetings. What is the most likely cause?

A.The Webex site is not integrated with the Control Hub
B.The Room device has not been registered to Webex
C.The Expressway-C does not have a public certificate
D.The user's Exchange mailbox is not assigned to the Hybrid Calendar service
AnswerD

The mailbox must be explicitly enabled for the service to parse the invite.

Why this answer

The Hybrid Calendar Service requires the meeting host to be enabled for the service and the invite to contain specific URI information that the calendar connector parses to generate the join button.

86
MCQhard

You are implementing Webex Calling with a Local Gateway. The requirement is to maintain internal dial plan transparency for existing extension-to-extension dialing. What must you configure?

A.Global Dial Plan Replication
B.Directory sync override
C.PSTN overflow routing
D.Location-based routing and dial plan normalization
AnswerD

This ensures extensions map correctly between environments.

Why this answer

To maintain dialing transparency, the dial plan must be synchronized or normalized between the local gateway and the Webex Calling cloud dial plan.

87
MCQmedium

You need to migrate users from an on-premises Cisco Unified Communications Manager (CUCM) to Webex Calling. Which tool allows for the bulk onboarding of users while maintaining existing directory synchronization?

A.Webex Edge for Devices
B.CUCM AXL API bulk exporter
C.CSV Template upload in Control Hub
D.Webex Migration Tool
AnswerC

CSV templates in Control Hub provide the bulk onboarding mechanism.

Why this answer

The Webex Directory Connector or SCIM integration is used to sync, but the Webex Control Hub 'Users' management tool is the primary interface for bulk migration assignments.

88
MCQhard

You are implementing a SIP trunk to the PSTN. The carrier requires the 'Diversion' header for call forwarding scenarios. Where in CUCM do you configure this?

A.SIP Trunk Security Profile
B.SIP Profile
C.Route Pattern
D.Device Pool
AnswerB

SIP Profiles manage headers and signaling behavior for SIP trunks.

Why this answer

The SIP Profile is the correct location to enable the redirection of headers like Diversion, which is required for proper call forwarding identification.

89
MCQmedium

What is the primary function of a dial-peer destination-pattern?

A.To define the codec
B.To specify the gateway IP
C.To match the dialed number
D.To enable SIP
AnswerC

destination-pattern matches the called number.

Why this answer

The destination-pattern defines the number or pattern that triggers the selection of a specific dial-peer.

90
MCQhard

An endpoint sends a SIP REGISTER request. CUCM returns a 401 Unauthorized response. What is the next logical step in the SIP signaling flow for the endpoint?

A.Switch to SCCP
B.Resend REGISTER with Authorization header
C.Terminate the TCP connection
D.Send a SIP INVITE
AnswerB

The endpoint must respond to the challenge with credentials.

Why this answer

The 401 response challenges the endpoint to provide credentials (Digest authentication). The endpoint must resend the REGISTER request with the Authorization header.

91
MCQmedium

You are designing a network for video collaboration. What is the recommended maximum one-way latency for high-quality video conferencing?

A.300ms
B.500ms
C.50ms
D.150ms
AnswerD

150ms is the industry-standard threshold for real-time media.

Why this answer

For high-quality, real-time video conferencing, one-way latency must be kept below 150ms to ensure a good user experience.

92
MCQmedium

Which protocol does the Webex Hybrid Message service use to communicate with the on-premises IM&P server?

A.SIP
B.SCCP
C.XMPP
D.HTTPS
AnswerC

XMPP is the industry standard for instant messaging and presence exchange.

Why this answer

The Hybrid Message Service uses the Extensible Messaging and Presence Protocol (XMPP) to communicate between the IM&P server and the Webex cloud.

93
MCQeasy

When deploying Cisco IP phones, what is the best practice for VLAN configuration?

A.Use the default VLAN 1 for all voice and data.
B.Use a dedicated Voice VLAN.
C.Use a separate physical switch for phones.
D.Do not use VLANs; use static routing.
AnswerB

Separating voice from data is a fundamental design best practice.

Why this answer

Phones should be placed in a dedicated Voice VLAN for security and QoS performance reasons.

94
MCQeasy

A Cisco IP Phone 8841 is failing to register to Cisco Unified Communications Manager. You check the phone settings and see the TFTP server address is correct. Which protocol and port should you monitor on the gateway or firewall to verify the initial registration attempt?

A.SCCP 2000
B.SIP UDP 5060
C.TFTP 69
D.HTTP 8080
AnswerB

SIP registration occurs over 5060 by default.

Why this answer

SIP registration uses UDP or TCP port 5060 for non-secure, or TLS port 5061 for secure registration.

95
MCQmedium

What is the primary function of the CUBE in a SIP trunking scenario?

A.Call routing for internal phones
B.Demarcation and SIP normalization
C.Voice messaging storage
D.DHCP Server functionality
AnswerB

This is the core function of the CUBE.

Why this answer

The CUBE (Cisco Unified Border Element) acts as a demarcation point between the enterprise network and the service provider, handling SIP normalization, media relay, and security.

96
MCQmedium

When a call is made to a destination that matches multiple partitions in a user's CSS, how does CUCM determine which pattern to use?

A.The pattern configured first.
B.Random selection.
C.Longest match rule.
D.The pattern with the lowest partition index.
AnswerC

CUCM prioritizes the most specific pattern match.

Why this answer

CUCM selects the most specific match first. If multiple patterns are equally specific, it uses the first one found in the search space order.

97
MCQhard

A user reports that they cannot hold an active call when the Media Resource Group List (MRGL) is configured with a specific Transcoder. The CUCM trace shows 'Allocation Failure'. What is the most likely cause?

A.The CUCM version does not support hardware transcoders.
B.The Transcoder device is registered but the MRGL priority is set to 0.
C.The MRG associated with the MRGL lacks the required Transcoder resource for the codec mismatch.
D.The device is using G.711 which requires a transcoder by default.
AnswerC

If a transcoder is not available in the assigned MRG, the call will fail to negotiate media.

Why this answer

Allocation failure usually indicates that the hardware transcoder resource is exhausted or unreachable, requiring a check of the MRGL priority and resource availability.

98
Multi-Selecthard

Which TWO tasks must be performed when moving a phone from one CUCM cluster to another?

Select 2 answers
A.Reset the phone
B.Enable SIP OPTIONS
C.Change TFTP Server address
D.Update the CTI Manager
E.Delete the phone from AD
AnswersA, C

Reset forces the phone to re-download the config from the new server.

Why this answer

You must change the TFTP server address and potentially reset the device to clear the old registration data.

99
Multi-Selecthard

Which THREE of the following are necessary to ensure successful NTP deployment in a CUCM cluster?

Select 3 answers
A.Use broadcast mode
B.Configure external Stratum 1 or 2 servers
C.Open UDP 123 on firewalls
D.Enable NTP on the local voice gateway
E.Consistent configuration across all nodes
AnswersB, C, E

Required for reliable time source.

Why this answer

The publisher node must point to external Stratum 1 or 2 servers, subscribers must point to the publisher (or external sources), and firewall ports (UDP 123) must be open.

100
Multi-Selecthard

Which THREE of the following are key features provided by a QoS policy-map?

Select 3 answers
A.Bandwidth reservation
B.Traffic marking
C.Traffic policing
D.Interface IP address assignment
E.Dynamic routing updates
AnswersA, B, C

Bandwidth allocation is a primary function of policy-maps.

Why this answer

Policy-maps define the traffic treatment, such as bandwidth assignment, queueing, and dropping policies.

101
Multi-Selectmedium

Which TWO of the following are essential components of a Cisco network readiness assessment for collaboration?

Select 2 answers
A.Bandwidth capacity analysis
B.Analyzing NTP Stratum levels
C.QoS configuration audit
D.Verifying phone firmware versions
E.Checking IP address assignment
AnswersA, C

Essential to ensure sufficient headroom for voice/video.

Why this answer

Assessing existing bandwidth capacity and ensuring QoS settings are correctly applied are the two primary foundations for a network readiness assessment.

102
MCQeasy

Which license type is required to manage Webex Calling services in Control Hub?

A.Webex Meetings License
B.Webex Calling License
C.Webex Room Device License
D.Webex Messaging License
AnswerB

This provides the necessary feature set for cloud calling.

Why this answer

The Webex Calling service license must be assigned to the user or organization to enable PSTN and calling features.

103
MCQeasy

What is the function of a 'Device Pool' in CUCM?

A.To define user permissions.
B.To group shared settings for devices.
C.To manage media resources.
D.To control call routing.
AnswerB

Device pools centralize common configuration settings.

Why this answer

A Device Pool is a collection of device-specific configuration settings like location, date/time, and CM group, which can be applied to devices in bulk.

104
Multi-Selecteasy

Which THREE types of media resources can be managed by an MRGL?

Select 3 answers
A.Cisco Unity Connection.
B.Transcoder
C.SIP Trunk.
D.Conference Bridge
E.Music on Hold (MoH) Server
AnswersB, D, E

Used for codec matching.

Why this answer

Common media resources include music on hold, conference bridges, and transcoders, all of which are managed via MRGs and MRGLs.

105
Multi-Selecthard

Which THREE items are included in a standard SIP REGISTER request?

Select 3 answers
A.Alert-Info
B.To Header
C.Body (SDP)
D.From Header
E.Contact Header
AnswersB, D, E

Target user/address.

Why this answer

The 'To', 'From', and 'Contact' headers are mandatory in a SIP REGISTER request.

106
Multi-Selecthard

Which THREE of the following tasks are required to set up a basic SIP trunk in CUCM?

Select 3 answers
A.Create a Route Filter
B.Create a SIP Trunk Security Profile
C.Create a SIP Profile
D.Create a Translation Pattern
E.Create a SIP Trunk
AnswersB, C, E

Needed for security/authentication settings.

Why this answer

Setting up a SIP trunk requires a Security Profile, a SIP Profile, and the trunk device itself.

107
MCQmedium

You are configuring a Webex Calling environment for a customer that requires integration with an existing on-premises PBX using a Cisco Unified Border Element (CUBE). Which gateway type should you register to Webex Control Hub to enable this connectivity?

A.Cloud Connected PSTN Gateway
B.Local Gateway
C.Webex Edge Connect Gateway
D.Virtual Gateway
AnswerB

Local Gateways allow SIP trunk connectivity between Webex Calling and on-premises equipment.

Why this answer

Local Gateways are used to connect on-premises PSTN or PBX systems to Webex Calling via a CUBE.

108
Multi-Selectmedium

Which TWO items are required to configure an 'Application Dial Rule'?

Select 2 answers
A.Partition assigned to the pattern.
B.Number to match
C.A SIP security profile.
D.Prefix to add
E.A hardware transcoder.
AnswersB, D

The rule needs a pattern to trigger.

Why this answer

Application Dial Rules require a pattern match and a target string to transform numbers for directory lookups or click-to-call.

109
MCQmedium

You are deploying Webex Calling with Local Gateway. Which component must be configured to allow PSTN connectivity for users who have migrated from on-premises CUCM to the cloud?

A.Webex Edge Connect
B.SIP Trunk via Local Gateway
C.Webex Calling Cloud Connected PSTN
D.Unified Border Element (CUBE) API
AnswerB

Local Gateway is the architectural component required for local PSTN access.

Why this answer

The Local Gateway (LGW) uses a SIP trunk to connect the Webex Calling cloud to on-premises PSTN gateways or Session Border Controllers (SBCs).

110
MCQeasy

Which CUCM feature allows an administrator to automatically register new phones using a pre-defined device template?

A.Device Provisioning
B.Extension Mobility
C.Auto-Registration
D.Bulk Administration Tool (BAT)
AnswerC

Auto-registration enables quick deployment.

Why this answer

'Auto-Registration' allows phones to join the cluster without manual configuration if the 'Auto-Registration' range is configured in the CUCM system parameters.

111
MCQmedium

If a Translation Pattern is configured in CUCM, at what stage of the call processing does the digit manipulation occur?

A.After the call is sent to the gateway.
B.At the device level during registration.
C.Only when the call fails to route.
D.Before the Route Pattern is matched.
AnswerD

Translation patterns are processed before route patterns to modify digits prior to final routing.

Why this answer

Translation Patterns act as a mid-call processing step. When a digit string is dialed, CUCM checks for Translation Patterns before checking Route Patterns.

112
Multi-Selectmedium

Which TWO actions help secure the communication between the CUCM and the IP phones?

Select 2 answers
A.Install the ITL/CTL security file on the phone.
B.Configure a static IP address.
C.Disable HTTP access.
D.Enable 'Mixed Mode' on the cluster.
E.Change the phone's MAC address.
AnswersA, D

These files establish trust between the phone and CUCM.

Why this answer

Securing phone communication involves both the certificate-based trust (ITL/CTL) and the configuration of encrypted profiles.

113
Multi-Selectmedium

Which TWO of the following are required to successfully register a CUBE with a SIP provider?

Select 2 answers
A.authentication credentials
B.voice class codec
C.dial-peer voice
D.voice translation-rule
E.sip-ua configuration
AnswersA, E

Credentials are required for registration authentication.

Why this answer

CUBE registration requires a SIP-UA configuration defining the authentication credentials and the registrar server.

114
MCQhard

An administrator needs to restrict a group of phones from making long-distance calls. Which component of the CUCM dial plan should be modified to achieve this while maintaining internal dialing?

A.SIP Trunk
B.Calling Search Space
C.Region
D.Device Pool
AnswerB

Restricting access by modifying the CSS assigned to the device is the standard approach.

Why this answer

Partition and Calling Search Space (CSS) configuration is the primary method to restrict access to specific route patterns by assigning them to different partitions.

115
MCQhard

You are configuring a Cisco IOS router to perform traffic shaping for voice traffic. Why is traffic shaping often used in conjunction with queuing?

A.To prioritize voice over data traffic
B.To reduce the CPU utilization of the router
C.To prevent interface congestion by smoothing out traffic bursts
D.To increase the total throughput of the interface
AnswerC

Shaping regulates traffic flow to conform to a specific rate, preventing congestion.

Why this answer

Traffic shaping smooths out bursts of traffic, preventing the buffer overflows that would lead to packet loss and poor voice quality.

116
MCQmedium

You are configuring a hybrid calling scenario. Which component must be configured to enable inter-cluster dialing between on-premises CUCM and Webex Calling?

A.A SIP Trunk between CUCM and the CUBE.
B.An H.323 Gatekeeper.
C.A secondary Webex app.
D.A PSTN Gateway.
AnswerA

The SIP trunk facilitates the routing of calls between the local environment and the cloud.

Why this answer

A SIP Trunk between the CUCM cluster and the Webex Calling cloud (via a CUBE) is required to route calls between the two environments.

117
MCQmedium

Which service allows Webex users to see the presence status of an on-premises Jabber user?

A.Hybrid Presence Service.
B.Hybrid Calendar Service.
C.Webex Calling.
D.Directory Connector.
AnswerA

This is the dedicated service for presence interop.

Why this answer

The Hybrid Presence Service enables the exchange of presence status between the cloud-based Webex platform and the on-premises Cisco Unified Communications Manager IM and Presence (IM&P) service.

118
Multi-Selecthard

Which THREE components are involved in the Webex Hybrid Media Service architecture?

Select 3 answers
A.Cloud PSTN Gateway
B.Expressway-C
C.Webex Control Hub
D.CUCM Media Resource Group
E.Webex Media Node
AnswersB, C, E

Used to host the connector.

Why this answer

The architecture relies on Expressway-C, Media nodes, and the cloud-based management platform.

119
MCQmedium

Which tool can be used to perform a bulk import of users and devices into CUCM?

A.Cisco Unified Reporting
B.Bulk Administration Tool (BAT)
C.Dialed Number Analyzer
D.Cisco Prime Collaboration
AnswerB

BAT is used for bulk provisioning.

Why this answer

The Bulk Administration Tool (BAT) is the standard method for large-scale imports of devices, users, and dial plan objects.

120
MCQeasy

When designing an NTP deployment for a Cisco Collaboration environment, what is the best practice for time synchronization across CUCM nodes?

A.Point all CUCM nodes to the same external NTP stratum 1 or 2 servers.
B.Configure NTP only on the publisher node.
C.Point each CUCM node to a different NTP server for redundancy.
D.Use the publisher as the NTP server for all subscriber nodes.
AnswerA

Consistency is vital to prevent database replication failures.

Why this answer

CUCM nodes must point to the same reliable external Stratum 1 or 2 NTP servers to ensure call logs and security certificates remain synchronized.

121
MCQeasy

Which menu path in CUCM Administration is used to configure the 'Cisco Unified Communications Manager Group'?

A.Serviceability -> CM Group
B.System -> Cisco Unified Communications Manager Group
C.Device -> Device Settings -> CM Group
D.Advanced Features -> CM Group
AnswerB

This is the correct navigation path.

Why this answer

The CM Group is found under 'System -> Cisco Unified Communications Manager Group'.

122
MCQmedium

An administrator needs to ensure that internal calls between two sites are routed over an MTP-required SIP trunk, but the calls are failing due to codec mismatch. Which CUCM service parameter setting should be verified to allow the MTP to be inserted?

A.Increase the 'Maximum Number of MTP Resources' in the Service Parameters.
B.Change the SIP Trunk Security Profile to 'Non-Secure' to bypass encryption negotiation.
C.Check the MTP Required checkbox on the SIP trunk configuration and ensure the MRGL includes an MTP resource.
D.Modify the Region settings to force G.711 codec between the two sites.
AnswerC

Enabling MTP Required forces the CUCM to allocate an MTP resource for the call, resolving codec negotiation issues.

Why this answer

The 'MTP Required' checkbox on the SIP Trunk configuration page must be checked, and the Media Resource Group List (MRGL) must contain an MTP resource associated with the device pool.

123
MCQmedium

You are troubleshooting a registration failure for a remote IP phone. The phone is configured to use an Expressway-E for MRA. Which DNS record is queried by the client to find the Expressway-E cluster?

A._cisco-uds._tcp
B._collab-edge._tls
C._sip._tls
D._tftp._udp
AnswerB

This SRV record is used by external clients to discover the Expressway-E.

Why this answer

The _collab-edge._tls DNS SRV record is the first step in the MRA discovery process to locate the Expressway-E.

124
MCQhard

You are configuring CUBE for SIP-to-SIP header manipulation. You need to remove the Diversion header from outgoing INVITE requests. Which component is required to achieve this?

A.voice class sip-profiles
B.dial-peer voice
C.voice class codec
D.voice translation-rule
AnswerA

SIP profiles allow for precise header removal or modification.

Why this answer

A SIP profile is required to match and modify or remove specific SIP headers in CUBE.

125
MCQeasy

Which component in a Cisco Collaboration design is responsible for providing the dial tone and call routing logic for IP phones?

A.Cisco Expressway
B.Cisco Unity Connection
C.Cisco CUBE
D.Cisco Unified Communications Manager
AnswerD

CUCM serves as the call processing agent.

Why this answer

CUCM (Cisco Unified Communications Manager) is the primary call control agent responsible for call processing, routing, and device management.

126
Multi-Selecthard

Which THREE of the following are required DNS records for a successful Cisco MRA (Mobile and Remote Access) deployment?

Select 3 answers
A._https._udp
B._cisco-uds._tcp
C._ftp._tcp
D._collab-edge._tls
E._sip._tls
AnswersB, D, E

Used for clients to find the UDS service on CUCM.

Why this answer

MRA relies on SRV records for discovering the Expressway-E, the Collab-Edge TLS record for discovery, and the UDS service record for user settings.

127
MCQhard

You are configuring Webex Hybrid Calendar with Microsoft 365. You want to ensure that 'Join' buttons appear on video devices for meetings. What must be configured?

A.Webex Room devices must be registered to the same organization.
B.The Expressway-C must be in the DMZ.
C.Microsoft 365 AutoDiscover must be enabled.
D.The user must have a Webex Calling license.
AnswerA

For OBTP to work, the device must be known to the cloud platform hosting the calendar service.

Why this answer

The 'One Button to Push' (OBTP) feature relies on the Hybrid Calendar service parsing the meeting invite and sending the join info to the device.

128
MCQeasy

When configuring an IP phone for automatic provisioning, which DHCP option is most commonly used to provide the TFTP server address to the phone?

A.Option 150
B.Option 43
C.Option 66
D.Option 12
AnswerA

Option 150 is the industry standard for Cisco voice devices.

Why this answer

DHCP Option 150 is the standard method for Cisco IP Phones to discover the TFTP server address.

129
Multi-Selecthard

Which THREE of the following are valid reasons to use a Media Termination Point (MTP)?

Select 3 answers
A.Providing transcoding for G.711 to G.729
B.Bridging different signaling protocols
C.Enabling media anchoring for specific features
D.Increasing voice bandwidth
E.DTMF interworking between SIP and H.323
AnswersB, C, E

MTPs can act as a bridge for protocol-specific signaling needs.

Why this answer

MTPs are used for DTMF conversion, protocol bridging, and codec/media type compatibility.

130
Multi-Selecthard

Which THREE of the following troubleshooting steps should be performed if a Webex Hybrid connector is showing 'Down' in Control Hub? (Choose three)

Select 3 answers
A.Restart the Management Service on the Expressway-C.
B.Verify outbound connectivity to the Webex Cloud on port 443.
C.Re-provision the Active Directory domain controller.
D.Upgrade the CUCM cluster software.
E.Check the local diagnostic logs on the Expressway-C.
AnswersA, B, E

Restarting the service can resolve transient process issues.

Why this answer

When a connector fails, the administrator should verify network connectivity, check the service status on the Expressway, and examine the local logs for errors.

131
MCQhard

You are troubleshooting a one-way audio issue. The phone can register, but no audio is heard. What should you check first?

A.The phone's directory number.
B.The CSS of the device.
C.The phone's firmware version.
D.Network ACLs and port accessibility for RTP.
AnswerD

Blocked media ports often cause one-way audio.

Why this answer

One-way audio is typically a network connectivity issue, such as blocked RTP ports or an incorrect Media Resource configuration.

132
MCQmedium

Which feature in CUCM is used to block calls when the available bandwidth in a location is exceeded?

A.Gatekeeper
B.Bandwidth Manager
C.Locations CAC
D.RSVP
AnswerC

Locations CAC is the standard feature for limiting bandwidth in CUCM.

Why this answer

Location-based Call Admission Control (CAC) is the native feature in CUCM that restricts calls when bandwidth limits are reached.

133
MCQmedium

When deploying Webex Hybrid Services, what is the purpose of the Expressway-C cluster?

A.To act as a firewall for all enterprise traffic.
B.To store all user messages on-premises.
C.To host the connectors that communicate with the Webex cloud.
D.To manage public DNS records for the organization.
AnswerC

Expressway-C is the host for all hybrid service connectors.

Why this answer

The Expressway-C cluster acts as the secure gateway and connector host that bridges on-premises services to the Webex cloud.

134
MCQhard

You have implemented 'Local Route Group' in your dial plan. What is the main advantage of using this instead of static Route Groups?

A.It forces the use of G.729.
B.It requires less CPU on the CUCM.
C.It simplifies the dial plan by removing the need for location-specific route patterns.
D.It allows faster call setup.
AnswerC

It uses the Device Pool to select the local egress gateway dynamically.

Why this answer

Local Route Groups decouple the dial plan from the specific gateway, allowing the same route pattern to route via different local gateways based on the device's Device Pool.

135
Multi-Selecthard

Which THREE of the following items are considered part of the 'Cisco Unified Communications Manager' infrastructure redundancy model?

Select 3 answers
A.Device Pool
B.TFTP Server
C.CM Group
D.Subscriber Node
E.Region
AnswersA, C, D

Groups redundant settings.

Why this answer

Redundancy is provided by the CM Group, Device Pool (which points to the CM Group), and the Subscriber node design.

136
Multi-Selecteasy

Which TWO of the following are common audio codecs used in Cisco collaboration?

Select 2 answers
A.JPEG
B.G.711
C.G.729
D.H.264
E.MP3
AnswersB, C

G.711 is the standard uncompressed codec.

Why this answer

G.711 and G.729 are the most ubiquitous codecs in Cisco voice deployments.

137
MCQmedium

You need to ensure that an encrypted call is established between two phones. Which component must be properly configured for 'Mixed Mode' to support secure media (SRTP)?

A.SIP Trunk Security Profile
B.Application Dial Rules
C.Device Pool Security
D.CTL File / ITL File
AnswerD

The presence of a valid CTL/ITL file is mandatory for encrypted signaling and media.

Why this answer

To support SRTP, the CUCM must be in 'Mixed Mode', which is typically enabled via the 'utils ctl update' or 'utils security set' CLI commands.

138
MCQmedium

You are implementing a 'Call Hunt' sequence. You want to ensure that if no agent answers within 20 seconds, the call moves to the next member in the list. Which configuration object manages this timer?

A.Line Group
B.Hunt List
C.Route Group
D.Hunt Pilot
AnswerA

Line Groups contain the ring duration timer.

Why this answer

The 'Line Group' configuration allows you to set the 'No Answer Ring Duration' which dictates how long a phone rings before the call is routed to the next member.

139
MCQhard

An administrator needs to enforce a bandwidth limit for video calls at a specific site in CUCM. Which configuration object should be used?

A.Region
B.Location
C.Partition
D.Device Pool
AnswerB

Locations are the primary mechanism for CAC (Call Admission Control) and bandwidth management.

Why this answer

Locations in CUCM are used to define available bandwidth for audio and video calls at a specific geographic site.

140
Multi-Selectmedium

Which TWO of the following are true regarding the use of voice translation-rules?

Select 2 answers
A.They perform load balancing
B.They use regular expressions
C.They replace the SIP protocol
D.They can modify calling numbers
E.They define the codec
AnswersB, D

Regex is the engine for pattern matching.

Why this answer

Translation rules use regular expressions to match and replace digits.

141
MCQhard

Which statement best describes the difference between policing and shaping?

A.Policing drops traffic, whereas shaping buffers it
B.Policing buffers traffic, whereas shaping drops it
C.Both use buffers to manage congestion
D.Both are applied only on ingress interfaces
AnswerA

Policing is an aggressive drop mechanism; shaping is a smoothing mechanism.

Why this answer

Policing drops traffic that exceeds the limit, while shaping buffers the excess traffic to smooth out the flow.

142
MCQeasy

Which command is used to configure the IP address or hostname of the destination device on a dial-peer?

A.session target
B.target ip
C.call target
D.destination-ip
AnswerA

This defines where to send the call.

Why this answer

session target ipv4:x.x.x.x is the standard way to define the destination IP.

143
Multi-Selectmedium

Which TWO of the following fields are required when defining a Route Pattern?

Select 2 answers
A.Gateway/Route List
B.Codec
C.Bandwidth Limit
D.Softkey Template
E.Route Pattern String
AnswersA, E

The destination for the pattern match.

Why this answer

To define a route pattern, you must specify the pattern string itself and the destination (Gateway or Route List).

144
MCQeasy

When adding a new phone, what is the 'Device Name' parameter based on by default?

A.The device pool name.
B.The extension number.
C.The user ID.
D.The MAC address of the phone.
AnswerD

The 'SEP' prefix plus the MAC address is the standard.

Why this answer

The device name is derived from the MAC address of the phone in the format 'SEP' followed by the MAC address.

145
MCQhard

You are troubleshooting a Webex Hybrid Calendar issue where meetings are missing for a specific user. What tool can you use to check the 'Calendar API' calls?

A.The Cisco Webex App debug logs.
B.Control Hub Troubleshooting tool.
C.Active Directory event viewer.
D.Expressway-C Calendar Connector status page.
AnswerD

This page displays real-time logs of the API calls being made to the exchange server.

Why this answer

The 'Calendar Connector' status page in the Expressway provides an interface to view recent API requests and responses to the calendar server, which is essential for troubleshooting synchronization issues.

146
MCQhard

You are troubleshooting high latency for Webex media. Which tool in Control Hub provides the best visibility into the path taken by the media packets?

A.Device logs
B.Calling Quality of Service (QoS) Dashboard
C.Packet Capture (PCAP) from the cloud
D.Network Analysis Tool
AnswerB

This dashboard monitors latency, jitter, and packet loss for calls.

Why this answer

The 'Webex Calling Media Quality' dashboard or the 'Troubleshooting' section in Control Hub provides detailed metrics on hop-by-hop latency.

147
MCQmedium

You are configuring Webex Hybrid Message Service. What is the primary purpose of this service?

A.To provide external federation for IM users.
B.To enable messaging between on-premises IM&P users and Webex App users.
C.To archive all Webex messages to an on-premises server.
D.To synchronize user passwords with Active Directory.
AnswerB

This service bridges the IM&P environment with the cloud-based Webex messaging environment.

Why this answer

The Hybrid Message Service allows interoperability between on-premises Cisco Unified Communications Manager (IM and Presence) and the Webex App.

148
MCQeasy

An IP phone is stuck in a boot loop. You suspect a corrupted firmware image. Which process would you initiate to force the phone to download a new image?

A.Restart Device
B.Refresh CTI
C.Factory Reset
D.Reset SIP Profile
AnswerC

Factory reset clears local settings and forces a re-download of firmware.

Why this answer

Performing a 'Factory Reset' or updating the 'Load Information' in the Device configuration in CUCM will trigger a forced update.

149
MCQmedium

What is the result of applying 'voice translation-profile' to an incoming dial-peer?

A.It enables SIP
B.It changes the codec
C.It modifies the digits
D.It drops the call
AnswerC

Translation profiles modify digit patterns.

Why this answer

Translation profiles modify incoming or outgoing digits (calling or called numbers) to fit the dial plan.

150
MCQhard

A user is unable to use their 'Speed Dial' button. What is the first thing you should verify?

A.The device pool.
B.The user's password.
C.The DN's partition.
D.The Phone Button Template.
AnswerD

The template must have the speed dial feature enabled on the specific key.

Why this answer

Speed dials are assigned to specific buttons or configured via the User Options page; checking the 'Phone Button Template' is the first step in troubleshooting the button assignment.

Page 1

Page 2 of 4

Page 3

All pages