Upload Button Icon Add office photos

Filter interviews by

MahiTech Interview Questions, Process, and Tips

Updated 22 Jul 2024

Top MahiTech Interview Questions and Answers

View all 7 questions

MahiTech Interview Experiences

Popular Designations

4 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript questions were asked and problems were given to solve

Round 2 - Technical 

(2 Questions)

  • Q1. List const and var difference
  • Ans. 

    const is used for variables that should not be reassigned, while var allows for reassignment

    • const is block-scoped, var is function-scoped

    • const cannot be reassigned, var can be reassigned

    • const must be initialized during declaration, var can be declared without initialization

  • Answered by AI
  • Q2. What are delegations in javascript?
  • Ans. 

    Delegations in JavaScript refer to the process of passing control (delegating) from one object to another.

    • Delegations allow objects to share behavior and avoid duplication.

    • In JavaScript, delegation is achieved through prototype chaining.

    • Delegations help in creating a hierarchy of objects where child objects inherit properties and methods from parent objects.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join this company?
  • Q2. Where do you see yourself in 5 years

Skills evaluated in this interview

Product Engineer Intern Interview Questions asked at other Companies

Q1. How you measure in micrometer?
View answer (1)

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Good prepare wisely for this but easy questions and tricky ones .

Round 2 - Coding Test 

Five to six questions on a particular language you mentioned and whether you know about deveops and ci/cd pipelines or not.

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare wisely and accept all terms of shortlisted.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
MahiTech Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. How good u are in python ? rate 1 to 10 2. SQL join quesstion
  • Ans. 

    I rate myself 8 in Python. For SQL join, I am proficient in various types like inner, outer, left, and right joins.

    • I rate myself 8 out of 10 in Python.

    • Proficient in SQL joins like inner, outer, left, and right joins.

    • Can provide examples of using SQL joins in complex queries.

  • Answered by AI
  • Q2. 1. Tell me about api and websockets
  • Ans. 

    APIs are used to define how software components should interact, while websockets allow for real-time communication between client and server.

    • APIs (Application Programming Interfaces) define how software components should interact with each other

    • Websockets allow for real-time, full-duplex communication between client and server

    • APIs are commonly used to access web services and databases

    • Websockets are often used in chat ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Stay claml and answer.
2. Interviewer is one step ahead you so dont lie anyways

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. All about software
  • Q2. In which software you are comfortable
  • Ans. 

    I am comfortable with CAD software like SolidWorks and AutoCAD, as well as simulation software like ANSYS.

    • CAD software like SolidWorks and AutoCAD

    • Simulation software like ANSYS

  • Answered by AI
  • Q3. Are you able to do 3D modelling and drafting
  • Ans. 

    Yes, I am proficient in 3D modelling and drafting using software like SolidWorks and AutoCAD.

    • Proficient in 3D modelling software like SolidWorks and AutoCAD

    • Experienced in creating detailed drafts and models for new product development

    • Ability to interpret technical drawings and specifications accurately

  • Answered by AI
  • Q4. What are the tool which you use most
  • Ans. 

    CAD software, simulation tools, project management software

    • CAD software like SolidWorks for designing

    • Simulation tools like ANSYS for testing designs

    • Project management software like Jira for tracking progress

  • Answered by AI
Round 2 - Assignment 

A software assignment to do

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction, expectations, skill, coustomer handling, about previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be honest with your answer

Skills evaluated in this interview

new Product Development Engineer Interview Questions asked at other Companies

Q1. list the surface finish symbols and its significance
View answer (1)

MahiTech interview questions for popular designations

 new Product Development Engineer

 (1)

 Software Developer

 (1)

 Product Engineer Intern

 (1)

 Software Developer Intern

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

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

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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 Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies
Contribute & help others!
anonymous
You can choose to be anonymous

MahiTech Interview FAQs

How many rounds are there in MahiTech interview?
MahiTech interview process usually has 2-3 rounds. The most common rounds in the MahiTech interview process are HR, One-on-one Round and Technical.
What are the top questions asked in MahiTech interview?

Some of the top questions asked at the MahiTech interview -

  1. 1. How good u are in python ? rate 1 to 10 2. SQL join quesst...read more
  2. Are you able to do 3D modelling and draft...read more
  3. In which software you are comforta...read more

Recently Viewed

JOBS

Boku

No Jobs

DESIGNATION

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

MahiTech Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

HCLTech

Workplace transformation starts with you

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

MahiTech Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.2

Skill development

4.7

Work-life balance

3.4

Salary

3.9

Job security

5.0

Company culture

3.4

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer Intern
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

React Native Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Android Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive Recruiter
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MahiTech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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