🔴 5. UiPath RE Framework Mock Interview | UiPath Interview Questions and Answers | RPA

  Рет қаралды 15,434

Tutorials by Mukesh Kala

Tutorials by Mukesh Kala

Күн бұрын

Пікірлер: 47
@MukeshKala
@MukeshKala 3 жыл бұрын
Robot for HR | Generate Offer Letter | UiPath | Use case kzbin.info/www/bejne/oGmodpSXgcZ5ipY
@vijayalakshmiboya1904
@vijayalakshmiboya1904 3 жыл бұрын
Amazing and awesome video on RE Framework sir.. covered 100 percent important concepts in RE Framework. Nothing missed or left. End to End covered.
@MukeshKala
@MukeshKala 3 жыл бұрын
Glad it was helpful!
@sharibakhtar5655
@sharibakhtar5655 2 жыл бұрын
This is Really Helpful, Hope this mock interview covered all the topics related to REFramwork.
@MukeshKala
@MukeshKala 2 жыл бұрын
Not All but I would say majority of them 😁
@malinivinnamala7085
@malinivinnamala7085 3 жыл бұрын
Awesome video Mukesh!! Thank you for your effort, please do more video's like this which will be helpful. Appreciate your good work.
@MukeshKala
@MukeshKala 3 жыл бұрын
Thank you ,Soon would be uploading a orchestrator specefic Mock interview.
@dhirendraswain4554
@dhirendraswain4554 3 ай бұрын
Thanks
@MukeshKala
@MukeshKala 3 ай бұрын
Welcome
@mohdqamaruddin6197
@mohdqamaruddin6197 2 жыл бұрын
amazing sir thank you so much .
@MukeshKala
@MukeshKala 2 жыл бұрын
Thank you 😊
@akashsingh-oj9jq
@akashsingh-oj9jq Жыл бұрын
Thanks it is very useful
@MukeshKala
@MukeshKala Жыл бұрын
Glad to hear that
@praveenkumarlk8527
@praveenkumarlk8527 2 жыл бұрын
great video.
@MukeshKala
@MukeshKala 2 жыл бұрын
Thank you for your feedback 🤗
@sanavimal2222
@sanavimal2222 2 жыл бұрын
Tomo I have an interview so it was very useful for me
@MukeshKala
@MukeshKala 2 жыл бұрын
Best of luck for your Interview !
@siddh8508
@siddh8508 2 жыл бұрын
Best of luck, Which company bro, Could you please share the questions here.
@yashobantadash6670
@yashobantadash6670 2 жыл бұрын
awesome! 🙌
@MukeshKala
@MukeshKala 2 жыл бұрын
Thanks! 😁
@Priyesh246
@Priyesh246 7 ай бұрын
Can I know the Use of take screenshot xaml?
@MukeshKala
@MukeshKala 7 ай бұрын
Whenever the automation run in locked machine , this will take screenshot of the current screen that will help to troubleshoot the exception
@swatichatterjee7061
@swatichatterjee7061 2 жыл бұрын
Hi, In a process suppose we define retry count in orchestrator, in configuration file and also in the process variable together then which one will get preference? Suppose value of retry count in orchestrator is 1, whereas value of retry count in configuration file is 2. In this case how many times bot will retry a particular record?
@MukeshKala
@MukeshKala 2 жыл бұрын
Orchestrator Queue Retry Count will always take precedence.
@MrPrabhuMsc
@MrPrabhuMsc 2 жыл бұрын
It will take orchestrator retry as 1
@rajdigumarthi6706
@rajdigumarthi6706 2 жыл бұрын
Hi sir, I want to know, Whether he got that Knowledge from Uipath Academy or is it from Real Time Experience? I Was Very impressed with his knowledge on RE Framework.
@MukeshKala
@MukeshKala 2 жыл бұрын
Hi Raj , I have taken a mock interview for this candidate earlier and he lagged majorly in RE Framework - He studied REF for 1 month and came back for only RE Framework Interview . Studied from Academy / KZbin and Practiced end to end use case.
@rajdigumarthi6706
@rajdigumarthi6706 2 жыл бұрын
@@MukeshKala Ok Great Sir, To Gain This Much of Knowledge from you KZbin and Practice. Thankyou so much sir.
@yashmahale3721
@yashmahale3721 Жыл бұрын
Hii sir do you have Interview question and answer pdf
@MukeshKala
@MukeshKala Жыл бұрын
No I don’t have as question and answer would defer as per experience
@yashmahale3721
@yashmahale3721 Жыл бұрын
@@MukeshKala ok... thankyou....sir you are best teacher...and the way of teaching is awesome...... You always reply to each comment and I like this you give time to your followers ......
@Amit4u4365day
@Amit4u4365day 3 жыл бұрын
After getting an item from Queue, while performing the operation in the Process Transaction suppose the system is shutdown then what will be the status of that particular Transaction item in the orchestrator.
@MukeshKala
@MukeshKala 3 жыл бұрын
It will be in In Process and after 24 hours would me marked as abandoned
@Amit4u4365day
@Amit4u4365day 3 жыл бұрын
@@MukeshKala Thank You for your reply! if I run bot again within 24 hr, will I get that transaction item which was in In Process Status? if No than how to get that Transaction.
@ajaythyaraj4141
@ajaythyaraj4141 2 жыл бұрын
@@Amit4u4365day Yes the bot will Start from where it was left, So the processing will start from the in progress item.
@MukeshKala
@MukeshKala 2 жыл бұрын
If we use the default framework then we would not get the in progress items as in the get transaction only new items are picked for processing ... To use them use an activity called get queue items - here we have an option to read the items with in ln progress status - now we can push them to the new status ..
@Amit4u4365day
@Amit4u4365day 2 жыл бұрын
@@MukeshKala Thank you for your reply
@tarrrakyt6096
@tarrrakyt6096 3 жыл бұрын
Hi sir.how to close popups in browser while using web scraping...For ex- I want to scrape data from Flipkart ..but suddenly login popup was came ..how to close these type of popups dynamically
@MukeshKala
@MukeshKala 3 жыл бұрын
Parallel activity - Actual code in one side and code to handle the popup in other side
@tarrrakyt6096
@tarrrakyt6096 3 жыл бұрын
@@MukeshKala how sir can you explain what code I have to enter
@MukeshKala
@MukeshKala 3 жыл бұрын
1. Take a parallel activity 2. In one side put the code on how you want to handle the popup 3. On other side put your actual code
@jafarbasha4394
@jafarbasha4394 2 жыл бұрын
Hi i have a doubt, i am performing web automation where i need to do multiple transactions in same website but i'm using "use browser" activity and it opens new window for every transaction, can i do all the transactions in single window ?
@MukeshKala
@MukeshKala 2 жыл бұрын
Yes , there is an activity called navigate to - use that
@anilyadav-yx5yp
@anilyadav-yx5yp 2 жыл бұрын
hi this is anil can u take mock interview for me
@MukeshKala
@MukeshKala 2 жыл бұрын
Yes , Pls drop me a note on my mail I’d available in description
@abhishekawati6923
@abhishekawati6923 Жыл бұрын
Hi Sir, i want to know what type of use cases will be there for 1st interview round.. i have got a call for usecase interview round @MukeshKala
@MukeshKala
@MukeshKala Жыл бұрын
It completely depends on the company you are getting interviewed for… mostly these are practical assessments related to excel ,web scraping or data manipulation
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 10 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,4 МЛН
"Sell Me This Pen” - Best 2 Answers (Part 1)
4:51
Amro_Dubai
Рет қаралды 9 МЛН
Top 25 Most Asked Scrum Master Interview Questions | Episode 2
1:01:58
Paraprofessional Interview Questions and Answers
5:26
Learn True English
Рет қаралды 18 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 10 МЛН