
Q61
Q61 Which UiPath activity is used to extract structured data from a webpage?
Get Text
Extract Structured Data
Click
Find Element
Q62
Q62 What is the correct way to configure pagination when scraping data from multiple web pages?
Use the “Next Page” button selector in the Data Scraping Wizard
Manually enter the URLs
Create a loop using Click and Delay
Use Excel to merge all data
Q63
Q63 How can you make Data Scraping dynamic for changing web page structures?
Use wildcards and dynamic selectors
Restart the automation every time
Manually update the selectors before each run
Ignore pagination
Q64
Q64 If UiPath Extract Structured Data is returning empty results, what should you check first?
The website’s structure and element hierarchy
The internet speed
The system’s RAM
UiPath licensing
Q65
Q65 A web scraping automation stops unexpectedly when moving to the second page. What is a possible reason?
The Next Page selector is incorrect or missing
The system does not support web automation
UiPath cannot scrape data from multiple pages
The extracted data size is too small
Q66
Q66 What is the best approach to handle dynamic web elements that change every session?
Use Fuzzy Selectors, Anchor Base, and UI Explorer
Restart the browser before every run
Run the bot in slow mode
Manually adjust the selectors before every execution
Q67
Q67 What is the primary purpose of Excel automation in UiPath?
To automate repetitive tasks in Excel files
To create new Excel files only
To manage Excel licensing
To replace Microsoft Excel with UiPath
Q68
Q68 Which activity is used to read data from an Excel file without opening Excel?
Read Cell
Read Range (Workbook)
Write Range
Open Workbook
Q69
Q69 How can UiPath write data to an Excel file?
By using the Write Cell or Write Range activity
By manually typing in Excel
By using the Read Range activity
By using the Assign activity
Q70
Q70 What is the advantage of using Workbook activities over Excel Application Scope?
Workbook activities do not require Excel to be installed
They execute faster
They allow macros to run automatically
They provide more formatting options
Q71
Q71 Which of the following cannot be automated using UiPath Excel activities?
Reading and writing cell values
Executing VBA macros
Applying Excel formulas dynamically
Performing real-time data validation while typing
Q72
Q72 Which UiPath activity is used to delete a specific row in an Excel sheet?
Remove Data Row
Delete Column
Write Cell
Filter Data Table
Q73
Q73 How do you append new data without overwriting existing data in an Excel sheet?
Use the Append Range activity
Use the Write Range activity
Use the Delete Row activity
Use the Assign activity
Q74
Q74 How can you apply an Excel formula dynamically in UiPath?
Use the Write Cell activity to enter the formula
Use the Read Range activity
Use the Invoke Method activity
Use the Delay activity
Q75
Q75 How can you read data from an Excel file with password protection?
Provide the password in Excel Application Scope
Use the Read Range (Workbook) activity
Remove the password manually
Convert Excel to a CSV file first
Q76
Q76 If an Excel file is in use by another application, what error is likely to occur in UiPath?
File is locked by another process
Excel sheet is empty
Excel file is corrupt
Data type mismatch error
Q77
Q77 A Read Range activity is returning empty data. What should be checked first?
Whether the sheet name and range are correct
The system's internet connection
The file format
The system’s RAM usage
Q78
Q78 A Write Range activity is failing with a "Range does not exist" error. What could be the reason?
The specified sheet does not exist or is misspelled
The file is locked
The file is too large
Excel is not installed
Q79
Q79 What is the primary purpose of Email Automation in UiPath?
To send and receive emails automatically
To delete emails permanently
To modify email server settings
To replace email service providers
Q80
Q80 Which email protocol is used to retrieve emails from a mail server in UiPath?
SMTP
IMAP
POP3
FTP
Q81
Q81 Which activity is used to send emails using Outlook in UiPath?
Send SMTP Mail Message
Send Outlook Mail Message
Send IMAP Mail Message
Send Web Mail Message
Q82
Q82 How can you attach a file while sending an email in UiPath?
By using the Attachments property in email activities
By typing the file path manually in the email body
By converting the file to text and pasting it in the email
By using the Assign activity
Q83
Q83 Which of the following is NOT required when sending an email using SMTP in UiPath?
SMTP server address
Recipient email address
Password authentication
Email subject
Q84
Q84 Which activity is used to read emails using IMAP in UiPath?
Get Outlook Mail Messages
Get IMAP Mail Messages
Send SMTP Mail Message
Download Email Attachment
Q85
Q85 What is the correct way to filter emails while reading them in UiPath?
By using the Filter property in email activities
By using Excel formulas
By manually opening each email
By using a For Each loop only
Q86
Q86 How can you extract an email attachment in UiPath?
Use the Save Attachments activity
Use the Assign activity
Use the Get Text activity
Use the Click activity
Q87
Q87 How can you mark an email as read after processing it in UiPath?
Use the MarkAsRead property in the email activity
Delete the email
Manually open the email
Move the email to a different folder
Q88
Q88 If an email is not being sent using SMTP, what should be checked first?
SMTP server settings and authentication credentials
Whether the internet is connected
The color of the email body
The PC's RAM size
Q89
Q89 A Get Outlook Mail Messages activity is failing with an authentication error. What should be checked?
Outlook account permissions and login credentials
The Wi-Fi connection
The PC’s battery level
The UiPath version
Q90
Q90 A UiPath bot is reading the wrong emails from Outlook. What could be the cause?
Incorrect Filter criteria or missing folder selection
The email service is offline
The UiPath Studio license is expired
The bot is running too fast