A developer needs a robot that can interact with the screen and work alongside a user during automation execution. Which deployment option is most suitable?
A. Cloud Robot - Serverless
B. Cloud Robot - VM
C. Unattended Robot in a locked session
D. Background Process
The requirement says the robot must:
- Interact with the screen (UI automation)
- Work alongside a user during execution
This clearly describes an Attended Robot, which:
- Runs on the user’s machine
- Operates in the same session
- Requires the user to be present and logged in
- Can interact directly with the UI in real time
Evaluate the options:
- A. Cloud Robot - Serverless → Unattended, runs in the cloud without user interaction

- B. Cloud Robot - VM → Also unattended, executes independently of the user

- C. Unattended Robot in a locked session → Cannot interact with a user; session is locked

- D. Background Process → Does not interact with the UI

Correct conclusion:
None of the provided options match the requirement.
The correct deployment option should be: Attended Robot (not listed).
If you must choose from the given options:
None are suitable - this is likely a trick question to test understanding of robot types.