UIpath习题总结篇 - Lesson 1 - Introduction to UiPath

Lesson 1 - Introduction to UiPath


1.DataScraping Wizard


Single choice

(1)How can you extract structured data from a web page?

    Using the Citrix Recording Wizard

    Using the Data Scraping Wizard (√)

    Using the UiExplorer tool


Single choice

(2)The easiest way to get structured data from a web page is:

      by using Data Scraping. (√)

      by using Screen Scraping.

      by reading its contents with the Get Text activity and thenparsing the result.


2.UiPath Studio


Single choice

(3)Which of the following is the IDE used to develop the UiPath workflows?

    UiExplorer

    UiPath Orchestrator

    UiPath Studio (√)


Ps. IDE(integrated development environment)



3.Citrix


Single choice

(4)What recorders are best suitable for automating virtual environments?

    Basic

    Citrix (√)

    Web

    Desktop


Single choice

(5)Can you retrieve text from a Citrix environment?

    No, you cannot. Only clicks are available inside a Citrix environment.

    Yes, using the Scrape Relative function in combination withan OCR engine. (√)


4.UiPath Explorer


Single choice

(6)What is UiPath Explorer used for?

    To get detailed information in regard to UI elements (√)

    Writing text in textboxes

    Clicking different elements of a web page


5.datatypes (variable)

generic

Multiple Choice

(7)Which of the data types can be stored in a generic variable?

    Integer (√)Boolean(√)String(√)


Variables panel

Multiple Choice

(8)What kind of actions can be performed in the Variables panel?

    Setting default values for variables (√)

    Adding new variables (√)

    Changing variable types (√)


the scope of a variable

Multiple Choice

(9)How can we change the scope of a variable?

    By using the Outline panel

    By using the Variables panel (√)

    By using the Manage Variables section of the Ribbon menu (√)


6.Queues

Single choice

(10)What are Queues used for?

    Schedule when a robot should start its work

    Describe the activities inside a process

    Distribute transactional load among multiple robots (√)


7.activity


Type Into

Multiple Choice

(11)The Type Into activity can receive inputs like:

    A static string. (√)

    A variable followed by the .toString method. (√)

    An integer variable.

Single choice

(12)What activity can you use to type text in an application's field?

    Click Text

    Type Into (√)

    Get Text


Activities panel

Single choice

(13)Where can you see the list of activities that you can use in a workflow?

    In the Activities panel (√)

    In the Project panel

    In the Outline panel


8.Orchestrator

Multiple Choice

(14)The Orchestrator can:

    Send Start commands to multiple robots (√)

    Schedule robots to perform specific processes (√)

    Remotely control robots (√)


9.PDF document


Multiple Choice

(15)Getting the content of a PDF document is possible:

    This cannot be done by a UiPath robot.

    By opening the PDF and using screen scraping to get its data. (√)

    By using the Read PDF Text activity and providing the PDF file’s path.(√)

你可能感兴趣的:(UIpath习题总结篇 - Lesson 1 - Introduction to UiPath)