👉👉👉👉 Answers to Some of the Questions - Comment the Question you want me to Elaborate More Q: Tell about the Frequency and Schedule. A : Frequency means Daily/Weekly/Monthly and Schedule includes the Time / Type of Trigger Q: Activities to Read Emails, output and How do we Save Attachment A : We can use getOutlookMailMessage Activity - Output would be ListMailMesaage. To Save the Attachment, we have an activity Called SaveAttachment. Q: How to apply Filter in GetOutlookMailMessage Activity A: We have an Filter option in the property of the GetOutlookMailMessage. Q: How robot will use only the Top Emails from the Mailbox. A: We can use the Top Property in the GetOutlookMailMessage Activity Or we can have a mechanism where we move the Emails to a Different Folder once the processing is Done. Q: How do we manage the Exception Handling? A: We have activities - Try / Catch / Throw / Rethrow / Terminate to Handle the Exceptions. Q: Frame/ Architecture A: For the Framework - kzbin.info/www/bejne/aYLOf4d6lLSImaM Q : TransactionType and Transaction Data A : Refer - kzbin.info/www/bejne/eYOkg5aIipiXe9E Q: What data we Put in the Queue A : Whatever Data I Require in my Performer to Process Each Transaction Should be Added to the Queue Item. Q: Activities used to add Data to Queue A: Add Queue Item , Add transaction Item , Bulk Add Queue Item Q : What is PDD / SDD / Process Flow A: Refer - kzbin.info/www/bejne/j6HdenaYetWIZq8 Q: Where do we Store Credentials. A: Credential Asset i Orchestrator Q: For the Application Changing the Passwords every 30 Days. A: We can create a Login for the Business user in Orchestrator with access only to update the Asset. Else - We can integrate the Orchestrator to Credential Store Called CyberArk - CyberArk generates the password Dynamically and would never expire.
@vijayalakshmiboya92883 жыл бұрын
Fantastic Mock interview Sir. Really answered most of the questions in my mind. Still need to know about Global exception Handler. For storing passwords can I use Orchestrator Database?. You are amazing sir making mock interviews uniquely. Every mock interivew is Rocking. Much needed and valuable content. If people watch all four mock interviews definitely they will get the job in first or second attempt if they are able to communicate well. The way you give feedback is really good. You will specify the candidate strengths and finally u will talk the weakness too. This help us a lot. Looking forward for more mock interviews. Superb .There are no repeated questions in your mock interviews. This is very interesting and amazing job done by you.
@MukeshKala3 жыл бұрын
Thank you for this Feedback 🙂
@salmanfaries3064 Жыл бұрын
These kind of free videos(which can be even made paid, that much worth), you are putting for us shows how passionate you are towards teaching❤
@MukeshKala Жыл бұрын
Glad you like them!
@jayushah49952 жыл бұрын
Thank you for such a good video. It helps me a lot.
@MukeshKala2 жыл бұрын
Glad it was helpful!
@Mahas1123 жыл бұрын
Thanks for your valuable information.
@MukeshKala3 жыл бұрын
Thank you for the Feedback :)
@akonhassan3 жыл бұрын
Superb!
@MukeshKala3 жыл бұрын
Thank you! Cheers!
@prashantrai59113 жыл бұрын
Nice
@MukeshKala3 жыл бұрын
Thanks You Bro !
@ajinkyajorwekar33492 жыл бұрын
The project Explain by the candidate is on RE framework or Dispatcher/Performer or on Both, didn't get that ?
@MukeshKala2 жыл бұрын
It is Built on RE Framework - Both Dispatcher and Performer are in a same Project
@rashmipriya82612 жыл бұрын
Thanks, Mukesh for such a wonderful video. I wanted to know the answer to "What happens to the transactions in the queue which encounter a system exception while processing?" How can we retry those items?
@MukeshKala2 жыл бұрын
By Default the Queue will retry the same transaction to the number of retries we have specified.... If it still fails the Item will be marked as Failed with System Exception - Now to Retry we can go to orchestrator and update the status to Retry which will change it to NEW Status
@yashobantadash66703 жыл бұрын
please make a video on all windows activities under uiautomation 😊
Hi Mahesh , I do not have complete end to end playlist for Orchestrator kzbin.info/aero/PLEYSwx3duQ2D2nZE1xzuwSh02cHCsWyzp Sharing this playlist - see if this helps
@vishaltripathi31393 жыл бұрын
That 30 days password expiry answer was missed ? Please tell us know about that .. is was very tricky and good one .
@MukeshKala3 жыл бұрын
Thank you for Pointing out That, I might have Missed That - Q: For the Application Changing the Passwords every 30 Days. A: We can create a Login for the Business user in Orchestrator with access only to update the Asset. Else - We can integrate the Orchestrator to Credential Store Called CyberArk - CyberArk generates the password Dynamically and would never expire. I have also Pinned the other Answers to the Top Most Comment in the Video also.
@ashwinimagar14493 жыл бұрын
Thanks Mukesh for amazing video, it is really helpful. I just have one query, I want to know answer to question why do we use Global Exception Handler even if we have Try/Catch mechanism ? Can you please help to explain in detail? This was asked in one of my interview.
@MukeshKala3 жыл бұрын
To put in a single line - Global Handler is like a wrapper over your code which handle all the exceptions which occurs in your automation ... Now why try catch because I want to handle different exception differently . We can use GE handler with try catch too. Please have a look at video below - it should clear the doubts - let me know your comments / question kzbin.info/www/bejne/aHTMfnyfgLx1otE
@vikaskshirsagar95992 жыл бұрын
Hii everyone.. can you please share link for UIPATH foundation level Certificate exam
@MukeshKala2 жыл бұрын
academy.uipath.com/certification
@vikaskshirsagar95992 жыл бұрын
@@MukeshKala thankyou.. 1. Is it free exam certificate or paid. 2. If it's paid. Is their any free exam certificate available. 3. Please share any guidance video link available on 1 and 2.
@MukeshKala2 жыл бұрын
Its a Paid Certificate - You need to pay and you get 1 attempt for certification. However we always can get vouchers from UiPath - Visit Forum.uipath.com for certification vouchers. Regarding the video - there are session conducted free of cost from UiPath Side . More Details on community.uipath.com
@chandrakanthsanka87203 жыл бұрын
No answers..
@MukeshKala3 жыл бұрын
Most of the Answers are Correctly Answered, At the End of the Video you can find the Feedback sessions where we are discussing the Answers. Drafting Some Answers Here - : Let me know if want me to explain any Question in more Details Q: Tell about the Frequency and Schedule. A : Frequency means Daily/Weekly/Monthly and Schedule includes the Time / Type of Trigger Q: Activities to Read Emails, output and How do we Save Attachment A : We can use getOutlookMailMessage Activity - Output would be ListMailMesaage. To Save the Attachment, we have an activity Called SaveAttachment. Q: How to apply Filter in GetOutlookMailMessage Activity A: We have an Filter option in the property of the GetOutlookMailMessage. Q: How robot will use only the Top Emails from the Mailbox. A: We can use the Top Property in the GetOutlookMailMessage Activity Or we can have a mechanism where we move the Emails to a Different Folder once the processing is Done. Q: How do we manage the Exception Handling? A: We have activities - Try / Catch / Throw / Rethrow / Terminate to Handle the Exceptions. Q: Frame/ Architecture A: For the Framework - kzbin.info/www/bejne/aYLOf4d6lLSImaM Q : TransactionType nad Transaction Data A : Refer - kzbin.info/www/bejne/eYOkg5aIipiXe9E Q: What data we Put in the Queue A : Whatever Data I Require in my Performer to Process Each Transaction Should be Added to the Queue Item. Q: Activities used to add Data to Queue A: Add Queue Item , Add ytrAnsaction Item , Bulk Add Queue Item Q : What is PDD / SDD / Process Flow A: Refer - kzbin.info/www/bejne/j6HdenaYetWIZq8 Q: Where do we Store Credentials. A: Credential Asset i Orchetrator Q: For the Application Changing the Passwords every 30 Days. A: We can create a Login for the Business user in Orchestrator with access only to update the Asset. Else - We can integrate the Orchestrator to Credential Store Called CyberArk - CyberArk generates the password Dynamically and would never expire.