Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Pegasystems PEGAPCRSA80V1_2019 Practice Exam with Questions & Answers | Set: 2

Questions 11

Pega Robot Studio provides five rules on how to differentiate between cloneable application objects when using key assignments in automations. The first rule states that an event creates the instance to set the context of a cloneable object. The remaining four rules state the requirements for a key assignment.

In the Answer Area, determine if each rule description requires a key assignment.

PEGAPCRSA80V1_2019 Question 11

Options:
Pegasystems PEGAPCRSA80V1_2019 Premium Access
Questions 12

Your log on automation is failing and you cannot proceed because the Submit button is not enabled. After searching the HTML code, you discover that the Submit button is enabled only after the Password field experiences a key press.

How do you resolve the automation issue?

Options:
A.

On the Password field, add an Enabled property and set it to True.

B.

On the Password field, add a RaiseEvent method with onkeypress.

C.

On the Submit button, add a Disabled property and set it to True.

D.

On the Submit button, add a RaiseEvent method with onkeypress.

Questions 13

Your Pega Robot Manager indicates that one of your robots has an unhealthy status and has failed several assignments.

What is the first step in troubleshooting an unhealthy robot?

Options:
A.

Open the Developer Toolbar and use the Tracer to review a log of all the robot’s actions.

B.

Modify the File Publisher Diagnostics settings to review a studio log of all the robot’s actions.

C.

Open the Developer Toolbar and use the Clipboard tool to review the data available in the pyWorkPage.

D.

Confirm that the File Publisher Diagnostics settings are enabled and review a run-time log of all the robot’s actions.

Questions 14

To modify an object’s default properties before use in a project, which setting must be updated?

Options:
A.

Naming Rules

B.

Prefix Types

C.

Type Prefixes

D.

Type Name

Questions 15

You have completed your solution design. The customer installed the Pega Robot Runtime software on the agent’s desktop. The customer is ready to unit test your solution, but wants the Runtime executable to automatically launch the new robotics solution.

How do you fulfill this request?

Options:
A.

Edit the StartupProject key in the RuntimeConfig.xml by setting the value to the file location of the .openspan file.

B.

Edit the StartupProject key in the StudioConfig.xml by setting the value to the file location of the .openspan file.

C.

Edit the StartProject key in the StudioConfig.xml by setting the value to the file location of the .manifest file.

D.

Edit the StartProject key in the RuntimeConfig.xml by setting the value to the file location of the .diagnostics file.

Questions 16

You are debugging a script component for your project. When the automation executes your script, the intended result does not occur. You suspect that one or more variables within your script are not being set to the proper value. Your version of Pega Robot Studio does not support the use of breakpoints within the script designer.

In what two ways can you debug the script? (Choose two.)

Options:
A.

Enable Runtime logging and enter a diagnostic message to log the variable values during script execution.

B.

Add a breakpoint before calling the script so that you can assign a watch for the variable(s) used within the script.

C.

Check with the Support team to upgrade Robotic Automation Studio to the version which contains script debugging.

D.

Modify the script so that the variable values are returned in the automation.

Questions 17

You are using the Interaction framework for your project solution.

Where in the solution do you add an Interaction Manager component?

Options:
A.

In the project configuration file.

B.

As a local component of the automation.

C.

In the global container of the project.

D.

As a global component of the automation.

Questions 18

You are responsible for sending the deployment package to the customer. You are required to build your solution to work with the test and production HR systems. The customer only wants to create one solution that can work with both environments.

How do you fulfill this request?

Options:
A.

Add two adapters to the HR Project: One adapter for production and one adapter for test.

B.

Add two configuration files to the HR System project: One configuration file for production and one for test.

C.

Add one configuration file to the HR System project; the configuration file contains the production and test details.

D.

Add two projects to the solution: One project for production and one project for test.