RPA Robotic Process Automation MCQ 3 — Questions and Answers
Question 1: What does 'process mining' contribute to an RPA program?
- It extracts minerals from server hardware
- It identifies and analyzes actual process flows from system logs to find automation candidates (Correct answer)
- It mines cryptocurrency using bot idle time
- It deletes redundant process documentation
Correct answer: It identifies and analyzes actual process flows from system logs to find automation candidates
Process mining analyzes event logs from IT systems to discover real process flows and identify the best candidates for RPA automation.
Question 2: In RPA, what is a 'reusable component' (or library component)?
- A bot that runs multiple times in a day
- A pre-built automation block that can be shared across multiple workflows (Correct answer)
- A hardware component used by multiple bots
- A backup copy of a bot workflow
Correct answer: A pre-built automation block that can be shared across multiple workflows
Reusable components are pre-built automation blocks (e.g., login routines) packaged for reuse across different RPA workflows.
Question 3: Which RPA scalability strategy involves adding more bot instances to handle increased workload?
- Vertical scaling
- Process refactoring
- Horizontal scaling (Correct answer)
- Bot deprecation
Correct answer: Horizontal scaling
Horizontal scaling in RPA means adding more bot instances to distribute workload, rather than making individual bots more powerful.
Question 4: What is 'task capture' in an RPA center of excellence context?
- Recording all bot activities for compliance
- Documenting human task steps to create an automation blueprint (Correct answer)
- Capturing failed tasks for reprocessing
- Monitoring employee screen activity
Correct answer: Documenting human task steps to create an automation blueprint
Task capture involves recording a human performing a process step-by-step to create documentation that guides RPA development.
Question 5: Which metric measures the percentage of a process that is completed by a bot without human intervention?
- Bot utilization rate
- Straight-through processing (STP) rate (Correct answer)
- Mean time to repair (MTTR)
- First-pass yield
Correct answer: Straight-through processing (STP) rate
Straight-through processing (STP) rate measures what percentage of transactions flow end-to-end through automation without human touchpoints.
Question 6: What is 'credential vaulting' in RPA security?
- Storing bot passwords in workflow files
- Securely storing and retrieving credentials from an encrypted vault at runtime (Correct answer)
- Locking bots from accessing certain applications
- Archiving old bot credentials
Correct answer: Securely storing and retrieving credentials from an encrypted vault at runtime
Credential vaulting stores application passwords and keys in a secure encrypted vault that bots access at runtime, keeping credentials out of code.
Question 7: In RPA, what does 'robot governance' primarily address?
- Teaching robots political science
- Policies, controls, and oversight for how bots are developed, deployed, and monitored (Correct answer)
- Programming bots to follow legal procedures
- Managing bot hardware warranties
Correct answer: Policies, controls, and oversight for how bots are developed, deployed, and monitored
Robot governance establishes policies, standards, and oversight mechanisms to ensure bots operate securely, compliantly, and as intended.
What does 'process mining' contribute to an RPA program?