Upload Button Icon Add office photos
Engaged Employer

i

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

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tech Mahindra Reactjs Developer Interview Questions and Answers

Updated 16 Dec 2024

Tech Mahindra Reactjs Developer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. What do you mean by redux and how to use redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps. It helps manage the state of an application in a more organized way.

    • Redux is a state management tool commonly used with React to manage the state of an application.

    • It follows a unidirectional data flow, where the state is stored in a single store.

    • Actions are dispatched to update the state, and reducers specify how the state should change in response to actions...

  • Answered by AI
  • Q2. What is the use of Context Api in React
  • Ans. 

    Context API is used in React to pass data through the component tree without having to pass props down manually at every level.

    • Avoids prop drilling by providing a way to share values like themes, user data, etc. across the component tree.

    • Helps in managing global state in React applications.

    • Context API consists of Provider and Consumer components to provide and consume the context data.

    • Can be used for theming, localizat

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic of react.js and css

Reactjs Developer Interview Questions Asked at Other Companies

Q1. Implement counter such that it has 2 buttons to increment and dec ... read more
asked in Java R & D
Q2. What are Call, apply and bind methods, what is currying in JavaSc ... read more
asked in Accenture
Q3. How do you make a page responsive. Bootstrap layouts and alerts
Q4. what is ES6 feature small coding on how let,var,const works javas ... read more
asked in Metafic
Q5. Write code for functional component to call an API and show a lis ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2022. 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 - Technical 

(1 Question)

  • Q1. First Round is telephonic. Self -introduction, and basics of React js
Round 3 - Technical 

(1 Question)

  • Q1. Second round is video interview. life cycle of react js, dom manipulations, HOC, Redux, React memo, props drilling Javascript: array cloning, object cloning, Data types, Nan

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Let, const, var
  • Q2. Redux flow. Spread and Rest operator. before and after in css.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Realted to React js
  • Q2. Javascript basics
Round 2 - HR 

(1 Question)

  • Q1. About salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between states and props ?
  • Ans. 

    States are mutable data managed within a component, while props are immutable data passed from parent to child components.

    • States are managed within a component and can be changed using setState method

    • Props are passed from parent to child components and are immutable

    • States are used for internal component data management, while props are used for passing data between components

    • Example: A counter component may have a stat...

  • Answered by AI
  • Q2. How are data passed from children to parents in react component?
  • Ans. 

    Data can be passed from children to parents in React components by using callback functions.

    • Use callback functions to pass data from child components to parent components

    • Parent component passes a function as a prop to child component

    • Child component calls the function with the data as an argument to pass data to parent component

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Reactjs Developer interview:
  • React.Js
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Know basic concepts of React.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. CSS specificity questions
  • Q2. CSS selectors related questions
  • Q3. Javascript basic questions
  • Q4. React basic questions
  • Q5. Javascript eventloop related guess the output.
  • Q6. Write code in react of React.memo

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on css (specificity, selectors, inheritance, grid and flex layout, position properties) Javascript basics, event loop React basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is client side and server side rendering
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Alternative way for prop drilling
  • Ans. 

    Context API or Redux can be used as alternative ways for prop drilling in React.

    • Use Context API to pass data down the component tree without having to manually pass props at every level.

    • Implement Redux to manage global state and access data from any component without prop drilling.

    • Consider using React's useContext hook with Context API for a simpler way to consume context in functional components.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Asked four programs
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. All basic js concepts
  • Q2. Reactjs 16+ questions
  • Q3. Nodejs
  • Q4. Unit test

Interview Preparation Tips

Interview preparation tips for other job seekers - All about basic js concepts
Reactjs 16+ questions
Nodejs
Jest, enzyme

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Reactjs Developer interview?
Tech Mahindra interview process usually has 1-2 rounds. The most common rounds in the Tech Mahindra interview process are Technical, Resume Shortlist and HR.
How to prepare for Tech Mahindra 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 Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Javascript, React.Js, HTML, Redux and SQL.
What are the top questions asked in Tech Mahindra Reactjs Developer interview?

Some of the top questions asked at the Tech Mahindra Reactjs Developer interview -

  1. What do you mean by redux and how to use re...read more
  2. What is the use of Context Api in Re...read more
  3. Second round is video interview. life cycle of react js, dom manipulations, HO...read more

Tell us how to improve this page.

Tech Mahindra Reactjs Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Tech Mahindra Reactjs Developer Salary
based on 50 salaries
₹3.6 L/yr - ₹11 L/yr
11% more than the average Reactjs Developer Salary in India
View more details
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
21.6k salaries
unlock blur

₹5.5 L/yr - ₹23.4 L/yr

Technical Lead
11.9k salaries
unlock blur

₹9.6 L/yr - ₹32 L/yr

Associate Software Engineer
5.7k salaries
unlock blur

₹1.8 L/yr - ₹5.8 L/yr

Team Lead
5k salaries
unlock blur

₹5.3 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Wipro

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