Thursday 7 February 2019

UiPath RPA Developer Foundation Training Certification answers - 3


UiPath RPA Developer Foundation Training Certification answers - 3

Here is the continuation part of the sample question and answers for the developer foundation training.

Note : These are the sample question and answers for the RPA Developer Foundation Training, please do go through the actual training materials of the UiPath.



1. What is the most effective way to handle the click on a UI element that is not always available ?

   By placing the Click activity inside a Try/Catch Block

2. How can UiPath identify an Ui elemnt on the screen ?

   By using a partial selector inside a container.

   By using a full selector.

3. What activity should you use if you want to add data to an existing .xlsx document ?

   Workbook Append range.

   Excel Append Page.

4. What are the supported wildcard characters for selectors in UiPath Studio ?

    ?
    *

5. What is a wildcard used for ?


   To replace variable values in selector attributes.

6. What activity can you use to get a column value from a specific row of DataTable ?

   Get Row Item

7. What is an argument ?

   An input/output parameter of the workflow.

8. Which activities can be used to interact with the user ?

   MessageBox

   InputDialog

9. What kind of actions can be performed in the Variables Panel ?

   Setting default values for variables.

10.Getting the content of a PDF document is possible :

   By using the Read PDF Text activity and providing the PDF file's path

   By opening the PDF and using screen scrapping to get its data.



No comments:

Post a Comment