0% found this document useful (0 votes)
56 views3 pages

Question Bank RPA BTCS9505

This document contains 56 questions related to robotic process automation (RPA) concepts and activities. The questions cover topics such as keyboard shortcuts in UiPath Studio, creating and using variables, debugging workflows, differences between sequence and flowchart workflows, using common activities like type into, send hotkey, write line, and read text file, using control flow activities like loops and conditions, reading and writing to files, Excel and data manipulation automation, and using selectors for web automation. The questions involve explaining concepts, differentiating between topics, and creating sample workflows to demonstrate various RPA techniques.

Uploaded by

Gaurav Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views3 pages

Question Bank RPA BTCS9505

This document contains 56 questions related to robotic process automation (RPA) concepts and activities. The questions cover topics such as keyboard shortcuts in UiPath Studio, creating and using variables, debugging workflows, differences between sequence and flowchart workflows, using common activities like type into, send hotkey, write line, and read text file, using control flow activities like loops and conditions, reading and writing to files, Excel and data manipulation automation, and using selectors for web automation. The questions involve explaining concepts, differentiating between topics, and creating sample workflows to demonstrate various RPA techniques.

Uploaded by

Gaurav Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Question Bank

Subject:Robotic Process Automation


Subject Code: BTCS9505
1. What are the various keyboard shortcut used in UiPath studio?
2. Explain the various ways to create Variable in UiPath.
3. What is Automation debugging and function of Debugging?
4. Differentiate between sequence and flowchart.
5. Differentiate between Variables & Arguments. Explain all the fields of variables and arguments
in detail
6. How RPA is used in the industries and also explain the applications of RPA in the industry?
7. Display “Hello Message” using Message Box & Write line.
8. Create a State Machine workflow to compare user input with a random number.
9. Explain various activities in UiPath: Type into, Send HotKey, Write line & Read TextFile
10. Create a workflow, to print the Fibonacci Series up to given number using Do-While loop activity.
11. Create a process in UiPath, by using these activities: Input Dialog, Read Range, Write line & Read
TextFile, Message Box. Also, mention the usage of these activities
12. Explain the significance of the following activities. The Assign Activity, The Delay Activity,
The Break Activity, For Each Activity by suitable examples.
13. Automate the process to find the smallest and biggest numbers in an array.
14. Automate the process of checking whether a year entered by user is leap year or not using Flow
decision.
15. Automate a process to create a simple interest calculator using separate workflows and arguments.
16. Apply the following activities -Type into, Send HotKey, Write line & Read TextFile in UiPath for
making a suitable workflow.
17. Automate the workflow for changing the names of all the PDF files from a given folder using the
For Each loop and a couple of specific String methods.
18. Automate the workflow by using the Parallel activity to calculate tax based on the user input.
19. Create a Flowchart to navigate to a desired page based on a condition
20. Perform an activity to call a sequence inside flowchart and vice-versa.
21. Automate the process displaying current date and time using Date variable. Also modify the
program to print only date.
22. Automate the process checking whether a number entered by user is prime or not using do
while and if-else activities.
23. Automate the process displaying the files of any folder entered by user using for each control
structure.
24. Perform factorial of a program using While loop activity
25. Automate the process displaying the days of the weeks for any given day number entered by
user using for switch activity.
26. Copy one text file to another using Read text File and Write Text File activity
27. Perform an activity using if to show whether the input number is even or odd.
28. Perform Command Prompt activity using Type into and Click activity.
29. Write into notepad file using Send HotKey and Write Text File activity.
30. Create a Sequence to obtain user inputs display them using a message box
31. Perform Activity using Input Dialog to display customized message.
32. What is the difference between Basic and desktop recording?
33. What is the difference between data scraping and screen scraping?
34. Perform an activity to Copy one excel sheet data to another excel sheet
35. Create a workflow to Perform an activity for Excel Automation.
36. Automate an activity to Update the cell of excel sheet
37. Read numbers from input file and write even & odd numbers to different files.
38. Automate the process for sorting using Excel sheet activity.
39. Define data manipulation, also explain some business scenarios where it can use.
40. Explain the various string manipulations methods used in RPA.
41. Define object, methods, and properties in terms of data manipulation.
42. Explain the regular expression in context of RPA, also explain some business scenarios, and name
the methods in UiPath that uses the RegEx.
43. Explain the regular expression in context of RPA, also explain some business scenarios, and name
the methods in UiPath without the use of RegEx.
44. Apply the concept of selectors, and construct a simple workflow, that explain the structure of
selector.
45. Perform an activity to display the movie rating using IMDB.
46. Define selectors, and explain the structure of selector.
47. Differentiate between partial selector and full selector.
48. Automate a process that extract the email address from a string.
49. Automate a process by implementing selectors with wildcard.
50. Automate the process through which movies can be downloaded from YouTube.
51. Perform an activity to collect prices of different products of same category using Amazon.
52. What is RE Framework? Create an activity with the help of RE Framework. Also, explain the
step-by-step procedure of the activity
53. Create an activity by using a state machine that explains the concept of exception handling.
54. Create a workflow to Automate login to your (web)Email account.
55. Create a sample workflow to perform an activity for notepad automation, Explain step by
step process with sample snapshot.
56. Create a sample workflow to Perform an activity by using various data scraping methods.
What are the steps using Data Scrapping Wizards with example.

You might also like