PEGACRSA80V1 Exam Questions
52 real PEGACRSA80V1 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
When developing a project with multiple applications to automate, how many developers do you assign to each application?
- Question #2Deploy
To run an RPA solution, the Robot must log in and register to the Pega server. You set the credentials for an RPA Robot by__________________________.
RPArobot credentialsruntime configurationlogin - Question #4
When performing application discovery, it is important that you ___________________ and _________________. (Choose Two)
- Question #5
The business requirement states that the solution is triggered from a screen pop-up when a new phone call is delivered to the user. When you develop the solution to handle this aut...
- Question #6Plan
Application Discovery is a process that involves interrogating an application to ___________and___________. (Choose Two)
application discoveryRPAcontrol translatorsautomation - Question #7
The business requirement states that the user performs a search in a web application. How do you order the automation steps to perform this search?
- Question #8
The requirement is to get the text from a specific application (MyApp.exe) using the Control Region functionality. How do you set the OpenSpan.ini configuration setting?
- Question #9
During application discovery, it is important that you_____________.
- Question #10Plan
Which of the following is important to know when performing application discovery?
application discoveryRPAmultiple instancesplanning - Question #11Deploy
Where are the message definitions for the MessageManifest component defined?
MessageManifestproject propertiesmessage definitionscomponent configuration - Question #12
The following Context variables are defined m the Interaction.xml of the solution. <Context> <Value Name="GroupID" Type="String" Default="XKY12345"/> <Value Name="Procedures" Type=...
- Question #13
Pega Robotic Coding Standards require proper naming conventions and organization of project com have added the _CRM_GC project item to the CRMPrj. Which three components belong in...
- Question #14
You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging...
- Question #16
A user accesses 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 t...
- Question #17
The requirement is to get an item from an Outlook Mail Collection. If there is an exception, retry the Getltem twice. The following graphics show the automation and the property gr...
- 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...
- 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...
- Question #20
Which line of code do you use in a script designer to add a custom message to the Runtime application logs?
- Question #21
Based on best practices for naming standards and project layout, which three items are located in the root folder of an adapter project? (Choose Three)
- Question #23
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 p...
- Question #24
The business requirement 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 automa...
- Question #25Pega Robot Studio
A solution is ready for deployment and you are cleaning up all breakpoints in the automations for each project. Given the following options, in which two ways can automation breakp...
breakpointsdebuggingautomation cleanupProject menu - Question #26
Which log category do you enable to create a replica of what you see within the emulator in the RuntimeLog?
- Question #27
RuntimeLogs can be enabled immediately at runtime if the user_____________.
- Question #28
While examining a RuntimeLog file, you come across an exception. What is the correct statement for responding to the exception?
- Question #29
Lines in the RuntimeLog containing the text "ExecutionLink From:" refer specifically to what item from your solution?
- Question #30
In which two ways do the two publishers, Log4Net and File Publisher, differ? (Choose Two)
- Question #31
You are working on a multi-developer automation project that is currently going through UAT. A tester reports that an automation fails after a certain number of attempts. The teste...
- Question #34
Runtime produces an error when debugging a solution. The error message references that a control does not have the necessary value to complete an activity. The control depends upon...
- Question #35
You receive an error in an automation on the fourth iteration when processing a ForLoop. From the ForLoop component, you put a breakpoint on the Yielded execution link. How do you...
- Question #36
You are creating an automation for a form on a web application. Your automation enters data when the web page matches. The web application form contains several web controls, which...
- Question #37
Which step allows you to add a Watch to an automation variable?
- Question #38
You have completed your solution design. The customer installed the Robotic Automation Runtime software on the agent's desktop. The customer is ready to unit test your solution, bu...
- Question #39
You are working on a team project. Your team has documented the solution release notes in a separate text file. The customer has requested to have the release notes included with e...
- Question #40
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 w...
- Question #41
After you have interrogated the fright status page for ABC Airlines, the control hierarchy is displayed as follows: Within the adapter's .os file, the formFlightStatus contains two...
- Question #42
You are required to interrogate a text-based adapter. You added the Windows-based emulator/application (Extra.os) and the WinHIIPI text adapter (WINHLLAPI.os) to the project. What...
- Question #43
In a Java application, you click a button to load a grid. The grid loads as a separate process under the Java application. Which property allows you to interrogate the grid?
- Question #44
You are asked to develop a solution where one of the applications is a Citrix-published application. The published application is a Windows application. What two pieces of informat...
- Question #46
You interrogated a web application. All controls and objects matched, and the automations worked as coded. During the pilot, the solution failed on the web application. The IT depa...
- Question #47Pega Robotic Automation
In the RuntimeConfig.xml is the following key: <add key="OfficeVersion" value="2003"/>. With the key set with the value above, what happens when the Robotic Automation Runtime is l...
RuntimeConfig.xmlOffice DLLsruntime configurationOfficeVersion key - Question #48
The HR application you are working with supports simultaneously loading and viewing multiple customer account windows. Which approach supports the integration and automation of mul...
- Question #49
You have a requirement that must return the OrderDate, OrderStatus, and OrderAmount for all orders for a given customer account in a SQL database. How should the SQL query be speci...
- Question #50
Which web interrogation option supports Internet Explorer browser version independence?
- Question #51
You created an integration between Pega Platform and Robotic Automation Studio using a robot activity called robDisputeR performs a search by the account number or transaction ID....
- Question #52
Before you interrogate any element on a screen or partial screen, you must save the first interrogated element as a___________.
- Question #54Pega Robot Studio
You are required to delete a file from the user's C drive. This file may not always be present. The requirements state that you may not use a script component to perform this opera...
Toolbox customizationGlobal Assembly Cachefile existence checkPega Robotics Static Members - Question #55
Which three options are valid properties of the highlighted object? (Choose Three)
- Question #56Pega Robotic Automation
The customer may use either Pega Robotic Automation Deployment Portal or Robot Manager and wants to use the Security Token Server provided by Pega for single sign-on. What configur...
SSOSecurity Token ServerCommonConfig.xmldeployment configuration - Question #58Pega Robot Studio
What are two valid steps to add the custom .NET component to a solution? (Choose Two)
custom .NET componentToolboxDLL integrationsolution setup