
Q61
Q61 In Blue Prism, which stage is used to handle exceptions within a process?
Calculation Stage
Decision Stage
Exception Handling Stage
Wait Stage
Q62
Q62 In Automation Anywhere, what is the purpose of the "On Error" action?
To ignore all errors
To specify actions when an error occurs
To stop the bot
To clear logs after an error
Q63
Q63 What is the correct way to throw a custom exception in UiPath?
Use the "Log Message" activity
Use the "Throw" activity with an exception object
Use the "Try-Catch" activity
Ignore the exception
Q64
Q64 A bot fails due to an unexpected pop-up window. What is the best solution?
Stop the bot
Use exception handling and retry mechanisms
Manually close the pop-up
Ignore the issue
Q65
Q65 What is the best approach to identify frequent failure points in an RPA bot?
Monitor logs and analytics
Run the bot without logs
Disable exception handling
Rely on manual testing only
Q66
Q66 How can an RPA bot recover from an API call failure?
Retry the API call using a defined mechanism
Stop execution
Log the error and terminate
Ignore API failures
Q67
Q67 What is the primary goal of security in RPA?
To limit bot functionality
To prevent unauthorized access and data breaches
To slow down bot execution
To avoid automation failures
Q68
Q68 Which of the following best describes role-based access control (RBAC) in RPA?
Assigning the same access to all users
Restricting bot access based on user roles
Allowing unrestricted data access
Manually approving each bot action
Q69
Q69 How can RPA ensure compliance with regulatory requirements?
Ignoring security guidelines
Implementing audit trails and access controls
Allowing bots to bypass authentication
Using hardcoded credentials
Q70
Q70 What is a common security risk in RPA implementations?
Excessive bot efficiency
Unauthorized data access
Bots requiring maintenance
Slow automation processes
Q71
Q71 Why should bot credentials be stored in a secure vault rather than hardcoded?
To simplify bot configuration
To prevent exposure and unauthorized use
To increase bot execution time
To allow easy credential sharing
Q72
Q72 In UiPath, which feature helps secure bot credentials?
Config files
Orchestrator Credential Store
Local text files
Hardcoded values
Q73
Q73 In Blue Prism, how can sensitive data be protected during automation?
By enabling encryption and masking
By storing data in logs
By making bots ignore sensitive fields
By using unencrypted text files
Q74
Q74 How does Automation Anywhere handle credential security?
By using a credential vault
By storing credentials in plain text
By sharing credentials among bots
By disabling authentication
Q75
Q75 What is the best way to ensure bot authentication and authorization in a secure RPA environment?
Using single sign-on (SSO) and role-based access control (RBAC)
Allowing unrestricted bot access
Manually approving each bot action
Disabling authentication for bots
Q76
Q76 A bot is failing to retrieve credentials from the vault. What should be checked first?
Network connectivity and vault access permissions
Bot execution speed
Bot processing logs
Uninstalling and reinstalling the RPA tool
Q77
Q77 A bot is logging sensitive data in plain text logs. What is the best remediation step?
Encrypt or mask sensitive data in logs
Disable logging completely
Manually delete logs after execution
Ignore the issue if logs are internal
Q78
Q78 An RPA bot is experiencing unauthorized access attempts. What is the best way to address this?
Enable logging and access control policies
Allow open access to reduce login failures
Manually approve every login attempt
Disable authentication to prevent failed attempts
Q79
Q79 What is the primary benefit of integrating RPA with APIs?
Increases processing speed and efficiency
Eliminates the need for bots
Requires manual intervention
Reduces the use of structured data
Q80
Q80 What type of APIs are commonly used for RPA integrations?
REST and SOAP APIs
FTP and SSH
BIOS and Firmware
Machine Learning APIs only
Q81
Q81 How do APIs improve RPA automation compared to UI-based automation?
APIs provide faster and more stable interactions
APIs require more screen recording
APIs make bots work slower
APIs are only for front-end automation
Q82
Q82 What is required to authenticate an API call in RPA?
API key or OAuth token
Screen recording
Manual user input
No authentication required
Q83
Q83 Why is error handling important in API-based RPA automation?
API responses can vary or fail due to network issues
APIs always return successful responses
APIs do not handle authentication
Bots do not interact with APIs
Q84
Q84 Which UiPath activity is used to call an API endpoint?
HTTP Request
Write CSV
Click Activity
Send Hotkey
Q85
Q85 What HTTP method is commonly used to retrieve data from an API in RPA?
GET
POST
DELETE
PATCH
Q86
Q86 In Automation Anywhere, how do you pass API authentication credentials?
Using headers or query parameters
Storing credentials in logs
Entering credentials manually each time
Using only unencrypted text
Q87
Q87 In Blue Prism, which stage is used to integrate APIs?
Web Services Stage
Decision Stage
Calculation Stage
Wait Stage
Q88
Q88 A bot receives a 401 error when calling an API. What does this indicate?
Unauthorized access
Successful API call
Malformed API request
Server outage
Q89
Q89 What is the best way to handle API rate limits in RPA automation?
Implement retry mechanisms with delays
Ignore rate limits and retry immediately
Increase bot execution speed
Disable authentication
Q90
Q90 A bot receives an intermittent 500 error from an API. What should be the next step?
Implement retry logic and check API availability
Stop using the API
Delete and recreate the bot
Use UI automation instead