Computer Architecture > QUESTIONS & ANSWERS > Questions and Answers > Automation Anywhere Certified Advanced RPA Professional (A2019) Assessment (All)

Questions and Answers > Automation Anywhere Certified Advanced RPA Professional (A2019) Assessment

Document Content and Description Below

Skip navigation Automation Anywhere Certified Advanced RPA Professional (A2019) Assessment 1. The Bot Runner wants to run a bot with a different device, which is not registered in the Control Ro... om. To activate the local device, the Bot Runner installs the Bot Agent to the local device. What should the Bot Runner do next? 2. A bank runs applications using Unix Systems for security purposes. After identifying many repetitive processes, they decide to automate the files operations in Unix System with the help of A2019. How can the bot developer handle this without 3. A clerk in an insurance office consolidates 100 customer details daily, which are scanned and saved in a folder. Which packages from A2019 would help the bot developer automate this process? 4. What actions are needed for a citizen developer to create an automation? 5. ABC, a manufacturing company emails a PDF file that includes a list of items to be procured to many vendors. All vendors reply to ABC with quotations in the standard Excel format. Quotations from all vendors are consolidated in a master Excel file and the three lowest bidders are identified. Based on the quality of service from the three vendors, one is chosen by the Manager and an email is sent for confirmation. Which packages from A2019 would help the bot developer automate this process? 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? 7. A bot developer installed a Bot Agent with administrator rights successfully for the first time but cannot create a bot with the universal recorder. What would be the first step to resolve the issue? 8. A bot developer has logged into a Control Room with a Bot Creator account to build a bot. When trying to record a process from the workbench, the following error is generated: “Device is disconnected.” Where should the administrator go to check the device status? 9. A bot developer used the Browser: Launch website action to open the following web page: http://rpademo.automationanywhere.com/rpadaq, captured the table from the open browser, and completed the steps of the task to write the tables to a CSV file. When the bot is run, Google Chrome launches and the following error occurs: “Cannot find window or application titled 'Sample Index Page - Internet Explorer' that was open during recording.” How can this error be resolved? 10. A bot developer wants to take a CSV file and write the rows into an XLSX file. What process can they follow to do this using the fewest lines of code? (Choose two.) 11. For security reasons, Organization A has collected citizenship cards of all 15000 employees which need to be uploaded to an HR Portal. All employees have submitted the citizenship card in PDF format. The HR portal allows only JPG image files to be uploaded. How should the bot developer automate this process? 12. A bot is created to extract data from a CSV file and input the data into a webbased form. When executed, the bot fails to write the data to the form. How can the developer modify the bot to correct the failure? 13. A bot developer needs to automate the following process: 1. Receives daily reports in an e-mail with a specific subject 2. Downloads the report 3. Formats the report in Excel (i.e. sorts columns, removes unnecessary columns, filters required rows.) 4. Saves the report with a date-time stamp 5. Logs in to SAP 6. Uploads the report into SAP What action would be used in the Bot for step 2? 14. A bot sends an email to the Lead at the end of a process using Microsoft Outlook when it is run on the developer’s device. When the same bot is run on a Bot Runner, the bot fails to send the email and displays an error for the Send Email line number. What should be done to fix this error? 15. After reading data from several CSV files using a loop through files in a folder, a bot developer discovers the first line of data repeats for every CSV file in the folder. How can they eliminate the duplicated data? 16. A developer needs to automate the following process: 1. Receives daily reports in an e-mail with a specific subject 2. Downloads the report 3. Formats the report in Excel (i.e. sorts columns, removes unnecessary columns, filters required rows.) 4. Saves the report with a date-time stamp 5. Logs in to SAP 6. Uploads the report into SAP What action would be used in the Bot for step 6? 17. A business user needs to get notified when the Unattended bot finishes running. What is the best action to meet the request? 18. The finance team needs to automatically email dozens of reports to different managers in the company. What two methods can the bot developer use to achieve this? (Choose two.) 19. While capturing a series of steps in a process to fill out a web-based form, the resultant Recorder: Capture actions have errors in the captured text. On playback, the bot fills out the form with varying speeds where some letters are typed individually, and other cells are populated completely. How can the bot developer change the code to have consistent playback? 20. A developer has been asked to build a bot to record a process within an application. The process involves entering data into multiple fields within different sections. How would the developer accomplish this request? 21. A bot has been created to run a Python script using inline scripting. When the bot runs, it fails to execute the Python script. What is causing the problem? 22. While designing a bot, a bot developer captures the application page by its window title and Path as parameters for correct object identification. The bot runs successfully when the window title is consistent but fails if the window title is inconsistent, even though the same Path exists. What are the two ways to resolve this issue? (Choose two.) 23. A manager has multiple files that are created on a daily basis and placed into multiple, specific folders on the manager’s personal computer. The manager wants to automate a process to move these files from their current locations into different locations on a network folder that the manager’s team can access. What are two steps that a Bot developer should use to address this request? (Choose two.) 24. A bot developer created a bot to filter out values less than 5000 in the Total column (the third column in the web table) of a financial report. To filter the data, what is the first step the bot developer should take before writing the if condition? 25. A Bot is scheduled to run weekly to download PDF files from an FTP server and then process them through IQ Bot. Last night’s run failed with an error “Unable to connect to the FTP server 192.168.21.21. Use valid connection parameters and try again.” What is the best way to make this bot work properly? 26. A bot developer needs to provide a mechanism to log issues within a bot in a production environment while providing an inline resolution for known fault scenarios. Which tool allows this result? 27. A bot developer is responsible for processing expense reports submitted by employees in the organization. The developer wants to create a bot that reads a set of expenses submitted and then sends them for approval to the appropriate approvers. If the expense value of a line item in the report is under $15, the bot should ignore the record and process the next record. If the total value of all expenses in the expense report exceeds $1500, the bot should stop processing and send an email to the submitting employee that the value exceeds policy limits. Which approach will the bot developer use in the bot? 28. A bot captures a data table and stores it into a table variable. A bot developer needs to loop through the table variable and filter based on a data value from one of the columns. Which two variable types are needed to complete the filter? (Choose two.) 29. A bot developer wants to check if a specific push button exists on a webpage in the Internet Explorer browser. What is the best loop condition to meet the request? Object 30. To read price data from a CSV file, a bot creator creates a Number variable and uses the Loop package iterator 'For each row in CSV/TXT' to build a bot. But, while setting the loop iterator's 'Assign the current row to this variable' action, the bot creator could not find the number variable from the drop-down list. What is the likely cause of this issue? 31. A bot developer is creating an automation in Excel and is running a large macro to collect data from different systems. The macro varies in how long it takes to run but once complete, it highlights cell A1 red if any errors are found. If no errors exist, the macro highlights A1 to green. Depending on the color, the bot developer has different workflows to automate. They are not able to get the bot to pick up the correct color because the bot attempts to get this color before the macro changes it. How can the bot developer best prevent this issue? 32. While developing a bot, a bot developer notices that the bot continues the automation before the target Excel file is opened, causing the bot to error out. This file contains 700,000 lines of data and takes between 30-90 seconds to open. While the file is opening, a small loading window appears and then closes just before the file is opened. How can the bot developer make the bot most resilient and prevent the error at this stage? 33. A bot developer is creating a bot to extract data from a web page. The bot developer wants to ensure that the web page loads entirely before the next action is executed. What action can the bot developer include in the steps? 34. A developer is actively building a bot to login to a company’s CRM system, run daily reports and send those reports to management. Depending on the amount of data, these reports can take between 10 and 55 minutes to run. Once the report has completed, a CSV file is created and placed in the local downloads folder without changing the GUI on the CRM. How can the developer best account for the inconsistencies in the time it takes to run the reports? 35. Organization A wants their email process to be automated. By using A2019, Email Subject and Email Sender are recorded into a CSV File. Which packages and variables should be used by the bot developer? 36. A bot developer would like to know how many cells that contain email address are in a specific Excel sheet. They will create a bot to search the cells for '@' for email address. Which two procedures are suitable for this bot? (Choose two.) 37. What will be the result if the following parameters are specified in the String: Extract Text action? • Source string: Today 1 US Dollar is equal to 0.8984 EUR • Before and/or after: o Start after text: equal to o End before text: EUR 38. A business user is working on an automation to gather information from their email inbox and has used the ‘Loop for each mail in mailbox’ action. The user would now like to get certain values from each email like To, From, and Subject. How can the user retrieve such values? 39. A bot developer has completed all development activities for an automation. What should be the next action to replace hard-coded login information by securely stored login data? 40. 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? 41. A bot developer is building a bot for a highly secure website. Due to security concerns, login information cannot be stored in an insecure place. How can the developer best maintain security in this scenario? 42. A company has strict policies to ensure data security and strictly enforces password security. A bot developer is developing a bot that requires connecting to a MySQL database to retrieve data. The database administrator is not able to share the database password due to security policies. How will the bot developer work with the database administrator to ensure that the bot can successfully connect to the MySQL database without violating the security policies of the organization? 43. A bot developer created a bot using the Excel basic package (version 2.0.0- 20200215) on the first of the month. On the fifth of the month, an administrator in the organization uploaded the new version of Excel basic package (version 2.0.0- 20200305) to Control Room and set it as default. What will occur when a bot created on the first of the month is executed on the fifth of the month and beyond? 44. A bot developer has completed an end-to-end automation and is looking to incorporate user inputs into the bot. The intent is to run this in an attended fashion in production. What actions can they use to achieve this? 45. A bot developer is looking to create an automation where their bot connects to a SQL instance and runs a few queries. What action should be used as a first step in their workflow? 46. A bot built a long time ago uses old versions of packages, yet continues to work properly. Why should the package references not be updated to the latest versions? 47. While verifying a bot using the Debug feature in the bot, a bot developer identifies an error in the bot steps. The bot developer is unable to edit the step. What should the bot developer do to fix this? 48. A bot is not executing expected actions within an 'if' statement. What should the bot developer do to present a visual indicator that the bot flow is performing actions within the 'if' statement? 49. A business analyst requests that an automation provides specific, dynamic information at defined points of the execution of the bot. What two actions should the bot developer utilize to achieve this? (Choose two.) 50. A bot developer is assigned to automate an end-to-end process. Their project manager has asked to design the bot keeping in mind the ease of review during testing. Which action should the bot developer use to modularize the actions within the bot? 51. A manager is requesting automation to be built to maintain an application. The various maintenance tasks are part of this application and will be scheduled to run together over the weekend or could be run individually as needed. As a developer, how would you design the automation? (Choose two.) 52. A bot developer is tasked to create a modular bot that will be made available to all citizen developers. The modular bot and each calling bot will be able to communicate with each other. What two conditions should the bot developer consider? (Choose two.) 53. A developer is creating three bots and wants to pass the variables among them. The second bot must accept the values from the first and pass them to the third. How can this be configured? 54. Due to modularization, multiple bots were created. All the bots are called in sequence from a parent bot. Variables are declared as Input/Output variables in a child bot. By using the TaskBot: Run action, a string variable was selected as an output variable in the parent bot. On executing the bot, it throws an error related to the output variable. What is the likely reason for this error? 55. An administrator is trying to call a child bot from the parent bot, and needs to pass five distinct values from parent to child bot. What variable type is best suited for this scenario? 56. 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? 57. A developer creates an automation that includes many error-prone actions. How can the developer handle the potential errors? 58. 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? 59. A bot developer has developed an automation and needs assistance from colleagues to ensure the bot is production ready. They need to share this bot with their colleagues to review the logic. How can they best achieve this? 60. A bot developer must create an automation that processes several files in a directory. How can each file be opened dynamically? [Show More]

