Pegasystems PEGACRSA80V1 Exam Practice Questions (P. 4)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
A user access an HTML table with an undefined number of rows and then searches the table to find the row needed to complete the process. You must automate the search and return the result to the user. Which two coding options are available to create the automation? (Choose two.)
- ATableView component
- BLookupTable component
- CForLoop component
- DQuery on a dataCell
Correct Answer:
BD
BD
send
light_mode
delete
Question #17
The requirement is to get an item from an Outlook Mail Collection. If there is an exception, retry the GetItem twice.
The following graphics show the automation and the property grid for the Catch block. How do you code the requirement?

A.

B.

C.

D.
The following graphics show the automation and the property grid for the Catch block. How do you code the requirement?

A.

B.

C.

D.
send
light_mode
delete
Question #18
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?
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?
- ATalk with the management team about the existing application bar behavior and user error at the company
- BHide the application bar as soon the user clicks one of the buttons, and allow the application bar to reappear once the automation completes.
- CAfter the initial click, disable the application bar buttons, display an automation progress bar, and then re-enable the buttons once the automation completes.
- DModify the automations so that they display a full message using the MessageManifest hen the automations complete.
Correct Answer:
C
C
send
light_mode
delete
Question #19
Procedure automations should return values needed elsewhere in the application with the Exit Point(s) instead of using global values.
What are the two reasons for returning values within a procedure automation's Exit Point? (Choose two.)
What are the two reasons for returning values within a procedure automation's Exit Point? (Choose two.)
- AThe design provides for smaller, manageable automations
- BThe values are scoped to the automation so they do not need to be cleared after execution
- CThe solution design document determines the use of exit points and values
- DThe outcome can be trusted because it cannot be overwritten by an automation on another thread.
Correct Answer:
AB
AB
send
light_mode
delete
Question #20
Which line of code do you use in a script designer to add a custom message to the Runtime application logs?
- AOpenSpan.Diagnostics.Diagnostic.TraceVerbose("Script","your message");
- BLogMessage("Script","Your Message");
- COpenSpan.TraceVerbose("Script","your message");
- DPega.Diagnostic.TraceVerbose("Script","your message");
Correct Answer:
A
A
send
light_mode
delete
All Pages