Pegasystems Certified Pega Robotics System Architect 22 - PEGACPRSA22V1 模擬練習

While interrogating a web application, you discover a hidden menu item: AddressType. The AddressType menu item activates when the pointer hovers over the control, and the menu displays a drop-down list.
Which two options can you use to interrogate this hidden drop-down list control? (Choose Two)

正解: C,D
解説: (PassTest メンバーにのみ表示されます)
When interrogating a single-page web application, you need to create a container for the logical page view.
You decide to use the Select Element in the Interrogation Steps list, move the options to the Ordered Interrogation Steps column and place them in the correct order.
正解:

Explanation:

When interrogating a single-page web application (SPA), controls often reside within dynamic DOM regions or logical page views that reload content without changing the page URL.
To effectively interrogate such controls, developers must create containers that define a logical grouping for the dynamic content-allowing Pega Robot Studio to maintain proper context when referencing those controls.
According to the Pega Robotics System Design and Implementation Guide, section "Interrogating Single- Page Web Applications":
"When interrogating single-page web applications (SPA), developers must first create a container that represents the logical view within which controls exist.
* Navigate to the page or view where the target control appears.
* In the Interrogation Form, select Select Element to enable control selection mode.
* Use the Bullseye tool to highlight and select the control or parent HTML element.
* From the list of detected controls, choose the desired control to bind.
* Click Create Container to define the logical page grouping for the interrogated control.
* Click Close to exit the dialog once the container has been successfully created." Detailed Step Reasoning:
* Navigate to the view that contains the control.
* Ensures that the desired control is visible within the web application's dynamic content area.
* On the Interrogation Form, select the Select Element interrogation option.
* Activates the Select Element mode, allowing you to interrogate web-based elements precisely.
* Drag and drop the bullseye icon to the control.
* Highlights the specific control in the web application that you want to interrogate.
* Select the control from the list.
* Confirms which element to bind from the list of detected elements in the DOM.
* Click Create Container.
* Creates a container object in the automation hierarchy that represents the logical view of the web application (essential for SPAs).
* Click Close to close the dialog box.
* Completes the interrogation process and finalizes the container creation.
Final Ordered Steps:
Order
Interrogation Step
1
Navigate to the view that contains the control.
2
On the Interrogation Form, select the Select Element interrogation option.
3
Drag and drop the bullseye icon to the control.
4
Select the control from the list.
5
Click Create Container.
6
Click Close to close the dialog box.
Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Interrogating Single-Page Applications and Creating Logical Containers section (Pega Robotics 19.1 and later).
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 the completion of a second activity in another project to provide its value.
Which two debugging options provide a benefit when referencing threads for issue resolution? (Choose two.)

正解: A,B
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.
正解:

After setting up Start My Day, the end user makes some changes in the Manage Applications window to prioritize and manage the applications configured to launch using the Start My Day functionality.

Which of the following applications does the user see on the desktop after using the Start My Day functionality?

正解: A
You are assigned to develop a set of activities by using a popular HR application. The application loads automatically after you start interrogation from Pega Robot Studio, but you notice that you are unable to use the bullseye on the Robot Studio Interrogation Form to drag and drop over the desired controls.
Why are you unable to interrogate the desired application controls?

正解: D
解説: (PassTest メンバーにのみ表示されます)