Month End Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

GCX-GCD Questions and Answers

Question # 6

The application requesting to create a new user does not need a specific scope.

A.

True

B.

False

Full Access
Question # 7

Which type of request is sent to update all the participants’ state to disconnected

A.

GET

B.

PUT

C.

PATCH

D.

POST

Full Access
Question # 8

What type of trunk would you configure to connect to AudioCodes phones?

A.

WebRTC phone trunk

B.

Phone trunk

C.

External trunk

D.

Network interface trunk

Full Access
Question # 9

From the _______________ page, you can monitor the number of API requests in the built-in dashboard.

A.

Performance > My Performance

B.

Performance > Dashboards

C.

Performance > API Usage

D.

Performance > Bot Performance

Full Access
Question # 10

In Genesys Cloud CX, the term conversation is defined as an interaction between multiple participants over at least one media channel such as chat, phone, or email.

Each conversation contains the end-to-end data for all interactions between the participants.

A.

True

B.

False

Full Access
Question # 11

Which of the following applies to the Notifications API?

A.

The ping/pong messages will tell you if the socket is dropped or not.

B.

The ping message will tell you if the authentication token is expired or not.

C.

There is noping message for Notification APIs.

D.

The ping messages are for topic subscriptions.

Full Access
Question # 12

You can compare API version changes using the versioning page.

A.

True

B.

False

Full Access
Question # 13

Which of the following containers is used to create a new campaign?

A.

Scripts

B.

Schedules

C Campaign Dashboard

C.

Campaign Management

Full Access
Question # 14

For web chat, widget permissions must be assigned to the user.

A.

True

B.

False

Full Access
Question # 15

As the Genesys Cloud CX product grows, additions are made to the API to support new features in the form of new resources, new HTTP methods for existing resources, and so on.

When breaking changes are necessary, they are deferred to the next major revision of the API, whenever possible.

A.

True

B.

False

Full Access
Question # 16

While creating a query to fetch conversation data, and interval of up to _____ days can be applied for a query with no filter.

A.

7

B.

10

C.

30

D.

32

Full Access
Question # 17

The typing notifications can be sent to the chat window using a POST with the _______________.

A.

Member ID

B.

Conversation ID + Session ID

C.

Conversation ID + Member ID

D.

Conversation ID + Member ID +Session ID

Full Access
Question # 18

You can schedule a callback using a POST request to /api/v2/conversations/callbacks. The only required parameters when creating a callback are “callback number” and either “queueld” or “routingData”.

What is the difference between “queueld” and “routingData”?

A.

routingData can set the callbackScheduiedTime but not it queueld is used.

B.

queueld can set a list of phone numbers for the callback but not if routingData is used.

C.

queueld can be used for basic ACD routing to a queue, and routingData can be used for more advanced routing settings.

D.

routingData can be used for basic ACD routing to a queue and queueld can be used for more advanced routing settings.

Full Access
Question # 19

Where, in Genesys Cloud CX, can you search for people in your organization and add external contacts?

A.

Documents

B.

Activity

C.

Directory

D.

Location

Full Access
Question # 20

What type of Analytics API query would you use to determine how many interactions are ongoing/waiting right now as well as which agents are available?

A.

Conversation Detail Record query

B.

Conversation Aggregates query

C.

Flow Aggregates query

D.

Queue Observations query

Full Access
Question # 21

When you reply to an email message, you can attach a file to send with the email reply.

What is the maximum message size, including attachments? How can you work around this limitation?

A.

40 MB per message (after base64 encoding) with no workaround

B.

40 MB per message (after base64 encoding) You can work around this limitation by including links to large documents stored in Content Management.

C.

20 MB per message (after base64 encoding) You can work around this limitation by including links to any third-party cloud storage service.

D.

20 MB per message (after base64 encoding) You can work around this limitation by splitting the files and sending several email interactions.

E.

5 MB per message (after base64 encoding) with no workaround.

Full Access
Question # 22

John Smith developed a Genesys Cloud CX web application that is currently being used successfully by thousands of agents in North America at Global Software Company Recently, Global Software Company decided to deploy the solution for its agents in Europe However, agents are not able to log in.

What is likely to be the cause?

A.

The web app does not have an OAuth client created for that region.

B.

There is no client Secret associated to the OAuth client.

C.

The OAuth client does not have the required scope.

D.

The Client ID has expired.

Full Access