Upload Button Icon Add office photos

Filter interviews by

MahiTech Interview Questions and Answers

Updated 22 Jul 2024
Popular Designations

7 Interview questions

A Product Engineer Intern was asked 11mo ago
Q. What are the differences between const and var?
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

View all Product Engineer Intern interview questions
A Product Engineer Intern was asked 11mo ago
Q. 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.

View all Product Engineer Intern interview questions
A new Product Development Engineer was asked
Q. What tools do you use most often?
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

View all new Product Development Engineer interview questions
A new Product Development Engineer was asked
Q. Which software are you comfortable using?
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

View all new Product Development Engineer interview questions
A new Product Development Engineer was asked
Q. Are you able to do 3D modeling 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

View all new Product Development Engineer interview questions
A Software Developer was asked
Q. 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 ...

View all Software Developer interview questions
A Software Developer was asked
Q. 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.

View all Software Developer interview questions
Are these interview questions helpful?

MahiTech Interview Experiences

4 interviews found

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

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

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

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about MahiTech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Approached by Company and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They will ask about your past experience and current project details in detail.
  • Ans. Just give the proper answer about your past experience very Convincingly and confidently.
  • Answered Anonymously
  • Q2. Few technical questions they will ask.
  • Ans. If you already prepared for your interview, then you can answer the basic technical questions and you will get selected.
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. As this was the client round. Deep technical questions about relevant experience.
  • Ans. Just answer to all the questions whatever they ask in very confident manner and should have manageable comm skill to clear the client round.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't wait for the perfect time. Perfect time is a Myth. Just go for it.

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in engineering
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Questions related to your subjects in Btech

Interview Questionnaire 

1 Question

  • Q1. What is i t

Interview Questionnaire 

1 Question

  • Q1. Related to my subjects

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 One-on-one Round, Technical and Coding Test.
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. What are the tool which you use m...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 75%
6-8 weeks 25%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

MahiTech Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

4.3

Skill development

5.0

Work-life balance

3.5

Salary

3.5

Job security

5.0

Company culture

3.5

Promotions

4.3

Work satisfaction

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

₹1 L/yr - ₹5.2 L/yr

React Native Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Senior Android Developer
3 salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

HR Executive Recruiter
3 salaries
unlock blur

₹1.3 L/yr - ₹2 L/yr

android Framework Developer
3 salaries
unlock blur

₹3.6 L/yr - ₹5.7 L/yr

Explore more salaries
Compare MahiTech with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview