Uipath
![]() |
![]() |
![]() |
Title of test:![]() Uipath Description: UiPath-RPAv1 UiPath-RPAv1 UiPath RPA Associate (UiRPA) Exam |




New Comment |
---|
NO RECORDS |
Q1. What do the Items in the Orchestrator queues consist of ? Select all the options that apply Options are : A. Processes to be executed by the robots. B. Jobs to be executed by the robots. C. Input data for the processes executed by the robots. Q3. In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism implemented?Options are : A. The SetTransactionStatus workflow. B. The Main workflow. C. The GetTransactionData workflow. Q4. What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template? Options are : A. The robot checks if the previous transaction is complete and then starts the next one. B. The transaction items are extracted from the Queue. C. The robot reads the configuration file and initializes all the required applications. Q5. When should the "Add Log Fields" activity be used? Options are : A. When logs need to be enabled. B. When a log message with a maximum number of five visible fields needs to be generated. C. When the standard log message has to be customized by adding new fields to it. Q6. Where can we see the logs generated by running robots? Options are : A. In the Orchestrator logs. B. In the local Logs folder. C. In the Output panel. Q7. Which of the following are required to have efficient execution of automation projects? Options are : A. Proper exception handling. B. Effective logging mechanisms. C. Recovery abilities. Q12. In UiPath Robotic Enterprise Framework, what are the transitions of the Init state? Options are : A. In the case of System Error, the transition is to the Init state. B. In the case of Success, the transition is to the Process Transaction state. C. In the case of Success, the transition is to the Get Transaction Data state. D. In the case of System Error, the transition is to the End Process state. Q13. Which of the statues below can a transaction have? Select all the options that apply Options are : A. Successful. B. Abandoned. C. New. D. Pending. E. Failed. F. In progress. Q14. In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next? Options are : A. End Process. B. inIt. C. Get Transaction Data. Q15. In the UiPath Robotic Enterprise Framework template, to enable the retry mechanism without using Queues, what should the value of Max Retry Number be set to? Options are : A. Any value greater than 2. B. 0. C. Any values greater than 0. Q16. If a large item collection is processed using For Each,which activity enables you to efficiently exit the loop after a specific moment? Options are : A. The "Break" activity is the most suitable in For Each. B. A While loop should be used For Each. C. No activity can be used. Instead, you have to try create a Boolean variable based on which the For Each loop is broken. Q17. Which statement about the UiPath Robotic Enterprise Framework template is false? Options are : A. The framework can be used only if you get the input data from the UiPath server queues. B. The framework is meant to be a template that helps the user design processes. C. The framework has a robust exception handling scheme and event logging. Q18. Which of the following are considered best practices? Options are : A. Start your new sequence with a short annotation meant to explain the purpose of the workflow. B. Think about the exceptions that might occur during the execution of the process. C. Include a Should Stop activity at the end of the workflow. Q19. What types of assets can be stored in Orchestrator? Options are : A. String, Bool, Integer, Credential. B. Integer, Password, GenericValue, String. C. Array, Datatable, Boot, String. Q21. What is Orchestrator used for? Options are : A. Remotely controlling any number of robots and performing workflow management. B. Designing workflows to be run by robots in a supervised mode. C. Running Windows processes on the local machine. D. Designing workflows to be run by robots in an unsupervised mode. Q23. The return value of the Get Transaction Item activity is of the following type: Options are : A. QueueItem. B. Object. C. String. D. List. Q24. Is there any way to hide the execution of one activity in the logs? Options are : A. Yes, by changing the minLevel property of the "Execution" logger from NLog.config.file. B. No, but the logs can be manually edited. C. Yes, by checking the Private property of the activity that is to be hidden. Q25. How can you improve a selector? Options are : A. By using intermediate containers for a better matching of the Ui element. B. By adding the absolute position of the elements to the selector. C. By replacing the dynamic parts of an attribute with wildcards. Q26. Which of the following technologies can be used for background automation? Options are : A. The Full Text method of Screen Scraping. B. Type into activity with Send Window Messages flag checked. C. Data scraping. D. The Click activity with the Simulate Click flag checked. Q29. Which emails are deleted if you use Get IMAP Mail Messages with the Delete Messages property set to true?. A. Only the emails that were marked as previously read. B. There is no Delete Messages property for the Get IMAP Mail Messages activity. This option is available only for Get Exchange Mail Message. C. The ones in the list that is retrieved by the Get IMAP Mail Messages activity. Q30. One of the steps in your process is to authenticate on a web application. How can you check if the login succeeded or not?. A. Check the return value of the Login activity. B. Place the login activities inside a Try-Catch block. An exception is thrown in case a login problem occurs. C. Use an Element Exist activity to check whether the login succeeded by searching for an element that us only displayed in that case. Q32. How can a process be executed on three different robots? Options are : A. By deploying the process in the environment of the robots, which run it automatically. B. By creating a job and selecting all three robots. C. By scheduling the process and adjusting the settings in the Execution Target tab accordingly. D. It is not possible to allocate a process to three different robots. Q33. Is it possible to reprocess a transaction in a Queue after its failure due to an application exception? Options are : A. Yes, if the Auto-Retry property of the Queue is enabled. B. Only transactions that failed due to a business exception can be reprocessed. C. Yes, it can be retried manually on the Transactions page. D. No, transactions cannot be processed again if they fail. Q35. Which Queue Item properties can be used to control the order in which the items are processed? Options are : A. ItemInformation. B. Priority. C. Postpone. D. Deadline. Q38. What is the relation between environments and provisioned robots? Options are : A. One robot can be assigned to multiple environments. B. An environment can contain a single robot only. C. An environment can contain multiple robots. D. One robot can be assigned to a single environment only. Q39. Add Assets in Orchestrator has the following option: A. Value Per Process. B. Single Value. C. Value Per Robot. D. Value Per Environment. Q40. Why is renaming activities considered to be one of the best practices? Options are : A. To easily understand the high-level business logic from a workflow. B. In case of an exception, to be able to find its source activity. C. To be able to understand the process logic without expanding each sequence or invoked workflow. Q41. Where can you trigger an unattended robot from? Select all the options that apply Options are : A. The UiPath Robot icon in the system tray. B. Remotely, from Orchestrator. C. UiPath Studio. Q42. One of the actions below is not required when starting processes with UiPath Orchestrator Options are : A. Creating a process with the published package and environment. B. Registering robots to Orchestrator. C. Creating an environment containing the robot. D. Publishing projects from UiPath Studio. E. Creating a queue in Orchestrator. F. Starting a job, which is the execution of the process. Q44. What happens if you try to end the execution of a job by clicking the Kill/Terminate button in UiPath Orchestrator?. A. The execution process is killed. B. The execution is not impacted if no Should Stop activity has been included in the workflow in Studio. C. The job state is changed to Canceled/Stopped, even if no Should Stop activity was used. Q45. How can you retrieve the value stored in a Queue Item variable? Options are : A. Use the Deserialize Xml activity. B. Use the SpecificContent property. C. Use the Deserialize Json activity. Q49. What is the purpose of the WaitForReady property in any UiAutomation activity? Options are : A. Before performing the actions, waits for the target to become ready. B. Specifies to continue executing the remaining activities even if the current activity failed. C. Specifies the amount of time(in milliseconds) to wait for the activity to run before an error is thrown. Q50. What are the functions of the Outline panel?. A. It shows the execution result of the workflow. B. It shows the structure of the workflow. C. If the Activities are properly named, it can be used to search and select specific Activities used inside the workflow. Q52. By using the fulltext scraping method, the robot is able to Options are : A. Get editable text. B. Get hidden information. C. Get entire visible text. Q53. What are the 2 categories of Activities found in the Activities panel of StudioX? Options are : A. Scopes. B. Actions. C. Cards. D. States. Q57. What should you use to scrape tables from a web page? Options are : A. Get Text. B. Data Scraping. C. Read Cell. D. Get OCR Text. Q59. What happens if you use the write range activity with the range property set to to write a database to excel that already contains data?. A. It will throw an error. B. It will overwrite the existing data. C. It will append the new data to the existing data. Q60. Can you run the robot manually, step by step, in order to analyze the robot behavior in a certain condition?. A. Yes, by using a breakpoint and running the workflow in debug mode. B. Yes, by running the workflow in debug mode. C. Yes, by using step into step over. D. No, you can not do it. Q61. Which option should you use in order to publish your automation locally?. A. Either of the three. B. Run. C. Custom. D. Robot defaults. Q62. In a Write Cell action, what is the source of the data written? Options are : A. A value directly inputted in the action in Studio only. B. Both a value inputted in StudioX and a cell from an Excel file. C. A cell from an Excel file only. Q63. Is it possible to make an image automation if you are not in Citrix environment? Options are : A. No image automation is only for the remote automation. B. Yes, but should be used as last resort. Q64. How can you find all anchor element in the web page? Options are : A. Using find element activity. B. Using find relative element activity. C. Using the find children activity. Q65. When is it recommended to use desktop recording?. A. When you automate more steps in the same window. B. When you automate web pages. C. When you automate Citrix Applications. D. When you automate one step. Q66. Which of the following tasks can be automated using StudioX? Options are : A. Creating a PowerPoint presentation using information from a Word file. B. Moving files between folders on your computer. C. Sending emails using Outlook. D. Getting data from an Excel file and inputting it into a web application. Q67. What activities can you use to send an email message? Options are : A. Send Outlook mail message. B. Send SMTP mail message. C. Send IMAP mail message. Q68. Which of the following fields can be configured in StudioX using the properties of the Send Outlook Message action?. A. Attachments. B. Subject. C. Email recipients. D. Email sender's address. Q70. Which is the bets way to navigate to a specific page in a web browser? Options are : A. Use the Navigate To activity Inside an Attach Browser container. B. Use a Type Into activity with a full selector. C. Use the Type Into activity inside an Attach Browser container. Q71. You can run published automation projects in UiPath StudioX even when StudioX is not open. A. FALSE. B. TRUE. Q73. Which of the following types of formulas are already available in the Excel Workspace? Options are : A. Text transformation. B. File name and path transformation. C. Date transformation. D. Number transformation. Q75. What would you use to exit from a For each activity and condition and continue the execution of the workflow?. A. Terminate workflow activity. B. Break activity. C. If Activity. Q78. Sequence data flow is most suitable for?. A. When we first start a project as the main workflow. B. Workflow that need decision making. C. Pieces of automation that can be used in a large projects. D. Short and simple workflows. Q79. What are the recording profiles available in UiPath Studio? Options are : A. Automatic Recording and step-by-step recording. B. Basic, Desktop, Web and Citrix and AI Computer Vision. C. Click, Check, Type Into and Selcect Item. D. Basic and Desktop. Q83. Which of the following actions should be represented as one step in the Robot Path? Options are : A. Typing a value in a field and clicking Validate. B. Opening a menu and selecting an option. C. Clicking a button in an application. D. Selecting a keyword in a text. Q85. What activity is used to get a column value from a specific row of a data table? Options are : A. Get Row Item. B. Read Cell. C. Write Cell. D. Remove Data Row. Q86. Where can you see the activities that make up the workflow? Options are : A. In the activities pane. B. In the workspace pane. C. In the outline pane. Q87. What should you use to check if a checkbox is selected or cleared? Options are : A. Click activity. B. A Trigger activity. C. Get Attribute activity. D. Check activity. Q88. Which of the scraping methods can get you the hidden text in the element? Options are : A. FullText. B. OCR. C. All of the above. D. Native. Q89. Which activities can be used to interact with the user? Options are : A. Writeline. B. Messagebox. C. Input Dialog. Q90. What is the relation between steps, tasks and processes? Options are : A. Tasks become steps when they are automated. A process has tasks when it is carried out by human, and steps when it is carried out by a robot. B. Tasks and steps are the same thing. Processes are usually made of several tasks or steps. C. A process is usually made of several tasks. A task is usually made of several steps. Q91. How should an RPA developer address runtime exception in the workflow? Options are : A. By using automatic recovery sequences inside catch blocks. B. By using try/catch blocks when invoking external workflow files. C. By logging any exception events. Q92. How can you rename a file using StudioX?. A. You cannot rename a file with StudioX. B. Using the Change File action. C. Using the Move File action. D. Using the Rename file action. Q93. Having an app in Citrix environment with multiple text-boxes that look the same, how do you identify one of them to type into?. A. By clicking relative to a unique text/image next to the textbox. B. You cant identify it if it doesnt have something unique next to it. C. By using text-box element attribute. D. By using the partial selector. Q94. Creating automation in Citrix environment is challenging because Options are : A. Selectors are hard to create for the virtual environment. B. You need to interact with the app using only image recognition and OCR. C. You dont have direct access to UI elements. Q95. What should you use to make sure that the workflow continues no matter what activity fails? Options are : A. TimeoutMS property. B. ContinueOnError property. C. Try catch activity. Q96. If your automation uses 2 Excel files(besides the Workspace),how man Excel File Cards do you need in StudioX?. A. Because we can reference all the Excel files with it. B. since there are 2 Excel files. C. as the Workspace would need its own Card. D. None, we don't use Cards for Excel files. Q97. What happens if you try to use write range activity to a .xlsx file that does not exist? Options are : A. It will throw an error. B. It will create that file for you and write the data in it. C. It will continue the execution without writing the data. D. It will continue the execution without writing the data. Q98. How should exceptions be handled?Select all the options that apply Options are : A. UIPath handles exceptions by default. B. By validating data using conditional blocks for business exceptions. C. By using Try Catch activities inside the workflow for unexpected application exceptions. Q101. You want to build a Dispatcher process to populate an Orchestrator Queue for parallel processing on multiple robots. Which activity should you use to add a queue item for each work item? Options are : A. Add Transaction Item. B. Add Queue Item. C. Get Transaction Item. Q102. Where should you store the environment settings that are prone to changes? Options are : A. Inside config files (.xmI, .json, .xlsx, etc.). B. In Orchestrator ,as assets. C. Directly inside the workflows, as hard coded values. Q103. While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow?. A. Use a Click activity and set its TimeoutMS property to 30. B. Use a Click activity inside a Try Catch activity. C. Use a Click activity with the ContinueOnError property set to True. Q104. How should a UiPath developer handle frequent changes in the project files? Options are : A. Old versions of the project files are not relevant. B. By using a source control solution, such as SVN, TFS, etc. C. By creating daily backups of the files. Q105. What robots can be selected when you start a job from Orchestrator? Options are : A. Any robot you have access to according to your role permissions. B. Any robot provisioned in Orchestrator. C. Any robot in the same environment as the process to be executed. Q106. How can a robot start an application in Citrix?. A. By defining a shortcut key for the application and then triggering the app with a Send Hotkey activity. B. By using an Open Application activity. C. By using a command line. D. By double clicking on a Desktop icon. Q108. In the UiPath Robotic Framework template, in the Main workflow, the State Machine includes the following states: A. Set Transaction State. B. Process Transaction State. C. End Process State. D. Get transaction data state. E. Init state. Q109. What happens when a new version of a package is published? Options are : A. The processes using the package are automatically updated to the latest version. B. The processes have to be updated in order for the robots to run the latest version of the package. C. The old version of the package is overwritten. Q110. In the UiPath Robotic Enterprise Framework, the value of MaxRetryNumber in the Config.xlsx file should be set to a number greater than 0 to enable the retry mechanism in the following cases: A. Do not work with UiPath Orchestrator queues. B. Get data from UiPath Orchestrator queues with Auto Retry disabled. C. Get data from spreadsheets, databases, email, web, APL. Q111. In the UiPath Robotic Enterprise Framework template, what should be the outcome of the Process Transaction state of the Main workflow when the application loops back to the Get Transaction Item state?. A. Business rule exception. B. Application exception. C. Success. Q114. In the UiPath Robotic Enterprise template, if a System Error is encountered in the Init state of the Main workflow, which state is executed next?. A. Init. B. Get Transaction Data. C. End Process. Q115. In the UiPath Robotic Enterprise Framework template, what happens if the processing of a transaction items falls with an Application Exception or a System Error? Options are : A. The execution of the transaction item is retried if the MaxRetryNumber config value is greater than 0. B. All used applications are closed and the re-initialized. C. The process executes the End Process state. Q119. In the UiPath Robotic Enterprise Framework template, in the Get Transaction Data state of the main workflow, what happens before the next transaction item is retrieved? Options are : A. We check if the previous transaction has been completed. B. We check if a stop signal was sent from Orchestrator. C. We check if a kill signal was sent from Orchestrator. Q122. Which one of the statements below regarding the GetAppCredentials workflow included in UiPath Robotic Enterprise Framework is true?. A. It first tries to fetch a credential from Orchestrator. B. It first tries to fetch a credential from the Windows Credential Manager. C. It first requests the credential from user. Q124. When requesting a work item from Orchestrator Queues using the Get Transaction Item activity, you need to specify the following: A. The name of the Queue and the number of items to be retrieved. B. The name of the Queue, the number of items, and a filtering expression. C. The name of the Queue which contains that specific work item. Q125. In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?. A. GetTransactionData workflow. B. SetTransactionStatus workflow. C. Process workflow. Q126. The best way of managing variable values within a workflow, so that they can be shared on different robots and nvironments is: A. Using excel config files. B. Using assets defined in Orchestrator. C. Using Json config files. Q127. Which of the following statements are true?Select all the options that apply Options are : A. You cannot use a recorder in a Citrix environment. B. The desktop recorder generates partial selectors. C. The recorder is used to create a skeleton for the UI automation. Q130. Which of the following statements related to Orchestrator are true? Options are : A. Robots can be assigned to multiple environments. B. A robot can execute many different jobs at the same time. C. A robot can execute many different jobs after the other. Q131. What is the best way of scraping a large,selectable text in a Citrix environment? Options are : A. Use the Microsoft OCR engine. B. Use the google OCR engine. C. Use a Get Full Text activity. D. Select the entire text and copy it with the Copy Selected Text activity. Q134. What is the best practice to stop an ongoing job in Orchestrator? Options are : A. By cancelling it and using a Should Stop activity inside the workflow. B. The process can only stop on its own. C. By terminating it. |