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

Easiest Solution 2 Pass Your Certification Exams

3312 Avaya Aura® Contact Center Administration Exam Free Practice Exam Questions (2025 Updated)

Prepare effectively for your Avaya 3312 Avaya Aura® Contact Center Administration Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 1
Total 66 questions

You are building a new call flow that will use hold music, that is stored on the Avaya Aura® Media Server (AAMS), while calls are waiting in queue. You created your music folder on AAMS and uploaded the music files to the music folder in the AAMS server successfully.

What needs to be done in the Contact Center Manager Administration (CCMA) server to allow the music to be used in the new call flow?

A.

Create a new music skillset.

B.

Create a route with the name of the music content group on AAMS.

C.

Create a new music Call Presentation Class.

D.

Create a new music Control Directory Number (CDN).

A supervisor with Administrator user privileges wants to be able to manage voice prompts and music on the Avaya Aura® Media Server (AAMS).

Through which Launchpad item can this be accomplished?

A.

Call Recording and Quality Monitoring

B.

Prompt Management

C.

Configuration

D.

Access and Partition Management

A customer using CTI to provide screen pops to the agent requires a four second delay inserted before a call is presented to the agent's telephone.

Which Call Presentation Class option would be used to accomplish this task?

A.

Call Force Delay

B.

Return to Queue

C.

After Call Break for N seconds

D.

Put DN on hold to answer call

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)

A customer with Avaya Aura Contact Center wants to see in a report the percentage of calls being answered in the automotive skillset in 20 seconds or less. What would need to be programmed to obtain this data?

A.

Create an application threshold class, set the Level 1 %Servlce_Level_S Threshold to 20, the Level 2 %Servlce_Level_S threshold to 30, and assign the threshold class to the automotive ski 11 set.

B.

Create a skillset threshold class, set the Level 1 %Service_Level_S Threshold lo 10, the Level 2% Service_Level_S Threshold to 20 and assign the threshold class to the automotive skillset.

C.

Create an application threshold class, set the Level 1 Service Level Threshold to 20, and assign the threshold class to the automotive skillset.

D.

Create a skillset threshold class, set the Level 1 Service Level Threshold to 20, and assign the threshold class to the automotive skillset.

The manager of the Customer Service Department wants calls into the Customer Service Application to be answered in 20 seconds or less, and wants to see what percentage of calls are meeting this objective by watching real-time displays.

Where would the Contact Center Manager Administration (CCMA) establish this 20 second cutoff point?

A.

Historical Statistics

B.

Real Time Statistics

C.

Real Time Reporting

D.

Application Threshold Class

A customer with Avaya Aura® Contact Center (AACC) wants to create variables for use in script and flow applications.

What are the limitations of creating global and call variables?

A.

maximum 200 global variables, no stated maximum to call variables

B.

maximum 100 global variables, maximum 100 call variables

C.

no stated maximum to global variables, maximum 500 call variables

D.

maximum 1000 global variables, maximum 300 call variables

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.

A customer with Avaya Aura® Contact Center (AACC) has opened the Skillset View in the Contact Center Management component.

Which task can be performed from this view?

A.

Create a new skillsets.

B.

Delete a supervisor.

C.

Add a skillset to a script.

D.

Schedule an Agent to Skillset assignment.

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.

EVENTHANDLER

EVENT MUSIC ONHOLD

GIVE MUSIC 30

END EVENT

QUEUE TO SKILLSET automotive

WAIT 2

GIVE RAN15

GIVEMUSIC 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

Given the following namespace:

mycustomer.com

| en_us

| ad_hoc_messages

| music_on_hold

| out_of_hours

To enable in-queue announcements to be played, into which content group would the prompts be uploaded?

A.

out_of_hours

B.

music_on_hold

C.

ad_hoc_messages

D.

en_us

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.

Call

B.

Skillset

C.

Time

D.

Traffic

A supervisor with read/update/create/delete skillsets capability is trying to delete a skillset from the skillset page under the Configuration component.

The error message indicates that the skillset is in use and must be removed from anything referencing it, before it can be deleted from Contact Center Manager Server (CCMS).

Which two places should the supervisor look for these references? (Choose two.)

A.

Real Time Statistics > Skillset Statistics

B.

Historical Statistics > Parameters

C.

Contact Center Management > Agent Definition

D.

Orchestration Designer > Scripts and Flows

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

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.

Queue Block

B.

Logic Block

C.

Treatment Block

D.

Anchor Block

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..FR1DAY THEN

What is the correct syntax required for this application?

A.

IF DAYS OF WEEK EQUALS MONDAY..FRIDAY THEN

B.

IF DAY OF WEEK EQUAI S MON..FRI THEN

C.

IF DAY OF WEEK - MONDAY FRIDAY THEN

D.

IF DAY OF WEEK = MONDAY..FRIDAY THEN

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

Which three statements regarding the Local View are true? (Choose three.)

A customer with Avaya Aura® Contact Center (AACC) wants to create a script in the Local View.

A.

The Local View can be populated with Contact Center View data.

B.

Application Manager Data added to the Local View is automatically updated in the Contact Center View.

C.

The Local View can be launched as a stand-alone option from an executable on a user's machine.

D.

By default, when the Local View is initially opened it includes the same data as the Contact Center View.

E.

New applications created In the Local View may be added to the Contact Center View using the Synchronization View.

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

Page: 1 / 1
Total 66 questions
Copyright © 2014-2025 Solution2Pass. All Rights Reserved