Which two types of scripts can be created with the Script Editor? (Choose two.)
Call Flow and Call Control Scripts
Call Studio Scripts
Routing Scripts
Tenant Scripts
Administrative Scripts
The Cisco ICM Script Editor is the primary tool for creating automation logic in CCE. It supports different script types that serve distinct purposes within the CCE ecosystem, from handling inbound contacts to system maintenance.
Why the Correct Answer is Right: C is correct because Routing Scripts are the primary script type created in ICM Script Editor—these scripts contain the decision logic for routing inbound contacts, queuing callers, and selecting agents. E is correct because Administrative Scripts are the second major type—triggered by system events or schedules rather than inbound contacts, used for housekeeping, variable resets, and system maintenance automation.
Why Each Incorrect Answer is Wrong: A is wrong because 'Call Flow and Call Control Scripts' is not a recognized script type in ICM Script Editor. Call flows are built using Routing Scripts. B is wrong because Call Studio Scripts are created in Cisco CVP Call Studio (a separate application for designing VXML applications), not in the ICM Script Editor. D is wrong because 'Tenant Scripts' is not a standard ICM Script Editor script type in typical CCE deployments—this terminology is more associated with multi-tenant cloud architectures.
────────────────────────────────────────────────────────────────────────────────
What is the maximum number of attributes that can be assigned to an Agent?
40
50
200
500
In Cisco CCE Precision Routing, Attributes are characteristics assigned to agents (e.g., language, product knowledge, skill level) that Precision Queues use to route calls to the best-matched agent. System limits govern how many attributes one agent can carry.
Why the Correct Answer is Right: B is correct. Cisco's official documentation for CCE Precision Routing specifies a maximum of 50 attributes per agent. This hard limit is imposed by the system's data model and is documented in the Cisco Unified Contact Center Enterprise Features Guide.
Why Each Incorrect Answer is Wrong: A is wrong because 40 is below the actual limit and does not correspond to any documented system boundary for agent attributes. C is wrong because 200 exceeds the per-agent limit; while CCE may support up to 200 attributes system-wide, the per-agent assignment limit is 50. D is wrong because 500 is far above the documented limit and would be architecturally impractical given the attribute matching logic used by Precision Queues during routing decisions.
────────────────────────────────────────────────────────────────────────────────
How many clusters of Finesse will a single PG support?
one
two
three
four
In Cisco CCE architecture, the Peripheral Gateway (PG) is the interface between the ICM Central Controller and peripheral systems like CUCM. Finesse communicates with CCE through this PG interface for agent state management.
Why the Correct Answer is Right: A is correct. According to Cisco's CCE design documentation, a single PG instance supports only one Finesse cluster. This is a hard architectural constraint—each PG-to-Finesse relationship is a one-to-one mapping to ensure call state synchronization and avoid conflicts in agent state management.
Why Each Incorrect Answer is Wrong: B is wrong because two Finesse clusters per PG is not supported in standard CCE deployment—each Finesse cluster must have its own dedicated PG connection. C is wrong because three clusters exceeds the supported limit; additional Finesse clusters require additional PGs. D is wrong because four clusters also exceeds the design limit. The one-to-one constraint exists to maintain data integrity and proper agent state tracking between PG and Finesse.
────────────────────────────────────────────────────────────────────────────────
Which two actions are Supervisors able to perform that Agents are unable to perform? (Choose two.)
view Team gadget in Finesse
answer Calls from Skill groups and PQs
CUC login
log in to CCE admin
CUCMAPI
Supervisors in Cisco CCE have elevated capabilities compared to agents. The Finesse desktop and CCE Admin present supervisor-exclusive features that agents cannot access, enabling team management and oversight.
Why the Correct Answer is Right: A is correct because the Team gadget in Finesse is a supervisor-exclusive feature that displays all agents on the supervisor's team—their states, current calls, and performance metrics. Regular agents do not have this gadget in their Finesse desktop layout. D is correct because Supervisors can log in to CCE Admin to access team management functions, supervisor reports, and team data. Agents have no CCE Admin access.
Why Each Incorrect Answer is Wrong: B is wrong because both agents and supervisors can answer calls from Skill Groups and Precision Queues when logged in and available—answering calls is not supervisor-exclusive. C is wrong because CUC (Cisco Unity Connection) login for voicemail is available to any user with a CUC account, not supervisor-exclusive. E is wrong because CUCM API access is a developer/administrator function, not a Finesse role-based capability difference between agents and supervisors.
────────────────────────────────────────────────────────────────────────────────
Which two specifications are supported by the Cisco CVP Server for encoding and formatting? (Choose two.)
the file format is mp3
G711 mu-law or a-law
G729
the max file size is 40 MB
the file format is wav
Cisco CVP plays audio media files to callers during IVR interactions. These files must conform to specific technical specifications to be supported by CVP and properly rendered by the VVB or VXML gateway.
Why the Correct Answer is Right: B is correct because CVP supports G.711 mu-law (North America/Japan) and G.711 a-law (Europe/international) encoding for audio files. These are the two standard PCM codec variants used in telephony audio, documented in the Cisco CVP Administration Guide. E is correct because the required audio file format for CVP media files is WAV (.wav). The file must be in a specific WAV format (8kHz, 8-bit, mono) to be properly played by the IVR system.
Why Each Incorrect Answer is Wrong: A is wrong because MP3 format is not supported by Cisco CVP for media files—MP3 uses lossy compression incompatible with CVP's media rendering requirements. C is wrong because while G.729 is a valid VoIP codec for call compression, CVP media files must be in G.711 format. D is wrong because the maximum media file size of 40 MB is not a documented official CVP constraint.
────────────────────────────────────────────────────────────────────────────────
Where should the RONA setting be positioned the highest?
on CVP OPS console
on the phone in CUCM
on the desk setting on UCCE
on the script in UCCE
RONA (Redirection on No Answer) is a mechanism that redirects a call when an agent fails to answer within a configured time. Multiple components in CCE have timeout settings that interact with RONA, and they must be layered correctly.
Why the Correct Answer is Right: A is correct. The CVP OPS Console RONA timer must be set highest to serve as the ultimate safety net. If the CVP timeout fires before all other components have had a chance to handle the RONA event, the call may be dropped rather than properly re-routed. Cisco best practice documentation specifies that CVP's timer should be the largest, with CUCM phone timer intermediate, and the CCE desk setting lowest, forming a cascading failsafe.
Why Each Incorrect Answer is Wrong: B is wrong because the CUCM phone timer should be set at an intermediate value—high enough to allow CCE desk settings to trigger RONA first, but lower than CVP's timer. C is wrong because the Agent Desk Settings timer should be the lowest, firing first to initiate the RONA re-route cleanly within the scripting logic. D is wrong because script-level timers are part of the routing logic but are not the entity that needs the highest RONA timeout in the hierarchy.
────────────────────────────────────────────────────────────────────────────────
Which two components must be configured for CCE to begin routing the contact and start processing the call? (Choose two.)
ICM script
Skill Targets
Network VRU
Call type
Media routing domain
Before Cisco CCE can route any contact, the system needs to know what to do with it (the script) and how to classify it (the call type). These two elements form the minimum viable routing configuration required to begin processing.
Why the Correct Answer is Right: A is correct because an ICM Routing Script must exist and be active for CCE to process the call—without a script, there is no routing logic to execute. D is correct because a Call Type must be configured and associated with the ICM script. The Call Type classifies the inbound contact via Dialed Number matching and triggers the appropriate routing script.
Why Each Incorrect Answer is Wrong: B is wrong because Skill Targets are configured within scripts as routing targets, but the system can begin processing a call even before skill targets are reached in the script logic. C is wrong because Network VRU is required for IVR treatment, but a basic call can be routed to an agent without VRU involvement—it is not a minimum requirement. E is wrong because Media Routing Domains are typically pre-configured by default and do not need to be explicitly configured as a prerequisite to begin routing.
────────────────────────────────────────────────────────────────────────────────
In a CCE Call Flow, which step comes after the call arrives and is held on a port on the Ingress Gateway?
ICM responds to the Route Request by running a Routing Script.
CVP delivers a Route Request to the ICM Central Controller.
CVP establishes an HTTP link with the VVB (or IOS VXML Gateway), establishing the IVR Leg of the call.
Using a configured Dial Peer, the Ingress Gateway delivers a SIP invite message to the CVP server.
Understanding the precise sequence of events in a CCE call flow is fundamental to troubleshooting and design. The call flow begins at the PSTN/Ingress Gateway and proceeds through multiple components in a defined order.
Why the Correct Answer is Right: D is correct. The very next step after the call arrives and is held on the Ingress Gateway is that the Gateway uses a configured Dial Peer to deliver a SIP INVITE message to the CVP server. The Dial Peer matches the dialed number and routes the SIP signaling to CVP. This is step 2 in the documented Cisco CCE Call Flow in the SRND.
Why Each Incorrect Answer is Wrong: A is wrong because ICM running a Routing Script happens much later—after CVP has received the SIP INVITE, sent a Route Request to ICM, and ICM has begun processing. B is wrong because CVP delivers a Route Request to ICM after receiving the SIP INVITE—this is step 3 or 4 in the sequence, not immediately after the gateway holds the call. C is wrong because CVP establishing the HTTP link with VVB occurs after ICM has responded with a VRU label—this is step 5 or later in the flow.
────────────────────────────────────────────────────────────────────────────────
What are two channels or features supported by ECE? (Choose two.)
TSMS
Chat
Courtesy Callback
Callback
Cisco Enterprise Chat and Email (ECE) is the multichannel contact center solution that extends CCE beyond voice to handle digital customer interactions, routing them through the same CCE infrastructure as voice calls.
Why the Correct Answer is Right: B is correct because Chat is a primary channel supported by ECE. ECE enables web chat interactions where customers connect with agents through a chat widget on a website. Chat conversations are routed through CCE and handled by agents in the Finesse desktop. E is correct because Email is the other primary channel supported by ECE. ECE provides email management capabilities—inbound emails are queued, routed to appropriate agents, and tracked within the CCE environment with full reporting.
Why Each Incorrect Answer is Wrong: A is wrong because 'TSMS' is not a standard channel supported by Cisco ECE and is not a recognized digital channel designation in Cisco CCE documentation. C is wrong because Courtesy Callback is a CVP feature (not an ECE channel) that allows voice callers to request a callback instead of holding. D is wrong because while 'Callback' as a generic concept exists, it is not an ECE channel—ECE specifically handles Chat, Email, and related web-based digital interactions.
────────────────────────────────────────────────────────────────────────────────
How many Workflows are supported by Finesse?
up to 20 Workflows with 5 per Team
up to 100 Workflows with 5 per Team
up to 100 Workflows with 20 per Team
up to 200 Workflows with 20 per Team
Cisco Finesse Workflows automate desktop actions triggered by call events (e.g., popping a browser URL when a call arrives). Understanding the system limits is important for large deployments with many teams requiring diverse automation rules.
Why the Correct Answer is Right: C is correct. The documented Cisco Finesse limit is up to 100 Workflows total in the system, with a maximum of 20 Workflows assignable per Team. This limit is explicitly documented in the Cisco Finesse Administration Guide and Feature and Functional Specifications document.
Why Each Incorrect Answer is Wrong: A is wrong because both 20 total workflows and 5 per team are below the actual documented limits—too restrictive for real-world enterprise deployments. B is wrong because while 100 total is correct, the per-team limit is 20, not 5. Five per team would severely restrict automation capabilities in larger deployments. D is wrong because 200 total workflows exceeds the documented maximum—the system limit is 100, not 200, regardless of the per-team allocation.
────────────────────────────────────────────────────────────────────────────────
Which communication protocol is being used between PG/Router and Live Data to generate report information?
TCP
HTTP
TIP
UDP
Cisco Live Data is a real-time reporting subsystem that streams agent and call data to CUIC and Finesse. It requires a specific high-speed protocol to handle the stream of real-time events from the CCE routing components.
Why the Correct Answer is Right: C is correct. TIP (Transmission Interface Protocol) is the Cisco proprietary protocol used for real-time communication between the PG/Router and Live Data components. TIP carries event-driven messaging about agent states, call events, and routing decisions in real time, enabling the Live Data subsystem to generate up-to-the-second reports.
Why Each Incorrect Answer is Wrong: A is wrong because TCP is a generic transport protocol—while TIP may run over TCP/IP at the transport layer, the application-layer protocol between PG/Router and Live Data is specifically TIP. B is wrong because HTTP is a web protocol used for browser-based interfaces and some REST APIs, but not for the PG/Router-to-Live-Data communication path. D is wrong because UDP is a connectionless protocol unsuitable for reliable real-time event delivery—CCE's critical state data requires reliable ordered delivery.
────────────────────────────────────────────────────────────────────────────────
How can the Extension Mobility feature be described?
As part of the configuration, the Device profile needs to be created in CCE and associate each Device Profile with the appropriate Agent.
As part of the configuration, both device profiles and phones need to be added to the pg user account.
The Cisco Unified CM feature that allows Agents to temporarily access their Cisco Unified IP Phone configuration, such as line appearances, services, and speed dials, from other Unified IP Phones.
The Extension Mobility Cross Cluster works on phones that are located in the same Unified CM cluster.
Extension Mobility (EM) is a Cisco Unified Communications Manager (CUCM) feature that separates user configuration from physical phone hardware, enabling hot-desking in contact center environments.
Why the Correct Answer is Right: C precisely matches the official Cisco definition—EM allows agents to log into any IP phone and have their personal phone configuration (line appearances, services, speed dials) follow them. This is critical in hot-desking CCE environments as documented in the Cisco CUCM Administration Guide.
Why Each Incorrect Answer is Wrong: A is wrong because Device profiles for Extension Mobility are created and managed in CUCM, not in CCE. B is wrong because adding device profiles and phones to the PG user account describes a PG configuration step, not the definition of Extension Mobility. D is wrong because Extension Mobility Cross Cluster (EMCC) specifically enables EM across different CUCM clusters—this statement is the opposite of correct.
────────────────────────────────────────────────────────────────────────────────
What are two purposes of Cisco Unified Intelligence Center? (Choose two.)
allows agents to re-skill to a different skill group or team
automates Text to Voice Bot Configurations
allows different groups of users to configure APIs based on their roles
obtains data from the base solution's database, known as Data Sources
customizes the visual presentation of the reports
Cisco Unified Intelligence Center (CUIC) is the web-based reporting platform for Cisco contact center solutions, providing both real-time and historical reporting with customizable dashboards and data visualizations.
Why the Correct Answer is Right: D is correct because CUIC connects to defined Data Sources (such as the ADS/HDS database and CVP Reporting Server) to retrieve operational data. This data source connectivity is a core CUIC architectural component. E is correct because CUIC allows administrators and report designers to customize how reports are visually presented—adjusting columns, filters, thresholds, chart types, and dashboard layouts.
Why Each Incorrect Answer is Wrong: A is wrong because re-skilling agents (changing skill group assignments) is performed in CCE Admin or Configuration Manager, not in CUIC. CUIC is a reporting tool, not a configuration tool. B is wrong because Text-to-Voice Bot configuration is performed through CVP Call Studio or cloud AI platforms, not CUIC. C is wrong because while CUIC has role-based access, configuring APIs based on roles is not a described CUIC purpose.
────────────────────────────────────────────────────────────────────────────────
Deploying a VXML application is a two-step process. The first step is deploying the projects to a local archive (.zip file using the Deploy option in Call Studio). The second part of the project deployment uses SPOG to transfer the .zip file to the VXML Server(s). Which option in SPOG will be utilized to transfer these zip files to VXML Server(s)?
Route Settings under Call Settings card
IVR Settings under Call Settings card
Device Configuration under Infrastructure Settings card
Miscellaneous under Call Settings card
Cisco CVP Call Studio applications are developed locally, packaged as ZIP files, and then deployed to VXML Servers in production. The Single Pane of Glass (SPOG) in CVP Operations Console provides a centralized deployment interface for managing VXML applications.
Why the Correct Answer is Right: B is correct. The IVR Settings option under the Call Settings card in CVP SPOG (Operations Console) is used to manage and transfer VXML application ZIP files to the VXML Server(s). This is the designated deployment path for Call Studio applications, documented in the Cisco CVP Operations Guide.
Why Each Incorrect Answer is Wrong: A is wrong because Route Settings in SPOG deals with call routing configuration (dialed numbers, routing tables), not VXML application deployment. C is wrong because Device Configuration under Infrastructure Settings manages the configuration of devices like gateways and VVBs, not application deployment. D is wrong because Miscellaneous under Call Settings contains ancillary settings but is not the deployment mechanism for VXML application ZIP files.
────────────────────────────────────────────────────────────────────────────────
In a contact center, agents must select the Reason Code when they go to the "Not Ready" state. Which configuration by an administrator in Agent Desk Settings allows this action?
Wrap-up on Incoming, set to Required
Enable "Require Logout Reason"
Enable "Require Idle Reason"
Wrap-up on Outgoing, set to Required
Agent Desk Settings in Cisco CCE control the behavioral rules for agents on their desktop, including whether they must provide reasons when changing state. The 'Not Ready' state is also known as the 'Idle' state in CCE terminology.
Why the Correct Answer is Right: C is correct. The 'Require Idle Reason' setting, when enabled in Agent Desk Settings, forces agents to select a Reason Code before entering the Not Ready (Idle) state. This provides supervisors with visibility into why agents are unavailable. This is explicitly documented in the Cisco CCE Features Guide under Agent Desk Settings.
Why Each Incorrect Answer is Wrong: A is wrong because 'Wrap-up on Incoming, set to Required' forces agents to enter a wrap-up code after completing an inbound call—it controls post-call wrap-up, not the Not Ready state. B is wrong because 'Require Logout Reason' forces agents to provide a reason when logging out of Finesse entirely, not when going to Not Ready/Idle state. D is wrong because 'Wrap-up on Outgoing, set to Required' applies to outbound call wrap-up, not the Not Ready state transition.
────────────────────────────────────────────────────────────────────────────────
TESTED 06 Jul 2026