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 UI Developer Interview Questions and Answers for Experienced

Updated 21 Jun 2024

Tech Mahindra UI Developer Interview Experiences for Experienced

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2022

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 - HR 

(1 Question)

  • Q1. Indroduction
Round 3 - Aptitude Test 

Hii

Interview Preparation Tips

Interview preparation tips for other job seekers - hii Govind kumar
BCA:2021
From:Mahatma Gandhi Kashi Vidhyapith Varanasi

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. I joined cognizant as a fresher, so jat be confident about one programing language and try to solve basic fundamental programming and oops concept along with sql knowledge
  • Q2. I was asked for the Armstrong that l did and about hierarchy and structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that you are a learner and can be fit to any project.

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: All questions related to HTML, CSS, Bootstrap, Javascript, JQuery and Angular jS
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: They ask all Technical Questions which are based on our skills mentioned in CV.

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Components of extjs
  • Ans. 

    ExtJS is a JavaScript framework for building web applications with rich user interfaces.

    • ExtJS has a wide range of components including grids, forms, trees, charts, and more.

    • Components can be customized with themes and plugins.

    • Some popular ExtJS components include GridPanel, FormPanel, and TreePanel.

    • ExtJS also includes a powerful data package for managing data in components.

    • Components can be easily integrated with other

  • Answered by AI
  • Q2. How to fetch value using different methods
  • Ans. 

    Different methods to fetch values in UI development

    • Using document.getElementById() to fetch value by element ID

    • Using document.querySelector() to fetch value by CSS selector

    • Using event.target.value to fetch value from input fields

    • Using AJAX to fetch data from server

    • Using local storage to fetch stored values

  • Answered by AI
  • Q3. Grid events and structures of basis form
  • Ans. 

    Grid events and structures are essential for UI development.

    • Grid events are actions that occur when a user interacts with a grid, such as clicking a cell or scrolling.

    • Grid structures refer to the layout and organization of the grid, including columns, rows, and headers.

    • Examples of grid events include onCellClick, onRowSelect, and onScroll.

    • Examples of grid structures include columnDefs, rowData, and headerHeight.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions on routing concepts, advanced html,css and javascript

I applied via Walk-in and was interviewed in Mar 2022. There were 2 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 

(2 Questions)

  • Q1. For loop fine the array value
  • Ans. 

    Using a for loop to find a specific value in an array of strings.

    • Use a for loop to iterate through the array

    • Check each element to see if it matches the desired value

    • Return the index of the matching element or -1 if not found

  • Answered by AI
  • Q2. For loop fine the array valu
  • Ans. 

    To find array values using for loop

    • Declare a variable to store the sum of array values

    • Use a for loop to iterate through the array

    • Access each element using array[index] syntax

    • Add the element value to the sum variable

    • Return the sum variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips u try ,it and u try the best prize

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related JavaSript and react

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience and given 2 technical PMO and HR

Interview Questionnaire 

4 Questions

  • Q1. How to handle performance issues in angular
  • Ans. 

    Performance issues in Angular can be handled by optimizing code, reducing HTTP requests, and using lazy loading.

    • Optimize code by using trackBy in ngFor loops

    • Reduce HTTP requests by using caching and pagination

    • Use lazy loading to load only necessary components

    • Use AOT compilation to reduce load time

    • Avoid using ngIf with heavy computations

    • Use ChangeDetectionStrategy.OnPush to reduce change detection cycles

  • Answered by AI
  • Q2. How to create and use custom directive
  • Ans. 

    Custom directives in AngularJS allow you to create reusable components.

    • Create a new directive using the directive() method

    • Specify the directive's behavior using the link() method

    • Use the directive in HTML using its name as an attribute

    • Pass data to the directive using attributes

    • Example:

  • Answered by AI
  • Q3. How angular works , architecture
  • Ans. 

    Angular is a JavaScript framework for building web applications with a modular architecture.

    • Angular uses a component-based architecture to build reusable UI components

    • It uses a declarative approach to define UI elements and their behavior

    • Angular provides a powerful set of tools for data binding, dependency injection, and routing

    • It follows the MVC (Model-View-Controller) pattern to separate concerns and improve maintain...

  • Answered by AI
  • Q4. ES6 features

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain difference between inline and inline block
  • Ans. 

    Inline elements do not start on a new line and only take up as much width as necessary, while inline-block elements can have a width and height set.

    • Inline elements do not start on a new line and only take up as much width as necessary

    • Inline-block elements can have a width and height set

    • Inline elements ignore top and bottom margins and padding, while inline-block elements respect them

  • Answered by AI
  • Q2. Described semantic html
  • Ans. 

    Semantic HTML is a way of writing HTML that focuses on the meaning of the content rather than its appearance.

    • Semantic HTML uses tags that clearly define the purpose of the content, such as <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>.

    • It helps improve accessibility for users with disabilities by providing more context to screen readers and other assistive tec...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. About all lifecycle,hooks, virtual Dom questions on react js
  • Q2. Explain about Jwt and related token based questions.
  • Q3. Redux work flow kind of questions.
  • Q4. Java class , interface, abstraction kind of questions.
Round 2 - Coding Test 

JavaScript coding questions using map, filter, reduce.

React hooks coding example s.

Round 3 - One-on-one 

(3 Questions)

  • Q1. What were ur leaning in ur last project?
  • Q2. How was ur role and responsibilities. Questions about development process and testing methods.
  • Q3. Are u willing to learn new skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Tell answers honestly. Prepare well.

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra UI Developer interview for experienced candidates?
Tech Mahindra interview process for experienced candidates usually has 3 rounds. The most common rounds in the Tech Mahindra interview process for experienced candidates are Resume Shortlist, HR and Aptitude Test.
How to prepare for Tech Mahindra UI Developer interview for experienced candidates?
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, UI Development, CSS, HTML and Angular.
What are the top questions asked in Tech Mahindra UI Developer interview for experienced candidates?

Some of the top questions asked at the Tech Mahindra UI Developer interview for experienced candidates -

  1. How to render list in react? Also explain difference between state vs prop in r...read more
  2. Given UI task display like display boxes side by side in desktop screen and one...read more
  3. What are the webpage optimization techniques? How to check webpage optimization...read more

Tell us how to improve this page.

Tech Mahindra UI Developer Salary
based on 162 salaries
₹7 L/yr - ₹15.5 L/yr
64% more than the average UI Developer Salary in India
View more details

Tech Mahindra UI Developer Reviews and Ratings

based on 13 reviews

4.0/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.1

Salary

3.7

Job security

4.0

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
26.3k 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