A2019 CC

You might also like

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

Question 20: A manager wants to move files on a daily basis from a folder on their personal computer to

a shared folder on a network drive so that their team can access the files. The manager wants to use a
bot to achieve this purpose and assigns the task to a bot developer. How should the bot developer go
about this task? A:- Read the files using the Loop: For each file in folder action and copy the files using
the File: Copy action

Question 21: A developer is creating a bot to generate a report and wants to ensure the bot will create a
new report every time it runs. Which If condition would verify that we are not overwriting an existing
file? A:- File exists

Question 22: A bot developer wants to check if a specific push button exists on a webpage in the
Internet Explorer browser .Which is the best If condition in this situation? A:- Recorder: Objec

Question 43: During the automation of an Excel spreadsheet,a macro must be called from the
spreadsheet itself. Which package should be used to achieve that result? A:- Excel advanced

Question 44: A bot developer has created a bot to extract data from a CSV file and load it into a
Microsoft Excel format. The bot is running successfully but the Microsoft Excel file at the destination is
not opening during execution, resulting in the inability to monitor the data being loaded in the Microsoft
Excel file. What caused the issue?" A:- The bot developer used the Excel Basic package in the bot

Question 45: A bot developer has a large bot which completes the following automat ion: 1. Bot Logs
into ERP System 2. Bot Navigates to the Invoicing Page 3. Bot Clicks Actions > Search 4. Bot Searches for
Specific Invoice 5. Bot Emails Invoice to Accounts Payable Team The bot developer is interested in
modularizing this bot to make it useful for upcoming automation projects. What is the most logical way
to make the bot modular and reusable? A:- Create one bot for logging into the ERP, another for
searching invoices, and a third for sending emails."

You might also like