In the Expression Editor panel of Cisco Unified CCX Script Editor, what are three reasons to use the Java tab? (Choose three.)
to invoke a specified method of a custom Java class
to reference a variable of a custom Java Object
to pass variables between two different workflows
to create an object for the purpose of executing methods on a remote computer
to get a reference to the Contact and Session states
to allow for arguments to be passed to a specified method
The Expression Editor panel of Cisco Unified CCX Script Editor is a tool that allows you to create and edit expressions that can be used in the script steps. The Expression Editor panel has two tabs: Script and Java. The Script tab allows you to create expressions using the Cisco Unified CCX Expression Language, which is a subset of the Java language. The Java tab allows you to create expressions using the full Java language12
There are three reasons to use the Java tab in the Expression Editor panel:
Which three components are installed from the Cisco Unified CCX Installer media? (Choose three.)
iPlanet Web Server
Cisco Unified CCX Engine
Cisco Unified Operations Manager
Cisco Unified Communications Manager
Recording Component
Informix DB
The Cisco Unified CCX Installer media is used to install the following components on the Unified CCX server:
The following components are not installed from the Cisco Unified CCX Installer media:
References:
Where can you start, stop, and restart Cisco Unified Contact Center Express services?
the system page on Cisco Unified Contact Center Express Administration
Cisco Desktop Administration
Control Center on Cisco Unified Contact Center Express Service ability
Cisco Unified Communications Operating System Administration
The Control Center on Cisco Unified Contact Center Express Serviceability is the tool that allows you to start, stop, and restart Cisco Unified Contact Center Express services. The Control Center provides a web-based interface to manage the Unified CCX components and subsystems, such as Cisco Unified CM Telephony, Cisco Unified CM Administration, Cisco Unified CCX Engine, Cisco Unified CCX Administration, and so on. You can accessthe Control Center from the Tools menu on the Cisco Unified CCX Serviceability page. From the Control Center, you can perform the following tasks:
What is the maximum number of concurrent agent web chat sessions that are supported on the highest class server?
75
25
50
120
The maximum number of concurrent agent web chat sessions that are supported on the highest class server is 50. This means that each agent can handle up to 50 simultaneous web chat contacts on a server that meets the highest specifications for Cisco Unified Contact Center Express (UCCX). The highest class server for UCCX is the Cisco Unified Computing System (UCS) C240 M5, which supports up to 400 agents and 400 IVR ports1.
The other options are not correct because:
References: 1: Cisco Unified Contact Center Express Solution Reference Network Design, Release 12.5(1) - Unified CCX Deployment Models [Cisco Unified Contact Center Express] - Cisco 2: Cisco Unified Contact Center Express Features Guide, Release 12.5(1) - Web Chat [Cisco Unified Contact Center Express] - Cisco
Which three fields are used in defining a CSQ in Cisco Unified Contact Center Express Enhanced? (Choose three.)
Agent Name
WrapUp Time
Service Level
Overflow CSQ
Automatic Work
CCX Application
A Contact Service Queue (CSQ) is a logical grouping of agents that share similar skills and can handle similar types of contacts. A CSQ is defined by three main fields: the Resource Selection Criteria, the Service Level, and the Overflow CSQ. The Resource Selection Criteria determines how the system selects the most appropriate agent for each contact based on the agent’s competency level and availability. The Service Level defines the percentage of contacts that should be answered within a specified time threshold. The Overflow CSQ specifies another CSQ to which the contacts are redirected when the current CSQ reaches its maximum capacity or when the contacts wait in the queue for too long. These three fields are essential for defining a CSQ in Cisco Unified Contact Center Express Enhanced. The other fields, such as Agent Name, Automatic Work, and CCX Application, are not used in defining a CSQ, but rather in configuring other aspects of the system, such as agent settings, workflow groups, and scripts. References: Cisco Unified Contact Center Express Design Guide, Release 11.0 (1), [Cisco Unified Contact Center Express Administration Guide, Release 11.0 (1)]
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_11_0/configuration/guide/UCCX_BK_CECBFBF7_00_cisco-unified-contact-center-express/UCCX_BK_CECBFBF7_00_cisco-unified-contact-center-express_chapter_0100.html
During runtime, when a valid SQL Query in a DB Read step returns 0 rows, which branch of the step will be executed?
Timeout
SQL Error
Successful
No Data
The DB Read step executes a SQL query on a database and returns the result in a ResultSet variable. The step has four output branches: Successful, No Data, Timeout, and SQL Error. The Successful branch is taken when the query returns one or more rows. The No Data branch is taken when the query returns zero rows. The Timeout branch is taken when the query execution time exceeds the timeout value specified in the step. The SQL Error branch is taken when the query is invalid or the database connection fails. References: Cisco Unified Contact Center Express Editor Step Reference Guide, Release 11.6(2), page 4-8.
What are the peripheral variables in the Set Enterprise Call Info step related to?
call variables
custom variables
script parameters that are passed from the application configuration
ECC variables
The peripheral variables in the Set Enterprise Call Info step are related to call variables. Call variables are predefined variables that store information about a call, such as the caller ID, the dialed number, the call duration, the call priority, and so on. Call variables are also known as Call.PeripheralVariable1 to Call.PeripheralVariable10, and they can be set or retrieved by the Set Enterprise Call Info step or the Get Enterprise Call Info step. Call variables can be displayed on the agent desktop or used for reporting purposes1, page 2-3, 2, page 2-4, 3, page 4-1. References: Solution Design Guide for Cisco Unified Contact Center Express, Release 12.5 (1) SU1, Cisco Unified Contact Center Express Editor Step Reference Guide, Release 11.6(2), Cisco Unified Contact Center Express Features Guide, Release 12.5 (1)
A customer purchases 200 Cisco Unified Center Express Premium agent seats in order to run a 30-port
outbound IVR campaign, which two addition items must the customer purchase?
a router
a gateway
30 outbound IVR ports
30 agent seats
15 agent seats
The customer must purchase 30 outbound IVR ports and 30 agent seats in addition to the 200 Cisco Unified Center Express Premium agent seats. The outbound IVR ports are required to run the outbound IVR campaign, which can make outbound calls to customers and play prerecorded messages or collect customer inputs. The agent seats are required to handle the outbound calls that are transferred to agents based on the customer’s choice or the campaign configuration. The outbound IVR ports and the agent seats are licensed separately and are not included in the Premium agent seats1, page 2-3, 2, page 4-1. References: Solution Design Guide for Cisco Unified Contact Center Express, Release 12.5 (1) SU1, Cisco Unified Contact Center Express Features Guide, Release 12.5 (1)
Which step library is included in the license for Cisco Unified CCX Standard?
ICM steps
email steps
document steps
database steps
Cisco Unified CCX Standard license includes the database steps library, which allows the script to access and manipulate data from external databases using SQL queries. The database steps library can be used to create, update, delete, or query records from any JDBC-compliant database, such as Microsoft SQL Server, Oracle, or MySQL. The database steps library can also be used to store session data, such as caller input or agent information, in a database table for later retrieval or reporting. The database steps library is useful for creating dynamic and personalized applications that can interact with external data sources.
The other options are incorrect because they are not included in the Cisco Unified CCX Standard license. The ICM steps library is only available with the Cisco Unified CCX Premium license, and it allows the script to integrate with the Cisco Unified Intelligent Contact Management (ICM) system for routing and reporting purposes. The email steps library is also only available with the Cisco Unified CCX Premium license, and it allows the script to send and receive email messages from customers or agents. The document steps library is available with the Cisco Unified CCX Enhanced or Premium licenses, and it allows the script to read and write documents from the local file system or a remote server using FTP or HTTP protocols. The document steps library can be used to store or retrieve data in XML, CSV, or plain text formats. References := Cisco Unified Contact Center Express Editor Step Reference Guide, Release 12.5(1) SU3, Chapter 2: Unified CCX Editor Step Reference, Database Steps, page 2-15.
You should perform which three steps when troubleshooting a Cisco Unified Contact Center Express engine "Java out of memory" crash? (Choose three)
Collect the thread dump for Cisco Unified CCX Engine
Check to see if the customer has installed any third party applications
Collect engine heap performance data via the Cisco Unified Real-Time Monitoring Tool.
Collect heap dumps via the Cisco Unified Real-Time Monitoring Tool
Talk to the customer about the deployment and usage pattern. F. Check the Cisco Unified CCX
Serviceability Control Center
To troubleshoot a Cisco Unified Contact Center Express engine “Java out of memory” crash, you should perform the following steps:
The following steps are not required or not possible to troubleshoot a Cisco Unified Contact Center Express engine “Java out of memory” crash:
Which two Cisco Unified CCX steps would make an HTTP request? (Choose two.)
Create URL Document
Write Document
Cache Document
Send Http Response
The Cisco Unified CCX steps that would make an HTTP request are Cache Document and Send Http Response. The Cache Document step sends an HTTP GET request to a specified URL and stores the response in a Document variable. The Send Http Response step sends an HTTP response to the client that initiated the HTTP request. The response can include a status code, headers, cookies, and a body1, pages 2-81 and 2-82. The following steps do not make an HTTP request:
Where are Cisco Unified CCX users managed and their data stored when deployed with Cisco Unified
Communications Manager Express?
in Cisco Unified Communications Manager Express with user data stored in the Cisco Unified Contact
Center Express database
in Application Administration with user data stored in the Cisco Unified Contact Center Express database
in Cisco Unified Communications Manager Express with user data stored in the Cisco Unified
Communications Manager Express database
in Application Administration with user data stored in the Cisco Unified Communications Manager Express database
When Cisco Unified CCX is deployed with Cisco Unified Communications Manager Express (CME), the user management is done through the Application Administration web interface of Cisco Unified CCX. The user data, such as user ID, password, PIN, and roles, are stored in the Cisco Unified CCX database. The user synchronization between Cisco Unified CME and Cisco Unified CCX is done manually by using the Data Synchronization option in the Tools menu of the Application Administration web interface. The user data is not stored in the Cisco Unified CME database, nor is it managed by Cisco Unified CME. References:
In a Cisco Unified CCX application script, a number is read from an external database. The number must then be played out as part of a prompt. Which Cisco Unified CCX Editor step creates a new prompt that can play out the number?
Create Container Prompt
Create Generated Prompt
Create Language Prompt
Create Conditional Prompt
In a Cisco Unified CCX application script, a number is read from an external database. The number must then be played out as part of a prompt. The Cisco Unified CCX Editor step that creates a new prompt that can play out the number is the Create Generated Prompt step12
The Create Generated Prompt step is a media step that allows you to create a prompt from a text or a number. The step uses the Text-to-Speech (TTS) engine or the Number-to-Speech (NTS) engine to generate a voice prompt that can be played to the caller. The step has two tabs: General and Settings. The General tab allows you to specify the input type (text or number), the input value (a variable or a literal), and the output prompt (a variable that stores the generated prompt). The Settings tab allows you to configure the TTS or NTS settings, such as the language, the voice, and the speed12
The other options are not correct:
References: 1: Cisco Unified Contact Center Express Scripting and Development Series: Volume 2, Editor Step Reference, Release 10.0(1) - Media Steps [Cisco Unified Contact Center Express] - Cisco 1 2: Cisco Unified Contact Center Express Getting Started with Scripts, Release 10.0(1) - Creating and Editing Scripts [Cisco Unified Contact Center Express] - Cisco 2
Which Cisco Unified Contact Center Express platform set supports the use of an embedded Internet browser within the Cisco Agent Desktop?
Premium only
Enhanced and Premium only
Standard, Enhanced, and Premium
Cisco Unified Contact Center Express does not support an embedded Internet browser
Cisco Unified Contact Center Express does not support an embedded Internet browser within the Cisco Agent Desktop. The Cisco Agent Desktop is a legacy desktop application that provides call control and agent state management for Unified CCX agents. The Cisco Agent Desktop does not have an embedded Internet browser, but it can launch an external browser to display web pages or applications. However, the Cisco Agent Desktop is deprecated and replaced by the Cisco Finesse desktop, which is a web-based agent and supervisor desktop that supports an embedded Internet browser. The CiscoFinesse desktop is available for all Unified CCX platform sets, including Standard, Enhanced, and Premium. For more information on the differences between the Cisco Agent Desktop and the Cisco Finesse desktop, see the Cisco Unified Contact Center Express Solution Reference Network Design, Release 12.5 (1), Chapter: Cisco Unified CCX Desktop Options, Section: Cisco Agent Desktop and Cisco Finesse Desktop Comparison. References:
Which tool allows partners to perform these actions?
a) validate all parameters (for example, number of inbound agents, number of inbound and outbound IVR
ports, etc.) of a target Cisco Unified CCX configuration)
b) recommend servers based on the validated configuration (a prerequisite for the Cisco assessment-toquality bid assurance process)
Cisco Solution Expert Tool
Cisco Unified CCX Sizing Tool
Cisco Unified Expert Advisor Tool
Cisco Unified Communications Sizing Tool
The Cisco Unified CCX Sizing Tool is a web-based tool that allows partners to validate the parameters of a target Cisco Unified CCX configuration, such as the number of inbound agents, the number of inbound and outbound IVR ports, the number of historical reporting users, and so on. The tool also recommends servers based on the validated configuration, which is a prerequisite for the Cisco assessment-to-quality bid assurance process. The tool can be accessed from the Cisco Unified CCX Partner Central1. The tool helps partners to design a Cisco Unified CCX system that meets the customer requirements and avoids oversizing or undersizing the system. References := Cisco Unified CCX Partner Central
Which tool is used to size Cisco Unified CCX?
Analysis Manager
Cisco Unified Communications Sizing Tool
Expert Advisor
Cisco Unified Real-Time Monitoring Tool
The Cisco Unified Communications Sizing Tool is a web-based application that helps customers and partners accurately size Cisco Unified Communications hardware, software, and services. The tool can be used to size Cisco Unified CCX by selecting the product family, the deployment model, the reference design, the call volume, the agent count, the features, and the hardware specifications. The tool then generates a report that shows the recommended hardware configuration, the software licenses, the power consumption, the rack space, and the bill of materials for the Cisco Unified CCX solution1, 2 References: Solution Design Guide for Cisco Unified Contact Center Express, Release 11.5 (1), Cisco Sizing tools - Cisco Community
In a high availability over WAN deployment, which option cannot be across the WAN from the active Cisco Unified CCX site?
ASR or TTS servers
wallboard server
SMTP server
enterprise database
In a high availability over WAN deployment, the ASR or TTS servers cannot be across the WAN from the active Cisco Unified CCX site. This is because the ASR or TTS servers require a low latency connection to the Unified CCX engine, and the WAN link may introduce delays or packet loss that can affect the quality and performance of the speech recognition or text-to-speech services. Therefore, the ASR or TTS servers must be co-located with the active Unified CCX site, and they must fail over to the standby site if the active site goes down. References: Deploying Cisco Unified Contact Center Express (UCCXD) v6.0 - Module 1: Design a Cisco Unified Contact Center Express System Deployment - Lesson 4: High Availability and Network Design - Topic: Unified CCX High Availability over WAN1
What information from the first node is used as the secret key during second node installation?
administrator password
application user password
security password
IP address
The security password is used as the secret key during the second node installation of Cisco Unified Contact Center Express (UCCX). This password is entered during the first node installation and must be the same for all nodes in the cluster. The security password is used to encrypt sensitive data in the database and to authenticate communication between nodes. If the security password is not the same for all nodes, the installation will fail and the cluster will not function properly. References: Cisco Unified Contact Center Express Install and Upgrade Guide, Release 12.5 (1) - Unified CCX Installation, Free Cisco Deploying Unified Contact Center Express (UCCXD) v6.0 Certification Sample Questions and Answers
Which statement is true about the default script field when adding an application?
When a caller does not enter a choice in a Menu step, it will execute the default script.
Any problems running the configured script will cause the default script to be executed.
When the caller enters a digit in the Menu step that is not defined, the default script will be executed.
When the caller enters a digit that is not checked in the filter of the Get Digit String step, the default script will be executed.
The correct answer is B. The default script field when adding an application specifies the script that will be executed if there are any problems running the configured script for the application. For example, if the configured script is missing, corrupted, or containserrors, the default script will be executed instead. The default script field is mandatory and must point to a valid script file1.
The other options are not correct because:
References: 1: Cisco Unified Contact Center Express Administration Guide, Release 12.5(1) - Cisco Applications Configuration [Cisco Unified Contact Center Express] - Cisco 2: Cisco Unified Contact Center Express Editor Step Reference Guide, Release 12.5(1) - Chapter 2: Media Steps [Cisco Unified Contact Center Express] - Cisco 3: Cisco Unified Contact Center Express Editor Step Reference Guide, Release 12.5(1) - Chapter 3: Input Steps [Cisco Unified Contact Center Express] - Cisco
What is the maximum number of agent web chat sessions that is supported on the highest class server?
25
50
75
100
According to the Cisco Unified Contact Center Express Design Guide, Release 8.0(1), the maximum number of agent web chat sessions that is supported on the highest class server is 50. This means that a single agent can handle up to 50 concurrent web chat sessions on a server that meets the highest hardware specifications for Cisco Unified CCX 8.0. The highest class server for Cisco Unified CCX 8.0 is the MCS 7845, which has the following hardware configuration:
The maximum number of agent web chat sessions depends on the hardware configuration, the deployment model, and the features enabled. For example, if Cisco Unified CCX is deployed in a high availability mode, the maximum number of agent web chat sessions is reduced to 25. If Cisco Unified CCX is deployed with Cisco Unified Presence, the maximum number of agent web chat sessions is reduced to 20. If Cisco Unified CCX is deployed with Cisco Unified Intelligence Center, the maximum number of agent web chat sessions is reduced to 10. The maximum number of agent web chat sessions also varies for different versions of Cisco Unified CCX. For example, Cisco Unified CCX 7.0 can support a maximum of 25 agent web chat sessions, while Cisco Unified CCX 9.0 can support a maximum of 60 agent web chat sessions. References: Cisco Unified Contact Center Express Design Guide, Release 8.0(1), Chapter 3: Unified CCX Architecture and Capacity Planning, Section 3.2.3: Agent Web Chat, Page 331 Cisco Unified Contact Center Express Design Guide, Release 8.0(1), Chapter 3: Unified CCX Architecture and Capacity Planning, Section 3.3: Unified CCX Hardware Configuration, Page 372
An organization wants to collect an account number from a customer via IVR prompting Then the customer wants to use a keystroke macro to insert the account number into the account number field in the agent CRM desktop application. The keystroke macro will also initiate the CRM desktop application and execute a database lookup from the CRM database server, in order to retrieve the customer record. Which product provides these capabilities at the lowest cost?
Cisco Unified IP IVR
Cisco Unified CCX Standard
Cisco Unified CCX Enterprise
Cisco Unified CCX Premium
Cisco Unified CCX Enhanced
Cisco Unified CCX Premium provides the most advanced features and capabilities for contact center agents and supervisors, including IVR scripting, database integration, keystroke macros, CRM integration, outbound preview dialer, and agent email and chat. Cisco Unified CCX Standard and Enhanced do not support keystroke macros, CRM integration, or agent email and chat. Cisco Unified IP IVR does not support agent desktop functions or outbound preview dialer. Cisco Unified CCX Enterprise is not a valid option, as Cisco Unified CCX only comes in Standard, Enhanced, and Premium versions. References: Cisco Unified Contact Center Express 12.5 Data Sheet, [Deploying Cisco Unified Contact Center Express (UCCXD) v6.0]
Which of the following is not an input that is required when you install Cisco Unified CCX?
application username
platform administrator username
IP address
default language
time zone
The application username is not an input that is required when you install Cisco Unified CCX. The application username is the username that you use to log in to the Cisco Unified CCX Administration web interface after the installation is complete. You can configure the application username during the initial system setup, which is a separate step from the installation. The other inputs, such as the platform administrator username, the IP address, the default language, and the time zone, are required during the installation process. You need to enter these inputs to configure the basic system parameters and network settings for the Unified CCX server. References := Cisco Unified Contact Center Express Install and Upgrade Guide, Release 12.5(1) SU2, Deploying Cisco Unified Contact Center Express (UCCXD) v6.0 Course Outline
Where are CTI route points added or configured for Cisco Unified Contact Center Express?
Cisco Unified Contact Center Express Media Subsystem
Cisco Unified CallManager Device Configuration
Cisco Unified Contact Center Express Directory Management
Cisco Supervisor Desktop
Cisco CRS Administration, JTAPI Trigger Creation
CTI route points are virtual devices that can receive multiple, simultaneous calls for application-controlled redirection. They are added or configured for Cisco Unified Contact Center Express (UCCX) in the Cisco Unified CallManager Device Configuration. This allows UCCX to integrate with Cisco Unified Communications Manager (CUCM) and use the CTI route points as triggers for UCCX scripts. The CTI route points must be associated with the UCCX application user in CUCM and have the correct partition and calling search space settings. References: CiscoUnified Contact Center Express Getting Started with Scripts, Release 12.5(1) - Configuring Unified CCX Triggers, Cisco Unified Contact Center Express Design Guide, Release 10.0(1) - Deployment Models, CTI Port and CTI Route Point - Cisco Community
Which two Cisco Unified CCX steps should you use if you want to send an HTTP message? (Choose two.)
Write Document
Place Call
Send HTTP Response
Cache Document
Create URL Document
To send an HTTP message, you should use the following Cisco Unified CCX steps:
The following steps cannot be used to send an HTTP message:
Which three tasks are required to deploy a Cisco Unified CCX application? (Choose three.)
create a trigger
upload script to repository
restart the Cisco Unified CCX Engine
specify the maximum number of sessions
configure default session timeout
To deploy a Cisco Unified CCX application, the following tasks are required:
The following tasks are not required to deploy a Cisco Unified CCX application:
The Agent email feature is available in which Cisco Unified Contact Center Express packages?
Premium and Enhanced
Premium, Enhanced, and Standard
Premium only
Premium and Standard
The Agent email feature is available only in the Cisco Unified Contact Center Express Premium package. The Agent email feature is a basic email queuing and response system that allows agents to handle customer emails from the Cisco Agent Desktop. The feature supports email routing, email prioritization, email response templates, email attachments, email history, and email reporting12
The other options are not correct:
References: 1: Cisco Unified Contact Center Express Data Sheet - Cisco 1 2: Cisco Unified Contact Center Express Design Guide, Release 10.0(1) - Features [Cisco Unified Contact Center Express] - Cisco 2
How many languages can be installed for the Cisco Agent Desktop (CAD) and the Cisco Supervisor Desktop (CSD)?
one language for both the CAD and the CSD
one language for the CAD and a different language for the CSD
two languages for the CAD and one language for the CSD
two languages for both the CAD and the CSD
The Cisco Agent Desktop (CAD) and the Cisco Supervisor Desktop (CSD) can be installed with two languages each. The languages are selected during the installation process and can be changed later by running the Postinstall.exe utility. The CAD and the CSD can have different languages installed, as long as they are supported by the Cisco Unified Contact Center Express (UCCX) system. The supported languages are listed in the Cisco Unified Contact Center Express Software and Hardware Compatibility Guide. References: Cisco Unified Contact Center Express Installation and Upgrade Guide, Release 12.5(1) - Install Cisco Agent Desktop, Cisco Unified Contact Center Express Installation and Upgrade Guide, Release 12.5(1) - Install Cisco Supervisor Desktop