Upload Button Icon Add office photos

Lakshmi Machine Works

Compare button icon Compare button icon Compare

Filter interviews by

Lakshmi Machine Works Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 25 Feb 2024

Lakshmi Machine Works Graduate Engineer Trainee (Get) Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Had 90 mcq quesrions to completely. It covered both technical and non technical

Round 2 - Group Discussion 

A problem statement was given . Also we had a time limit of 5 minutes to prepare and discuss.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with your basics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2022. There were 5 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 

There were logical reasoning and general aptitude

Round 3 - Aptitude Test 

Fun and interactive. It mostly tests your logical thinking

Round 4 - Group Discussion 

40 mins to 1 hour of Group discussion, know what you speak

Round 5 - One-on-one 

(2 Questions)

  • Q1. Keep a strong resume most of the questions asked will be from the resume
  • Q2. Also have a good grip on your self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in logical thinking. And keep you resume only with what you clearly know

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. What are the different types of concrete?

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

(1 Question)

  • Q1. Related to subjects like thermo fuid cpc c java python sql django ai ml in core rest is alll about your luck

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to speak in english all of the things go smooth if you want

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: It took me a lot of time for me to make my first resume. Although i have made a lot of changes in it and it is totally different from my first one. I keep on updating my resume and still i think its not what i want.
Tips: Make your first resume by yourself without taking any help from others, review it and look for adds or subtracts.
Then look for some professional resume online and take help from your elders who are already having a job.

Round: Test
Experience: It's always mine bitter one, as i am not so good in technical, only i used to deal with is quantitative portion.
Tips: You should be well prepared. [not like me :)]

Round: Group Discussion
Experience: I really don't care about the topic, as i always don't know any shit about the topic, but don't know how i have always cleared GD round.
Tips: One thing if don't know anything about the topic so don't start, give chance to someone else and after having some idea about the topic be speaker. Always look into the eyes of the other candidates while addressing your points. Just be calm n cool.

College Name: NIT Agartala

Interview Preparation Tips

Round: Group Discussion
Experience: HR'S MAINLY FOCUSES ON YOUR SPEAKING SKILLS AND YOUR ABILITY TO KEEP THE GROUP GOING IN RIGHT DIRECTION.ITS IMPORTANT TO KEEP YOUR POINTS CLEAR AND PRECISE.THERE IS NO NEED TO GET HYPER IF NO ONE IS AGREEING WITH YOU .STAY CALM !! TRY TO ASK THE PASSIVE MEMBERS OF THE GROUP TO SPEAK IN BETWEEN THIS WILL REFLECT THAT YOU HAVE LEADER LIKE QUALITIES .I WAS IN SUPPORT OF THE TOPIC AND I STARTED MY DISCUSSION FROM THE INDIGENOUS PRACTICES LIKE AYURVEDA,YOGA ,ZERO .THEN I FOCUSED ON THE NEWER INVENTIONS LIKE NANO, MARS ORBITER MISSION ETC
Tips: USE VERY SIMPLE LANGUAGE TO EXPRESS YOUR VIEWS

TRY TO START THE DISCUSSION

TRY TO ASK THE PASSIVE MEMBERS TO SPEAK DURING THE MIDDLE OF THE DISCUSSION

BE YOURSELF

DON'T EXAGGERATE YOUR VIEWS

NEVER LET THE GROUP DEVIATE FROM THE TOPIC

College Name: NIT AGARTALA

I appeared for an interview in Oct 2016.

Interview Preparation Tips

College Name: NIT Kurukshetra

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

Interview Questionnaire 

