Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Deloitte Team. If you also belong to the team, you can get access from here

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte RPA Developer Interview Questions and Answers

Updated 6 Jul 2024

Deloitte RPA Developer Interview Experiences

2 interviews found

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Panel member didn't asked any technical questions. Focused on the way of delivery and articulation. The panel member took interview in hurry.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why have you applied for this role
  • Ans. 

    I applied for this role because of my passion for automation and interest in leveraging RPA technology.

    • Passion for automation and technology

    • Interest in RPA technology and its potential benefits

    • Excited about the opportunity to streamline processes and improve efficiency

  • Answered by AI
  • Q2. Work experience
Round 2 - Technical 

(2 Questions)

  • Q1. How an application is used
  • Ans. 

    An application is used by interacting with its user interface to perform specific tasks or access information.

    • Users interact with the application through buttons, menus, forms, etc.

    • Tasks can include data entry, calculations, communication, etc.

    • Examples: Using Microsoft Excel to create spreadsheets, using Facebook to connect with friends.

  • Answered by AI
  • Q2. Azure technical analysis

Skills evaluated in this interview

RPA Developer Interview Questions Asked at Other Companies

Q1. What is procedural language and object oriented language? Which o ... read more
asked in Capgemini
Q2. 4. How can we filter 1 lakh rows in excel with specific filter
Q3. Coding Question: Given list of array, one number is missing and i ... read more
Q4. What are different Software Development Life Cycle? What are the ... read more
Q5. What is fundamental data types and derived data types? What is th ... read more

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.

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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is orchestrator?
  • Ans. 

    Orchestrator is a centralized platform for managing, monitoring, and controlling RPA processes.

    • Centralized platform for managing RPA processes

    • Allows scheduling and monitoring of bots

    • Provides analytics and reporting capabilities

    • Enables integration with other systems and applications

  • Answered by AI
  • Q2. What is Ocr engine?
  • Ans. 

    OCR engine stands for Optical Character Recognition engine, which is a technology used to convert different types of documents, such as scanned paper documents, PDF files, or images captured by a digital camera, into editable and searchable data.

    • OCR engine uses algorithms to recognize text within images or scanned documents.

    • It can extract text from various sources like printed documents, handwriting, or even text withi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Classic folder vs modern folder
  • Ans. 

    Classic folder is the traditional way of organizing files in UiPath, while modern folder is a newer feature with enhanced security and management capabilities.

    • Classic folder is the original way of organizing files in UiPath, with limited security and management features.

    • Modern folder is a newer feature in UiPath, offering enhanced security, management, and collaboration capabilities.

    • Modern folders allow for better cont...

  • Answered by AI
  • Q2. Show some coding and asked what was an output.
  • Q3. Python related questions.
  • Q4. Document understanding.

Interview Preparation Tips

Topics to prepare for Capgemini RPA Developer interview:
  • .Net
  • Java
  • Python
Interview preparation tips for other job seekers - Don't waste your time to prepare interview.actually, I'm an RPA developer but he asked questions like python/Java devloper.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. All questions about Automation Anywhere.
  • Ans. You should be prepared for the AA tool-based question.
  • Answered Anonymously
  • Q2. How to use PDF extraction?
  • Ans. 

    PDF extraction involves using software tools to extract text, images, and data from PDF files.

    • Use RPA tools like UiPath, Automation Anywhere, or Blue Prism to automate the process of extracting data from PDF files.

    • Utilize OCR (Optical Character Recognition) technology to extract text from scanned PDFs.

    • Extract structured data from PDF forms using data extraction techniques.

    • Consider using regex patterns to extract specif...

  • Answered by AI
  • Q3. How to use the IQ bot?
  • Ans. 

    IQ Bot is a cognitive automation solution that can learn from human behavior to handle unstructured data.

    • IQ Bot uses machine learning algorithms to understand and extract data from unstructured documents.

    • It can be trained to recognize patterns and extract relevant information from various types of documents.

    • IQ Bot can be integrated with RPA tools like UiPath to automate end-to-end processes.

    • It can handle documents like...

  • Answered by AI
  • Q4. How to use SQL queries?
  • Ans. 

    SQL queries are used to retrieve, manipulate, and manage data stored in a database.

    • Write SQL queries using SELECT, INSERT, UPDATE, DELETE statements.

    • Use WHERE clause to filter data based on specific conditions.

    • Join tables using INNER JOIN, LEFT JOIN, RIGHT JOIN.

    • Aggregate data using functions like COUNT, SUM, AVG.

    • Group data using GROUP BY clause.

    • Order data using ORDER BY clause.

  • Answered by AI
  • Q5. What is the difference between truncating and deleting in SQL?
  • Ans. 

    Truncating removes all records from a table, while deleting removes specific records.

    • Truncating is faster than deleting as it does not log individual row deletions.

    • Truncating resets identity columns, while deleting does not.

    • Truncating cannot be rolled back, while deleting can be.

    • Truncating is a DDL operation, while deleting is a DML operation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini RPA Developer interview:
  • SQL
  • VB Script
  • AA360
Interview preparation tips for other job seekers - be good and expert in your tech.

Skills evaluated in this interview

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

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

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 

(1 Question)

  • Q1. Basic questions related to uipath
Round 3 - Coding Test 

Questions on email automation and excel macros. Uipath MCQ questions

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reframework Quesions
  • Q2. Orchestrator And Its Uses
  • Ans. 

    Orchestrator is a centralized platform for managing, scheduling, and monitoring automated processes.

    • Orchestrator helps in scheduling and executing RPA processes

    • It provides a centralized dashboard for monitoring and managing robots

    • Allows for setting up triggers and dependencies between processes

    • Enables logging and auditing of process executions

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic rpa questions with best practice
  • Q2. General real time scenario of work

Deloitte Interview FAQs

How many rounds are there in Deloitte RPA Developer interview?
Deloitte interview process usually has 1-2 rounds. The most common rounds in the Deloitte interview process are One-on-one Round and Technical.
How to prepare for Deloitte 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are Computer Savvy, Continuous Improvement, HT Breakers, ITSM and Proxy.
What are the top questions asked in Deloitte RPA Developer interview?

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

  1. How an application is u...read more
  2. Panel member didn't asked any technical questions. Focused on the way of delive...read more
  3. Azure technical analy...read more

Tell us how to improve this page.

Deloitte RPA Developer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

RPA Developer Interview Questions from Similar Companies

View all
Deloitte RPA Developer Salary
based on 90 salaries
₹3.3 L/yr - ₹12.8 L/yr
27% more than the average RPA Developer Salary in India
View more details

Deloitte RPA Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 2 Reviews and Ratings
Consultant
33.9k salaries
unlock blur

₹6.4 L/yr - ₹23.3 L/yr

Senior Consultant
21.5k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.6k salaries
unlock blur

₹3.9 L/yr - ₹12.8 L/yr

Assistant Manager
10.2k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.2k salaries
unlock blur

₹16 L/yr - ₹53 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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