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.
F. Verify the match rules on all interrogated controls.
Incorrect. This is performed after interrogation, not during discovery.
Final Correct Answer: A, C, E
[Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Application Discovery and Adapter Configuration Planning section (Pega Robotics 19.1 and later)., ]