Upload Button Icon Add office photos

MES

Compare button icon Compare button icon Compare

Filter interviews by

MES Interview Questions and Answers

Updated 7 Jul 2024

MES Interview Experiences

Popular Designations

2 interviews found

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

I applied via Job Portal and was interviewed in May 2023. 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 

(4 Questions)

  • Q1. Mainly regarding Quality
  • Q2. Grade of concrete
  • Ans. 

    The grade of concrete refers to its strength and durability.

    • The grade of concrete is determined by its compressive strength.

    • Common grades of concrete include M10, M20, M30, etc.

    • The higher the grade, the stronger the concrete.

    • Different grades of concrete are used for different construction purposes.

    • For example, higher grade concrete is used in high-rise buildings.

  • Answered by AI
  • Q3. Specification of Bolt
  • Ans. 

    A bolt is a threaded fastener used to join two or more objects together.

    • Bolts are typically made of metal and have a cylindrical shape.

    • They have a threaded portion that allows them to be screwed into a corresponding threaded hole.

    • Bolts are commonly used in construction to secure structural elements such as beams, columns, and connections.

    • Different types of bolts include hex bolts, carriage bolts, and anchor bolts.

    • Bolt ...

  • Answered by AI
  • Q4. MS & SS bolts fixing procedure
  • Ans. 

    The procedure for fixing MS & SS bolts involves several steps to ensure proper installation and structural integrity.

    • Start by selecting the appropriate bolt size and type based on the specific application and load requirements.

    • Prepare the holes by drilling or tapping them to the correct size and depth.

    • Clean the holes thoroughly to remove any debris or contaminants.

    • Insert the bolt into the hole and tighten it using the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Each interview ,i am facing the quality, planning related questions.

Construction Manager Civil Interview Questions asked at other Companies

Q1. How much cost it would be for 25 acre land boundary wall
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Private company name
  • Q2. Is there vacancies for electrican technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Ayush saxena from proper kanpur and I am pursuing last year of my bachelor's (b.sc PCM) or I Have also ITI trade electrican with one year apprenticeship from indian airforce as a aircraft assembly engineer in apprenticeship trade Power elect and I aslo holding uttarpradesh wireman permit licence with 2 year experience and 6 month exp UP skill development certificate and own shop experience handling Internet searching in jan sewa kendra ......

Electrical Technician Interview Questions asked at other Companies

Q1. Preventive Maintenance of All Kinds of H.V & LV Breakers, Motors, Voltage Up To 33 KV & 11 KV & 6.6.KV /2400 KW ,Transformer(15.75KV /230 KV ), Corrective Maintenance of HV/MV /LV Switches gears,VCB,ACB,MOCB,SF6 Breakers, Breake... read more
View answer (4)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 4 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. Written test on Technical
Round 3 - Technical 

(1 Question)

  • Q1. Interview on technical subjects chosen by interviewees
Round 4 - HR 

(1 Question)

  • Q1. They will ask about your background, your determination to work and your willingness to work for 3 years atleast.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy for the round

Round 2 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to choose mosfet
  • Ans. 

    Choose a MOSFET based on voltage, current, power dissipation, switching speed, and package type.

    • Consider voltage and current requirements

    • Look at power dissipation and thermal considerations

    • Evaluate switching speed needed for the application

    • Choose the appropriate package type for mounting and heat dissipation

    • Check for additional features like built-in protection circuits

    • Example: For high power applications, choose a MOS

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 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 - Aptitude Test 

It is like gate exam paper more of electronics questions than programming languages. Here the programming language is c and embedded

Round 3 - Technical 

(5 Questions)

  • Q1. Basic level questions on c but indepth discussion on the academic projects.
  • Q2. Explain Compilation stages
  • Ans. 

    Compilation stages involve preprocessing, compilation, assembly, linking, and loading.

    • Preprocessing: Includes expanding macros, handling conditional compilation, and file inclusion.

    • Compilation: Translates source code into assembly code or machine code.

    • Assembly: Converts assembly code into object code.

    • Linking: Combines multiple object files and libraries into a single executable.

    • Loading: Loads the executable into memory

  • Answered by AI
  • Q3. Logics on bit wise operators
  • Ans. 

    Bitwise operators are used to perform operations at the bit level on binary numbers.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all the bits

    • Left shift (<<) - shifts the bits to the left by a specified number of positions

    • Right shift (>>) - shifts the bits

  • Answered by AI
  • Q4. Understanding of pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to store memory addresses of variables.

    • They allow direct manipulation of memory locations.

    • Pointers can be used to pass variables by reference.

    • Example: int *ptr; ptr = # *ptr = 10; // num now equals 10

  • Answered by AI
  • Q5. Volatile and non volatile keywords

Interview Preparation Tips

Interview preparation tips for other job seekers - Have deep understanding of the project. Then have good understanding of basic level concepts in c, embedded c ,8051 controller along with protocols like UART,I2C,SPI.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on project architecture
  • Q2. Access specifiers

Interview Preparation Tips

Topics to prepare for Collins Aerospace Software Developer interview:
  • Oops concept
Interview preparation tips for other job seekers - Interview process is good and easy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differentiate between RISC and CISC
  • Ans. 

    RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.

    • RISC processors rely on optimizing compilers for performance, while CISC...

  • Answered by AI
  • Q2. Define and differentiate interpreter and compiler
  • Ans. 

    Interpreter translates code line by line while compiler translates entire code at once.

    • Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)

    • Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DO 178 B/C Process
  • Ans. 

    DO 178 B/C is a software development standard for airborne systems.

    • DO 178 B/C is a set of guidelines for developing software for airborne systems.

    • It ensures that software is reliable, safe, and meets regulatory requirements.

    • The process includes requirements analysis, design, coding, testing, and verification.

    • Compliance with DO 178 B/C is often required for certification of avionics software.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the purpose of joining this institute.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get refferal from any employee.

MES Interview FAQs

How many rounds are there in MES interview?
MES interview process usually has 1-2 rounds. The most common rounds in the MES interview process are Technical and Resume Shortlist.
How to prepare for MES 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 MES. The most common topics and skills that interviewers at MES expect are Ccu, Medical, Nursing, Patient Care and Surgical.
What are the top questions asked in MES interview?

Some of the top questions asked at the MES interview -

  1. MS & SS bolts fixing proced...read more
  2. Specification of B...read more
  3. Grade of concr...read more

Tell us how to improve this page.

MES Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 796 Interviews
Cyient Interview Questions
3.7
 • 288 Interviews
View all

MES Reviews and Ratings

based on 67 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

3.2

Job security

3.3

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 67 Reviews and Ratings
Assistant Professor
11 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Single Window Operator
7 salaries
unlock blur

₹0.1 L/yr - ₹1 L/yr

Junior Engineer
7 salaries
unlock blur

₹0.8 L/yr - ₹4.2 L/yr

Junior Engineer Civil
6 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

JE Civil
5 salaries
unlock blur

₹1 L/yr - ₹9.8 L/yr

Explore more salaries
Compare MES with

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare

Honeywell Technology Solutions

3.8
Compare

GE

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