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

Filter interviews by

Infosys React Developer Interview Questions, Process, and Tips

Updated 28 Oct 2024

Top Infosys React Developer Interview Questions and Answers

View all 9 questions

Infosys React Developer Interview Experiences

4 interviews found

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Useeffect?
  • Ans. 

    Useeffect is a hook in React that allows performing side effects in function components.

    • Useeffect is used to perform side effects in function components.

    • It runs after every render by default.

    • It can be used to fetch data, subscribe to events, or update the DOM.

    • It can also clean up effects by returning a function.

    • Dependencies can be specified to control when the effect runs.

  • Answered by AI
  • Q2. What is useState?
  • Ans. 

    useState is a hook in React that allows functional components to have state.

    • useState is a built-in hook in React.

    • It allows functional components to have stateful logic.

    • useState returns an array with two elements - the current state value and a function to update that value.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
  • Q3. What is sdlc lifecycle?
  • Ans. 

    SDLC lifecycle stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC lifecycle consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • Examples of SDLC mo...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the sematic tag in HTML?
  • Ans. 

    Semantic tags in HTML are special tags that provide meaning to the content they enclose.

    • Semantic tags help search engines and screen readers understand the structure of a webpage.

    • Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.

    • Using semantic tags improves SEO and accessibility of a website.

  • Answered by AI
  • Q2. How to do responsive design?
  • Ans. 

    Responsive design is creating web applications that adapt to different screen sizes and devices.

    • Use media queries in CSS to adjust styles based on screen size

    • Utilize flexible grids and layouts to ensure content adjusts accordingly

    • Test the design on various devices and screen sizes to ensure responsiveness

  • Answered by AI

Skills evaluated in this interview

React Developer Interview Questions Asked at Other Companies

asked in Cybage
Q1. Swap Two Numbers Problem Statement Given two integers a and b, yo ... read more
Q2. Covid Vaccination Distribution Problem As the Government ramps up ... read more
Q3. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Cybage
Q4. Sort Array Problem Statement Given an array consisting of 'N' pos ... read more
asked in ValueLabs
Q5. How do you connect a component to Redux store? Which function in ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React and javascript interview questions

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is Stateless and Stateful component?
  • Ans. 

    Stateless components are functional components that don't have state, while stateful components are class components that have state.

    • Stateless components are simpler and easier to test.

    • Stateful components can hold and modify state, and can trigger re-renders.

    • Stateless components can receive data through props.

    • Stateful components can have lifecycle methods.

    • Example of stateless component: const Button = ({ onClick }) => ...

  • Answered by AI
  • Q2. What are the lifecycle methods in React?
  • Ans. 

    Lifecycle methods are methods that get called at various stages of a component's life.

    • componentDidMount() - called after component is mounted

    • shouldComponentUpdate() - determines if component should update

    • componentDidUpdate() - called after component is updated

    • componentWillUnmount() - called before component is unmounted

  • Answered by AI
  • Q3. Difference between map and forEach method?
  • Ans. 

    map returns a new array with modified elements, forEach executes a function for each element in an array.

    • map returns a new array, forEach does not

    • map modifies the elements of the array, forEach does not

    • map returns the same number of elements as the original array, forEach does not necessarily

    • forEach is used for side effects, map is used for transformation

  • Answered by AI
  • Q4. What is Hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

    • Variables declared with var are hoisted to the top of their scope

    • Function declarations are also hoisted to the top of their scope

    • Function expressions are not hoisted

    • Hoisting can lead to unexpected behavior if not understood properly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy since it is for entry level position and if you know the basics then you are able to answer it correctly.

Skills evaluated in this interview

Infosys interview questions for designations

 React Native Developer

 (2)

 React Js Frontend Developer

 (19)

 Developer

 (22)

 Software Developer

 (259)

 Java Developer

 (143)

 Salesforce Developer

 (34)

 Web Developer

 (21)

 Angular Developer

 (13)

React Developer Jobs at Infosys

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Aptitude test duration 90 min 100 question

Round 3 - Coding Test 

Coding test 50 code 100 marks 60 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. code in c , c++ , java is very important

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. Questions related to project I have worked on during college days
  • Q3. Core Java concepts
  • Q4. Why do you use two mobile numbers
  • Ans. 

    To separate personal and professional calls, and to ensure availability and accessibility.

    • Separate personal and professional calls

    • Ensure availability and accessibility

    • Maintain work-life balance

    • Avoid mixing personal and work-related contacts

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 60

College Name: Watumull Institute Of Electronics Engineering And Computer Technology ( WIEECT )

Interview Preparation Tips

Round: Test
Experience: to.me totally there were three sections.verbal,apti and reasoning.each section carries 15,15 and 10 questions respectively.to me verabal and apti was little bit easy and it consumes more time to solve the apti questions.so i have been solved 8 apti questions and at last 1minute i.just qlicked the answers for remaining questions randomly becasue we didnt have negative mark and finally reasobing was much easier and solved every answers.
Tips: to get selected in the first round you should practice more online tests.then you can easily manage your time.and be cool. so dont worry every thing will become easier and do well.
all the best!!!

Round: HR Interview
Experience: when i faced my HR he asked me to tell three things about me, i.have told generosity,confidence and friendship.and he asked me to elobrate it and i have done well and he goes with the projects that i have done .afterwards he asked about my stream and why it.and i have answered that iam from electrical and electronics background but now a days IT has been entered into every sector and without IT there would be nothing in this world.thats why i choose IT.and asked about my extra curricular activities and iam a sports person too and finally few questions from C and C++.
Tips: Be confident in your speech and try to answer even if not knows the answer well,because they will see how we are trying to answer so dont hesitate to answer.and keep your mind free and every thing will be alright.be cool and all the best

General Tips: start to prpare atleast before one week from the interview.and be cool at any situations and to get speak english fluently practice with your friends and try to converse every thing in english even with customer care, it will be funny to and thats make you to survive your interviews easily...
Skills:
College Name: sri krishna college of engineering and technology
Motivation: in this company there will be friendly environment and there will be less working pressure and have some cultural clubs to have fun with it
Funny Moments: before one week to our placements our friends get started to chat in english and every where we conversed in english it was funny and later we realised how it helped us. so dont bother about others and what they think. just go on with your friends confidently in english...

Infosys Interview FAQs

How many rounds are there in Infosys React Developer interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are Technical and One-on-one Round.
How to prepare for Infosys React 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, Angularjs, HTML and Javascript.
What are the top questions asked in Infosys React Developer interview?

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

  1. What is Stateless and Stateful componen...read more
  2. What are the lifecycle methods in Reac...read more
  3. Difference between map and forEach metho...read more

Tell us how to improve this page.

Infosys React Developer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys React Developer Salary
based on 55 salaries
₹2.8 L/yr - ₹7.8 L/yr
23% less than the average React Developer Salary in India
View more details

Infosys React Developer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

2.9

Skill development

1.0

Work-life balance

1.0

Salary

1.1

Job security

4.8

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
React Developer (Q4-25) (PP)

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

React Developer - Bangalore

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

Not Disclosed

React Developer - Bangalore

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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