Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Avaya 3312 - Avaya Aura® Contact Center Administration Exam

Page: 1 / 2
Total 66 questions

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

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

A supervisor with administrative user privileges requires access to create and delete skillsets through the configuration component.

Where are the create and delete permissions assigned?

A.

Report Groups

B.

Access Class

C.

Launchpad Items

D.

Standard Partition

E.

User Defined Partition

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?

A.

Input

B.

Treatment

C.

IVR

D.

Output

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

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.

Logic

B.

Processing

C.

Queue

D.

Setup

When more than one agent is available to receive a call, the agent with the highest priority in the skillset will receive the call. If more than one agent has the highest priority, the customer would like the call to be presented to the agent who has been idle the longest since their last Automatic Call Distribution/Control Directory Number (ACD/CDN) call.

Where is this parameter configured?

A.

Real Time Statistics > Agent Statistics

B.

Historical Statistics > Parameters

C.

Skillset Definition > Call Age Preference

D.

Global Setting > Agent Order Preference

Refer to the exhibit.

According to the User Definition for Susan Gordon shown in the exhibit, which statement regarding her capabilities is correct?

A.

Susan can change her user name and password.

B.

Susan can bulk load data through the Configuration spreadsheets.

C.

Susan will have access to Real Time Reporting on her launchpad.

D.

Susan can add, delete, and edit Control Directory Numbers (CDN).

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