Pegasystems PEGAPCRSA80V1_2019 Pega Certified Robotics System Architect (PCRSA) 80V1 2019 Online Training
Pegasystems PEGAPCRSA80V1_2019 Online Training
The questions for PEGAPCRSA80V1_2019 were last updated at Feb 08,2025.
- Exam Code: PEGAPCRSA80V1_2019
- Exam Name: Pega Certified Robotics System Architect (PCRSA) 80V1 2019
- Certification Provider: Pegasystems
- Latest update: Feb 08,2025
You created an RDA solution for a company that uses an application bar with various buttons that trigger robotic automations. Some of the users complained that the application bar often locks up during automation processing. Others complained that the automations enter the same data two to three times each iteration.
You suspect that the users are triggering the crashes and duplicate automation behavior by double-clicking the buttons on the application bar.
How do you resolve the situation?
- A . Hide the application bar as soon as the user clicks one of the buttons, and allow the application bar to reappear once the automation completes.
- B . After the initial click, disable the application bar buttons, display an automation progress bar, and then re-enable the buttons once the automation completes.
- C . Talk with the management team about the existing application bar behavior and user error at the company.
- D . Modify the automations so that they display a full message using the MessageManifest when the automations complete.
You have extracted a proxy for a data set and are using it to pass the data into a procedure automation input parameter. In the procedure automation, the data link from the input parameter is not connecting to the stringValue on a stringUtils method.
What two troubleshooting steps do you perform to correct the issue? (Choose two.)
- A . Confirm the proxy data in a messageDialog.
- B . Confirm the stringUtils method works.
- C . Confirm the data type on the procedure automation input parameter.
- D . Confirm the proxy’s data type matches with the stringUtils method.
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?
- 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.
DRAG DROP
In the Answer Area, drag each use case on the left to the correct Toolbox item.
After setting up Start My Day, the end user makes some changes in the Manage Applications window to prioritize and manage the applications configured to launch using the Start My Day functionality.
Which of the following applications does the user see on the desktop after using the Start My Day functionality?
- A . ACMESearchSystem, Notepad++, BankerInsight
- B . CRM, BankerInsight
- C . ACMESearchSystem, CRM, Notepad++, BankerInsight
- D . CRM, Notepad++, BankerInsight
The variable varInput is a String that holds the value What is the output?
What is the outcome of the above automation?
- A . An exception is thrown.
- B . The variable varOutput ends with C.
- C . The variable varOutput ends with A.
- D . The variable varOutput ends with B.
The following image shows a Message Definitions configuration.
Which option is the correct representation of the message configuration settings?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
The business requirements states that the login automation creates a Success or Failed response when attempting to log in to the finance application. If a failure occurs, the automation should pass a message code with the Message Manifest before exiting the automation.
Which image represents the exit logic?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
In an automation that contains an ExcelRange component, you make a change to the data within the range, and you want to save those changes to the Excel file on disk.
Which of the following statements is valid?
- A . Call the Commit method of ExcelRange component and then Save on the ExcelConnector.
- B . The changes save to the Excel file automatically.
- C . Call the Commit method of the ExcelConnector and reload the Excel file.
- D . Call the Save method of ExcelConnector and reset the state of Excel file.
Which two statements about Label/Jump To functionality are true? (Choose two.)
- A . It allows you to pass variables to different automations of the same project.
- B . It allows you to connect with other automations in the project.
- C . It allows you to pass variables to different parts or workflows of the same automation.
- D . It allows you to keep automations organized and aids in debugging.