You are on page 1of 31
Automation Anywhere Certified Master RPA Professional AAA / f Most Latest L Unique Questions and Answer to prepare for Master (A2019) certification Exam AUTOMATION ANYWHER MASTER RPA PROFESSIONAL //:")')\:)) Automation Anywhere Certified MASTER RPA Professional [A2019] Thank you for purchased this book for Automation Anywhere Certified MASTER RPA Professional (A2019) exam preparation. Please review all questions thoroughly as well study the study guides, do hands-on and do research too prior to attend the actual exam. Question: 1 A developer builds a bot that interacts with multiple applications to process data. He is unable to monitor the completion of package actions on one application before it switches on to the next in the queue. There are two reasons for the issue: The bot execution is very fast. The actions are performed in the background and the developer doesn’t have the option to monitor those actions. What should the developer do to fix this issue? a) Use the Get Active Window Title action for applications used in the process b) Use the Activate action for applications used in the process ©) Use the Capture Window action on applications d) Use the Maximize action for applications used in the process Question: 2 A corporate reorganization caused the Web Control Room Management Team to take on the responsibility cof managing the bots built to automate front effice processes) One of the bots was run by a previous end user from his desktop and the team noticed that the bot runnehis not visible in the list of Bot Runner machines on the Web Control Room. ‘ Select the cause for the issue. a) The Bot Runner user does not have permission to schedule the bot b) The previous end user was allocated an Attended bot runner license ©) The Bot Runner machine is not connected to the Web CR d) The Bot Runner machine is being used for WLM Question: 3 ‘An organization receives 1000 scanned invoices from a specific number of vendors on a daily basis. The invoice format and structure has been standardized. The invoice amount is available in different currencies. Web services can be used to convert currencies. Select the packages you will use to automate this process. a) The File package can be used to access all invoices. The OCR package can be used to extract text from images b) The Loop and File packages can be used to access all invoices in a folder. The OCR package can be used to extract text from images ©) The File package can be used to access all invoices. The PDF package can be used to extract text from images d) The Folder package can be used to access all invoices. The Image Recognition package can be used to extract text from images. Question: 4 A developer is asked to produce a bot, which will compile similar records from two different systems. The timestamp associated with each record is formatted differently depending from which system the record originated. Select the step that would most effectively reconcile both sets of records. a) Use the To string action to convert the Datetime value to a defined format and reassign to a new Datetime variable. ) Assign both Datetime values to a Table, output the values to an Excel sheet to convert values to a standardized format. ©) Adjust the source systems formatting prior to running the bot to avoid potential conflicts with either Datetime values. d) Use the DateDiff package to calculate the difference between the Datetime values and reassign to a new Datetime variable. Ducation: 5 IT, As part of their design brief, a client has requested that business prdcess statistics and metrics be recorded. How can this be introduced in A2019 Bot Insight dashboard? a) By selecting variables in the ‘Open’ action in the Analyze package. b) By selecting task bots in the ‘Open’ action in the Analyze package. ©) By selecting the Bots Dashboard in the Bot Insight Operations dashboard list. d) By selecting variables in the 'Close' action in the Analyze package. Question: 6 Which condition for the Loop action will allow Items from the third position to the sixth position to be extracted from a list of variable? a) Condition - For n times - #6 b) Condition - For each item in the list For Range: From index #2 to #5 ©) Condition - For each item in the list For Range: From index #3 to #6 d) Condition - For n times - #5 Question: 7 ‘ACSV file contains raw data from an external source. The bulk of each record is separated by commas; however the values for SKU and part number are combined as a single value. How will you resolve the issue? a) Using the Number package, configure the Decrement action b) Using the String package, configure the Spl ©) Using the Number package, configure the Increment action d) Using the Split package, configure the String action action Question: 8 A developer wants the bot to proceed only when a program is running. Which of the following will allow them to test this condition? a) Condition Package, ‘Executable is running’ Condition, define the Executable path b) Condition Package, 'Service is running’ Condition, define the Executable path ©) If Package, ‘Application is running’ Condition, define the Application path d) If Package, 'Program is running’ Condition, define the Application path Question: 9 Aevites, : A bot using Image Recognition is behaving’intermittently. ‘The issue persists after confirming that the capture of the objects in the target web page is valid. 7 Select the cause for the ue. a) The bot runner's operating system has the wrong default browser set b) Poor network performance resulting in the browser failing to fully render ©) The page has loaded too quickly - a delay should be introduced d) IQ Bot services are down resulting in Automation Anywhere having no OCR engine to reference Question: 10 A consultant is automating a bank's credit card processing that involves interaction with multiple applications on multiple platforms. How can the consultant ensure that the bot can be easily managed and modified by the bank’s RPA team ‘once the automation project is complete? a) Bots should have hard coded variables and file paths b) Bots should have at least five loop actions ©) One bot should be created with all actions to handle end-to-end operations d) Bots should be modularized by application or sub processes Question: 11 A developer working on a website automation project notices that it takes 20 to 200 seconds to load the page’s HTML components, such as textboxes and combo boxes during peak hours of operation. Select the option that can resolve the issue. a) Use the If command with Application is running condition, b) Use the If command with Object condition ©) Use the Wait for Screen Change action d) Manually count the seconds and introduce delays Question: 12 A bot runner device running low on operating system memory after running a bot. Select the likely cause for this issue. a) The bot is using the DLL package. After running the required functions, the DLL reference is not being closed b) The bot is using the Bot Migration package. After running the required functions, the action is not being closed ©) The bot contains too many Comment and Step package actions d) The bot is using the Boolean package. After running the required functions, the Boolean reference is, not being closed jJOV8p, ligrate bot Question: 13 ‘An organization stores customer details in the form of a PDF document, The first page of the PDF document contains the customer name and photo. The remaining pages contain other details. ‘As a developer, which of the following will you use to build a bot to remove the first page and keep it in a separate folder? a) Extract Text action b) Split document action ©) 1Q.Bot action d) Extract Image action Question: 14 ‘A developer is designing a bot using Universal Recorder to capture the steps and wants to avoid capturing images of a web application as it violates the security protocol related to the application. What should the developer do to meet the security protocol? a) Use an Image Recognition package to work on the specific application b) Use a keystroke package to work on the specific application ©) Keep the secure recording feature on d) Keep the secure recording feature off Question: 15 A firm has automated their inventory system to give daily stock updates to the plant manager. However, when there is no stock available the bot fails and stops processing. Select two options that can handle the exception. a) Try and Catch block b) While loop package ¢) Simulate keystrokes package d) If/Else actions Question: 16 ‘A bank uses an AS400 application to reconcile daily activities. The process requires a clerk to upload multiple text files and download the reconciliation report. The screen resolution of the application changes dynamically. aevit Which of the following will you use to automate the process?, a) The Terminal Emulator package” > b) The Database package c) The Universal recorder d) The If package with Window Exist condition Question: 17 ‘A bot needs to continue to process records as long as there is text contained wit How can this be achieved using Automation Anywhere packages and at ns? a) Loop package, Loop Type 'While' - Condition, Not Empty String b) If package, Loop Type 'Iterator' - Iterator, For each populated value in record ©) If package, Loop Type 'Iterator' - Iterator, For each non empty value in record d) Loop package, Loop Type ‘While’ - Condition, Populated String Question: 18 ‘A developer has automated a process that downloads POF files from Microsoft Outlook and updates information in the ERP system. The management wants the developer to provide receivable amount information on a daily basis. How can the developer provide this information? a) Build another bot to create charts and data tables for management b) Modify the bot and build logic to calculate the account receivable amount ©) Add an analyze package and tag relevant variables d) Use a database command to read data from the database and bi amounts logic to calculate requested Question: 19 ‘An investment firm has automated the process to review the index price of 200 companies during the day's trading period. A bot has been deployed on to the bot runner which sends notifications as it processes indexes. One index review takes 15 seconds, so the bot processes all 200 indexes in 50 minutes. Which feature or option can be used to reduce the total processing time and better efficiency? a) Use the load balancing option b) Increase the processing power of the bot runner ©) Increase the memory of the bot runner d) Use the workload management option Question: 20 saevitze,, A developer creates a bot to update a value in an Excel sheet andjthen send the sheet to a defined email address. When the bot is executed, there is an error indicating the bot’s inability to open the Excel sheet due to the unavailability of the Office software on the destination system. How should the developer update the code to fix the issue? a) Substitute all existing Excel advanced actions with Excel basic commands in the bot code b) Install open office software to open the Excel sheet ©) Use Excel advanced to open the Excel sheet and then use Email packages to send the email d) Load the Excel sheet to an Office 365 account and then use Office 365 packages in the code to execute the bot Question: 21 A developer needs to read an Excel sheet with over 10,000 rows. The values in the date column need to be filtered, Which is the most efficient way to performing this action? a) Use the Loop:Loop action to read data and the If:if action to remove the appropriate values b) Use the Read action in the CSV package and loop through each row o removed the appropriate values ©) User the Read from action on the Excel file in the Database package to read data and remove the appropriate values d) Use the Get cell command to get individual values for comparison Question: 22 A user's spreadsheet is the source for the contents of a variable. The bot often fails to capture the correct data. Select the cause for the issue. a) The spreadsheet's active cell varies day-to-day b) The spreadsheet is closed ¢) The spreadsheet's active cell is fixed d) The spreadsheet is read-only Question: 23 A bot inputs daily business activity into a user’s spreadsheet located on a network share. After many successful executions it is failing. Select the cause for the failure. . 1Be,, a) The bot is using the Excel advancedpackage and the fie'Siarchive bit has been set to ‘on’ b) The bot is using the Excel basic Package and the file's archive bit has been set to ‘on’ ©) The bot is using the Excel basic package, which does not support files larger than 7 MB d) The bot is using the Excel advanced package, which does not support files larger than 7 MB Question: 24 Select the fastest method to read through a large Excel sheet. The sheet has over 10,000 rows and values in a date column need to be filtered, The columns contain a variety of datatypes including Boolean and Date’ 1e values. a). Use the Get Cell command to get individual values for comparison b) Use the Read action in the CSV package and loop through each row to remove the app ©) Use the Read from action on the Excel file in the Database package to read data and remove the appropriate values d)_ Use the Excel advanced set to read data and remove the appropriate values Question: 25 ‘A customer uses a process involving Data Table extraction that does not allow the installation of Microsoft Office software due to licensing regulations, Select the best way to automate the process that requires extracting data from an XLSX file and entering into a web form, a) Create a bot on a machine that has Excel installed. Use the Excel advanced package to convert the file to CSV format, send it back to the workstation and use the Browser package to enter the data b) Use the Excel basic package to extract the data and use the Browser package to enter that into the web page ©) Use the File package to save the existing file as a CSV file and the Data Table package to extract the data. Use the Browser package to open the web form d) Run the Data Table package to extract the data from the XLSX file and use the Browser package to open the webform Question: 26 Select the approach to merge Multiple CSV files sent via email into one consolidated XLSX file on a backend server. This is important because the creation of the XLSX file in a particular folder will trigger an unattended bot using this XLSX file. a) After an Outlook rule saves the attachments, a°Data Table package merges the files into one consolidated CSV file originating from a template file. Usifig the File and Folder packages, this file is then saved as an XLSX file on the designated location. b) A Loop action following an applied Outlook rule copies the data from the CSV files in a variable using the CSV Read action. In another loop, this information is written into the designated XLSX file using Excel basic package functionality. ©). The data is merged using the Excel basic package Append Workbook action after fetching the files using the Email package and copied to the designated location using the File and Folder packages. d) After fetching the CSV files using the Email package, the data is merged using the Excel basic package Append Workbook action and copied to the designated location using the File and Folder packages. Question: 27 ‘A developer is using an Excel package to create a bot that accesses an Excel workbook. During the development phase, the developer is able to work on XLSX extensions but not on XLS extensions. Select the cause for the issue. a) The developer is using an “Online Office 365 Excel Only” application and is using the Excel advanced package b) The developer has installed the Excel application and is using the Excel advanced package on the machine used to create the bot ©) The developer has not installed the Excel application and is using the Excel basic package on the machine used to create the bot d) The developer is using Microsoft Excel 365 on a web browser and is using the Office 365 Excel package Question: 28 ‘A developer is creating a bot to extract data from a CSV file and load it into an Excel file. During the execution of the bot, the Excel file at the destination is not opening on the screen. Select the cause for the i ue. a) The Excel file is hidden b) The developer is using Excel basic actions in the bot ©) The Excel file is in read only mode d) The developer is using Excel advanced actions in the bot Question: 29 ‘A developer creates a bot which calls different Macro actions based on conditions. The Excel basic package is used but the bot fails to get the desired output. With development efficiency in mind, how will you resolve this issue? [oer a) Replicate the logic of macros to beitised inside the bot“, b) Install Microsoft Excel and thenilise the Excel advanced package ©) Install Microsoft Excel and then use the Office 365 Excel package d) Install Microsoft Excel and then use the Excel basic package Question: 30 An organization receives Excel files as email attachments from 300 different vendors. These attachments contain data including Invoice Number, Bill To, Total Amount, Email, and many other data fields. The vendors do not follow the standard Excel format that the organization shared with them. The organization wants to fetch the total number of email addresses from all Excel files and update this information in the ERP System. Note that the organization uses Bot Runners without Excel installed. Select two options to automate this process. a) Use the Loop package to iterate through all emails Use the Excel basic: Find action to search emails in each Excel fle Use the Number type variable to count the number of emails in the Dictionary variable b)_ Use the Loop package to iterate through all Excel files Use the Excel basic: Find action to search emails in each Excel fle Use the Number type variable to count the number of emails in the List variable €)__ Use the Loop package to iterate through all Excel files Use the Excel advanced: Find action to search emails in each Excel file Use the Number type variable to count the number of emails in the List variable @)_ Use the Loop package to iterate through all Excel files Use the Excel advanced: Find action to search emails in each Excel file Use the String type variable to count the number of emails in the List variable Question: 31 ‘A developer is creating a bot to work on an Excel application. Using Excel advanced package, the bot needs to get the name of the worksheets it is supposed to work on and save the worksheet in an external file. What should the developer do to get the desired output? a) Get the names of all the worksheets and assign them to a list variable of string data type b) Get the names of all the worksheets and save them in a table variable ©) Get the names of all the worksheets and assign them to a string variable d) Get the name of the current worksheet and assign it to a string variable Question: 32 A developer is creating a bot to process table data in an Excel sheet. When executed, the bot will apply a filter on a column of the Excel sheet. How can the developer implement this code in the bot? [IP keaR, a) Use the simulate keystroke action [ALT-DOWN ARROW] dff [ALT-UP ARROW] b) Use the Sort Table action present in Excel advanced package | ©) Use the Filter table action present in Excel advanced package d) Use the insert keystroke action [ALT-DOWN ARROW] dff [ALT-UP ARROW] Dueation: 33 The code here indicates call to the Add function which returns a+b. The output is stored in a String variable Result. What would the message box display, if; * Case 1: List variable IstNumbers subtype is String and contains two values: 33 and 55 * Case 2: List variable IstNumbers subtype is Number and contains two values: 33 and 55 a) Case 1: 3355 and Case 2: Bot Error b) Case 1: 3355 and Case 2: 88 ©) Case 1: Bot Error and Case 2: 88 d) Case 1: 88 and Case 2: 3355 Question: 34 ‘A developer embeds a Python script using the Python script: Open action within the bot code. The script runs a function which processes two arguments/variables. The bot needs to pass the value of the variables to the Python script Select two variable types that can be used to satisfy the requirement. a) One Dictionary type variable where the subtype is String b) One Table type variable with dimension 2X1 of subtype String ©) One List type variable where the subtype is String. d) One variable of type Any and other of type String Question: 35 ‘A developer calls an external Python script inside the bot using the Open Python action and provides the script inside the Import existing File option. During execution, the bot throws an error saying, “could not execute Python”. When the Python script is executed separately using an Integrated Development Environment (IDE), it executes without any error. Select the change that needs to be made to successfully execute the bot. a) The Execute function action is required to run the external script and must be added to the bot code b) The Python script has to be provided with IPNB format ©) The Python script needs a function defined in it that has to be processed/run using the Python script package, Execute function action jJOV8 5, d) The Path variable has to be set for Python inside the Environment variables Question: 36 Review the code shown here and select two statements that describe the issue. a) The code has no issues and will execute without throwing an error b) A Python package is being used to provide the script details and a JavaScript package is being used to run it ©) You cannot execute Python scripts from the Run JavaScript action d) You must close the Python script before executing the function Question: 37 ‘An organization has automated a process for Excel reconciliation. A bot is used to filter, delete and update records. There is a need to format data (highlighting cells, bolding and italicizing), however there are no ready packages/actions in A2019. Select two options to achieve this. a) Use the Excel advanced package to format the data in the Excel file b) After reconciliation, use the Simulate Keystrokes action and add shortcut keys to apply the formatting ) After reconciliation, use the Universal Recorder action to capture the selections of GUI formatting actions in Excel (e.g.- use of the Fill Color, Bold, Italic) d) After reconciliation, pass the path of the Excel file as an argument to the JavaScript or VB Script function which has the capability to work with the Excel application Question: 38 ator restrict developers from using consumer access to view the values of the in the integrity of the credentials? How can a locker admi credential variables and m: a) Enable masking before entering values inside the credential variables b) Encrypt the credentials and then store them inside the credential variables ©) Give developers guest roles inside a locker to stop them from viewing the credentials d) Use audit logs to check who viewed the credentials and then take necessary actions if there is a jiolation Question: 39 A locker administrator provides access to a developer to use the credentials from a locker. The developer logs into the control room to identify the names of the variables to be used during development but finds nothing created inside the locker. The developer creates credential variables inside the locker but is unable to use them during bot development. [BOR How can the issue be resolved? a) The developer has to change the status of the credentials to be available inside the locker b) A role mapped with consumer access inside the locker has to be assigned to the developer's user account ©) The developer's user account should be provided manager access for the locker d) The developer has to be provided with a different user account Question: 40 A finance department receives thousands of scanned invoices as attachments from multiple vendors. All emails are automatically segregated by vendor name and moved to the respective sub folder in the Inbox. A finance assistant then manually downloads all invoices and uploads them to the shared drive. How will you automate the manual process of downloading the invoices and uploading them to shared drive? a) Use the If package with the File exists condition b) Use the Loop package with the For each item in the list iterator ©) Use the Loop package with the For each mail in mailbox iterator d) Use the Loop package with the For each file in folder iterator Question: 41 The text from emails within a shared mailbox is supposed to be analyzed by sentiment analysis. The bot is, set up using the Email package with a connection to a sentiment analysis algorithm and the necessary Get method actions to receive the classification. The bot doesn’t execute successfully. Select the likely cause for the issue. a) The user that executes this bot has another mailbox configured besides the shared mailbox, preventing the bot from finding the correct mailbox as multiple mailboxes are not allowed b) For the sentiment analysis, no third-party solutions are allowed. It is necessary to set up an IQ Bot instance to make use of the Automation Anywhere platform functionality ©) The Outlook client needs the proper hostname, port and password configuration to send and receive emails d) Within the Email package, the Get method action is using the wrong session within the bot, causing a runtime error Question: 42 ‘A.user has stored their SAP credentials in the credential vault. A developer is unable to access the user's credential vault variables while developing a bot. Select the reason for this issue. 1Bet, a) The developer does not have required permission to aceess locker b) The length of the credential name has 35 characters and has exceeded the limit ©). The length of attributes is 35 characters and has exceeded the limit d)_ The credential is not associated with any locker Question: 43 Select the user role that can create a credential locker and allow a Control Room Administrator to: # Store a set of credential variables they created inside the control room # Moke the credentials available to a set of developers with a specific role a) Auser with AAE_LockerAdmin role privileges has to create the locker in the control room and assign the administrator as the consumer of the locker b) Auser with AAE_LockerAdmin role privileges has to create the locker for the administrator and assign the administrator as the consumer of the locker ©) Auser with AAE_Manager role privileges has to create the locker for the administrator and assign the administrator as the consumer of the locker d) Auser with AAE_LockerManager role privileges has to create the locker for the administrator and assign the administrator as the consumer of the locker Question: 44 ‘A developer has created a bot to download all email messages and write the content to a CSV file. Review the bot code and the error. How should the developer fix the error? a) b) ¢) qd) The Dictionary Key emailMessage has to be used in the Log to File action The developer should use the Log Content action rather than the Log to File action The Dictionary Key emailBody has to be used in the Log to File action The file address should end in CSV Question: 45 ‘A user requires access to a set of credentials stored in a departmental credential locker. The manager does not want the user to be able to view or access other credentials wit jn the same department locker. Select the option that can help achieve this task. a) Create a new standard credential and assign to the user. Give the user participant rights to the departmental credential locker b) Create a new user-provided credential and assign it to the user. Give the user participant rights to the departmental credential locker ©) Give the user share rights to the departmental credential locker Request they create a new credential within the locker aa, d) Create a dedicated user-providediéfedential and assign it to the user Give the user participant rights to the departmental credential locker Question: 46 ‘An organization receives 1000 emails every day. Management wants to extract all invoice-related emails and store in the Invoices folder under the Inbox folder. Select the package/action that will help complete this task. AL Use Email: Connect > Loop: For each mail in mailbox > Email: Movel all > Set Destination folder path in mailbox as Inbox/invoices > When subject contains (optional) as Invoices. Use Email: Move all > Set Destination folder path in mailbox as Inbox/invoices > When subject contains (optional) as Invoices. Use Email: Connect > Email: Move all > Set Destination folder path in mailbox as Inbox/invoices > When subject contains (optional) as Invoices. Use Email: Connect > Loop: For each mail in mailbox > When subject contains (optional) as Invoices > Email: Save email. Question: 47 Review the code here and select the option that best describes the output. x <== wenn CE oe ‘A. The code will throw an error on line 3 as Excel advanced and Excel basic actions cannot work in same code B. The code will throw an error on line 5 C. The code will throw an error on line 4 as Excel advanced and Excel basic actions cannot work in same code D. The code will run successfully, but Line 4 should be removed as it has no added functionality Question: 48 ‘A developer creates a bot that is supposed to display a message “Hello World”. When the bot is executed, there is an error message as shown below; Message from bot (ome) How should the developer fix the issue? Remove the “print(str)” line from the Python script The Path variable of the system is not set to Python Replace the Execute script action with Execute function action with the correct input values The string variable must have the value defined in it within quotes soe> Question: 49 The code shown here is trying to run the Python script by passing multiple variables stored in a single variable of List type. Python Multiple Variables Sinalabow 2 seme ean aee Prmescrg ee Select a subtype for the List variable. A. Number 8. String C. Dictionary D. Any Question: 50 The code here indicates call to the Add function which returns a+b. The output is stored in a String variable Result. What would the message box display, if; ‘* Case 1: List variable IstNumbers subtype is String and contains two values: 33 and 55, © Case 2: variable IstNumbers subtype is Number and contains two values 33 and 55 Case 1: Bot Error and Case 2: 88 Case 1: 88 and Case 2: 3355, Case 1: 3355 and Case 2: Bot Error Case 1: 3355 and Case 2: 88 soe> Question: 51 ‘A developer has to automate a data entry application that needs credentials to login. The login details are created in Credential Vault in the control room. The credentials are added in the locker and the developer is assigned the manager role for the locker. While developing the bot, the developer is unable to see the credentials in the variables list. How can this issue be resolved? ‘A. The developer should be added as a participant because locker participant can view the locker B. The developer should be added a an owner because locker owners have all the required access C. The developer should be added as a consumer because the locker consumers can view both the locker and the credentials in the locker D. The developer should be added as an owner and a participant because and owner and a participant can use the credentials in the bot Question: 52 ‘A marketing team member created multiple new social media accounts for a corporate communication process. The team member was added to the locker as a participant and the credentials were collected for bot development. When the team member runs the bot that references the credentials, the bot is unable to login, How will you resolve this issue? A. Create a dedicated Credential Vault for the User and add the user as a owner B. Create a Locker_Consumer_Role for the Marketing Group Credential Vault and assign the role to the specific user C. Create a bot to provide a Prompt for values to the end user for each of the credentials required D. Create a new credential for each system and assign them directly to the user Question: 53 How would you automate the process of forwarding hundreds of emails to team members based on the message body in the email? A. Use Email: Connect > Loop: For each mail in mailbox > Assign output to List Variable > Check Condition on List Variable > Email: Forward 8. Use Email: Connect > Loop: For each mail in mailbox > Assign output to Dictionary Variable > Check Condition on Dictionary{emailMessage} > Email: Forward Use Email: Connect > Loop: For each mail in mailbox > Assign output to Dictionary Variable > Check Condition on DictionaryfemailBody} > Emails Forward D. Use Email: Connect > Loop: For eachmail in mailbox SAssign output to Dictionary Variable > Check Condition on Dictionary{emaillMessage} > Email: Send Question: 54 A developer's first attempt to leverage the REST API to authenticate with the server completes successfully. After this authentication, there is a permission error when attempting to trigger a bot. What should the developer do to identify the issue? Ensure that the Authenticating account has the ‘Run and schedule’ permission on the bot Ensure that the Authenticating account has the right to download bots Confirm that the Authenticating account matches the Bot Creator Check the Unique Identifier of the bot poe Question: 55 ‘A request has been received to use an existing bot for a form completion on the organization’s public website. Once submitted, the bot should automatically be triggered via the Rest API; however, when submitted the bot fails to start. The Bot Name, Username and the Device name should be a part of the API The User ID and Automation Name need to be used as part of the API call The Bot Name and Username need to be used as part of the API call The User has not used the bot authentication API Question: 56 ‘A Bot Creator records a business process flow of a SaaS CRM application using Universal Recorder. When a user tried to run the recorded flow, the bot gives an error at the last step of the workflow. What could be the potential reason for this and what should the user do to address the error? A. The user has not selected “HTMLinnerText” as one of the properties in the search criteria. The user should update the search criteria to select “HTMLinnerText” property. B. The Ul element in the last step has dynamic properties. The Bot Creator needs to use a variable inside the DOMxPath property to address it. C. The UI element in the last step has dynamic properties. The Bot Creator needs to use wild cards in the window title to address it. D. An old package version of Universal Recorder is used. The user needs to update the Universal Recorder package version. Question: 57 [faevitze, ‘An organization has automated a task to send Welcome emailtaall new employees every week. The email includes a photograph of the employee and a formatted welcome text message. On receipt, the emails display the message body as text with no formatting (Color, Font, Style). How should you resolve this issue? Use Email: Send Email and Select Send Email as HTML property Use Email: Connect, Email: Send Email and Send Email as HTML property Use Email: Send Email and Send Email and use Rich Text Editor to format the text Use Email: Connect, Email: Send Email and use Rich Text Editor to format the text poe Question: 5B ‘An A2019 user with an AAE_Admin role assigned has logged in to the Control Room. This administrator tries to explore IQ. Bot using the link on the Control Room Dashboard but receives an error message: “Access Denied”. Select the reason for the restriction and the corrective action. A. The administrator is not assigned the IQ Bot Services role. To fix the issue, login as a user with IQ Bot Services role. B. An IQ Bot server should not be installed on the same system as a Control Room and must be installed on a different system C. Multiple sessions are only possible from Internet Explorer or Microsoft Edge. To fix this issue, do not use Chrome D. System resources are running low. To fix this issue, increase the server's RAM Question: 59 A developer must divide the value “ABCD12345” into two different variables (character and number). The data is always in the format of four characters followed by five numbers. Select the String package action the developer should use to complete the requirement. To number Trim Substring Compare poe Question: 60 Select the action that you should use to automate the sales tax collection process that requires collecting the full sales tax, if annual revenue is more than $100,000, and applying a 10 percent discount if the annual revenue is less than $100,000. aevit Use the String:Compare strings action Use the Loop:Loop action use then times as the iterator — Use the Loop:Loop action, select the While option, and add conditions Use the If:lf and IfElse actions as appropriate oop> Question: 61 ‘A developer is creating a bot which processes each file present in a folder and displays output on the screen. The end user must visually check the output before the bot iterates and moves on to the next file. Select the action that will allow the end user sufficient time to perform this check. A. Task Bot:Stop B. Delay:Delay C. Task Bot:Pause D. Wait:Wait for condition Question: 62 Abot runner device is running low on operating system memory. While executing a bot, which packages and system variables can be used to detect this condition, log the actual operating system memory to a file, and alert the CoE of the issue? ‘A. If Package, Log To File, and Email Package, #RAMUsage system variable B. If, Log To File, and Email Package, #DeviceRAM system variable C. Loop Condition, Write To File, and Email Package #OSRANUsage variable D. Device RAM usage is not available to check at runtime natively Question: 63 A developer is finding it difficult to reliably automate the opening of a web-based application in a new window. What should you do to resolve the issue? A. Set the Browser package to use Internet Explorer. Websites will be launched in a new window B. Set the Browser package to use the default browser C. Set the Browser package to use Google Chrome. Websites will be launched in a new tab if a Chrome window is already open D. Use Error Handling with internet Explorer in the Try action and Chrome in a Catch Block Question: 64 A.user's spreadsheet is the source for the contents of a variable. The bot often fails to capture the correct data. aevitze Select the Excel advanced option that you will use to resolve'this issue. Get multiple cells to unlock Set Cell to ensure consistent behavior Go to Cell to ensure consistent behavior Set multiple cells to unlock soe> Question: 65 During the planning phase of an automation project, critical pieces of information such as key dates, references and parameters were made avi in the department. These values are setup by an administrator and subject to change. lable to all users wi Select the best way to allow the department members to access and change values for these critical variables. Create a Credential Vault for storing key values and provide the Locker Create a Global Value with a changeable scope and provide the user with the AAE Admin role Create a Global Value with a predefined default value ‘AAE_Admin creates a Global Value with a changeable scope Assign the AAE_Admin role to the department lead moo Question: 66 ‘A developer is attempting to automate a process that touches multiple systems, departments, other sources of information and will consolidate the pertinent data into a report or dashboard. Select two steps that should be prioritized to provide maximum value to the process owner. ‘A. Identify the core variables and measurables that make up the process and assign them to be tracked as variables 8. Capture all authentication and login requirements of the process Split the process into larger number of bots to spread the complexity of the process D. The process owner should identify and focus automation efforts on the most complex stage of the process 9 Question: 67 ‘A developer is building a bot to replicate new records to the server in the backend database process. How can the developer ensure the records will revert to their original state on the server database if the bot fails during the replication process? Use Database:Begin transaction and Database:End database transaction actions Use Database:Connect and Database: -onnect actions Use a Database: Managed stored procedure action poe> Use a Database:Run stored procedure action Question: 68 A bot is designed to extract data from a table on a web site and write the data to an Excel sheet, without ‘opening the Excel file. The bot executes successfully, but the Excel sheet where the data should have been written Stays blank. Review the code here and select the best option to resolve this issue. a .. The Launch web site command must be used before the Recorder action The Excel sheet must be opened in read-write mode using the Open action The Excel Basic > Save Worksheet action must be used inside the Loop The Excel Advanced > Write from Data Table action must be used inside the Loop The Excel Basic > Save Workbook action must be used outside the Loop mPOO D> Question: 69 A developer imported a Python script that removes spaces from a string variable. He performs the following steps to execute the script: Uses the Python script: Open action to import the script Adds the Python script: Execute function action and assigns the output to the variable. Introduces a message box to display the output Uses the Python script: Close action to close the session. PYUNE The developer was unable to successfully execute the bot. Select the cause of the error. The Python script was not uploaded to the control room The message box step should be placed after the close script action Version 3 was selected as the runtime ver The developer should have used the Python script: Execute script action instead of Python script: Execute function action nm gop [BOR Question: 70 A developer is automating departmental email processing. Based on the properties in the email, emails are either organized into inbox folders, forwarded or deleted. How can the developer access the email properties? Create a new Dictionary variable and build the set of key values for querying within your loop Query the Email Dictionary variable in a Loop to retum the Dictionary Key values Create new variables for specific email properties Use OCR to read each email and capture the desired email properties from the email header poe> Question: 71 ‘A bot was created to automate an SAP application for various users on different machines. The RPA Program Manager creates credentials in credential vault. The manager creates username and password attributes with standard values. When the bot is executed on different users’ machines, it is observed that the same credentials are used to login instead of the individual user’s login. ‘What's the cause for this issue and how will you resolve it? ‘A. While creating attributes, the user-defined option was selected. The manager should have selected the standard option to have each user enter their own credential values in the Credential Request tab B. A single username and password attribute was created for all users. The manager should have created the number of attributes for the number of users for the same SAP application under one credential vault C. The manager should have created a new role and added all the users to the role and assigned the role as the owner of the credential locker. D. While creating attributes, the Standard option was selected. The manager should have selected the user-provided option to have each user enter their own credential values in the Credential Request tab Question: 12 ‘A Control Room administrator has recently uploaded a new version of Excel advanced package. What happens to the old bots that used the old version of the Excel advanced package? A. The old bots will automatically switch to the latest version of Excel advanced package and run fine without needing any manual intervention. B. The Control Room administrator can bulk update all the old bots to use the latest Excel advanced package. C. The old bots will keep running with the old version of Excel advanced package unless a Bot Creator changes the package version. jJOV8 5, D. The old bots will break and the Bot Creator user will be requested to update the Excel advanced package in the old bots. A ’ Question: 73 A developer has created 2 bot which uses the Email > Send action to email a notification after the bot completes execution. The developer has selected Outlook in the Send email via property. During the test run the bot fails at the Send email action. How can you resolve this issue? A. Ensure that Outlook is installed on the system where the bot is executed and the user profile is configured B. Ensure that Outlook is opened or present on the task panel during the execution of the bot C. Ensure the control room system date and time are in sync with the execution machine date and time D. Ensure that Outlook is installed on the system where the bot is executed Question: 74 A.user's spreadsheet is the source for the contents of a variable. The bot often fails to capture the correct data. Select the cause for the issue. ‘A. The spreadsheet is closed B. The spreadsheet is read-only C. The spreadsheet's active cell varies day-to-day D. The spreadsheet's active cell is fixed Question: 75 ‘A pharmaceutical company has identified 10 use cases for automation prioritized by Return on Investment (RO!) Asa lead developer, what would be your first step in the automation process? A. Define the scope of all the use cases for automation Question: 76 ‘A developer is designing a bot that has to be executed when required. Select the option that will allow the end user to have a log file that will store the start time and end time of the bot execution. ‘A. The Append timestamp option in Log to File actions Question: 77 [BOR ‘A developer needs to adjust an existing bot that loops through andupdates multiple records in a large Excel sheet. The current script is efficient at performing the updates via the Excel basic package, however there is, ‘a new requirement for any empty rows to be deleted after the updates. Which is the most effective solution? A. After the Update loop is complete Save the Excel basic session, then Open with the Excel Advanced package, and use the Remove blank rows action, then close the file Question: 78 Ina customer's Salesforce.com instance, recurring updates of records occur via email. First an email is sent toa shared mailbox, and then the information on the record is updated. Select the best method to validate the email sender before executing the update, when fetching the emails. A. Using the String package, extract the information from the email header and compare them to the email address that sent the email Question: 78 A.user has to manually forward several emails (containing attachments) related to a specific account in Salesforce on a daily basis. Once forwarded to a dedicated email address, these emails are automatically added to the records in the Salesforce.com account that owns this dedicated email address - for example: 1239105xfsd_usercompany@salesforce.com How will you automate this process? ‘A. Create an Outlook rule saving all emails with attachments to a specific folder 2. Have a Loop action save all the attachments and then run a Loop action with a condition that sends emails with attachments to the dedicated Salesforce.com email address Question: 79 ‘A newly hired accounts payable executive has been given access to create credentials foran application and add the credentials to the accounts payable locker. While creating attributes, the executive is unable to view the accounts payable locker. How should the control room administrator resolve this issue? ‘A. The administrator has to add the executive as a participant of the locker Question: 80 ‘A developer has created a bot which uses the Email > Send action to email a notification after the bot completes execution. The developer has selected Outlook in the Send email via property. pI During the test run the bot fails at the Send email action. Select two ways in which you can resolve this issue. ‘A. Ensure that Outlook has a user profile configured B. Ensure that Outlook is installed on the system where the bot is executed Question: 81 ‘A developer creates a bot which calls different Macro actions based on conditions. The Excel basic package is used but the bot fails to get the desired output. With development efficiency in mind, how will you resolve this issue? A. Use Excel Advance Run macro Question: 82 ‘A pharmaceutical company has identified 10 use cases for automation prioritized by Return on Investment (ROI). ‘Asa lead developer, what would be your first step the automation process? A. Build a prototype of the bot that will automate the process 8. Analyze the applications which will be used for automation C. Define the scope of all the use cases for automation D. Capture all errors to make resilient bots Question: 83 A bot must trigger one of two actions: create a ticket for IT or send an email to HR. This is how it works: ‘+ Ina Prompt for value action, the bot receives text which via the REST Web Services:Post method action. ‘© The algorithm classifies the text, returning a statement of one of the categories: “IT”, “HR” or “Error”. ‘* Using the REST Web Services:Get method action the results are used to either create a ticket for IT or send an email to HR. be sent to. a Machine Learning algorithm Select the two essential variable types to include in the bot to support the workflow. String List Dictionary Boolean pop> Question: 84 A company’s website uses a Natural Lahguage Processing (NLP) tool to evaluate customer feedback that comes in through the portal or via emails. The NLP tool provides key and value of each entry so the feedback can be evaluated. The bot used to evaluate the feedback ratings fails every time the NLP tool returns feedback to the bot. Select the receiving variable type that will help resolve this issue. Record Dictionary List Table gsoe> Question: 85 A bank uses an AS/400 application to reconcile daily activities. The process requires a clerk to modify multiple mainframe files and initiate a reconciliation report. Which of the following will you use to automate the process? The Terminal Emulator package The If package with Window Exist condition The Database package The Universal recorder poe Question: 86 An organization receives Excel files as email attachments from 300 different vendors. These attachments contain data including Invoice Number, Bill To, Total Amount, Email, and many other data fields. The vendors use Excel for their invoices, using a standardized template. The organiza Bot Runners \out Excel installed Select the two best packages to use for this process. A. Excel basic package B. IF package C. Email package D. Excel advanced package Question: 87 ‘A developer embeds a Python script using the Python script: Open action within the bot code. The script runs a function which processes two arguments/variables. The bot needs to pass the value of the variables to the Python script. Select the variable type that can be used to satisfythe requirement. One Record type variable where the subtype is String One variable of type Any and other of type String. One Table type variable with dimension 2X1 of subtype String One List type variable where the subtype is String poe Question: 88 ‘An organization has automated a process for Excel reconciliation. A bot is used to filter, delete, and update records. There is a need to format data (highlighting cells, bolding and italicizing), however there are no ready packages/actions in A2019. Select two options to achieve this. A. After reconciliation, use the Simulate Keystrokes action and add shortcut keys to apply the formatting B. After reconciliation, copy and paste into Word to add formatting Use the Excel advanced package to format the data in the Excel file D. After reconciliation, pass the path of the Excel file as an argument to the JavaScript or VB Script function which has the capability to work with the Excel application 9 900000000000000000000DEVITZONEGO0000000000000000000 Dear Students/Professionals, ‘Must remember... 75% score required to PASS and the questions often change or repeating in the Automation Anywhere Certified MASTER RPA Professional (A2019) exam which is quite challenging so | request you to review some useful study guides which I've stored in Google drive; hal ng ,oogle.com/drive/folders/1ttJ4jSJZ022VFdtlh9w7GSUHeLc1LVBx?usy https://di Also, please find the Automation Anywhere In-Class Training Videos for exam preparation and to learn ‘Automation Anywhere tool; https://drive.google.com/drive/folders/16HZagMu_6qD6noXPL4 7ZV76d8uyPB6k?usp=sharing Goad Ruck & Harpy Reading Please Note: DEVITZONE study/exam preparation materials are protected by the laws of copyright throughout the world. Unauthorized reproduction of these ‘materials, or portions thereof in any form whatsoever, is strictly prohibited. The materials you have purchased are to be used for your own .e and benefit. Unauthorized commercial resale of DEVITZONE materials is prohibited.

You might also like