Review Question: which of the following entities need to be mapped to the folder in order to run an unattended job? Choose the two options that apply Package Queues Process User or Robot
To run an unattended job, the following entities need to be mapped to the folder:
1. **User or Robot**: An unattended job requires a robot to execute the processes, and that robot must have the necessary permissions to access the folder where the job is stored.
2. **Queues**: In some automation platforms, queues are used to manage the workload and jobs. The unattended job may need to interact with queues, which must be properly configured and mapped for it to execute successfully.
So the correct answers are **User or Robot** and **Queues**.