Which two statements are valid for the given automation? (Choose two.)

When evaluating business requirements and reviewing each application in a project, before you interrogate the application, what three actions do you perform during application discovery? (Choose Three)
Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
Application Discovery is the initial phase in Pega Robotics project development where developers analyze target applications before interrogation. The goal is to understand how each application behaves, what technology it uses, and how it interacts with other systems.
According to the Pega Robotics System Design and Implementation Guide, section ''Application Discovery and Analysis Before Interrogation'':
''Before interrogating applications, conduct application discovery to ensure that automations can be designed effectively.
During discovery, developers should:
Determine the type and technology of each application (web, Windows, Java, or text-based).
Verify how each application is launched and operates outside Robot Studio to ensure accessibility.
Identify how many instances of each application the user accesses concurrently.
Observe dependencies or interactions between applications for orchestration planning.''
Detailed Reasoning:
A . Verify the number of application instances accessed by the user simultaneously.
Correct. This ensures that the automation can handle multiple instances (e.g., several browser windows or desktop clients).
C . Verify how the application opens outside of Pega Robot Studio.
Correct. Understanding launch methods (desktop shortcuts, URLs, credentials) helps configure adapters correctly.
E . Identify the technology on which the application is built (web, Windows, text).
Correct. This determines which adapter type (Web, Windows, or Text adapter) to configure in the project.
Incorrect Options:
B . Verify that the automation works as intended.
Incorrect. This happens after interrogation during testing, not during discovery.
D . Verify the interactions between all applications in the project.
Partially correct but not part of the discovery phase---it's addressed in the design phase.
F . Verify the match rules on all interrogated controls.
Incorrect. This is performed after interrogation, not during discovery.
Final Correct Answer: A, C, E
Extracted and verified from Pega Robotics System Design and Implementation Guide, Application Discovery and Adapter Configuration Planning section (Pega Robotics 19.1 and later).
You are testing an automation that retrieves customer data from an application based on a customer number. The automation falls and displays the following error:

Which two automations show valid breakpoint placement for debugging this automation error? (Choose Two)
A)

B)

C)

D)

E)

To diagnose a failure occurring on a link from a control's Properties call to a String service's Equals(), you must place breakpoints on the event links immediately before the failing link so you can inspect the values being passed (for example, the account number) and confirm whether a null is being propagated.
Pega Robot Studio debugging guidance:
''Breakpoints can be set on event links to pause execution at specific steps in an automation. During a paused state, developers can inspect the values on connected data ports to determine whether null or unexpected values are being passed to the next step.''
''Place breakpoints upstream of the failing event to verify the value retrieved from a control (for example, via a Properties call) before it is sent into a service method (such as Equals).''
Option A shows a breakpoint on the event path feeding the Properties block and another just before the segment that calls Equals(). This allows you to stop exactly where the input to Equals(string2) would be evaluated and verify whether it is null.
Option C also places a breakpoint directly on the event link leading into the Properties/Equals segment, which is the correct spot to pause and inspect the data value before the comparison occurs.
Options B, D, and E place breakpoints either too early (not reaching the Properties/Equals path yet) or on unrelated branches, which won't reliably expose the null value being passed into IStringService.Equals().
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?
You have completed your development for the DisputeTransaction.pega project. The enterprise installs the Pega Robot Runtime software on the agent's desktop. The enterprise is ready to unit test your solution but wants the Runtime executable to automatically launch the new project.
What do you configure to fulfill this request?
A. Edit the setting in the PegaStudioConfig.xml by setting the value to the file location of the .pega file. B. Edit the setting in the PegaRuntimeConfig.xml by setting the value to the file location of the .pega file. C. Edit the setting in the CommonConfig.xml by setting the value to the file location of the .pega file. D. Edit the setting in the DisputeTransaction.pega by setting the value to the file location of the .pega file.
Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
The PegaRuntimeConfig.xml file defines environment-specific configurations for the Pega Robot Runtime application. To automatically launch a robotic solution (.pega file) when Runtime starts, you must configure the Startup Project path inside this XML file.
According to the Pega Robotics System Design and Implementation Guide, section ''Configuring Pega Robot Runtime for Automatic Project Launch'':
''To make Pega Robot Runtime automatically load and execute a robotic solution at startup, modify the PegaRuntimeConfig.xml file. Within this file, specify the absolute path of the solution's .pega file under the <StartupProject> element. When Pega Robot Runtime is launched, it reads this configuration and automatically opens the specified project.''
Detailed Reasoning:
Alaine
9 days agoMoon
16 days agoNarcisa
23 days agoShawn
1 month agoVerdell
1 month agoLenora
2 months agoTammara
2 months agoMarylyn
2 months agoCassi
2 months agoShasta
3 months agoColeen
3 months agoArminda
3 months agoSelma
3 months agoAntione
3 months agoJestine
4 months agoRosio
4 months agoJohnson
4 months agoEssie
4 months agoWai
5 months agoMargret
5 months agoThad
5 months agoCammy
5 months ago