Monday, December 31, 2018

UiPath Quiz

1-  Variable can be created even if the Designer panel does not contain at least one activity.
      A- True
      B- False
Ans- B

2- Which among the following has multiple branching logical operators?
     A- Sequence
     B- Flowchart.            Wrong
     C- Flowchart and Sequence
     D- None

3- Recording captures everything and transforms into ___ _.
     A- Diagram
     B- Sequence
     C- Flowchart. Wrong

4- --------- - provides skeleton structure for process.
     A- Automatic Recording
     B- Manual Recording
     C- Both
Ans- A

5- ------------- is not a type of recording.
    A- Application
    B- Citrix
    C- Basic
    D- Desktop
Ans- A

6- $ is a wildcard selector.
    A- False
    B- True
Ans- A

7- --------- deals with numbers,  characters and boolean.
    A- Collection
    B- Scalar
    C- Tables
    D- All
Ans- B

8- which activity enables you to step through arrays,  lists,  data tables or other types of collections?
     A- ForEachRow
     B- ForEach
     C- Do while
     D- All.  -wrong
Ans- B

9-   -----  is used to secure the text sent to UI elements.
    A- Security Text
    B- Type secure text
    C- Secure text
    D- Secure type text.

10- ------- is used when reliable selectors are not available.
     A- Append Range
     B- Range Append
     C- Add range

11- Which among the following is used to save mails to a specified folder?
      A-Save Mail Message
      B- Mail save
      C- Save mail
      D- Mail save Message

12- Citrix environment is a virtual environment.
      A- True
      B- False

13- Output methods are also called as--------
      A- Output scrapping
      B- Web scrapping
      C- App scrapping
      D- Screen scrapping

14- Relative scrapping helps in extracting data from virtual networks.
      A- True
      B- False

15- Pick Branch activity cannot be used inside the Then/Else section of an If activity.
      A- False
      B- True

16- What is the file that contains the information about the automation project?
      A- project.json
      B- project.xml
      C- project.config
      D- project.xaml

17- _______ enable you to pause the execution of automation so that you can check its state at a            given point.
      A- Slow Step
      B- Breakpoints
      C- pause
      D- Break
Ans- Breakpoints

18- ___is the best approach to filter data from a data table based on a condition.
      A- Clone
      B- Select
      C- Copy
      D- Sort
Ans- Select

19- Entry,Exit and ___________ are the three sections of the state activity in a state machine.
     A- Validate
     B- End
     C- Transations
     D- Transition(s)
Ans- D
20- Which among the following is a organized project standard? 
    A- Maintanable
    B- Efficient
    C- Reliable
    D- All

Global Exception Handler in UiPath

Global Exception Handler is kind of workflow which is used to determine the project's behavior when an exception occurred.

The Global Exception Handler has two arguments-
1- errorinfo  (In direction)
2- result       (Out direction)

Values can be assign in result arguments-
a- Continue
b- Ignore
c- Retry
d- Abort
    

Friday, December 28, 2018

UiPath Workflow

Types of workflow -  

UiPath have 3 types workflows-
     1- Sequence
     2- Flowchart
     3- State Machines

1- Sequence -  Sequences are the smallest type of project. It is used for the linear process. Sequences can be reused in the process. It can be used as standalone or as a part of flowchart or state machine.

2- Flowchart  Flowchart can be used in large jobs to small projects. It can be reused in the other projects also. Flowcharts have multiple branching logic operators, which are very helpful to create a complex business process. A flowchart can be connected activities different ways.

3- State Machines- It uses a finite number of states in its execution. It enters into a state when triggered by activity, and it exits that state by triggering the other activity.



UiPath

Wednesday, December 26, 2018

UiPath

UiPath is an RPA tool. It's founded in 2005 by Daniel Dines and Marius Tirca both are Romanian entrepreneurs.
It's used for Windows desktop automation.
It has three main products

1- UiPath Studio- It is an advanced tool. Here you can design process need to automate. 

2- UiPath Robot- UiPath Robot executes the process which is designed in the UiPath Studio. It can be attended or unattended. For attended Robot user need to start the process and unattended robot whole process run automatically without any supervision.

3- UiPath Orchestrator- This is a UiPath web application where you can schedule, monitor,  deploy and manage the Robots and process.