Robot for HR | Generate Offer Letter | UiPath | Use case kzbin.info/www/bejne/oGmodpSXgcZ5ipY
@vijayalakshmiboya19043 жыл бұрын
Amazing and awesome video on RE Framework sir.. covered 100 percent important concepts in RE Framework. Nothing missed or left. End to End covered.
@MukeshKala3 жыл бұрын
Glad it was helpful!
@sharibakhtar56552 жыл бұрын
This is Really Helpful, Hope this mock interview covered all the topics related to REFramwork.
@MukeshKala2 жыл бұрын
Not All but I would say majority of them 😁
@malinivinnamala70853 жыл бұрын
Awesome video Mukesh!! Thank you for your effort, please do more video's like this which will be helpful. Appreciate your good work.
@MukeshKala3 жыл бұрын
Thank you ,Soon would be uploading a orchestrator specefic Mock interview.
@dhirendraswain45543 ай бұрын
Thanks
@MukeshKala3 ай бұрын
Welcome
@mohdqamaruddin61972 жыл бұрын
amazing sir thank you so much .
@MukeshKala2 жыл бұрын
Thank you 😊
@akashsingh-oj9jq Жыл бұрын
Thanks it is very useful
@MukeshKala Жыл бұрын
Glad to hear that
@praveenkumarlk85272 жыл бұрын
great video.
@MukeshKala2 жыл бұрын
Thank you for your feedback 🤗
@sanavimal22222 жыл бұрын
Tomo I have an interview so it was very useful for me
@MukeshKala2 жыл бұрын
Best of luck for your Interview !
@siddh85082 жыл бұрын
Best of luck, Which company bro, Could you please share the questions here.
@yashobantadash66702 жыл бұрын
awesome! 🙌
@MukeshKala2 жыл бұрын
Thanks! 😁
@Priyesh2467 ай бұрын
Can I know the Use of take screenshot xaml?
@MukeshKala7 ай бұрын
Whenever the automation run in locked machine , this will take screenshot of the current screen that will help to troubleshoot the exception
@swatichatterjee70612 жыл бұрын
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?
@MukeshKala2 жыл бұрын
Orchestrator Queue Retry Count will always take precedence.
@MrPrabhuMsc2 жыл бұрын
It will take orchestrator retry as 1
@rajdigumarthi67062 жыл бұрын
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.
@MukeshKala2 жыл бұрын
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.
@rajdigumarthi67062 жыл бұрын
@@MukeshKala Ok Great Sir, To Gain This Much of Knowledge from you KZbin and Practice. Thankyou so much sir.
@yashmahale3721 Жыл бұрын
Hii sir do you have Interview question and answer pdf
@MukeshKala Жыл бұрын
No I don’t have as question and answer would defer as per experience
@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 ......
@Amit4u4365day3 жыл бұрын
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.
@MukeshKala3 жыл бұрын
It will be in In Process and after 24 hours would me marked as abandoned
@Amit4u4365day3 жыл бұрын
@@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.
@ajaythyaraj41412 жыл бұрын
@@Amit4u4365day Yes the bot will Start from where it was left, So the processing will start from the in progress item.
@MukeshKala2 жыл бұрын
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 ..
@Amit4u4365day2 жыл бұрын
@@MukeshKala Thank you for your reply
@tarrrakyt60963 жыл бұрын
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
@MukeshKala3 жыл бұрын
Parallel activity - Actual code in one side and code to handle the popup in other side
@tarrrakyt60963 жыл бұрын
@@MukeshKala how sir can you explain what code I have to enter
@MukeshKala3 жыл бұрын
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
@jafarbasha43942 жыл бұрын
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 ?
@MukeshKala2 жыл бұрын
Yes , there is an activity called navigate to - use that
@anilyadav-yx5yp2 жыл бұрын
hi this is anil can u take mock interview for me
@MukeshKala2 жыл бұрын
Yes , Pls drop me a note on my mail I’d available in description
@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 Жыл бұрын
It completely depends on the company you are getting interviewed for… mostly these are practical assessments related to excel ,web scraping or data manipulation