Upload Button Icon Add office photos

Filter interviews by

DynPro RPA Developer Interview Questions and Answers

Updated 12 Feb 2024

DynPro RPA Developer Interview Experiences

1 interview found

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2024

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

I applied via Job Fair and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to UiPath RE framework
Round 2 - Behavioral 

(1 Question)

  • Q1. Scenario based questions on UiPath

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

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 Other and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is active work queue
  • Ans. 

    Active work queue is a list of items that are currently being processed by a robot.

    • Active work queue helps the robot to prioritize tasks and manage workload.

    • It allows the robot to track the progress of each item in the queue.

    • Examples of items in the queue include invoices, purchase orders, and customer requests.

  • Answered by AI
  • Q2. What is session variable?
  • Ans. 

    Session variable is a variable that is stored and can be accessed during a user's session on a website or application.

    • Session variables are used to store user-specific information, such as login credentials or preferences.

    • They are stored on the server-side and can be accessed by the application during the user's session.

    • Session variables are typically cleared when the user logs out or their session expires.

    • Examples of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before the interview and review the development best practices in Blue Prism.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Scenarios based questions
  • Q2. Difference between Automation Anywhere v11 and A360
  • Ans. 

    Automation Anywhere v11 is the older version with limited features, while A360 is the newer version with advanced capabilities.

    • Automation Anywhere v11 has limited AI capabilities compared to A360

    • A360 offers cloud-native architecture for scalability and flexibility

    • A360 provides enhanced analytics and reporting features for better insights

    • A360 supports more integrations with third-party applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basics of activities and orchestrator
  • Q2. Re framework and uses
  • Ans. 

    ReFramework is a framework in UiPath for building scalable and reusable automation projects.

    • ReFramework provides a template for structuring automation projects with best practices

    • It includes components like Init, Process, End Process, and Exception Handling

    • ReFramework uses state machines to manage the flow of automation tasks

  • Answered by AI
  • Q3. Outlook and SMTP activities
Round 3 - Coding Test 

They ask live scenario to code in UIPath tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was of 3 rounds including coding challenge

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is modern and classic folder?
  • Ans. 

    Modern and Classic folders are two different types of folders in UiPath Orchestrator.

    • Modern folders are designed for multi-tenancy and allow for more granular control over permissions and access.

    • Classic folders are the traditional folders in Orchestrator and are used for single-tenancy.

    • Modern folders have a different user interface and are organized by tenants, while classic folders are organized by folders and subfold...

  • Answered by AI
  • Q2. Queue related question?
  • Q3. Stop and kill activity in orchestrator
  • Ans. 

    To stop and kill a job in Orchestrator, use the Stop Job and Kill Job activities respectively.

    • Use the Stop Job activity to gracefully stop a running job.

    • Use the Kill Job activity to forcefully terminate a running job.

    • Both activities can be found in the System > Jobs category in the Activities panel.

    • You can pass the Job ID as input to these activities to specify which job to stop or kill.

  • Answered by AI
  • Q4. How many types you create variable in ui path
  • Ans. 

    There are four types of variables in UiPath: Generic, Text, Number, and Boolean.

    • Generic variables can store any type of data

    • Text variables store strings of characters

    • Number variables store numeric values

    • Boolean variables store true/false values

  • Answered by AI
  • Q5. Practice for practical as they said share screen and give some scenario you have to make program

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare yourself for practical as well

Skills evaluated in this interview

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).

DynPro Interview FAQs

How many rounds are there in DynPro RPA Developer interview?
DynPro interview process usually has 2 rounds. The most common rounds in the DynPro interview process are Technical and Behavioral.
How to prepare for DynPro RPA Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at DynPro. The most common topics and skills that interviewers at DynPro expect are Macros, VBA, Excel, Analytics and Business Intelligence.
What are the top questions asked in DynPro RPA Developer interview?

Some of the top questions asked at the DynPro RPA Developer interview -

  1. Questions related to UiPath RE framew...read more
  2. Scenario based questions on UiP...read more

Tell us how to improve this page.

DynPro RPA Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
DynPro RPA Developer Salary
based on 8 salaries
₹4.2 L/yr - ₹11.2 L/yr
At par with the average RPA Developer Salary in India
View more details

DynPro RPA Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

5.0

Skill development

1.0

Work-life balance

5.0

Salary

3.0

Job security

3.0

Company culture

4.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Information Technology Recruiter
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Executive
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DynPro with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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