1 Question

  • Q1. Technical round
  • Ans. Be honest and try to answer as you can if not knowing then just tell the truth.
  • Answered by umesh karpae

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s good company focus on your basic skills and your previous work experience

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. They asked me lot of technical questions on java technology and sql
  • Q2. What is oops concepts of java and its type
  • Ans. 

    Java OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on the context.

    • Encapsulation hides the implementation details of a class and only exposes necessary information.

    • Abstraction focuses on the essential features of an object and...

  • Answered by AI
  • Q3. What is sql aggregation function
  • Ans. 

    SQL aggregation functions perform calculations on multiple rows of a single column of a table.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the SELECT statement to retrieve data from a table.

    • Examples: SELECT COUNT(*) FROM customers; SELECT AVG(price) FROM products;

    • Aggregate functions can also be used with the GROUP BY clause to group data by one or more columns.

  • Answered by AI
  • Q4. What is join and it's types
  • Ans. 

    Join is a SQL operation that combines rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query.

    • Types of join include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns al...

  • Answered by AI
  • Q5. How to write join queries
  • Ans. 

    Join queries are used to combine data from two or more tables based on a related column.

    • Use the JOIN keyword followed by the name of the table you want to join.

    • Specify the columns you want to select from each table.

    • Use the ON keyword to specify the column(s) that the tables should be joined on.

    • There are different types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.

    • Example: SELECT customers.name, orde...

  • Answered by AI
  • Q6. What is sql and how to use
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common commands include SELECT, INSERT, UPDATE, and DELETE

    • Example: SELECT * FROM customers WHERE age > 18;

  • Answered by AI
  • Q7. What is constructor and how to use and explain it
  • Ans. 

    A constructor is a special method used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can take parameters to set initial values.

    • They can be overloaded to provide multiple ways of initializing objects.

  • Answered by AI
  • Q8. What is class and object and different between method overriding and method overloading
  • Ans. 

    Class and object are fundamental concepts in object-oriented programming. Method overloading and method overriding are two ways to achieve polymorphism.

    • A class is a blueprint or template for creating objects that encapsulate data and behavior.

    • An object is an instance of a class that has its own state and behavior.

    • Method overloading is when multiple methods in a class have the same name but different parameters.

    • Method o...

  • Answered by AI
  • Q9. What is exception handling and how to use
  • Ans. 

    Exception handling is the process of handling errors and unexpected events in a program.

    • It involves identifying and anticipating potential errors

    • It provides a mechanism to handle these errors gracefully

    • It helps prevent program crashes and improves user experience

    • Examples include try-catch blocks, throw statements, and finally blocks

  • Answered by AI
  • Q10. What is multithreading and its method like wait method
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently. Wait method is used to pause a thread.

    • Multithreading allows for better utilization of CPU resources

    • Wait method is used to pause a thread until a certain condition is met

    • Other methods like notify and notifyAll can be used to wake up waiting threads

    • Multithreading can improve performance in applications that require parallel processing

    • Java pr...

  • Answered by AI
  • Q11. What is JSP and servlet and explain it
  • Ans. 

    JSP and Servlet are Java technologies used for creating dynamic web pages and handling HTTP requests and responses.

    • JSP stands for JavaServer Pages and is used for creating dynamic web pages that can interact with server-side data and logic.

    • Servlet is a Java program that runs on a web server and handles HTTP requests and responses.

    • JSP and Servlet work together to create dynamic web applications that can generate HTML, p...

  • Answered by AI
  • Q12. What is sql sub query and explain it
  • Ans. 

    SQL subquery is a query within another query used to retrieve data from one or more tables.

    • Subqueries are enclosed in parentheses and placed within the WHERE or HAVING clause of the outer query.

    • They can be used to filter, sort, or aggregate data based on the results of the subquery.

    • Subqueries can also be used in the SELECT statement to retrieve a single value or set of values.

    • Example: SELECT * FROM employees WHERE depa...

  • Answered by AI
  • Q13. What is complex query and how to write
  • Ans. 

    A complex query is a query that involves multiple tables, conditions, and/or functions.

    • Start by identifying the tables involved in the query

    • Determine the conditions that need to be met using WHERE clause

    • Use JOIN to combine tables if necessary

    • Use aggregate functions like COUNT, SUM, AVG, etc. to perform calculations

    • Use subqueries to break down complex queries into smaller parts

    • Test the query and refine as necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please you should learn first after that you should give interviews

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic HR questions and Technical questions related to your field only. Whatever you have done will be discussed and questions will be asked from them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And Whatever You have mentioned in resume should be prepared thoroughly.
Round 1 - Aptitude Test 

Quantitative aptitude , Logical reasoning

Round 2 - Group Discussion 

Non elimination round, 7 persons were there

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Heat exchanger, Strength of material, Fluid Mechanics, Pumps
Round 4 - HR 

(2 Questions)

  • Q1. Introduction , Strength
  • Q2. Do you have a experience in Public Speaking, Questions on extra curricular

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Interview. Prepare basic subjects like Strength of Material , Fluid mechanics ,Thermodynamics

Lakshmi Machine Works Interview FAQs

How many rounds are there in Lakshmi Machine Works Graduate Engineer Trainee (Get) interview?
Lakshmi Machine Works interview process usually has 3 rounds. The most common rounds in the Lakshmi Machine Works interview process are Aptitude Test, Resume Shortlist and Group Discussion.
What are the top questions asked in Lakshmi Machine Works Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Lakshmi Machine Works Graduate Engineer Trainee (Get) interview -

  1. Related to subjects like thermo fuid cpc c java python sql django ai ml in c...read more
  2. Keep a strong resume most of the questions asked will be from the res...read more

Tell us how to improve this page.

Lakshmi Machine Works Graduate Engineer Trainee (Get) Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Lakshmi Machine Works Graduate Engineer Trainee (Get) Salary
based on 24 salaries
₹1.5 L/yr - ₹5 L/yr
At par with the average Graduate Engineer Trainee (Get) Salary in India
View more details

Lakshmi Machine Works Graduate Engineer Trainee (Get) Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.3

Skill development

3.5

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.4

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Engineer
253 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Engineer
241 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Assistant Manager
182 salaries
unlock blur

₹7 L/yr - ₹14.7 L/yr

Technician
128 salaries
unlock blur

₹2 L/yr - ₹5.7 L/yr

Design Engineer
103 salaries
unlock blur

₹1.8 L/yr - ₹6.9 L/yr

Explore more salaries
Compare Lakshmi Machine Works with

Thermax Limited

4.1
Compare

Cummins

4.3
Compare

ABB

4.1
Compare

Isgec Heavy Engineering

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