Last updated: 1 year ago

Preview 1 out of 12 pages

Reviews( 0 )

Recommended For You

 Business> QUESTIONS & ANSWERS > Automation Anywhere Certified Advanced RPA Professional (A2019). (All)

preview
Automation Anywhere Certified Advanced RPA Professional (A2019).

The Bot Runner wants to run a bot with a different device, which is not registered in the Control Room. To activate the local device, the Bot Runner installs the Bot Agent to the local device. Wh...

By proff JAY , Uploaded: Jun 04, 2021

$17

 Computer Architecture> QUESTIONS & ANSWERS > AA2019_Automation Anywhere Certified Advanced RPA Professional. Final Exam 120 Q&A Dumps. Score 88% (All)

preview
AA2019_Automation Anywhere Certified Advanced RPA Professional. Final Exam 120 Q&A Dumps. Score 88%

Review your answers_ 88% You have reached the end of the assessment. Please review your answers and click "complete" to finish the module. 1. The Bot Runner wants to run a bot with a different devi...

By QuizMaster , Uploaded: Aug 31, 2022

$10

 Business> QUESTIONS & ANSWERS > CLM 031 EXAM (All)

preview
CLM 031 EXAM

CLM 031 = 100% Question 1: 5b Select the statement that is correct concerning performance work statement (PWS) requirements: - All answers are correct. - PWS should describe requirements necessary...

By Book Worm, Certified , Uploaded: Nov 03, 2022

$5

 *NURSING> QUESTIONS & ANSWERS > PHIL 347 Week 6 Checkpoint Quiz. Score 100/100 (All)

preview
PHIL 347 Week 6 Checkpoint Quiz. Score 100/100

Question: What are the three fundamental reasoning strategies listed in the text? Question: What is comparative reasoning? On what skill is it based? Question: We learned four tests for evaluating...

By Amanda Rosales , Uploaded: Mar 24, 2021

$7

 Business> QUESTIONS & ANSWERS > BUSINESS 1007 (All)

preview
BUSINESS 1007

BUSINESS 1007 07 Key 1. (p. 178) Managers utilize organizational resources such as employees, information, and equipment to accomplish goals. 2. (p. 178) The main job of managers today is to w...

By Kirsch , Uploaded: Oct 19, 2019

$6

 Anthropology> QUESTIONS & ANSWERS > KOR 352 FA19 101 week 8 Quiz. Already Graded A (All)

preview
KOR 352 FA19 101 week 8 Quiz. Already Graded A

KOR 352 FA19 101: Week 8 Quiz Question 1 (0.25 points) Which of the following is not true of Kim and Finch’s observations during their field research in South Korea from 1997 to 2000? Question 1 o...

