Upload Button Icon Add office photos

Filter interviews by

Godrej Lawkim Motors Interview Questions and Answers

Updated 16 Nov 2021

Godrej Lawkim Motors Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. About Hira ,kaizen ,BBS
  • Q2. All plant manage safe and safety doing cappable
  • Q3. Man maerial machine doing plants safety

Interview Preparation Tips

Interview preparation tips for other job seekers - Every 6 month make Hira in our plant

Assistant Safety Officer Interview Questions asked at other Companies

Q1. What is safety
View answer (25)

Interview questions from similar companies

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 1 Jun 2022

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. How do you create a form in React JS and monitor the value changes?
  • Ans. 

    To create a form in React JS and monitor value changes, you can use state to store form data and handle onChange events.

    • Use state to store form data

    • Handle onChange events to update state with new values

    • Use controlled components to ensure form data is synced with state

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was specially to test real life problem solving skills.

  • Q1. How can you make a React application SEO friendly?
  • Ans. 

    To make a React application SEO friendly, use server-side rendering, optimize meta tags, create a sitemap, and use proper URL structure.

    • Utilize server-side rendering to ensure search engines can crawl and index your content

    • Optimize meta tags including title, description, and keywords for each page

    • Create a sitemap to help search engines navigate your site and discover all pages

    • Use proper URL structure with descriptive k

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Analyst in NoidaEligibility criteriaNo criteriaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - React, Node, JS, Typescript, Webpack, JavascriptTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice error handling in React
Tip 2 : NodeJS Event Loop
Tip 3 : Generic Types in Typescript

Application resume tips for other job seekers

Tip 1 : Mention your strong points and technical skills.
Tip 2 : Mention about at least two skills in which you’re master.

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Regarding your previous experience and resume
  • Q2. Which method will you use for requirement elicitation
  • Ans. 

    I will use a combination of methods including interviews, surveys, and observation to elicit requirements.

    • Conducting interviews with stakeholders to understand their needs and expectations

    • Distributing surveys to gather feedback from a larger group of people

    • Observing current processes and workflows to identify areas for improvement

    • Using focus groups to gather input from a diverse set of perspectives

    • Reviewing existing do...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer every question calmly and if you want any clarifications ask during the interview

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Round 1 is has numerical,verbal,logical and along with 2 coding questions. Numerical is the toughest one. Other than that all can be managed.

Round 2 - Technical 

(3 Questions)

  • Q1. Technical round is asked based on yoir resume. So prepare resume based on your skills. Basic questions are asked along with some basic coding.
  • Q2. What is primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures data integrity and helps in faster data retrieval.

    • It cannot have null values and must be unique for each record.

    • Examples of primary keys are social security number, email address, etc.

  • Answered by AI
  • Q3. What is mean by indexing?
  • Ans. 

    Indexing is the process of creating an index for faster data retrieval.

    • Indexing is used to improve the performance of database queries.

    • It involves creating a data structure that allows for faster searching and sorting of data.

    • Examples of indexing include creating an index on a primary key or a frequently searched column.

    • Indexing can also be used in search engines to quickly retrieve relevant results.

    • Different types of ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Hr round is easiest one. Just for your personality check.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sincerely. Definitely you will acquire the job. All the best.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Chocolate Distribution Problem

    Given an array or list of integers called 'CHOCOLATES', representing the number of chocolates in each packet, your task is to distribute these packets among 'M' students so ...

  • Ans. 

    Distribute chocolates among students to minimize the difference between the maximum and minimum chocolates.

    • Sort the array of chocolates packets.

    • Use sliding window technique to find the minimum difference between the maximum and minimum chocolates distributed to students.

    • Consider edge cases like when the number of students is equal to the number of packets.

  • Answered by AI
Round 2 - Telephonic Call 

Round duration - 20 minutes
Round difficulty - Easy

Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. A.P.J. Abdul Kalam Technical University, Lucknow. I applied for the job as Software Engineer in DelhiEligibility criteriaatleast 6 CGPATata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - OOPS in java, Joins in Database, Normalization, loops, Array, About Database, difference in C and C++ , difference in C++ and java, Views in Database, What is SchemaTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Choose your favourite language as primary language for interview.
Tip 2 : Give answers with full confident and try to give examples. And make any project.
Tip 3 : If you don't know any answer then say I don't know it. Don't give the wrong answers.

Application resume tips for other job seekers

Tip 1 : Have one or two projects at least in resume.
Tip 2 : Mention only those things which you know. Don't put false info in resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Feb 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

