Certified Pega Robotics System Architect v8.0 (2019) — Question 16
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?
Answer options
- A. Create a robot activity that performs the application login.
- B. Set the necessary adapter credential properties prior to interrogating the target controls.
- C. Interrogate the target controls and set the necessary adapter credential properties.
- D. Interrogate the target controls and create a script to perform the login functionality.
Correct answer: A
Explanation
The correct answer is A because creating a robot activity allows for an automated login while meeting the requirement of using encrypted credentials. Options B and C do not automate the login process as required, and option D involves creating a script, which contradicts the need to avoid automation.