Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Question 27: A bot developer would like to extract table data from a web page and save it in a CSV

file.
The bot developer has captured the table using a Recorder and has set the Action to 'Get table’. What
should they do next? A:- Assign the output to table type variable and use the Data Table package to
Write to file action to write the data in the table variable to a CSV file.

Question 28: What will be the result if the following parameters are specified in the String: Substring
action? • Source string: Today 1 US Dollar is equal to 70.162249 INR • Start from: 31 • Length: 5 A:-
70.16

Question 29: A bot developer is in the process of building 10 bots that all access a website and log in
with the same administrator credentials. The company policy is to change the password for the
administrator account every 30 days. What should the bot developer do to handle these password
changes without compromising on security? A:- Store the credentials in a locker in the Credential Vault
and use an API to update the password every 30 days.

You might also like