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

Clear (1)

Tech Mahindra React Js Frontend Developer Interview Questions and Answers

Updated 21 Jan 2025

Tech Mahindra React Js Frontend Developer Interview Experiences

4 interviews found

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Virtual DOM, Key Features of React, Hooks in React, create a todo app in react
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, React key features include component-based architecture, declarative syntax, and virtual DOM, React Hooks are functions that let you use state and other React features without writing a class.

    • Virtual DOM is a lightweight copy of the actual DOM that React uses to improve performance by updating only the necessary parts of the DOM.

    • Key features of React include componen...

  • Answered by AI
  • Q2. Javascript Questions- Closures,promises,Async/await,setTimeOut, write acode to reverse a string
Round 2 - HR 

(2 Questions)

  • Q1. Self Introduction, some situation based questions
  • Q2. Basic HR regular questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the maximum number of stores that can be created in Redux?
  • Ans. 

    There is no hard limit on the number of stores that can be created in Redux.

    • Redux does not have a built-in limit on the number of stores that can be created.

    • Each store in Redux is independent and can manage its own state.

    • It is recommended to use a single store for most applications, but multiple stores can be used for complex scenarios.

    • Creating multiple stores can lead to increased complexity and potential performance

  • Answered by AI
  • Q2. Is it possible to create an object of an abstract class?
  • Ans. 

    No, it is not possible to create an object of an abstract class.

    • Abstract classes cannot be instantiated directly.

    • You can only create objects of concrete classes that inherit from the abstract class.

    • Abstract classes can have abstract methods that must be implemented by concrete subclasses.

  • Answered by AI

React Js Frontend Developer Interview Questions Asked at Other Companies

asked in Simform
Q1. 1. What is difference between abstract class and interface ?
asked in Simform
Q2. 3. What is Difference between primary key and unique key ?
asked in Simform
Q3. 2. What is Arrow Function in Javascripts?
asked in Simform
Q4. 5. Why we require interface and what is interface in java ?
asked in Simform
Q5. 4. how you join three different tables in SQL ?
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 Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy interview about react js and redux . asked write code to fetch api and do some routing

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Pretty easy when strong in logical

Round 2 - Coding Test 

General coding questions

Round 3 - HR 

(1 Question)

  • Q1. Communication checking

Interview Preparation Tips

Topics to prepare for Tech Mahindra React Js Frontend Developer interview:
  • HTML
  • CSS
  • React.Js
  • Redux
  • Javascript

Tech Mahindra interview questions for designations

 React Developer

 (1)

 Frontend Developer Intern

 (3)

 Developer

 (5)

 Software Developer

 (98)

 Java Developer

 (21)

 Web Developer

 (8)

 Salesforce Developer

 (4)

 AEM Developer

 (4)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects
Contribute & help others!
anonymous
You can choose to be anonymous

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra React Js Frontend Developer interview?
Tech Mahindra interview process usually has 1-2 rounds. The most common rounds in the Tech Mahindra interview process are Coding Test, HR and Technical.
How to prepare for Tech Mahindra React Js Frontend 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, CSS, HTML and Redux.
What are the top questions asked in Tech Mahindra React Js Frontend Developer interview?

Some of the top questions asked at the Tech Mahindra React Js Frontend Developer interview -

  1. What is the maximum number of stores that can be created in Red...read more
  2. Is it possible to create an object of an abstract cla...read more
  3. Explain Virtual DOM, Key Features of React, Hooks in React, create a todo app i...read more

Recently Viewed

INTERVIEWS

Tech Mahindra

No Interviews

REVIEWS

HSBC Electronic Data Processing

No Reviews

REVIEWS

HSBC Electronic Data Processing

No Reviews

INTERVIEWS

Cognizant

5.6k top interview questions

INTERVIEWS

Cognizant

10 top interview questions

INTERVIEWS

Cognizant

100 top interview questions

INTERVIEWS

Cognizant

10 top interview questions

INTERVIEWS

Cognizant

10 top interview questions

INTERVIEWS

Tech Mahindra

No Interviews

DESIGNATION

Tell us how to improve this page.

Tech Mahindra React Js Frontend Developer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Tech Mahindra React Js Frontend Developer Salary
based on 12 salaries
₹3.3 L/yr - ₹13.4 L/yr
16% more than the average React Js Frontend Developer Salary in India
View more details

Tech Mahindra React Js Frontend Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.4

Skill development

4.7

Work-life balance

3.4

Salary

4.0

Job security

4.7

Company culture

3.7

Promotions

4.7

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
26.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
11.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5k salaries
unlock blur

₹0 L/yr - ₹0 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