A flexible window of 6 hours was provided to attempt the 1 hour test

  • Q1. 

    Maximum Vehicle Registrations Problem

    Bob, the mayor of a state, seeks to determine the maximum number of vehicles that can be uniquely registered. Each vehicle's registration number is structured as foll...

  • Ans. 

    Calculate the maximum number of unique vehicle registrations based on given constraints.

    • Parse input for number of test cases, district count, letter ranges, and digit ranges.

    • Calculate the total number of unique registrations based on the given constraints.

    • Output the maximum number of unique vehicle registrations for each test case.

  • Answered by AI
  • Q2. 

    Palindromic Numbers Finder

    Given an integer 'N', your task is to identify all palindromic numbers from 1 to 'N'. These are numbers that read the same way forwards and backwards.

    Input:

    The first line pr...
  • Ans. 

    Implement a function to find all palindromic numbers from 1 to N.

    • Iterate from 1 to N and check if each number is a palindrome

    • Use string manipulation to check for palindromes

    • Consider edge cases like single-digit numbers and 11

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer was chill and quite polite.

  • Q1. Write a SQL query to output the data of students whose names start with the letter 'A'.
  • Ans. 

    SQL query to output data of students whose names start with 'A'.

    • Use SELECT statement to retrieve data from the table.

    • Use WHERE clause with LIKE operator to filter names starting with 'A'.

    • Example: SELECT * FROM students WHERE name LIKE 'A%';

  • Answered by AI
  • Q2. Can you define an Operating System and explain what a process table is?
  • Ans. 

    An operating system is a software that manages computer hardware and provides services for computer programs.

    • An operating system is the most important software that runs on a computer.

    • It manages the computer hardware and provides common services for computer programs.

    • Examples of operating systems include Windows, macOS, Linux, and Unix.

    • A process table is a data structure used by the operating system to manage informati...

  • Answered by AI
  • Q3. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Time complexity can be optimized to O(N) using a set to store duplicates.

    • Example: For input [0, 3, 1, 2, 3], output should be [3].

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Standard HR round with some behavioural questions

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPATCS Digital interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, DBMS, Operating SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be thoroughly prepared with DSA
Tip 2 : Focus on DBMS
Tip 3 : Be prepared with skills mentioned in resume

Application resume tips for other job seekers

Tip 1 : Mention some good projects 
Tip 2 : Don't put false statements on your resume

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Easy

It was an coding + mcq+ english round

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    The task is to find the second largest element in an array of integers.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Initialize the largest and second largest variables with the first two elements of the array.

    • Compare each element with the largest and second largest variables and update them accordingly.

    • Return the second largest element at the end.

    • Handle the case where no second la

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

it was technical round

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Given an array of size N containing numbers from 0 to (N-2), find and return the duplicate number.

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency of 2.

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

It was an hr round. this was just after the tech round.

Interview Preparation Tips

Eligibility criteriaNo backlog, 6 CGPATata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Common React questions.
  • Ans. Search for React interview questions and practice.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Search for interview questions on internet and practice those question. Try some simple coding question

I applied via Tcs website and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude related questions.. some questions on English as well

Round 2 - Coding Test 

Basic coding questions

Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make a good cv. Practice aptitude and basic coding questions. Be confident in Hr round. Cracking Tcs is not that hard

I applied via TCS and was interviewed in Nov 2021. 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 - Aptitude Test 

Amptitude test

Round 3 - Coding Test 

Coding round

Round 4 - Technical 

(2 Questions)

  • Q1. Technical round
  • Q2. Fixing lan, Troubleshooting system, Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay focused

Godrej Lawkim Motors Interview FAQs

What are the top questions asked in Godrej Lawkim Motors interview?

Some of the top questions asked at the Godrej Lawkim Motors interview -

  1. All plant manage safe and safety doing cappa...read more
  2. Man maerial machine doing plants saf...read more
  3. About Hira ,kaizen ,BB...read more

Tell us how to improve this page.

Godrej Lawkim Motors Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Siemens Interview Questions
4.1
 • 420 Interviews
Thermax Limited Interview Questions
4.1
 • 252 Interviews
ABB Interview Questions
4.1
 • 236 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
Bharat Bijlee Interview Questions
4.3
 • 16 Interviews
View all

Godrej Lawkim Motors Reviews and Ratings

based on 19 reviews

3.4/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.5

Salary

3.5

Job security

2.6

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 19 Reviews and Ratings
Assistant Manager
13 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Store Executive
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Supervisor
4 salaries
unlock blur

₹2.2 L/yr - ₹2.5 L/yr

Production Supervisor
4 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Maintenance Fitter
4 salaries
unlock blur

₹2.2 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Godrej Lawkim Motors with

Kirloskar Electric Company

3.4
Compare

Bharat Bijlee

4.3
Compare

Siemens

4.1
Compare

Crompton Greaves Consumer Electricals

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