Skip navigation Q & A Exam (Adv V11) EXIT NEXT MODULE PREVIOUS MODULE Review your answers You have reached the end of the assessment. Please review your answers and click "complete" to finish the module. 1. A developer logged into a client machine has recently completed designing a new TaskBot and needs to evaluate the Bot outcome for purpose of meeting the project requirement. If the evaluation is successful, the TaskBot will then be uploaded to the control room. Which three actions could the developer take, to execute the TaskBot for the evaluation? (Choose three.) Execute the bot from the administration login at the Control Room Open the TaskBot in the workbench and execute it Provide the complete path of the TaskBot ATMX file in the CLI window ↑ Change this answer 2. A bot creator is complaining that they keep getting disconnected from the control room overnight. They also noticed changes to their bots in the repository. They want to see if anyone is accessing their account outside of business hours. What can the control room administrator do to investigate these claims? Check the audit log for actions taken by the bot developer and inspect the source device ↑ Change this answer 3. A Control Room scheduled automation has a status of failed. What should the administrator do to find the error message and details of the precise location in the task that the error occurred?> Lookup the error description for the status code of the error for the failed activity listed in the Activity > Historical > View historical activity page of the Control Room interface ↑ Change this answer 4. What dashboard provides information on 'Total Users'? ↑ Change this answer 5. An administrator with administrative access in an Automation Anywhere Control room is reviewing the Devices Dashboard. A group of user's devices are showing as"offline" status. Why is this occurring? This group of users are not logged into the client UI on the device ↑ Change this answer 6. How can an administrator pull in some bots into the Control Room which were received via email attachment? Drag-and-drop the Bots into the Control Room > Bots Section ↑ Change this answer 7. An administrator has scheduled a bot from the Bots section. The administrator's manager feels that the schedule is incorrect. In Control Room, where would the administrator go to see the schedule? Activity > Scheduled ↑ Change this answer 8. An Automation Anywhere administrator has received a notification that the latest version of AAE is available. What is the first step the administrator would take in installing the newest version? Ensure all Bot Devices are disconnected ↑ Change this answer 9. Which three email-based triggers does Control Room support by default? (Choose three.) A TaskBot stopped running because it is unsuccessful User activated/deactivated User information updated ↑ Change this answer 10. An owner of a credential vault locker has accepted a position in another part of the company. The control room administrator has disabled the account in the control room. An existing bot developer has been promoted to the open position. What should the control room administrator do to ensure the promoted bot developer has the proper access to the credential vault locker? Advise the Locker administrator of the change so the ownership can transfer to the promoted bot developer ↑ Change this answer 11. The IT Department is concerned that bot creators are using passwords that do not adhere to their password requirements. The control room administrator has responded that each user is responsible to conform to IT standards, and as the control room has email enabled, the administrator cannot change bot developer passwords. Which of these can the administrator do to best assist with meeting IT requirements? Align the Control Room Settings > General > Security settings to conform to IT requirements ↑ Change this answer 12. Which dashboard does the Control Room administrator need to reference to get a graphical representation of Events Distribution by Activity Type? Audit ↑ Change this answer 13. A user with a runner account is not able to login to the client UI. The user is sure that the username and password are being entered correctly. While troubleshooting, the administrator found out that the user's machine shows as 'Offline' inside the Devices option. What does the administrator need to do to resolve this issue? The user's account is deleted and needs to be re-created ↑ Change this answer 14. During UAT, a client learns that Automation Anywhere software takes screen shots of all surfaces that it encounters and wants to stop this from occurring while recording. What can be done to prevent this? In Administration > Settings, the Control Room administrator can turn"Secure Recording - Off" ↑ Change this answer 15. The administrator of an Automation Anywhere Enterprise installation needs to review the most frequently occurring reasons why Bots associated with the Control Room have failed. Which widget in the Bots Dashboard can provide the desired information? MVP Bots ↑ Change this answer 16. The administrator of an Automation Anywhere control room has recently provisioned access to multiple users of the project. One of the users who logs in from a client machine is not able to logon to the Control Room. Within the Control Room, what should the administrator review to identify the reason why this user is experiencing this issue? The Client login details in the Audit Log ↑ Change this answer 17. A previously reliable TaskBot is now failing. It uses a MetaBot to enter data into a third-party online invoice processing system. How should the Automation Anywhere engineer act first in finding a resolution? Recalibrate the page in the MetaBot Designer because the web page field tags have changed ↑ Change this answer 18. What is an extension of a Metabot file? PKG ↑ Change this answer 19. A user has made a MetaBot that will populate data into a web form after reading values from a database. Variables have been made in the MetaBot which will accept values from their counterparts in the calling Task, however the user is not seeing these variables on calling the MetaBot in the Taskbot. Why is this occurring? The MetaBot variables need to be declared as type Input ↑ Change this answer 20. A developer at an organization created a MetaBot that enters data into several text fields of an application. The entry is done using local MetaBot variables. Other developers in the organization also want to use this MetaBot to enter a different set of values into the same fields of the application. How can they share and reuse the MetaBot? Share the MetaBot code via control room and then map data read using task bot variables to MetaBot variables ↑ Change this answer 21. A user is developing a new Task Bot and discovered it will require functionality already provided by an existing MetaBot which is in use by another TaskBot. How should the user deal with this situation? Call the existing MetaBot from the new TaskBot ↑ Change this answer 22. What ROI setting can be modified by the client? Hourly Rate ↑ Change this answer 23. Which three of these are valid recorders in Automation Anywhere Enterprise Platform? (Choose three.) Screen Recorder Smart Recorder Web Recorder ↑ Change this answer 24. A task has been modified in a local client. What menu item can be used to access the Compare button to compare this task with the one uploaded on Control Room. Manage > Repository ↑ Change this answer 25. Before performing a Web Recorder task, which two options should the user ensure are setup correctly? The Internet Explorer 11 plugin is installed and enabled The zoom factor in IE browser should be 100 % ↑ Change this answer 26. A human resources executive creates a folder every month with prospective candidate names under the folder c:\Prospects on their hard drive. The executive now has hundreds of empty folders under c:\Prospects. How can the executive remove all the candidate folders under the folder c:\Prospects? Use a"Loop Each Folder in a Folder" loop to loop over the directory"c:\Prospects", then choose the folders to delete by displaying the name of the folder via $folder name$ variable ↑ Change this answer 27. A user is working in a spreadsheet and wants to close the spreadsheet, retaining all data intact after completing the work. What command(s) will meet this request? First save the spreadsheet then close the spreadsheet ↑ Change this answer 28. An administrator writes a query which returns 10,000 rows. However, the administrator only wants to return a maximum of 500 rows. What command should be used to provide the desired result? The"Maximum number of records to fetch" in Database - SQL Query command ↑ Change this answer 29. A user from human resources wants to access all records that are in the employee database. The user is not comfortable editing databases but is comfortable working in Excel. What are two methods that an administrator can provide the information to the user in the desired format?(Choose two.) Using Database Command and SQL query to export the data from the database and store it in a CSV. Using Database Command to export the result of"Run Stored procedure" command to CSV. ↑ Change this answer 30. A user is trying to connect to a Linux box and observes that the bot is writing the username in the Terminal before the Terminal Prompt appears. How would the user resolve this issue? Modify the Send Text command to"Wait for the Terminal Prompt to Appear","Before Sending Text" ↑ Change this answer 31. A user needs to perform two distinct sets of actions on a Linux box, s/he has made two scripts (Script1 and Script2), both using Terminal Emulator commands. Connection setup to the Linux box has only been made in Script1. The user wants that when Script1 is executed, Script2 will also be executed using the connection set of Script1. When the user executes Script1, only Script1 executes. What step does the user need to take to make Script2 run when Script1 is invoked, using connection setup of Script1? Call Script2 From Script1 using Run Task Command ↑ Change this answer 32. Which three are valid Loop commands? (Choose three.) Each Item In sfile Each Node in an XML Dataset Each Row in an Excel Dataset ↑ Change this answer 33. What is an accurate statement about the Object Cloning command? It is capable of capturing web as well as window objects and controls such as text from drop down menus ↑ Change this answer 34. What is the FTP- Change Folder command do? Transfer file(s) to a different folder on an FTP server ↑ Change this answer 35. Which option is used to make multiple PDF page from single file? Split Document ↑ Change this answer 36. Which format of System Variables can be changed? Date ↑ Change this answer 37. Which system variable can be used in the required command to access the work item attributes from a queue category? $WorkItem$ ↑ Change this answer 38. Which three options are valid in Error Handling? (Choose three.) Log Data into a File Log Data into Database Take Snapshot ↑ Change this answer 39. PDF Integration- Extract Text command allows output in what two different texttypes? Plain and Structured ↑ Change this answer 40. What variable is returned when the String Operation's Join command is used? List ↑ Change this answer Time: 33 seconds