Upload Button Icon Add office photos
Engaged Employer

i

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

Nagarro Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 4k Reviews

Filter interviews by

Nagarro UI Developer Interview Questions and Answers

Updated 15 Oct 2024

Nagarro UI Developer Interview Experiences

3 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 Aptitude questions, 30 React/HTML/CSS MCQs, 2 coding questions on an outdated compiler

UI Developer Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Angular html css questions

UI Developer Interview Questions Asked at Other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkbox ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. Explain Higher order function and Higher order component?
Q4. What is Call, Apply and Bind in javscript
Q5. What is meta tag? What is position What promise What is callback ... read more

UI Developer Interview Questions & Answers

user image ravi shekhar

posted on 23 Jun 2023

Interview experience
3
Average
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 - Aptitude Test 

1) logical & math & reasoning 20 Question
2) coding 2 question
3) React js 40 Question

Round 3 - Technical 

(2 Questions)

  • Q1. 1 tell me something 2 rm vs em difference 3 MapObject vs Object 4 BOM 5 difference between for loop IN vs OF 6 function currying 7 Pure component 8 virtual dom
  • Ans. 

    UI Developer interview questions covering topics like rm vs em, MapObject vs Object, BOM, function currying, Pure component, and virtual dom.

    • rm vs em: rm is relative to the font size of the root element, while em is relative to the font size of the element itself.

    • MapObject vs Object: MapObject is a method that creates a new array with the results of calling a provided function on every element in the array, while Objec...

  • Answered by AI
  • Q2. Event propagation vs immediate propgation Div vs Section tag
  • Ans. 

    Event propagation determines the order in which event handlers are executed, while immediate propagation stops propagation immediately. Div and Section tags are used for structuring HTML content.

    • Event propagation allows events to 'bubble up' or 'capture down' the DOM tree, while immediate propagation stops propagation immediately.

    • Div tag is a generic container for grouping and styling content, while Section tag is used...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. React based basic ques
Round 2 - Technical 

(2 Questions)

  • Q1. React based ques
  • Q2. Map related coding que
Round 3 - HR 

(1 Question)

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

(2 Questions)

  • Q1. Difference between Var,let and const
  • Ans. 

    Var is function scoped, let and const are block scoped. Var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared.

    • Var is function scoped

    • Let and const are block scoped

    • Var can be redeclared and reassigned

    • Let can be reassigned but not redeclared

    • Const cannot be reassigned or redeclared

  • Answered by AI
  • Q2. New features in Angular 10
  • Ans. 

    Angular 10 introduces new features like stricter types, optional strict mode, and performance improvements.

    • Stricter types with TypeScript 3.9

    • Optional strict mode for better type checking

    • Improved build times and smaller bundle sizes

    • Updated dependencies like TypeScript 3.9 and TSLib 2.0

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. HTML, CSS Question and JavaScript Codding Questions
Round 3 - Technical 

(1 Question)

  • Q1. It is In Process
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 Feb 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular related question
Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Generic interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. I am fine or not
  • Q2. I want this job
  • Q3. I want information for selected in job and interview
  • Q4. And I want the company your details and related studies details
  • Q5. And it will be a good job for me so please select in this company for my family situation
Round 2 - Group Discussion 

Group discussion related in company

Interview Preparation Tips

Interview preparation tips for other job seekers - Mmm
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular life cycle, angular loading and some scenarios about authentication
  • Q2. Javascript out put based questions based on it's execution
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test was around 2 hrs

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is kubernets
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It allows for easy scaling of applications by adding or removing containers based on demand.

    • Kubernetes provides features like load balancing, self-healing, and rolling updates fo...

  • Answered by AI
  • Q2. What is docker container runtime
  • Ans. 

    Docker container runtime is the engine that executes containers, managing their lifecycle and resources.

    • Docker container runtime is responsible for running and managing Docker containers.

    • It provides an isolated environment for applications to run without affecting the host system.

    • Popular container runtimes include Docker Engine, containerd, and CRI-O.

  • Answered by AI

Skills evaluated in this interview

Nagarro Interview FAQs

How many rounds are there in Nagarro UI Developer interview?
Nagarro interview process usually has 1-2 rounds. The most common rounds in the Nagarro interview process are Aptitude Test, Resume Shortlist and Technical.
What are the top questions asked in Nagarro UI Developer interview?

Some of the top questions asked at the Nagarro UI Developer interview -

  1. 1 tell me something 2 rm vs em difference 3 MapObject vs Object 4 BOM 5 diffe...read more
  2. Event propagation vs immediate propgation Div vs Section ...read more

Tell us how to improve this page.

Nagarro UI Developer Salary
based on 10 salaries
₹4.2 L/yr - ₹9 L/yr
16% more than the average UI Developer Salary in India
View more details
Associate Staff Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.8k salaries
unlock blur

₹14.6 L/yr - ₹43.2 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹7.5 L/yr - ₹31 L/yr

Software Engineer
938 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview