Pega Certified Robotics System Architect 80V1 2019

Here you have the best Pegasystems PEGAPCRSA80V1_2019 practice exam questions

  • You have 30 total questions to study from
  • Each page has 5 questions, making a total of 6 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on June 1, 2025
  • This site is not affiliated with or endorsed by Pegasystems.
Question 1 of 30

You add a MessageDialog component to an automation. Based on the following image, which option shows the configuration settings that generates the message dialog?

Exam PEGAPCRSA80V1_2019 Question 1

A.

Exam PEGAPCRSA80V1_2019 Question 1

B.

Exam PEGAPCRSA80V1_2019 Question 1

C.

Exam PEGAPCRSA80V1_2019 Question 1

D.

Exam PEGAPCRSA80V1_2019 Question 1
    Correct Answer:

    The correct configuration settings that generate the message dialog shown in the image are in option B. The dialog box has three buttons: Yes, No, and Cancel, which corresponds to the 'YesNoCancel' button setting. The caption of the dialog is 'No Account Exists'. The message in the dialog is 'The account does not occur. Would you like to continue processing?'. The default button is set to 'Button2', which in this case corresponds to the 'No' button. The icon is set to 'Question', which matches the question mark icon in the dialog box. Therefore, option B rightly matches all these configuration elements.

Question 2 of 30

You are designing an automation that adds new customers to an online insurance web site. If a customer exists, a pop-up window is displayed with an error message, which closes automatically after 35 seconds.

While debugging the automation, you notice that you are receiving a control not created exception message in the Add Customer procedure after a page navigation occurs.

How do you resolve the exception?

    Correct Answer: D

Question 3 of 30

HOTSPOT -

Pega Robot Studio provides five rules on how to differentiate between cloneable application objects when using key assignments in automations. The first rule states that an event creates the instance to set the context of a cloneable object. The remaining four rules state the requirements for a key assignment.

In the Answer Area, determine if each rule description requires a key assignment.

Hot Area:

Exam PEGAPCRSA80V1_2019 Question 3
    Correct Answer:
    Exam PEGAPCRSA80V1_2019 Question 3
Question 4 of 30

You need to configure an application to store encrypted login credentials in the user's local profile. You also need to automate the login using these encrypted credentials.

How do you fulfill this requirement without creating an automation?

    Correct Answer: C

    To fulfill the requirement of storing encrypted login credentials in the user's local profile and automating the login without creating an automation, you should interrogate the target controls and set the necessary adapter credential properties. This method allows the adapter to manage credentials and log in automatically when the application is accessed, meeting the requirement of avoiding creating additional automation scripts or robot activities.

Question 5 of 30

During application discovery of a Clarify application, you determine that the user accesses more than one customer case concurrently within the application, which creates multiple windows of the same type. This requires you to enable the UseKeys property on an application's object.

Based on the image that shows the application and the matched controls in the Object Explorer, which control's UseKeys property must be set to True?

Exam PEGAPCRSA80V1_2019 Question 5
    Correct Answer: C

    In the context of the Clarify application, the UseKeys property is essential when the user interacts with multiple instances of the same type of window. This property must be set appropriately to differentiate between these instances. Specifically, for this scenario, the UseKeys property should be set on the control object that represents the window instance itself, which in this case is '_Case_1'. By setting the UseKeys property to True on _Case_1, the system can correctly handle multiple instances of the 'Case' windows, allowing users to interact with each concurrently without conflicts.