A customer with Avaya Aura Contact Center (AACC) wants to assign five agents to a new skill set in the most efficient way possible.
How would the customer assign the agents to the skillset?
A. Select all five agents from the Agents Details window, then drag and drop them to the new skillset.
B. Assign the new skillset to those agent's partition.
C. Use the skillset window from the skillset view to assign multiple agents.
D. Use the skillset section in the Agent Details window to assign all the agents at the same time to the new skillset.
A customer with on Avaya Aura Contact Center Is using the IF THEN ELSE END IF expression in the script.
Given the following section of script:
IF DNIS = SOOO THEN
QUEUE TO SKILLSET customer_service
WAIT 2
ELSF
QUEUE TO SKILLSET general_lnfo
WAIT 2
END IF
QUEUE TO SKILLSET backup_sklllset WAIT 2
Which statement describes what will happen to a caller encountering this section of script?
A. Callers with DNIS 5000 will queue to customer_service, all other callers will queue to general_info and backup__sklllset.
B. Callers with DNIS 5000 will queue to customer_service and backup_skillset and all other calls will queue to general_info.
C. Callers with DNIS 5000 will queue to customer_servlce, all other calls will queue to backup_skillset.
D. Callers with DNIS 5000 will queue to customer_service and backup_skillset, all other callers will queue to general_info and backup,,skillset.
A supervisor with Avaya Aura Contact Center (AACC) would like to create a custom Application Display. The data fields available fall into three categories: cumulative, fixed, and instantaneous.
What is an example of a fixed data field?
A. Service Level Threshold
B. Average Answered Delay
C. Application Name
D. Calls Waiting
A customer with Avaya Aura Contact Center (AACC) in a SIP environment has added an Avaya Media Aura Server (AAMS) to the Contact Center Management Administration (CCMA). What is the next step in the configuration of the AAMS?
A. The AAMS must be rebooted.
B. Skillsets must be associated to the AAMS.
C. Services such as Announcements and Dialog must be associated to the AAMS.
D. The AAMS must be referenced in Global Settings.
A customer with an Avaya Aura Contact Center (AACC) has been notified that due to bad weather the contact center will not be opening today. The customer would like to remotely implement an announcement to explain the reason for the unscheduled closure, and is going to use a Boolean variable to accomplish this.
Which two statements regarding a Boolean variable are true? (Choose two.)
A. A Boolean variable is a variable of the type TRUE/FALSE.
B. A Boolean variable is a variable of the type ON/OFF.
C. A Boolean variable can be used on a Master Script, a Primary Script or a Secondary Script.
D. A Boolean variable cannot be used in a loop.
A customer with Avaya Aura Contact Center (AACC) needs to create a new Contact Center Management supervisor in a SIP environment? Which field is mandatory for a Contact Center Management supervisor in a SIP environment?
A. Password
B. Language
C. Skillset
D. Login ID
E. Call Presentation Class
A customer with Avaya Aura Contact Center (AACC) needs to create a new Contact Center Management agent.
Which three features can be assigned to a Contact Center Management agent? (Choose three.)
A. Skillsets.
B. Activity Code
C. Call Presentation Class
D. Control Directory Number (CDN)
E. Threshold Class
A customer with Avaya Aura Contact Center (AACC) wants to create variables for use in script and flow applications.
What are the limitations of creating global and call variables?
A. maximum 200 global variables, no stated maximum to call variables
B. maximum 100 global variables, maximum 100 call variables
C. no stated maximum to global variables, maximum 500 call variables
D. maximum 1000 global variables, maximum 300 call variables
You just installed a new Avaya Aura Contact Center (AACC) installation and you need to configure it to communicate to the Avaya Aura Media Server (AAMS).
Which configuration options do you need to configure to accomplish this?
A. Media Servers and Routes
B. Media Servers and Media Services and Routes
C. Routes and Contact Types
D. CDNs (Route Points) and Skillsets
The administrator has created a primary flow application that will point to a secondary flow application. From the block palette, which block is used to point one script to another?
A. Anchor Block
B. Logic Block
C. Reference Block
D. Anonymous Block