InterviewSolution
| 1. |
What are the risks of RPA in terms of security? How are you going to deal with them? |
|
Answer» Despite its advantages, RPA poses certain security concerns. To do some piece of work or automated DUTIES, such as logging into the system or moving data from one application to another, the RPA bot needed privileged access. Bots require credentials to accomplish these tasks, which are kept in a script or a rule-based process. There may be a process to retrieve these credentials from a DIFFERENT site. Because credentials are exchanged and reused so frequently, they are retained unmodified and stored in insecure areas. As a result, attackers can easily obtain RPA credentials and gain privileged access to computers. These security threats can be mitigated in the following ways:
|
|