A customer with Avaya Aura Contact Center (AACC) has created music treatments that include
information about the specific applications that callers might reach. The customer would like callers,
who have been put on hold by an agent, to hear the music on hold treatments specific to the
application in which they have been answered.
Which section of script would accomplish this?
A.
QUEUE TO SKILLSET automotive
WAIT 2
GIVE RAN 15
GIVE MUSIC 20
EVENT HANDLER
EVENT: CALL ON HOLD
GIVE MUSIC 30
WAIT 60
B.
QUEUE TO SKILLSET automotive
WAIT 2
GIVE RAN 15
IF EVENT = CALL ON HOLD THEN
GIVE MUSIC 30
ELSE
GIVE MUSIC 20
END IF
WAIT 60
C.
EVENT HANDLER
EVENT MUSIC ON HOLD
GIVE MUSIC 30
END EVENT
QUEUE TO SKILLSET automotive
WAIT 2
GIVE RAN 15
GIVE MUSIC 20
WAIT 60
D.
EVENT HANDLER
EVENT CALL ON HOLD
GIVE MUSIC 30
END HANDLER
QUEUE TO SKILLSET automotive
WAIT 2
GIVE RAN 15
GIVE MUSIC 20
WAIT 60
C
A customer with an Avaya Aura Contact Center (AACC) in a SIP environment would like to create a
script where the customer is prompted to enter their account number through the dial pad. The
script would then play the account number back to the caller for confirmation.
Which block will be required?
D
A customer with Avaya Aura Contact Center (AACC) will use the Contact Router for all calls entering
the system.
What is one function of the Contact Router?
C
A customer with Avaya Aura Contact Center (AACC) launches Orchestration Designer (OD) and the
OD displays four views.
Which view provides a snapshot of the latest and most up-to-date data from the AACC?
C
Refer to the exhibit.
The flow in the exhibit has been created in Avaya Aura Contact Center (AACC) Orchestration
Designer Scripting. If the automotive skillset is out of service, the caller will hear a technical
difficulties announcement, and then proceed to the Logic Block. After the technical difficulties
announcement, the caller should be disconnected.
To provide a disconnect, to which block should the technical difficulties output block be connected?
D
A customer with Avaya Aura Contact Center (AACC) has a list of holidays that change on a yearly
basis. The holidays are defined as variables in a specific variable list. This list of variables is
referenced on multiple applications. Once a year, an administrator updates the list with new holiday
dates, which results in the applications recognizing the new dates.
Which category and type of variable will the administer modify in the variable table to accomplish
this?
A
A customer with Avaya Aura Contact Center (AACC) Manager Server would like to view the
differences between the data in the Local View and the data in the Contact Center View, arid then
resolve the differences so that both views contain the same data.
Which view enables this feature?
A
Refer to the exhibit.
The logic block in the exhibit references a CLID intrinsic vip_customers_gv.
Which type of intrinsic uses CLID data to determine routing?
C
A customer with Avaya Aura Contact Center (AACC) would like to use expressions in their script.
When used in a script application, which three expressions require an accompanying END
expression? (Choose three.)
B, D, E
A customer with an Avaya Aura Contact Center (AACC) would like to implement emergency routing
in a flow application using the Locked Variable and Locked Assignment commands.
Which block is used to implement emergencies using locked variables and locked assignment
commands?
A
A customer wants to measure the system-wide Contact Center traffic, not just traffic on an individual
skillset or application basis.
Which category of intrinsic would provide this information?
D
A customer with Avaya Aura Contact Center (AACC) wants to create a script using intrinsics. The
script will be screened using the 'QUEUED COUNT intrinsic.
Which category of intrinsic is the 'QUEUED COUNT" intrinsic?
A
A customer with Avaya Aura Contact Center (AACC) Orchestration Designer opens the Contact
Router for the first time by right clicking the Master Script.
Which options are available?
A
Refer to the exhibit.
The Queue block in the exhibit shows queuing to multiple skillsets as referenced in the Global
variable, customer_service_gv. The administrator would like the calls to queue to the skillset with
the most logged in agents.
Using a Queue block, under which tab would the Most Logged in Agents be configured?
A
When using a host block within a call flow, to what does the Provider ID value refer?
A