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?
D
A customer with Avaya Aura Contact Center has created a loop in a script application with the
following parameters:
1. While the caller is in the loop, the customer wants an announcement to play every thirty seconds,
and the queued status of the call and the In-service status of the skillset must be evaluated
2. If the call is not queued, and if the skillset is out of service, the call will be sent to an out of service
announcement
3. If the call is not queued and the skillset is in service. It must be re-queued.
What is the proper script syntax to accomplish this requirement?
B
When using the GiveIVR block to play prompt and collect digits, how do you configure what the
terminating character should be?
C
Which statement regarding scripts is true?
C
An administrator creating a flow application realizes that a skillset required for the application has
not been created.
Which statement about adding the skillset is true?
C
A supervisor in an Avaya Aura Contact Center (AACC) SIP environment would like to play an
announcement and collect digits from a caller using the following TFE command:
GIVE IVR WITH VXML TREATMENT voicexml
PARAMETERS
What is a valid input after the parameters command?
D
A customer with Avaya Aura Contact Center (AACC) Orchestration Designer wants to create an
application flow that checks the following:
1. Verify that the skillset is in service.
2. Provide a recorded announcement if the skillset is not in service.
3. Queue to the skillset if the skillset is in service.
4. Provide a recorded announcement for a welcome message.
Which three flow blocks support these requirements? (Choose three.)
ABC
The CCMS Host Application Interface (HAI) Service provides database lookup and call data
attachment service without using a Customer Developed Applicatior (CDA).
What is used to configure this service?
A
A customer with Avaya Aura Contact Center (AACC) uses an Event Handler to monitor for
unsolicited events and failed responses.
Which statement regarding the Event Handler is true?
C
Some variables can have a list or range of values instead of only a single value. On creation of these
global variables the class type set is selected.
Which three variables types support this class type? (Choose three.)
ADE
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