Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 36.3k Reviews

Filter interviews by

Infosys Reactjs Developer Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Infosys Reactjs Developer Interview Questions and Answers

View all 29 questions

9 Infosys Reactjs Developer Interview Experiences

41 questions found

Sort by: Popular

Reactjs Developer Interview Questions

user image Anonymous

posted on 21 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024.

2 Interview Rounds

1

Technical Round (5 Questions)

  • Q1. Component lifecycle
  • Q2. What is DOM tree?
  • Q3. What is the difference between props and state?
  • Q4. What is redux and when to use it and when not to use it?
  • Q5. Two arrays passed to one function, then remove the elements passed from source array and present in another array
2

Client Interview Round (5 Questions)

  • Q1. What is DOM tree
  • Q2. What are lifecycle methods of react? How we can achieve same in functional components?
  • Q3. What is redux? Explain its architecture.
  • Q4. When do we use any in typescript?
  • Q5. What is the checklist for improving performance of React application?

Reactjs Developer Interview Questions

user image Anonymous

posted on 8 Dec 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. Diff between state and props
  • Q2. Lifecycle method in functional component
  • Q3. Find unique element
  • Q4. Remove duplicate element
  • Q5. Explain clousure

Get interview-ready with top interview questions

Reactjs Developer Interview Questions

user image vamshi thatikonda

posted on 11 Dec 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. What are closures in JS
2

Technical Round (1 Question)

  • Q1. Controlled and uncontrolled components

Reactjs Developer Interview Questions

user image Anonymous

posted on 13 Mar 2024

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

I applied via Company Website and was interviewed in Oct 2023.

3 Interview Rounds

1

Technical Round (6 Questions)

  • Q1. What are the benefits of React?
  • Q2. Difference between state and props?
  • Q3. What is useReducer and UseContext api?
  • Q4. What is one way data binding?
  • Q5. Tell me hooks you have used?
  • Q6. What is redux middleware
2

Behavioral Round (2 Questions)

  • Q1. Questions related to Projects
  • Q2. Git commands: How to commit ,merge code, how to resolve merge conflicts
3

Coding Test Round

It's 10 multiple-choice question with low,medium, and difficult range levels.

Skills evaluated in this interview

Infosys interview questions for designations

 Developer

 (21)

 Software Developer

 (244)

 Java Developer

 (138)

 Salesforce Developer

 (33)

 Web Developer

 (21)

 Angular Developer

 (11)

 Application Developer

 (10)

 Plsql Developer

 (9)

Reactjs Developer Interview Questions

user image Anonymous

posted on 13 Dec 2024

Interview experience
1
 Bad
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com and was interviewed before Dec 2023.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is the concept of redeclaration in JavaScript?
  • Q2. What are Promises?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare and pray😂

Reactjs Developer Interview Questions

user image Anonymous

posted on 28 Feb 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 -
Result
 Not Selected

I applied via Company Website and was interviewed in Aug 2023.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is conditional rendering in React? What are closures? OOPS concept in JavaScript. What is ACID in database? Stack vs Heap
  • Q2. In react you can conditionally render component like when and which component to render by using if condition and other.

Skills evaluated in this interview

Reactjs Developer Jobs at Infosys

View all

Reactjs Developer Interview Questions

user image Anonymous

posted on 14 Dec 2022

I applied via Company Website and was interviewed in Nov 2022.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Difference between var and let, difference between redux and flux
  • Q2. Output based questions on var and let.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the fundamentals of javaScript , var and let , promises, map,filter,reduce

Skills evaluated in this interview

Reactjs Developer Interview Questions

user image Anonymous

posted on 1 Apr 2022

I applied via Recruitment Consulltant and was interviewed in Mar 2022.

1 Interview Round

1

Technical Round (6 Questions)

  • Q1. What is hoisting in JS
  • Q2. What are higher-order functions in JS
  • Q3. Difference between var, let, and const in JS
  • Q4. What are Hooks in React.js
  • Q5. Presentation component vs functional component in React.js
  • Q6. Bind(), call(), apply() in JS

Interview Preparation Tips

Topics to prepare for Infosys Reactjs Developer interview:
  • JavaSctipt
  • React.Js
Interview preparation tips for other job seekers - the interview was based on basic concepts of JS.

Skills evaluated in this interview

Reactjs Developer Interview Questions

user image Anonymous

posted on 25 Jul 2021

I applied via LinkedIn and was interviewed in Jun 2021.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Only a single round which lasted for almost 30 min. It was relatively easy one with basic qns on javascript

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (16 Questions)

  • Q1. What is hosting and closer
  • Q2. What is difference between var let and const give me an explanation on what block scope
  • Q3. What is asynchronous and how it works
  • Q4. Tell me the output 1)a = 20; console.log(a); var a; 2)b=10; console.log(b); let b; 3)let a =5; if(a<5){ let b = " a lessthen 5"; }else{ let b = "b is grater the...read more
  • Q5. Give a div with text and display center of the page and apply animation using HTML and css
  • Q6. What are semantic tags and explain
  • Q7. How can we write responsive for web page
  • Q8. What is the difference between CSS and SASS? what is the use of Sass
  • Q9. Event propagation
  • Q10. How would you validate the form using HTML? How do you validate the phone number with the country code?
  • Q11. Which test library you use why it usecase
  • Q12. Tell me mounting and shallow concept in testing library
  • Q13. What is redux-toolkit and what difference b/w redux and redux-toolkit
  • Q14. How api call handle in redux and how can you get and display user name from redux
  • Q15. React hooks and how optimization
  • Q16. Why we need thank in redux

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Reactjs Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, Behavioral and Coding Test.
How to prepare for Infosys Reactjs 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 Infosys. The most common topics and skills that interviewers at Infosys expect are React Native, Redux, React.Js, Javascript and SDLC.
What are the top questions asked in Infosys Reactjs Developer interview?

Some of the top questions asked at the Infosys Reactjs Developer interview -

  1. What are higher-order functions in...read more
  2. presentation component vs functional component in React...read more
  3. What is hoisting in...read more

Tell us how to improve this page.

Interview Process at Infosys Reactjs Developer

based on 6 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 7 Infosys interviews
Company Website
Job Portal
43%
29%
28% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Reactjs Developer Salary
based on 138 salaries
₹2.5 L/yr - ₹9.3 L/yr
19% less than the average Reactjs Developer Salary in India
View more details

Infosys Reactjs Developer Reviews and Ratings

based on 9 reviews

3.0/5

Rating in categories

3.0

Skill development

3.8

Work-Life balance

2.1

Salary & Benefits

3.9

Job Security

2.9

Company culture

2.1

Promotions/Appraisal

2.9

Work Satisfaction

Explore 9 Reviews and Ratings
React JS Developer

Pune

5-8 Yrs

Not Disclosed

React JS Developer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

React JS Developer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
57.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.9k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
32.8k salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Technical Lead
31.4k salaries
unlock blur

₹5.3 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.3k salaries
unlock blur

₹6.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
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