logo资料库

UIPath Online Quiz理论考试题+答案.docx

第1页 / 共27页
第2页 / 共27页
第3页 / 共27页
第4页 / 共27页
第5页 / 共27页
第6页 / 共27页
第7页 / 共27页
第8页 / 共27页
资料共27页,剩余部分请下载后查看
注:绿色选项为正确选项,红色选项为错误选项,多选题错误记录指每一次错误选项,个别答案可能有误
1.What is the safest way to close an application?
2.Is it possible to write to a text file without usi
3.Which activity provides the easiest way to loop th
4.What is the slowest method of reading text?
5.How can you provide more details to explain the pu
6.Is it possible to retrieve the color of a specific
7.Which of the following types of variables can be d
8.Where can we see the logs generated by running rob
9.What is the robot able to do when the Full Text sc
10.How can a robot start an application in Citrix?
11.What status does a job have when a schedule is tri
12.What happens when a new version of a package is pu
13.One of the actions below is not required when star
14.“Add Assets” in Orchestrator has the following opt
15.How can a process be executed on three different r
16.What is the best practice to stop an ongoing job i
17.What is the relation between environments and prov
18.Where can the logging level of a robot be changed
19.In the UiPath Robotic Enterprise Framework templat
20.When should an Attended Robot be used? Select the
21.How should a UiPath developer handle frequent chan
22.What layout should be used for UI navigation and d
23.Which one of the statements below regarding the Ge
24.In the UiPath Robotic Enterprise Framework templat
25.Where should you store the environment settings th
26.What can the UiPath Robotic Enterprise Framework t
27.In the UiPath Robotic Enterprise Framework templat
28.What happens in the Init state of the Main workflo
29.In UiPath Robotic Enterprise Framework, what are t
30.How can you retrieve the value stored in a Queue I
31.In the UiPath Robotic Enterprise Framework templat
32.What is the best way to select a row with a certai
33.How should exceptions be handled? Select all the o
34.Which of the following are considered best practic
35.Where should credentials be stored? Select all the
36.You want to build a Dispatcher process to populate
37.The String.Format(“Input = {0} and Output = {0}”,
38.In the UiPath Robotic Enterprise Framework templat
39.In the UiPath Robotic Enterprise Framework templat
40.Downloading a report from a web application takes
41.What is the difference between a Click activity wh
42.Which of the following are required to have effici
43.One of the steps in your process is to authenticat
44.Which emails are deleted if you use Get IMAP Mail
45.Why is renaming activities considered to be one of
46.Which statements are true regarding the Write Line
47.What type of argument can you define to pass data
48.Can you store a Selector in a variable?
49.Which is the best way to delete unreferenced varia
50.What happens if the ClickBeforeTyping property in
51.What happens if the result of a transaction is not
52.What robots can be selected when you start a job f
53.What types of assets can be stored in Orchestrator
54.What robot state is displayed on the Robots page w
55.When should the “Add Log Fields” activity be used?
56.Which of the following statements related to Orche
57.What happens if you try to end the execution of a
58.Which is considered to be one of the best practice
59.What are the functions of the Outline panel?
60.In a Try Catch activity, how many times is the Fin
61.If a large item collection is processed using For
62.After adding an Invoke Workflow File activity and
63.Which of the following are considered best practic
64.The return value of the Get Transaction Item activ
65.When requesting a work item from Orchestrator Queu
66.Which of the following are considered best practic
67.What is the best way of scraping a large, selectab
68.In the UiPath Robotic Enterprise Framework templat
69.When should the Simulate Type/Click property be us
70.In which workflow in the UiPath Robotic Enterprise
71.Which statement about the UiPath Robotic Enterpris
72.Which of the following statements are true? Select
73.Which activity is used to call another piece of au
74.Which of the following technologies can be used fo
75.How can you dynamically change parts of a selector
76.You need to collect employees data and send it by
77.What is the purpose of the WaitForReady property i
78.The best way of managing variable values within a
79.What is Orchestrator used for?
80.What happens if you try to end the execution of a
81.Where can you trigger an unattended robot from? Se
82.In the UiPath Robotic Enterprise Framework templat
83.In UiPath Robotic Enterprise Framework, the value
84.In which workflow in the UiPath Robotic Enterprise
85.How can you pass data between workflows?
86.Is there any way to hide the execution of one acti
87.What direction can the arguments of a workflow hav
88.At the end of the execution of Workflow1, which re
89.What type of Output variable do all Get Mail activ
90.Which of the statuses below can a transaction have
91.What do the Items in the Orchestrator queues consi
92.Which Queue Item properties can be used to control
93.While automating an installation wizard, a pop-up
94.What can be used to debug a workflow?
95.Is it possible to reprocess a transaction in a Que
96.This is a reliable selector for a dynamic web page
97.Which is the best way to navigate to a specific pa
注:绿色选项为正确选项,红色选项为错误选项,多选题错误记录 指每一次错误选项,个别答案可能有误 1. What is the safest way to close an application? By sending the Alt + F4 hotkeys By using the Close Application activity By using the Process Name property of the Kill Process Activity 2. Is it possible to write to a text file without using the Write Text File activity? No Yes, using the Invoke Method activity Yes, with the Invoke Power Shell activity 3. Which activity provides the easiest way to loop through all the rows in a DataTable? While For Each Do While For Each Row Repeat Until 4. What is the slowest method of reading text?           
              Native FullText. OCR 5. How can you provide more details to explain the purpose of the activities in a workflow? By adding activity Annotations. By using a Comment Out activity. By using the Comment activity. 6. Is it possible to retrieve the color of a specific Excel cell? Yes, by using Get Cell Color No. The color cannot be retrieved from a workbook. Only with an OCR Engine. 7. Which of the following types of variables can be defined in UiPath Studio? GenericValue. DataTable Number. 8. Where can we see the logs generated by running robots? In the Output panel. In the local Logs folder.
             In the Orchestrator logs. 9. What is the robot able to do when the Full Text scraping method is used? Get font information (size, colour). Get hidden information. Get editable text. Get the entire visible text. 10. How can a robot start an application in Citrix? By using a command line. By double clicking on a Desktop icon. By using an Open Application activity. By defining a shortcut key for the application and then triggering the app with a Send Hotkey activity. 11. What status does a job have when a schedule is triggered in Orchestrator, but there are no available robots to execute it? In progress Pending New 12. What happens when a new version of a package is published? The processes using the package are automatically updated to the latest version
               The processes have to be updated in order for the robots to run the latest version of the package The old version of the package is overwritten 13. One of the actions below is not required when starting processes with UiPath Orchestrator. Registering robots to Orchestrator Publishing projects from UiPath Studio Creating an environment containing the robot Creating a queue in Orchestrator Creating a process with the published package and environment Starting a job, which is the execution of the process 14. “Add Assets” in Orchestrator has the following option: 错误记录:123、124、12 Value Per Robot Value Per Environment Value Per Process Single Value 15. How can a process be executed on three different robots? By deploying the process in the environment of the robots, which run it automatically By creating a job and selecting all three robots It is not possible to allocate a process to three different robots
           By scheduling the process and adjusting the settings in the Execution Target tab accordingly 16. What is the best practice to stop an ongoing job in Orchestrator? The process can only stop on its own. By cancelling it and using a Should Stop activity inside the workflow. By terminating it. 17. What is the relation between environments and provisioned robots? One robot can be assigned to multiple environments. One robot can be assigned to a single environment only. An environment can contain multiple robots. An environment can contain a single robot only. 18. Where can the logging level of a robot be changed from? The robot settings, which are accessed via the UiPath Robot icon in the System tray. Orchestrator, in the Edit Robot section, the Settings tab. You can not change the logging level. 19. 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?
            Success Business rule exception Application exception 20. When should an Attended Robot be used? Select the option that applies. When the processing of some input data relies on human decision. When a workflow needs to be modified and corrected. When the process might be interrupted by exceptions and errors. 21. How should a UiPath developer handle frequent changes in the project files? By creating daily backups of the files By using a source control solution, such as SVN, TFS, etc. Old versions of the project files are not relevant 22. What layout should be used for UI navigation and data processing? Flowchart Sequence State Machine
23. Which one of the statements below regarding the GetAppCredentials workflow included in UiPath Robotic Enterprise Framework is true? It first requests the credential from user. first tries​ to​ ​ Manager. fetch​ a ​ credential ​ from​ the Windows​ It​ ​ Credential​ It​ first​ ​ Orchestrator. tries​ to​ fetch​ a​ credential ​ from​ 24. 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? Get Transaction Data Init End Process 25. Where should you store the environment settings that are prone to changes? In Orchestrator, as assets Inside config files (.xml, .json, .xlsx, etc.) Directly inside the workflows, as hard coded values 26. What can the UiPath Robotic Enterprise Framework template be used as?          ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​
             The starting point for every automation project A complete library for front office robots A consumer of a queue in Orchestrator 27. 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? We check if the previous transaction has been completed We check if a kill signal was sent from Orchestrator We check if a stop signal was sent from Orchestrator 28. What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template? The robot reads the configuration file and initializes all the required applications. The transaction items are extracted from the Queue. The robot checks if the previous transaction is complete and then starts the next one. 29. In UiPath Robotic Enterprise Framework, what are the transitions of the Init state? In the case of Success, the transition is to the Get Transaction Data state. In the case of System Error, the transition is to the Init state. In the case of Success, the transition is to the Process Transaction state. In the case of System Error, the transition is to the End Process state.
分享到:
收藏