CASE STUDY - RPA project Problem solving (Need Help)

Hello,

I need help to get the below project done as I am a fresher.

You work as a RPA developer, your boss asked you to create a simple program that returns the message your transaction message stating “Your transaction was successful“ if the Boolean value was TRUE and to return the message “Your transaction was Unsuccessful, please try again” if the Boolean value passed was FALSE. You are required to pick appropriate project type on UiPath and execute the above task.

You work as a RPA developer for a financial firm. Daily your boss receives an email on yesterday’s report and also he needs to check top 2 performers on United States market on Google finance page and check the market cap of “Honda Motor Co Ltd” as per Google finance. So he has asked you to work on RPA program that downloads all the unread mail with the subject “REPORT” and to have a text file with details of us market top performers as well as “Honda Motor Co Ltd”. Create a program doing as mentioned.

You are working for a finance company as a senior RPA developer, recently there was some bug in the deployed system which lead to the output file containing ‘/ ’ after every word . (for eg: intellipaat / is / a / ) , you are required to create a program that takes files one by one and output the file as normal text i.e. without ’/’ between every word .

You are working for the invoice management team of a network firewall company. Recently your company acquired a new client but due to some anomaly their name got misspelt from “Blue Corp” to “Blue Crop”, your job is to fix this error in the excel file across all the names in sheet as Blue Corp has various branches each responsible for their purchase of the firewall hence there are various instances of misspelt name in the excel sheet.

You are working in a company as a RPA developer, recently your boss received recognition for outstanding performance of his team. To reward his team members he decided to take everyone out for a team lunch and give one lucky employee a day off, but he couldn’t decide a fairway to do this, being from tech side he decided he would play number guessing game which is purely based on luck. The system will generate a random number in between 1-10; each user gets 2 tries to guess the number. To give employees more fair chance, the system will tell the user weather the number she/he guessed is bigger or smaller from the generated random number. Your boss has asked you to make an RPA program to do the lottery, so you will be required to create a program which takes user input as integer, compares it to random number generated and after first try it should tell whether the guess was accurate or above or below the random number. (Hint: use state machine)

Hi @Gaurav_Bhasin,

Are you stuck with an specific part of your project? I can see 5 different projects.
What’s your progress so far?

Juan P.

An RPA developer should not blindly build what is assigned, but look at the bigger picture as well. So to be a bit mean and anoying towards those use cases:

Use case 1 is incomplete. Where do the true / false values come from (a.k.a. what determines the success)
Use case 2 are actually 2 use cases, and should probably be treated as such.
Use case 3 does not require a robot, do a find and replace in files in Notepad++, will solve this challenge without automation which is the better businesscase.
Use case 4 is the same deal, find and replace in a single excel sheet is no businesscase for automation
Use case 5 is flawed. A guessing game is not fair since it either favours those who can pick first, or if the higher/lower info is public, favours the on that has the most information. Advise an alternative automation that simply picks a random number and thus a random name.

I realize of course that these are just training challenges, but it doesn’t hurt to learn to look outside of the RPA box to find solutions for a problem.

1 Like

Hi,

Can you help me to do the problem solving? Please send me the structure how to do it.

Hi,

Can you help me to complete those problem solving assignment? Can you please share the structure how to do it.

I could, but then I wouldn’t be helping you.
The idea of these use cases is to learn something by doing, not by copying someone else’s answer. Sorry to be strict here, but it’ll pay off, trust me :wink: