Monday 4 February 2019

UiPath RPA Developer Foundation Training Certification Questions and answers- 2


UiPath RPA Developer Foundation Training Certification answers - 2

Note : These are the sample question and answers for the RPA Developer Foundation Training.

1. Can you insert a Flowchart activity in a sequence activity

   Yes

2. What is a sequence most suitable for ?

   Short and simple workflow

   Pieces of automation that can be used in a larger part


3. Which of the following is a valid full selector ?

   <wnd app='explorer.exe' cls='Shell_Traywind' />
   <wnd cls='Start' title='Start'/>

   <html app='chrome.exe' title='Yahoo Finance' />
   <webctrl idx = '1' parentid='data-util-col' tag='TABLE'>
   <webctrl isleaf='1' tableRow='3' tag='TD'/>

4. How should you organize your workflow ?

   Use Flowchart or State Machine for a high level organization

5. As a best practise, how should workflows use a local desktop application ?


   By checking if the corresponding process is running and if not, opening the application by using the open Application activity

   By closing the application once its no longer needed.

6. What happens if you put a BreakPoint on a Click activity and start the workflow in Debug mode ?

   The workflow will be paused until you click the Continue button.

7. What should you use to verify if a checkbox is selected or not ?

   Get Attribute activity

8. The Save Attachments activity can save all the attachments of an email to :

   An absolute path

9. What type of content can you store inside a Generic type variable ?

   Numbers
   True/False
   Dates
   Text

10. What happens if you try to use a Write Range activity to a .xlsx file that does not exists

    It will create that file for you and write the data in it.



   To be continued.....

No comments:

Post a Comment