Showing posts with label UI Path Questions. Show all posts
Showing posts with label UI Path Questions. Show all posts

Monday, 17 December 2018

UiPath Certification - Sample Questions and Answers - Lesson 7 Image and Text Automation

Here is the sample question and answers from the Lesson 7 from the UI Path

1) Click Image and Click Text are not 100% reliable in Citrix environments. What method can be used instead (when applicable) to have safer actions?
   Setting focus on a reliable element and then navigating around the app using keyboard (up/down arrows, tab, etc) or using keyboard shortcuts.

2) What activities can be used to interact with applications in a Citrix environment?
Click OCR Text
Type Into
        Click Image

3)What method would be more reliable when clicking on a specific text label in an application running in a Citrix environment, given the fact that its font size might be easily changed?
   Using the Click OCR Text activity.

4) Having an app in a Citrix environment with multiple text-boxes that look the same (size/style), how can you identify one of them to type into?
   
    By clicking relative to an unique text/image next to the textbox

5) How can you improve accuracy when scraping with OCR a region that contains only digits?
       Use Google OCR with “Numbers Only”



NOTE : This sample questions are only for the reference and not to be considered as actual questions. As always, its recommended to go through the training materials which will have loads of information on the technical part.

UiPath Certification - Sample Questions and Answers - Lesson 5 ADVANCED UI INTERACTION

Here is the sample question and answers from the Lesson 5 from the UI Path


1) Which of the text extraction methods can return the hidden text from a UI element?
    FullText

2) The main advantage of the OCR method is:
     It works on every application even if it’s running in a virtual environment.

3) What is the best activity for scraping tables from a web page?
    Data scraping wizard

4) By using the Full Text scraping method, the robot is able to:
   Get hidden information

5) What text extraction method can you use to get text position?
   Native
   OCR


NOTE : This sample questions are only for the reference and not to be considered as actual questions. As always, its recommended to go through the training materials which will have loads of information on the technical part.

UiPath Certification - Sample Questions and Answers - Lesson 4 Recording

Here is the sample question and answers from the Lesson 4 from the UI Path


1. When is it recommended to use Desktop recording?
   
     When you automate more steps in the same window

2. What actions can you record using Automatic Recording?
    Type Into
    Click

3. Can you combine automatic recording with step-by-step recording in the same recording sequence?
    Yes

4. How do you stop the recording?
     Escape

5. What type of container will Basic Recording generate?
     No container

NOTE : This sample questions are only for the reference and not to be considered as actual questions. As always, its recommended to go through the training materials which will have loads of information on the technical part.

UiPath Certification - Sample Questions and Answers - Lesson 2 Variables and Data Types

Here is the sample question and answers from the Lesson 2 from the UI Path


1.What happens if you rename a variable from the Variables tab?
The name will be automatically updated in all the activities that use it.

2.Which activity can you use if you want to test if a condition is true or false?
Flow Decision activity
If activity

3.Which activity can you use if you want to loop through a collection of items?
   For Each activity

4.What is the activity designed to represent a decision inside a Sequence?
   The If activity

5. What data types can be stored inside an array?
        Integer
        Double
        Boolean
        String


NOTE : This sample questions are only for the reference and not to be considered as actual questions. As always, its recommended to go through the training materials which will have loads of information on the technical part.