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

Question 47: A bot developer has created a bot to read data from a Microsoft Excel file and store it in a

database. The bot may encounter an error if the required Excel file is not available or while updating a
table in the database. What is the best way the bot developer can address this issue? A:- Use another
file that contains the same data in a Catch block

Question 48: A project manager wants to make changes to a bot stored in private tab. They have asked
the bot developer to move the bot to public tab, but the project manager is not able to edit the bot.
What is the likely reason for this? A:- Public bots and files can be viewed, run, and checked out by other
people, based on permissions set by the administrator."

Question 49: A citizen developer is analyzing a business process for which a Task Bot needs to be
created. Which two conditions need to be considered? (Choose two .) A:- The exact environment
settings as present on the development machine need to be available on the Bot Runner devices.

Question 6: A bot developer installs a Bot Agent on a local device. When the bot is run from the
workbench, an error to input device credentials is received. Which credentials should be used to resolve
this error?

A:- Windows username and password Question

7: A bot developer has a CSV file which contains five columns separated by commas. They create a bot
to extract data from the first column of the CSV using the Open and Read actions of the CSV/TXT
package. However, the bot extracts five items in a row, not the first index item. Why is this occurring?

A:- The Delimiter of the Open action in the CSV/TXT package was set to 'Newlin

You might also like