ExamGecko
Home Home / Avaya / 3312

Avaya 3312 Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

Related questions











A customer with an Avaya Aura@ Contact Center (AACC) is using the IF THEN ELSE END IF expression in the script. Given the following section of script:

IF DNIS = 5000 THEN

QUEUE TO SKILLSET customer_service

WAIT 2

ELSE

QUEUE TO SKILLSET general_info

WAIT 2

END IF

QUEUE TO SKILLSET backup_skillset 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_skillset.
A.
Callers with DNIS 5000 will queue to customer_service, all other callers will queue to general_info and backup_skillset.
Answers
B.
Callers with DNIS 5000 will queue to customer_service and backup_skillset and all other calls will queue to general_info.
B.
Callers with DNIS 5000 will queue to customer_service and backup_skillset and all other calls will queue to general_info.
Answers
C.
Callers with DNIS 5000 will queue to customer_service, all other calls will queue to backup_skillset.
C.
Callers with DNIS 5000 will queue to customer_service, all other calls will queue to backup_skillset.
Answers
D.
Callers with DNIS 5000 will queue to customer_service and backup_skillset, all other callers will queue to general_info and 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.
Answers
Suggested answer: C

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?


A.
Traffic
A.
Traffic
Answers
B.
Skillset
B.
Skillset
Answers
C.
Call
C.
Call
Answers
D.
Time
D.
Time
Answers
Suggested answer: D

When using a host block within a call flow, to what does the Provider

ID value refer?

A.
This is the caller's telephone number.
A.
This is the caller's telephone number.
Answers
B.
This is the license identifier of the Avaya Aura@ Contact Center (AACC) base Contact Center Manager Server (CCMS) license.
B.
This is the license identifier of the Avaya Aura@ Contact Center (AACC) base Contact Center Manager Server (CCMS) license.
Answers
C.
This is the SQL Statement ID set within the database integration wizard.
C.
This is the SQL Statement ID set within the database integration wizard.
Answers
D.
This is the HDX Connection Provider ID set within the database integration wizard.
D.
This is the HDX Connection Provider ID set within the database integration wizard.
Answers
Suggested answer: D

Explanation:

On the HDX Connection window, in the Provider ID box, type a provider identity number for the Web service. Reference:

https://downloads.avaya.com/css/P8/documents/101017353

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, and then resolve the differences so that both views contain the same data. Which view enables this feature?

A.
the Synchronization View
A.
the Synchronization View
Answers
B.
the Problems View
B.
the Problems View
Answers
C.
the Comparison View
C.
the Comparison View
Answers
D.
the Editor View
D.
the Editor View
Answers
Suggested answer: A

Explanation:

Reference: https://downloads.avaya.com/css/P8/documents/101059027

Which statement regarding scripts is true?

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

Explanation:

A primary script is executed or referenced in the Master script to perform a specific function. Primary scripts contain sets of instructions that relate to a particular type of call (sales), caller (nuisance), or set of conditions (time of day or day of week). A primary script can route calls to appropriately skilled agents, or it can send the control of routing to a secondary script.

Reference: https://btbusiness.custhelp.com/euf/assets/TelephoneSystems/CS1000/ContactCenter_Symposium/scripting_guide.pdf

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 works correctly in a loop.
A.
A Boolean variable works correctly in a loop.
Answers
B.
A Boolean variable can be used on a Master Script, a Primary Script or a Secondary Script.
B.
A Boolean variable can be used on a Master Script, a Primary Script or a Secondary Script.
Answers
C.
A Boolean variable is a variable of the type ON/OFF.
C.
A Boolean variable is a variable of the type ON/OFF.
Answers
D.
A Boolean variable is a variable of the type TRUE/FALSE.
D.
A Boolean variable is a variable of the type TRUE/FALSE.
Answers
Suggested answer: B, D

Explanation:

Values that can only be True or False are called Boolean values.

Reference: https://downloads.avaya.com/css/P8/documents/101017353

A customer with Avaya Aura@ Contact Center (AACC) Orchestration Designer wants to create an application flow that checks the following:

A.
Verify that the skillset is in service.
A.
Verify that the skillset is in service.
Answers
B.
Provide a recorded announcement if the skillset is not in service.
B.
Provide a recorded announcement if the skillset is not in service.
Answers
C.
Queue to the skillset if the skillset is in service.
C.
Queue to the skillset if the skillset is in service.
Answers
D.
Provide a recorded announcement for a welcome message.Which three flow blocks support these requirements? (Choose three.)
D.
Provide a recorded announcement for a welcome message.Which three flow blocks support these requirements? (Choose three.)
Answers
E.
Output
E.
Output
Answers
F.
Input
F.
Input
Answers
G.
Logic
G.
Logic
Answers
H.
Queue
H.
Queue
Answers
I.
Wait
I.
Wait
Answers
Suggested answer: A, C, D

Explanation:

Output block: A block that can play prerecorded prompts and variable values to a caller.

The logic block checks to see if the primary skillset is out of service. If the skillset is in service, the contact is queued. Reference:

https://downloads.avaya.com/css/P8/documents/101059027

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?

A.
the Contact Center Manager Administration View
A.
the Contact Center Manager Administration View
Answers
B.
the Synchronization View
B.
the Synchronization View
Answers
C.
the Contact Center View
C.
the Contact Center View
Answers
D.
the Local View
D.
the Local View
Answers
Suggested answer: C

Explanation:

The Contact Center Manager Administration Real-Time Reporting displays provide up-to-date statistics for your contact center and resources.

Reference: https://downloads.avaya.com/css/P8/documents/101017378


A customer with Avaya Aura@ Contact Center (AACC) has written a script application. The Problem View is showing a syntax error with the following area of script:

IF DAY OF WEEK EQUALS MONDAY…FRIDAY THEN

What is the correct syntax required for this application?

A.
IF DAY OF WEEK = MONDAY…FRIDAY THEN
A.
IF DAY OF WEEK = MONDAY…FRIDAY THEN
Answers
B.
IF DAY OF WEEK = MONDAY-FRIDAY THEN
B.
IF DAY OF WEEK = MONDAY-FRIDAY THEN
Answers
C.
IF DAY OF WEEK EQUALS MON…FRI THEN
C.
IF DAY OF WEEK EQUALS MON…FRI THEN
Answers
D.
IF DAYS OF WEEK EQUALS MONDAY…FRIDAY THEN
D.
IF DAYS OF WEEK EQUALS MONDAY…FRIDAY THEN
Answers
Suggested answer: A

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.
GIVE IVR WITH VXML TREATMENT
A.
GIVE IVR WITH VXML TREATMENT
Answers
B.
Service URI
B.
Service URI
Answers
C.
_c_play_and_collect
C.
_c_play_and_collect
Answers
D.
Numberofdigits
D.
Numberofdigits
Answers
E.
ASSIGN "please enter account number.wav"
E.
ASSIGN "please enter account number.wav"
Answers
Suggested answer: D
Total 65 questions
Go to page: of 7