Pega Certified Robotics System Architect 80V1 2019

Here you have the best Pegasystems PEGAPCRSA80V1_2019 practice exam questions

  • You have 60 total questions to study from
  • Each page has 5 questions, making a total of 12 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on October 31, 2025
  • This site is not affiliated with or endorsed by Pegasystems.
Question 1 of 60
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 - Image 1
A.
Exam PEGAPCRSA80V1_2019: Question 1 - Image 2
B.
Exam PEGAPCRSA80V1_2019: Question 1 - Image 3
C.
Exam PEGAPCRSA80V1_2019: Question 1 - Image 4
D.
Exam PEGAPCRSA80V1_2019: Question 1 - Image 5
    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 60
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 60
Which of the following controls cannot be added to the Windows form?
    Correct Answer: C

Question 4 of 60
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 4 - Image 1
    Correct Answer:
    Exam PEGAPCRSA80V1_2019: Question 4 - Image 2
Question 5 of 60
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.