Which two functionalities provide an Interactive Voice Response system (IVR) in a Contact Center environment? (Choose two.)
access a database and provide the caller with all the needed information to complete the transaction (Self Service)
TCP/IP connections through the network
reporting
heartbeat mechanism between Contact Center components
caller defines the reason for the call from several menu options
An IVR (Interactive Voice Response) system enables automated telephony interaction between a caller and a computer system. In CCE, CVP and VVB together provide IVR capability through VXML applications that serve callers without requiring live agents.
Why the Correct Answer is Right: A is correct because self-service via database integration is a core IVR functionality—callers can check balances, make payments, or retrieve information without speaking to an agent. This is achieved by connecting IVR logic to backend databases. E is correct because menu-driven call routing (where callers press digits or speak to indicate their reason for calling) is the classic IVR function—it allows callers to self-classify their contact.
Why Each Incorrect Answer is Wrong: B is wrong because TCP/IP is network infrastructure—it enables IVR to function technically but is not itself an IVR functionality provided to callers. C is wrong because Reporting is provided by CUIC and the ADS/HDS layer—it is not an IVR functionality. D is wrong because Heartbeat mechanisms are internal system monitoring protocols between CCE components, not IVR functionalities provided to callers.
────────────────────────────────────────────────────────────────────────────────
Which two components are needed to setup RONA? (Choose two.)
Agent Permission levels
Call Routing Logic
System timers
Skill Target Configuration
Attribute settings
RONA (Redirection on No Answer) requires both the intelligence to know when to redirect (timing) and the logic to determine where to redirect the call (routing). Both elements must be configured for RONA to function properly.
Why the Correct Answer is Right: B is correct because Call Routing Logic (ICM scripting) is essential for RONA. The script must contain conditional logic to detect the RONA re-query event and determine the new routing destination. C is correct because System Timers define when RONA is triggered. If the phone is not answered within the timer threshold, RONA fires. Timers must be configured at multiple layers (desk settings, CUCM, CVP) to function correctly.
Why Each Incorrect Answer is Wrong: A is wrong because Agent Permission Levels are about what agents can do in the system—they have no bearing on the RONA mechanism. D is wrong because while Skill Targets are part of the broader routing configuration, they are not specifically a RONA setup component—RONA works with existing routing targets already configured. E is wrong because Attribute Settings relate to Precision Routing configuration, not to RONA setup specifically.
────────────────────────────────────────────────────────────────────────────────
What value is used for Variable REQUERY_NO ANSWER?
1
2
3
4
In Cisco CCE routing scripts, the REQUERY variable is used to identify the reason a call is being re-submitted to the routing script (a re-query). Different numeric values indicate different re-query reasons, enabling scripts to handle each scenario appropriately.
Why the Correct Answer is Right: C is correct. The value 3 is the defined constant for REQUERY_NO_ANSWER in Cisco CCE ICM scripting. This value is returned when a call was presented to an agent who did not answer, and the system is re-queuing the call for routing. Script nodes check this variable to determine how to handle the re-queued call. This is documented in the Cisco ICM Scripting and Media Routing Guide.
Why Each Incorrect Answer is Wrong: A is wrong because value 1 typically corresponds to REQUERY_BUSY—indicating the agent extension was busy when the call was delivered. B is wrong because value 2 is typically used for REQUERY_TRANSFER_FAILED—indicating a call transfer attempt failed. D is wrong because value 4 is not the standard documented value for REQUERY_NO_ANSWER—the defined values are specific constants that must be used accurately in scripting logic.
────────────────────────────────────────────────────────────────────────────────
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.
────────────────────────────────────────────────────────────────────────────────
What are two tools an Agent Desktop Admin Role can access? (Choose two.)
Script Editor
Call Trace
Reason Code
Workflow
Config Manager Tools
In Cisco CCE, role-based access control defines which administrative tools different user roles can access. The Agent Desktop Admin Role is specifically scoped to managing the agent desktop experience in Finesse.
Why the Correct Answer is Right: C is correct because the Agent Desktop Admin Role has access to configure Reason Codes in Finesse. Reason Codes are desktop-level configurations that define the options agents see when going to Not Ready or logging out—directly within the scope of desktop administration. D is correct because Workflows are configurable desktop automation rules that trigger actions based on call events. Managing Workflows falls within the Agent Desktop Admin Role's scope as a Finesse desktop configuration object.
Why Each Incorrect Answer is Wrong: A is wrong because Script Editor requires ICM Script Admin Role—it is a routing/scripting tool, not a desktop administration tool. B is wrong because Call Trace is a diagnostic tool requiring higher-level administrative access, not part of the Agent Desktop Admin Role's tool set. E is wrong because Config Manager Tools require the Config Manager Admin Role with significantly higher privileges than the Agent Desktop Admin Role.
────────────────────────────────────────────────────────────────────────────────
What are the two primary roles of the PSTN and voice gateway in the Unified CCE solution? (Choose two.)
The voice gateway may modify the digits presented to downstream devices.
The voice gateway provides IVR functionality in a Contact Center deployment.
The PSTN is responsible for delivering the inbound call to a voice gateway.
The PTSN is responsible for routing the call to the agent.
The voice gateway is responsible for routing the call to the agent.
The PSTN (Public Switched Telephone Network) and voice gateways are the entry points for calls into a Cisco contact center. Understanding their roles is foundational to CCE architecture and call flow design.
Why the Correct Answer is Right: A is correct because voice gateways can perform digit manipulation through dial peer configurations—modifying DNIS, ANI, or trunk group digits before passing call information to CVP/ICM. This is a documented gateway capability in Cisco IOS. C is correct because the PSTN is responsible for transporting the inbound call from the originating caller's phone to the contact center's ingress voice gateway—this is its fundamental architectural role.
Why Each Incorrect Answer is Wrong: B is wrong because IVR functionality is provided by CVP and VVB, not the voice gateway itself. D is wrong because routing calls to agents is the responsibility of ICM (the routing engine), not the PSTN. E is wrong because the voice gateway delivers calls to CVP; ICM handles the actual routing decision to agents.
────────────────────────────────────────────────────────────────────────────────
Which two servers can be accessed from the Web Administration tool? (Choose two.)
Rogger
PG
DCCMP
CVP
Finesse
The Cisco CCE Web Administration (SPOG - Single Pane of Glass / Web Admin) tool provides a centralized browser-based interface for managing multiple CCE components. Understanding which servers are manageable from this tool is key to efficient administration.
Why the Correct Answer is Right: D is correct because CVP servers are accessible and manageable from the CCE Web Administration tool (CVP OPS Console/SPOG). Administrators can configure CVP call settings, manage licenses, and deploy applications from this interface. E is correct because Finesse servers are accessible from the CCE Web Administration tool. Administrators can navigate to Finesse administration pages for configuring desktop layouts, workflows, and reason codes.
Why Each Incorrect Answer is Wrong: A is wrong because the Rogger (combined Router and Logger server) is managed through the Administration Tools on the Admin Server, not through the Web Administration tool. B is wrong because the PG (Peripheral Gateway) is managed through Configuration Manager and system CLI, not the Web Administration tool. C is wrong because DCCMP is not a standard server component in CCE that would be accessed via Web Administration.
────────────────────────────────────────────────────────────────────────────────
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.
────────────────────────────────────────────────────────────────────────────────
Which variable remains available to all scripts in the system until reset?
Caller Entered digits
Call variable
User variable
Peripheral variable
Cisco CCE scripting uses several types of variables with different scopes and lifetimes. Understanding variable persistence is critical for designing multi-script workflows where data must be preserved across script transitions.
Why the Correct Answer is Right: C is correct. User Variables (also called Persistent Variables) are system-wide variables that persist across all scripts and are not cleared when a call ends or transfers to another script. They must be explicitly reset. This makes them ideal for tracking data across complex multi-script call flows, as documented in the Cisco ICM Scripting and Media Routing Guide.
Why Each Incorrect Answer is Wrong: A is wrong because Caller Entered Digits (CED) is populated from DNIS/IVR input and is scoped to the current call leg—it does not persist globally across scripts. B is wrong because Call Variables are associated with a specific call and are cleared when the call terminates—they do not persist globally. D is wrong because Peripheral Variables are specific to the peripheral (PG) context and are not available system-wide across all scripts.
────────────────────────────────────────────────────────────────────────────────
What are two types of reports Cisco Unified Intelligence Center will provide? (Choose two.)
TCP/IP disconnect reports
Real-time Report
Historical Report
Administration Audit Report
Call Routing Reports
Cisco Unified Intelligence Center (CUIC) is the reporting engine for CCE, providing visibility into contact center performance. CUIC supports two fundamental reporting modes that serve different operational and analytical needs.
Why the Correct Answer is Right: B is correct because Real-time Reports display current operational data with near-instant refresh rates—showing active calls, agent states, queue depths, and service levels as they happen, essential for supervisors. C is correct because Historical Reports analyze data over a specified past time period—hourly, daily, weekly, or monthly—providing trend analysis and performance measurement. Both are explicitly listed as CUIC primary capabilities in Cisco documentation.
Why Each Incorrect Answer is Wrong: A is wrong because TCP/IP disconnect reports are network-level diagnostics, not contact center operational reports provided by CUIC. D is wrong because Administration Audit Reports are provided by specialized audit logging tools, not as a primary CUIC report category. E is wrong because 'Call Routing Reports' is not a distinct CUIC report category—routing data is included within real-time and historical report categories.
────────────────────────────────────────────────────────────────────────────────
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 tool can be used to verify the configuration of Basic Call settings?
Deleted Objects tool
ICM Script Editor
Router Log Viewer
Call Tracer
After configuring the basic call flow elements in Cisco CCE (Dialed Numbers, Call Types, Scripts, Skill Groups), administrators need a way to verify that calls are being processed correctly and that configuration is working as expected in real time.
Why the Correct Answer is Right: D is correct. The Call Tracer (Call Trace tool) is the purpose-built diagnostic tool for verifying CCE call configuration. It allows administrators to trace a call through the entire CCE system in real time—showing how the Dialed Number is matched, which Call Type is selected, which Routing Script runs, and how the call is ultimately handled. This directly verifies Basic Call settings.
Why Each Incorrect Answer is Wrong: A is wrong because the Deleted Objects tool is used to manage and purge objects marked for deletion from the CCE database—it is not a diagnostic or verification tool. B is wrong because ICM Script Editor creates and modifies routing scripts—it can display script logic but does not actively trace call processing in real time. C is wrong because the Router Log Viewer provides detailed router processing logs for deep troubleshooting—it is a log analysis tool, not a real-time call configuration verification tool.
────────────────────────────────────────────────────────────────────────────────
How does CUCM function in CCE?
Unified CM asks ICM what to do with Unified CCE calls and routes the call according to the instructions provided by the Unified CCE.
A Unified CM Publisher is a logical relationship of physical (deployed as virtual Machines) servers combined for redundancy purposes.
Unified CM asks CVP what to do with Unified CCE calls and routes the call according to the instructions provided by the CVP.
In a CUCM cluster, the Subscriber keeps the master Read/Write copy of configuration DB, which is replicated to all servers in the cluster.
In a Cisco CCE deployment, CUCM (Cisco Unified Communications Manager) handles call signaling and agent phone management. Understanding how CUCM interacts with CCE routing is fundamental to the overall architecture.
Why the Correct Answer is Right: A is correct. In CCE, CUCM does not make routing decisions independently—it relies on ICM (via the PG) for routing intelligence. When a call arrives at CUCM that needs CCE handling, CUCM defers to ICM for routing instructions. ICM processes the call through its routing scripts and returns routing decisions that CUCM then executes. This is the documented CUCM-ICM integration model.
Why Each Incorrect Answer is Wrong: B is wrong because a CUCM Publisher is a single server holding the master database—it is not a 'logical relationship of physical servers.' That description better defines a CUCM cluster. C is wrong because CUCM does not ask CVP for routing instructions—CVP is an IVR/queuing platform, and routing decisions come from ICM. D is wrong because this is backwards—in a CUCM cluster, the Publisher holds the master Read/Write copy of the configuration database, while Subscribers receive replicated copies.
────────────────────────────────────────────────────────────────────────────────
TESTED 21 Jun 2026
Copyright © 2014-2026 DumpsTool. All Rights Reserved