Upload Button Icon Add office photos

Filter interviews by

Uipath Intern Interview Questions and Answers

Updated 14 Jun 2024

Uipath Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Background and interest in the role
  • Q2. Data analysis experience specifically
  • Ans. 

    I have experience in data analysis through coursework and projects.

    • Utilized Python and R for data analysis

    • Performed statistical analysis on datasets

    • Created data visualizations to communicate findings

  • Answered by AI

Interview questions from similar companies

Intern Interview Questions & Answers

CodeClouds user image dipnarayan sen

posted on 3 Jan 2025

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

General Computer Science Questions.

Round 2 - Technical 

(3 Questions)

  • Q1. 2NF and 3NF difference
  • Ans. 

    2NF eliminates partial dependencies, while 3NF eliminates transitive dependencies.

    • 2NF eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the primary key.

    • 3NF eliminates transitive dependencies by ensuring that non-key attributes are not dependent on other non-key attributes.

    • Example: In a table with columns A, B, and C where A is the primary key, if B depends on A and C...

  • Answered by AI
  • Q2. Alternative of using loop to print 1 to 100
  • Ans. 

    Using recursion to print numbers from 1 to 100 without a loop

    • Create a recursive function that takes a number as input and prints it

    • Call the function with 1 as the initial input and increment the input by 1 in each recursive call

    • Stop the recursion when the input reaches 100

  • Answered by AI
  • Q3. Delete and Truncate Difference
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation fires triggers on each row deletion while truncate operation does not fire triggers.

  • Answered by AI

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oops question, sql question
  • Q2. Basic and advance php question
  • Q3. Some logical question( puzzle)

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts of php before attending interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 6 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 - Aptitude Test 

1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.

Round 3 - Coding Test 

After clearing apti, they will assign machine test. 1 hr time limite.

Round 4 - Technical 

(1 Question)

  • Q1. After clearing assign technical round in that project managers giving interview. Asking Oops consept, some php technical quetions like php array function, global variables, mvc, mysal queries, joins, ind...
Round 5 - One-on-one 

(1 Question)

  • Q1. After clear interview first round, TL giving second round.
Round 6 - HR 

(1 Question)

  • Q1. For salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops consept, real time examples, design factor, array functions, how to debug error, mysql joins, normalisation 1nf 2nf 3nf

I applied via Other and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sorting arrays without using inbuilt function
  • Ans. 

    Sorting array of strings without using inbuilt function.

    • Implement bubble sort algorithm

    • Compare adjacent elements and swap if necessary

    • Repeat until no swaps are needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Inheritance related questions
  • Q2. Base web development related questions
Round 2 - Technical 

(2 Questions)

  • Q1. In depth oops question
  • Q2. Database related questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Engineers.

    • Consider my years of experience in the industry

    • Take into account my specialized skills and certifications

    • Research the current market rate for Senior Engineers in this location

    • Negotiable based on benefits package offered

  • Answered by AI
Round 4 - Coding Test 

Web development related coding questions

Interview Questionnaire 

1 Question

  • Q1. Php oops concepts are their primary focus

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

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts, array functions of php and js, string functions of php and js
  • Q2. Sql, trigger, indexes,
  • Q3. Logical thinking, problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and presentation will work even if you are lacking a bit in technical. Be confident
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2022. There were 5 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 - Case Study 

Don’t panic. All rounds are easy

Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts, some logical array programs
Round 4 - One-on-one 

(1 Question)

  • Q1. Agile methodology questions, describe your project structure etc
Round 5 - HR 

(1 Question)

  • Q1. Company details, role and Payment discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Sorry to say but worse experience. I cleared all rounds with good feedback but after hr round, I called hr continuously for further process but I don’t know what happed they directly called me and said we put you on hold for 15 to 20 days. And i got one e-mail on next day that “we take this opportunity to thank you for showing your interest.” Because of this offer I left 3 more offers. If they have to change there policies then why they took my interview. They have to clear all that things before interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022. There were 7 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 - Coding Test 

HackerRanck Test which includes some mcq and PHP test

Round 3 - Technical 

(1 Question)

  • Q1. SQL question PHP OOPs Unit Testing Microservices Agile Methodologies
Round 4 - Technical 

(1 Question)

  • Q1. SQL Questions PHP OOPs Unit Testing
Round 5 - One-on-one 

(1 Question)

  • Q1. Related to your work experience
Round 6 - One-on-one 

(1 Question)

  • Q1. Related to your work experience
Round 7 - HR 

(1 Question)

  • Q1. Final round as Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - As a new software engineer at Entrata India, you can expect to work with a team of highly skilled professionals who are passionate about their work and committed to excellence. The company provides excellent training opportunities to help you sharpen your skills and stay up-to-date with the latest technologies and best practices in the industry.

Uipath Interview FAQs

How many rounds are there in Uipath Intern interview?
Uipath interview process usually has 1 rounds. The most common rounds in the Uipath interview process are One-on-one Round.
How to prepare for Uipath Intern 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 Uipath. The most common topics and skills that interviewers at Uipath expect are Back Office, CRM, ERP, PUC and Process automation.

Tell us how to improve this page.

Uipath Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
CodeClouds Interview Questions
4.5
 • 36 Interviews
Entrata Interview Questions
4.1
 • 34 Interviews
greytHR Interview Questions
4.0
 • 31 Interviews
View all
RPA Developer
48 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹30.8 L/yr - ₹70 L/yr

Senior RPA Developer
26 salaries
unlock blur

₹12.6 L/yr - ₹31 L/yr

Software Engineer
18 salaries
unlock blur

₹15.2 L/yr - ₹55 L/yr

Solution Architect
18 salaries
unlock blur

₹20 L/yr - ₹33.8 L/yr

Explore more salaries
Compare Uipath with

Ascent HR Technologies Private Limited

3.7
Compare

Vyapar

3.5
Compare

Entrata

4.1
Compare

CodeClouds

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