Genesys Cloud CX: Scripting Certification GCX-SCR Exam Practice Test

Page: 1 / 14
Total 60 questions
Question 1

You are an outbound admin and required to configure a script to allow agents to create a contact in the contact list. Select the correct sequence.

1) Associate a contact list with the script.

2) Create a Script.

3) Invoke the "Outbound Create Contact" action with appropriate variables.

4) Enable Outbound features.



Answer : A

To configure a script that allows agents to create a contact in the contact list in Genesys Cloud CX, the following sequence should be followed:

Create a Script: Start by creating a new script that will serve as the framework for the agent's interaction.

Enable Outbound features: Before the script can interact with outbound services, outbound features must be enabled in the script settings.

Associate a contact list with the script: The script needs to be associated with a specific contact list to ensure that contacts can be added directly to the correct list.

Invoke the 'Outbound Create Contact' action with appropriate variables: Finally, add the 'Outbound Create Contact' action to the script and configure it with the appropriate variables to capture the necessary contact details from the agent.

This order ensures that the script is correctly set up to interact with the contact list and allows agents to add new contacts as needed.


Genesys Cloud CX Scripting Documentation.

Question 2

What property should you enable for a variable whose value is to be saved to external storage?



Answer : C

When you want to save a variable's value to external storage in Genesys Cloud CX, you should enable the Output property for that variable. The Output property designates that the value of the variable can be exported or sent out of the current script, which is necessary for saving data to external systems like a CRM or database.

This setting is crucial for ensuring that data collected or processed in the script is correctly passed on to other systems for further use.


Genesys Cloud CX Scripting Variables Documentation.

Question 3

Which of the following attributes ensure that the interactions are routed to the most qualified agent? (Choose two.)



Answer : A, C

The attributes Languages and Skills are essential in ensuring that interactions are routed to the most qualified agent in Genesys Cloud CX.

Languages: This attribute ensures that interactions are routed to agents who can communicate in the customer's preferred language, enhancing the customer experience by providing language-appropriate service.

Skills: This attribute ensures that the interaction is handled by an agent who has the necessary skills to resolve the customer's issue effectively. Skills might include technical expertise, product knowledge, or specific customer service abilities.

These attributes are crucial in ACD (Automatic Call Distribution) configurations, where the goal is to match customers with agents who are best equipped to meet their needs.


Question 4

Using the _____ action in scripts, you can temporarily stop recording the interaction.



Answer : B

The Secure Pause action in Genesys Cloud CX is used to temporarily stop the recording of an interaction, particularly when sensitive information, such as payment details, is being collected. This action is essential for compliance with data protection regulations like PCI-DSS, ensuring that sensitive data is not recorded or stored.

Using Secure Pause ensures that the recording is automatically resumed after the sensitive information has been captured, maintaining the integrity of the interaction while protecting customer data.


Question 5

Identify the template that contains one or more visual components that you can insert into a script page.



Answer : C

In Genesys Cloud CX, a Component Template contains one or more visual components that can be inserted into a script page. These templates are designed to provide reusable UI elements that can be consistently applied across different scripts. Using component templates helps in maintaining uniformity and speeding up the script creation process by allowing script designers to easily drag and drop pre-defined components into their scripts.

Component templates can include items such as buttons, text fields, and other interactive elements that are commonly used within the scripts.


Question 6

Using the ___ action in the call flow, you can transfer data to Scripts.



Answer : C

In Genesys Cloud CX, the Set Participant Data action is the correct choice for transferring data to scripts during a call flow. This action allows you to set specific data attributes for the participant (such as a customer or agent) that can then be accessed by scripts running during the interaction.

The Set Participant Data action is typically used to pass information gathered during an interaction, such as caller input or data fetched from external sources, so that it can be used in scripts to customize the experience further. This is crucial for dynamic and personalized script content based on the interaction context.

For more details, you can refer to the Genesys Cloud CX documentation on call flows and scripting, which explains how to use the Set Participant Data action effectively in various scenarios.


[Genesys Cloud CX Call Flow Documentation]

[Genesys Cloud CX Scripting Documentation]

Question 7

Debbie is the admin for two Genesys Cloud CX organization(s) (Org A and Org B) and is responsible for creating scripts. Both organizations have similar script layout(s). Select the correct statement that applies to this scenario.



Answer : C

In Genesys Cloud CX, when managing multiple organizations with similar script layouts, you can export scripts from one organization and import them into another. This process allows you to maintain consistency across organizations without having to recreate the scripts from scratch.

Exporting Scripts: This involves saving the script from Org A in a format that can be transferred.

Importing Scripts: You can then import the saved script into Org B, ensuring that the script's layout, components, and logic are retained.

This method is highly efficient for administrators managing multiple organizations with similar needs.


Genesys Cloud CX Scripting Documentation.

Page:    1 / 14   
Total 60 questions