Avaya 3312 practice test

Avaya Aura Contact Center Administration Exam


Question 1

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 backupskillset.
Answer:

D

Discussions

Question 2

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?

  • A. Section wait_loop IF NOT QUEUED THEN IF OUT OF SERVICE SKILLSET automotive THEN GIVE RAN out_of_service_ran_gv DISCONNECT END IF END IF GIVE RAN agts_stlll_busy_ran_gv WAIT 30 EXECTUTE wait_loop
  • B. Section wait_loop IF NOT QUEUED THEN IF NOT OUT OF SERVICE automotive THEN QUEUE TO SKILLSET automotive WAIT 2 ELSE GIVE RAN out_of_service_ran_gv DISCONNECT END IF END IF GIVE RAN agts_still_bu5y_ran_gv WAIT 30 EXECTUTE wait_loop
  • C. Section wait_loop IF QUEUED AND IF OUT OF SERVICE automotive THEN GIVE RAN out_of_service_ran_gv DISCONNECT END IF END IF GIVE RAN agts_still_busy_ran_gv WAIT 30 EXECTUTE wait_loop
  • D. Section wait_loop IF NOT QUEUED AND IF NOT OUT OF SERVICE SKILLSET automotive THEN GIVE RAN out_of_service_ran_gv DISCONNECT END IF END IF GIVE RAN agts_still_ran_gv WAIT 30 EXECUE walt_loop
Answer:

B

Discussions

Question 3

When using the GiveIVR block to play prompt and collect digits, how do you configure what the
terminating character should be?

  • A. Assign the "#" as a call variable.
  • B. Use the Terminating Character (termchar) configuration entry to set the value.
  • C. The terminating character is always "#".
  • D. Add an extra number to the Number of Digits value.
Answer:

C

Discussions

Question 4

Which statement regarding scripts is true?

  • A. A primary script is the only place that call variables can be assigned.
  • B. A secondary script is the only place treatments can be applied to the call.
  • C. A primary script is referenced directly from the Master script, otherwise it is a secondary script.
  • D. Only a single secondary script allowed per application.
Answer:

C

Discussions

Question 5

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?

  • A. The only way to add a skillset is through the Configuration Component.
  • B. It can be added through the Application Variable folder in the Orchestration Designer tool.
  • C. It can be added through the Applications folder in the Orchestration Designer tool.
  • D. It can be added through the Application Manager Data folder In the Orchestration Designer tool.
Answer:

C

Discussions

Question 6

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?

  • A. Service URI
  • B. _c_play_and_collect
  • C. GIVE IVR WITH VXML TREATMENT
  • D. Numberofdigits
  • E. ASSIGN "please enter account number.wav"
Answer:

D

Discussions

Question 7

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.)

  • A. Wait
  • B. Queue
  • C. Output
  • D. Input
  • E. Logic
Answer:

ABC

Discussions

Question 8

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. Task Flow Executor (TFE)
  • B. Application Programming Interface (API)
  • C. Data Exchange Server (DX Server)
  • D. Database Integration Wizard (DIW)
Answer:

A

Discussions

Question 9

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?

  • A. The event handler can monitor for excessive Not Ready time.
  • B. The event handler must be the first line on any script.
  • C. The event handler monitors for music failure.
  • D. The event handler, if applied on a primary script, does not need to be re-applied on the secondary script.
Answer:

C

Discussions

Question 10

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.)

  • A. Skillset
  • B. Music
  • C. Agent Identification (Agent_ID)
  • D. Day
  • E. Integer
Answer:

ADE

Discussions
To page 2