Upload Button Icon Add office photos

Filter interviews by

Imeg Engineering India Mechanical Engineer Interview Questions, Process, and Tips

Updated 29 Nov 2024

Imeg Engineering India Mechanical Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is basic refrigeration cycle?
  • Ans. 

    The basic refrigeration cycle is a thermodynamic cycle that involves the transfer of heat from a low temperature region to a high temperature region.

    • The refrigerant absorbs heat from the low temperature space (evaporation)

    • The refrigerant is compressed, raising its temperature and pressure

    • The refrigerant releases heat to the high temperature space (condensation)

    • The refrigerant expands, lowering its temperature and press

  • Answered by AI
  • Q2. What is humidty, wbt, dbt?
  • Ans. 

    Humidity, WBT, and DBT are important parameters in the field of HVAC and air conditioning.

    • Humidity refers to the amount of water vapor present in the air.

    • WBT (Wet Bulb Temperature) is the temperature read by a thermometer covered in a water-soaked cloth over which air is passed.

    • DBT (Dry Bulb Temperature) is the temperature of air measured by a regular thermometer.

    • These parameters are crucial in determining the comfort ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. WHat is heat load calculations and its components?
  • Ans. 

    Heat load calculations involve determining the amount of heat that needs to be added or removed from a space to maintain a desired temperature.

    • Components include heat gain from occupants, equipment, lighting, and infiltration, as well as heat loss through walls, windows, and roofs.

    • Calculations are typically done using formulas based on the specific heat capacities and thermal properties of materials.

    • Example: In HVAC de...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join IMEG?
  • Ans. 

    IMEG's reputation for innovative projects and collaborative work environment aligns with my career goals and values.

    • IMEG's focus on sustainable engineering solutions resonates with my passion for environmental conservation.

    • I am impressed by IMEG's diverse portfolio of projects, ranging from healthcare facilities to educational institutions.

    • IMEG's commitment to professional development and mentorship programs is somethi

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Imeg Engineering India Mechanical Engineer interview:
  • HVAC System
  • Refrigeration
  • Fluid Mechanics
  • Thermal Engineering
Interview preparation tips for other job seekers - DO not worry. just be prepared with basic knowledge.

Interview questions from similar companies

I was interviewed in Dec 2016.

Interview Questionnaire 

3 Questions

  • Q1. Reason for low scores.
  • Ans. 

    Low scores due to lack of time management and exam anxiety.

    • Struggled to allocate enough time for each question

    • Difficulty managing time during the exam

    • Anxiety affecting performance under pressure

  • Answered by AI
  • Q2. Questions regarding my final year project.
  • Q3. Thermodynamics.

Interview Preparation Tips

College Name: NIT Warangal

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

I applied via Recruitment Consulltant and was interviewed before Feb 2021. 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 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Sir I am interested sir please follow me.

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Company Website and was interviewed in Jul 2021. There were 6 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 
Round 3 - Coding Test 
Round 4 - Group Discussion 

Group disscassion for planing prodection according

Round 5 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 6 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowlage for prodection dapartment and Qualty dapartment

Senior Engineer Interview Questions & Answers

HCLTech user image raja reddy duggi reddy

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Engineering Technical
  • Q2. Mainly on Engineering Design

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Imeg Engineering India Interview FAQs

How many rounds are there in Imeg Engineering India Mechanical Engineer interview?
Imeg Engineering India interview process usually has 3 rounds. The most common rounds in the Imeg Engineering India interview process are Technical and HR.
How to prepare for Imeg Engineering India Mechanical Engineer 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 Imeg Engineering India. The most common topics and skills that interviewers at Imeg Engineering India expect are AutoCAD, B.Tech, Design, Drawing and Fire Protection.
What are the top questions asked in Imeg Engineering India Mechanical Engineer interview?

Some of the top questions asked at the Imeg Engineering India Mechanical Engineer interview -

  1. WHat is heat load calculations and its componen...read more
  2. What is basic refrigeration cyc...read more
  3. Why you want to join IM...read more

Tell us how to improve this page.

Imeg Engineering India Mechanical Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Revit Modeller
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Engineer Electrical
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Design Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Imeg Engineering India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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