By Kirsch , Uploaded: Oct 17, 2019

$9

 E-Commerce> QUESTIONS & ANSWERS > ESOC 316 Digital Commerce - University Of Arizona. Midterm Quiz. 20 Q&A. 100% Score (All)

preview
ESOC 316 Digital Commerce - University Of Arizona. Midterm Quiz. 20 Q&A. 100% Score

ESOC 316 Digital Commerce - University Of Arizona. Midterm Quiz. 20 Q&A. 100% Score ESOC316 MIDTERM QUIZQuestion 6 (1 point) Saved Information has several properties that make information goods...

By Kirsch , Uploaded: Oct 15, 2019

$9.5

 Marketing> QUESTIONS & ANSWERS > Marketing Management Chapter 2 to Chapter 10 Q&A (All)

preview
Marketing Management Chapter 2 to Chapter 10 Q&A

Chapter 2 to Chapter 10 Chapter 2: Developing Marketing Strategies and Plans GENERAL CONCEPT QUESTIONS Multiple Choice 66 Chapter 1: Marketing: Managing Profitable Customer Relationships...

By Kirsch , Uploaded: Oct 14, 2019

$10

 Marketing> QUESTIONS & ANSWERS > MKT 530 Customer Relationship Management. 155 Questions and Answers (All)

preview
MKT 530 Customer Relationship Management. 155 Questions and Answers

MKT 530 All Questions and Answers MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) As the manager of an organization that is att...

By Kirsch , Uploaded: Oct 14, 2019

$10

 Art> QUESTIONS & ANSWERS > MAS 337 Exam 1. Graded A (All)

preview
MAS 337 Exam 1. Graded A

MAS 337 Exam 1 Match the son with its corresponding region. 1.Oaxaca 2.Veracruz 3.Michoacan 4.Jalisco 5.Hidalgo 1. Son istemeno 2. Son Jarocho 3. Son Abajeno 4. Son Jalisciense 5. Son Huast...

By Kirsch , Uploaded: Oct 14, 2019

$6

$9.00

Add to cart

Instant download

Can't find what you want? Try our AI powered Search

OR

GET ASSIGNMENT HELP
215
0

Document information


Connected school, study & course



About the document


Uploaded On

Aug 21, 2022

Number of pages

12

Written in

Seller


seller-icon
QuizMaster

Member since 4 years

1085 Documents Sold


Additional information

This document has been written for:

Uploaded

Aug 21, 2022

Downloads

 0

Views

 215

Document Keyword Tags

THE BEST STUDY GUIDES

Avoid resits and achieve higher grades with the best study guides, textbook notes, and class notes written by your fellow students

custom preview

Avoid examination resits

Your fellow students know the appropriate material to use to deliver high quality content. With this great service and assistance from fellow students, you can become well prepared and avoid having to resits exams.

custom preview

Get the best grades

Your fellow student knows the best materials to research on and use. This guarantee you the best grades in your examination. Your fellow students use high quality materials, textbooks and notes to ensure high quality

custom preview

Earn from your notes

Get paid by selling your notes and study materials to other students. Earn alot of cash and help other students in study by providing them with appropriate and high quality study materials.

WHAT STUDENTS SAY ABOUT US


What is Browsegrades

In Browsegrades, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Browsegrades · High quality services·