🔴 35. UiPath Developer Interview Questions | 3.5 Year Experience Interview Questions & Answer

  Рет қаралды 2,388

Tutorials by Mukesh Kala

Tutorials by Mukesh Kala

Күн бұрын

In this video, I am taking a MOck Interview for a candidate. I will ask questions based on the candidate's resume, skill set, and experience. This is to give a real-time interview simulation to RPA UiPath Candidates. If you are looking for a Job Change and are afraid of the real Interview. This Series is for you!
Please Note -
► This is just a mock interview and is not for any client or job opportunity.
► The Cost of the Mock Interview is FREE; anyone can attend it.
► Interested? Send me your resume at mailmukeshkala@gmail.com
► None of your personal / Professional Information is shared and it remains confidential.
►►►►►► Links to Refer ◀◀◀◀◀◀◀◀
👉👉RE Framework Complete Playlist
• Robotic Enterprise Fr...
👉👉 Practice End to End Use Cases
• Practice End to End Us...
👉👉 UiPath Autopilot | Your AI Partner at work | RPA with AI
• UiPath Autopilot | You...
👉👉 UiPath Integration Services
• 1. What is UiPath Inte...
👉👉 Get Started with Python
• Python Basics - Step b...
👉👉UiPath Production Support Playlist
• RPA Production Support...
👉👉 Modern Design Experience Playlist
• 1. Design Experiences ...
👉👉Triggers| Advance Scheduling | CRON xpression
• 2. Triggers | Advance...
Happy Automation!
►►►►►► Social Media Links ◀◀◀◀◀◀◀◀
👉 Website : mukeshkala.com/
👉 Instagram : / uipathtutorials
👉 LinkedIn : / mukeshkala
👉 Twitter : / tweetmukeshkala
👉 Facebook: / uipathfb
👉 KZbin : / tutorialsbymukeshkala
👉 Mail : mailmukeshkala@gmail.com
#UiPath #RPA #Automation #mukeshkala #Discover #UiPathCommunity
►►►►►► Tags ◀◀◀◀◀◀◀◀
Tutorials by Mukesh Kala
UiPath Tutorials by Mukesh Kala
uipath
mukesh kala
uipath tutorial
uipath projects
rpa tutorial for beginners
uipath tutorial for beginners
rpa interview questions and answers
rpa projects
ui path
uipath rpa
rpa uipath tutorial
RPA Questions and Answers
UIPath Interview Questions and Answers

Пікірлер: 21
@sumitkumar-cu4kx
@sumitkumar-cu4kx Ай бұрын
Please make one video on Dynamic Selector with the help of for each loop
@MukeshKala
@MukeshKala Ай бұрын
Have a look at this - we are using selector and Find children in a loop kzbin.info/www/bejne/r4XMpZxsq7mHodE
@shrishtibarar844
@shrishtibarar844 Ай бұрын
Pls make a complete playlist on Communication Mining.
@MukeshKala
@MukeshKala Ай бұрын
Thanks for the suggestion
@parvatia544
@parvatia544 28 күн бұрын
Hi Mukesh . How can multiple bots update a single excel let’s say status column . I heard the concept of dead lock mechanism . But do you have any video in explanation for that scenario .
@MukeshKala
@MukeshKala 27 күн бұрын
We can use some online excels such as SharePoint where multiple users can update the same excel.
@parvatia544
@parvatia544 26 күн бұрын
@@MukeshKala yes I get that . But if all the bots open at once the excel might have an issue . Is there something we must set
@abhimansahoo2211
@abhimansahoo2211 Ай бұрын
Hi Mukesh, can you please answer this for me? I understand it would be a long answer but if you can type it for me step by step how this multibot will work for this scenerio, It would be really helpful Q) Suppose I have a requirement where I need a data which is from a excel application. I need to read those data, lacks of records are there for processing daily for a bot. Requirement is, bot has to read the file, get all these data. There are 2 applications; one is SAP and one is web-based application. I need to fill in all these details into these 2 applications. Once the details are filled I need to get the item and update the status . Once all the transaction are completed I need to send a single transaction report. How would you design this? Requirement is records which are there for the days should get processed in that particular day.
@MukeshKala
@MukeshKala Ай бұрын
Good Question : Let me try to explain The process begins in the Input Layer, where the bot reads the data from an Excel file stored in a shared folder, email attachment, or database. Using the `Read Range` activity, the bot loads the data into a DataTable and validates each record to ensure completeness. Valid records are then added as separate transaction items to an Orchestrator Queue, which facilitates parallel processing, ensures fault tolerance, and tracks transaction statuses. The Process Layer forms the core of the solution and handles transaction processing through the Process.xaml file of the REFramework. For each transaction, the bot interacts with two systems: SAP and a web-based application. SAP automation is performed using UiPath’s SAP-specific activities to ensure seamless data entry, while web-based application interactions are automated using browser-based tools or APIs for efficiency. Both steps include validation to ensure successful data submission. Upon completing the data entry for both applications, the bot updates the transaction status in the Orchestrator queue and records the results, such as confirmation numbers or error messages, in a summary DataTable or directly in the source Excel file. At the end of the workflow, the bot retrieves all transaction statuses (Success, Failed, or Retry) from the Orchestrator queue and creates a comprehensive report in Excel or CSV format. This report includes key metrics such as the total number of records processed, success count, and failure count with error details. The report is then sent to stakeholders via email using the `Send Outlook Mail Message` activity or equivalent, ensuring visibility into the automation’s performance. The architecture supports scalability by enabling multiple bots to process transactions concurrently from the Orchestrator queue Retry mechanisms and logging are implemented for transient issues, ensuring that failed transactions are retried appropriately or logged for manual review.
@abhimansahoo2211
@abhimansahoo2211 Ай бұрын
@@MukeshKala Thank you so much for your long and detailed solutions. So, 1) Does the performer bot fill in details in SAP and Web applications ? 2) please correct me if I am wrong. So there will be 2 bots (Dispatcher and performer) that will get used. Which bot will send the consolidated email? And in which state of Re framework it will send? 3) As we are dealing with multibot here, can we directly send the final email using send outlook? Or for multi bot we need to create a locking mechanism to send the email? Sorry for bothering you much with my questions. I just wanted to have a clear understanding of concepts. And Thank you so much as always.
@MukeshKala
@MukeshKala Ай бұрын
@@abhimansahoo2211 Yes, the Performer bot is responsible for processing individual transactions The performer can send the report only when all transactions are completed or we can have a separate robot only made for reporting Queues make sure that transactions are not locked so you can use any email app to send final email '
@abhimansahoo2211
@abhimansahoo2211 Ай бұрын
@@MukeshKala Thank you so much and I truly respect your time and effort. You are always my goto person 😊
@akhila-n4m
@akhila-n4m Ай бұрын
Hi sir Can you make a mock interview for canadian companies
@MukeshKala
@MukeshKala Ай бұрын
Technically all the questions and comfort us would be same for any company working with rpa - for Canadian companies , are you aware what additional they ask - happy to cover those
@Ye_3timepagal
@Ye_3timepagal 2 ай бұрын
Jaldi se comment kar deta hun..
@MukeshKala
@MukeshKala Ай бұрын
😅
@DisneyToon-b9e
@DisneyToon-b9e Ай бұрын
Are u providing jobs on rpa uipath?
@MukeshKala
@MukeshKala Ай бұрын
No , I am not a Job provider
@DisneyToon-b9e
@DisneyToon-b9e Ай бұрын
@@MukeshKala ok sir, Thankyou.
@anjalik6961
@anjalik6961 24 күн бұрын
Anyone given interview in FIS for RPA?
@MukeshKala
@MukeshKala 23 күн бұрын
You can post in the WhatsApp group where we have developers - Scan the QR shared in the beginning of the video.
Ex-Google Recruiter Reveals 8 Secrets Recruiters Won’t Tell You
13:57
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
"Tell Me About Yourself' for B.Tech Freshers | Sample Answers for ECE, EEE, CSE, Mechanical, Civil
5:48
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 44 МЛН
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 1,2 МЛН
I Spent 100 Hours Inside The Pyramids!
21:43
MrBeast
Рет қаралды 38 МЛН
Think Faster, Talk Smarter with Matt Abrahams
44:11
Stanford Alumni
Рет қаралды 2,7 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН