Question 6 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 6 - Image 1
Correct Answer:
Exam PEGAPCRSA80V1_2019: Question 6 - Image 2
Question 7 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.

Question 8 of 60
You are automating the login process for a web application. There are three possible scenarios that may occur: (1) You may successfully login, (2) you may not be successful logging in, or (3) you may log in but go to the change password screen.
Which control from the Toolbox do you use to determine which page you were on after performing the login function?
Correct Answer: C

Question 9 of 60
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 9 - Image 1
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.

Question 10 of 60
There are two basic types of automations: events and procedures.
Which three statements describe a procedure automation? (Choose three.)
Correct Answer: A, B, D

A procedure automation performs business logic and may interact with applications. It is often triggered by a user or application action and contains an entry point and should contain at least one exit point. These characteristics define how a procedure automation operates fundamentally within workflows and systems.