DRAG DROP
When interrogating a Windows control, the drag and drop Default interrogation method does not work. You decide to use the Create Control option to interrogate the control. From the Interrogation Steps list, move all of the options to the Ordered Interrogation Steps column and place them in the correct order.
Select and Place:
DRAG DROP
Pega Robot Studio produces several log files during the opening, building, debugging, and deployment of a solution. In the Answer Area, drag the description of the log file on the left to its correct log file name.
Select and Place:
Select two statements that correctly describe adapters. (Choose two.)
A. Adapters have accessible properties, methods, and events that launch, monitor, and expose enterprise applications for automation.
B. An adapter allows users to integrate with an application built on a specific platform.
C. An adapter orchestrates the deployment of a robotic solution and monitors the robots of the robot worker pool.
D. An adapter integrates with Windows applications by using a self-hosted REST service through application JavaScript.
There are two basic types of automations: events and procedures.
Which three statements describe a procedure automation? (Choose three.)
A. It performs business logic and may interact with applications.
B. It is triggered by a user or application action.
C. It may contain more than one starting block.
D. It contains an entry point and should contain at least one exit point.
E. It should return a string value for messaging.
The following Context variables are defined in the Interaction.xml of the solution.
An automation creates an interaction and later sets the following values for Procedures and HasBeenPaid.
When the agent finishes the call, an automation clears the context variables using ClearContext.
What is the state of the HasBeenPaid variable at this point?
A. The value of HasBeenPaid is now True.
B. The value of HasBeenPaid is now False.
C. The value of HasBeenPaid is now null.
The business requirement states the solution should update and save the address to all applicable applications in the solution. The interaction configuration file is already configured with the SaveAddress activity. You are now ready to add an Activity component to a project using standard naming conventions.
Which option meets the requirement for configuring the Activity component?
A. Option A
B. Option B
C. Option C
D. Option D
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 department had released a new version of the web application. Upon review of the new version, you determined that the web page hierarchy changed.
Which interrogation option do you use to correct the solution?
A. Debug Matching
B. Replace Control
C. Default
D. Select Element
During project testing, an issue requires you to add a diagnostic log component to track the log files to help determine a resolution. After testing, you decide not to remove the diagnostic log component from the automation and decide to simply turn off the log component.
Which diagnostic log component setting allows you to turn the logging component off temporarily?
A. Setting the Category to Off
B. Setting the Mode to Off
C. Setting Type to Off
Which step allows you to add a Watch to an automation variable?
A. Right-click the execution link (yellow execution line) coming from the variable, and select Add Watch.
B. Right-click the data link (blue propagate line) coming from the variable, and select Add Watch.
C. Right-click the incoming/outgoing execution port (yellow dot) of the variable, and select Add Watch.
D. Right-click the input/output data port (blue dot) of the variable, and select Add Watch.
To modify an object's default properties before use in a project, which setting must be updated?
A. Naming Rules
B. Prefix Types
C. Type Prefixes
D. Type Name