Upload Button Icon Add office photos

Filter interviews by

10xDS RPA Developer Interview Questions and Answers

Updated 19 Mar 2021

10xDS RPA Developer Interview Experiences

1 interview found

RPA Developer Interview Questions & Answers

user image RENJITH VR

posted on 19 Mar 2021

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions about RPA,Deep questions about Automation Anywhere components and architecture ,Explanation of projects that have done

Interview Preparation Tips

Interview preparation tips for other job seekers - I have worked in Telecommunications industry and had very less career growth then i decided to switch my career.in this lockdown i started upskilling by free certifications provided by top companies free of cost. (Eg. A2019 Advanced RPa proffessional,Uipath diploma of completion)Dont under estimate the value of certifications. You can get shortlisted easily . Training is a very crucial componenr for every companies and we had asituation where online trainings were the only method to upskill employees. so ofcourse it have value also every trainings are in a structured manner so that we can learn from beginner level. Build a good resume. Add websitelinks in Resume that will directly guide the HR to the projects and certifications you have done.Also build medium projects starting from small programs. save the work you have done(eventhough it's a helloworld program).you must have good communication skills .

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. RPA BP questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I got selected in interview and HR told me that I will get call from them for other formalities, i got call next day and they asked me to upload documents and then no updates from them now it is 5 months over. I'm tired of sending multiple remainders but no response. This reflects their responsibilities.

RPA Developer Interview Questions & Answers

Cognizant user image Ratul Chakraborty

posted on 13 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Orchestrator questions and REFramework

RPA Developer Interview Questions & Answers

Cognizant user image DEEPAK KUMAR JHA

posted on 15 Jul 2022

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Prepare aptitude, speed, distance, ratio, proportion and all other important topics.

Round 2 - Coding Test 

Prepare on leetcode, gfg company based important questions, array and strings are most important.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and algo.
Prepare theory of Database and networking.

I applied via Referral and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.RPA Basics 2. Mostly questions are related while explaining my projects 3. what new features are added in the recent version of uipath.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear about your projects and basic concepts of Uipath.

I applied via Approached by Company and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Compensation discussion
  • Q2. Question on UiPath studio, Orchestrator, scenario based questions, .NET snippets, methods, Sql queries

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. UiPath - email filters,JSON deserialization,ComputerVision,excel activities related questions, RE-FRAMEWORK, Document understanding, AICenter
  • Q2. ORCHESTRATOR - assets,queues, storage buckets, queue based triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round of technical interview(HCL staff) - this is pretty simple with all basic questions
2nd round of technical interview(uipath team) - (I don't understand why a company like HCL had to rely on UiPath for assessment as if they don't have an talented resources for the job)..Anyways, the UiPath round was a bit tough because 50-70% of the questions are not related to what I worked on previously( if they have specific requirements they need to mention clearly in JD,instead of wasting everyone's time).

RPA Developer Interview Questions & Answers

Capgemini user image Sukanya Bavishya

posted on 14 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference b/w throw and rethrow
  • Ans. 

    throw is used to explicitly throw an exception, while rethrow is used to rethrow an exception caught in a catch block.

    • throw is used to raise an exception and terminate the current execution.

    • rethrow is used to propagate an exception to the next higher level of the call stack.

    • throw can be used anywhere in the code, while rethrow is used only inside a catch block.

    • throw requires specifying the type of exception being throw...

  • Answered by AI
  • Q2. How do you make selectors reliable
  • Ans. 

    Selectors can be made reliable by using unique attributes, adding wildcards, using reliable parent elements, and using dynamic selectors.

    • Use unique attributes: Select elements with attributes that are unique to them, such as ID or name.

    • Add wildcards: Use wildcards like asterisks (*) or question marks (?) to account for dynamic values in selectors.

    • Use reliable parent elements: Select elements based on their parent eleme...

  • Answered by AI
  • Q3. What is the List variable
  • Ans. 

    A List variable is a data structure that stores a collection of elements, typically of the same type.

    • List variables can hold multiple values and are commonly used to store and manipulate data.

    • They can be indexed and accessed using numerical positions.

    • List variables can be modified by adding, removing, or updating elements.

    • Examples of List variables include a list of names, a list of numbers, or a list of tasks.

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Explain about REframe work, Stages and Transitions
  • Ans. 

    The REframe work is a framework used in Robotic Process Automation (RPA) development. It consists of stages and transitions.

    • REframe work is a widely used framework in RPA development.

    • It helps in structuring and organizing the automation process.

    • The framework consists of various stages and transitions.

    • Stages represent different phases of the automation process.

    • Transitions define the flow of control between stages.

    • Stages...

  • Answered by AI
  • Q2. Difference b/w Add queue item and Add transaction item
  • Ans. 

    Add queue item is used to add an item to a queue in a queue-based transactional process. Add transaction item is used to add an item to a transaction in a state machine-based transactional process.

    • Add queue item is used in queue-based processes where items are processed in a first-in-first-out manner.

    • Add transaction item is used in state machine-based processes where items are processed based on predefined states and t...

  • Answered by AI
  • Q3. Credential Manager how we use?
  • Ans. 

    Credential Manager is used to securely store and manage credentials for RPA development.

    • Credential Manager is a feature in RPA tools that allows developers to store and retrieve credentials securely.

    • It helps in avoiding hardcoding of sensitive information like usernames and passwords in the code.

    • Credentials can be stored in an encrypted format and accessed when required during automation execution.

    • RPA developers can us...

  • Answered by AI
  • Q4. How do you delete the row in datatable while iterating the process?
  • Ans. 

    To delete a row in a datatable while iterating, use the Remove method of the Rows collection.

    • Use a loop to iterate through each row in the datatable.

    • Check the condition for deletion and use the Remove method to delete the row.

    • Ensure to handle the index correctly to avoid skipping rows.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create a power automate flow to change/modify rows in Excel.
  • Ans. 

    Use Power Automate to modify rows in Excel.

    • Create a new flow in Power Automate.

    • Add a trigger for when a new row is added or modified in the Excel file.

    • Use the 'Get rows' action to retrieve the rows from the Excel file.

    • Apply the necessary modifications to the rows using actions like 'Apply to each' and 'Update row'.

    • Save the changes back to the Excel file using the 'Update a row' action.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra RPA Developer interview:
  • Power automate
  • Excel automation
Interview preparation tips for other job seekers - Prepared with technical stuffs

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain in detail RE_framework flow and its advantages
  • Ans. 

    REFramework is a framework in UiPath that provides a template for building scalable and robust automation solutions.

    • REFramework stands for Robotic Enterprise Framework

    • It follows a state machine design pattern with 5 main states: Init, Get Transaction Data, Process Transaction, End Process, and Exception Handling

    • Advantages include reusability of components, centralized exception handling, and logging capabilities

    • It allo...

  • Answered by AI
  • Q2. What is Document Understanding and how it works end to end
  • Ans. 

    Document Understanding is a process of extracting data from unstructured documents using AI and machine learning.

    • Document Understanding involves using AI and machine learning to extract data from unstructured documents such as invoices, receipts, and forms.

    • It includes tasks like document classification, data extraction, and validation of extracted data.

    • Document Understanding can be achieved through technologies like OC...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Skills evaluated in this interview

Tell us how to improve this page.

10xDS RPA Developer Salary
based on 5 salaries
₹2.8 L/yr - ₹6 L/yr
43% less than the average RPA Developer Salary in India
View more details
Business Analyst
7 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Automation Engineer
5 salaries
unlock blur

₹2.7 L/yr - ₹8.7 L/yr

RPA Developer
5 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Senior UI UX Designer
4 salaries
unlock blur

₹6.1 L/yr - ₹6.1 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹7 L/yr - ₹8.4 L/yr

Explore more salaries
Compare 10xDS with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview