Upload Button Icon Add office photos

Filter interviews by

Lalitha Constructions Senior Engineer Interview Questions and Answers

Updated 21 Oct 2024

Lalitha Constructions Senior Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Previous experience details
  • Q2. Adopted salary package
  • Q3. Managing quality
  • Q4. Man & material Maintenance

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical knowledge is an important

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current Roles and responsibility and how are you relevant to this post

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

Interview Questionnaire 

7 Questions

  • Q1. Describe yourself
  • Q2. What is difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance.

    • C++ has a standard template library (STL) while C does not.

    • C++ allows function overloading while C does not.

    • C++ has exception handling while C does not.

  • Answered by AI
  • Q3. What is oops?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions to manipulate that data.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have different subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.

    • Example: A method can have different implementations in different clas...

  • Answered by AI
  • Q5. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • It is a way of organizing complex systems

    • It allows users to interact with complex systems without needing to understand the underlying details

    • It helps to reduce complexity and increase efficiency

    • Examples include object-oriented programming and APIs

  • Answered by AI
  • Q6. String reverse c program
  • Ans. 

    A C program to reverse a given string.

    • Declare a character array to store the input string.

    • Use a loop to iterate through the string and swap the characters.

    • Print the reversed string.

  • Answered by AI
  • Q7. Swap number in macro
  • Ans. 

    Swapping two numbers using macro in C language

    • Use a temporary variable to store the value of one number

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

    • Define a macro for swapping the numbers

    • Example: #define SWAP(a,b) {int temp; temp=a; a=b; b=temp;}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and need to be prepared for c and c++

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are your current responsibilities ?
  • Ans. 

    As a Sr. Engineer, my current responsibilities include leading a team of engineers, designing and implementing new systems, and ensuring project deadlines are met.

    • Leading a team of engineers

    • Designing and implementing new systems

    • Ensuring project deadlines are met

  • Answered by AI
  • Q2. Knowledge about Catia, Vericut and Cnc Programming.
  • Q3. What are major improvements or challenges faced?
  • Ans. 

    Major improvements include implementing new technologies and streamlining processes. Challenges include adapting to changing industry standards and managing project timelines.

    • Implemented new technologies to improve efficiency and productivity

    • Streamlined processes to reduce waste and increase output

    • Adapted to changing industry standards to stay competitive

    • Managed project timelines effectively to meet deadlines

  • Answered by AI
  • Q4. Selection Cutting tools, parameters, G&M codes ?
  • Ans. 

    Selection of cutting tools, parameters, and G&M codes are crucial for efficient machining operations.

    • Select cutting tools based on material being machined, desired finish, and cutting speed.

    • Parameters such as feed rate, cutting depth, and spindle speed must be optimized for each tool and material.

    • G&M codes are used to control the CNC machine and specify tool movements, speeds, and other operations.

    • Examples: Carbide end...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for practical knowledge and problem solving.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to python
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to basic security
  • Q2. Questions related to architecture of the app

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of the language and the framework you are applying for.

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.
Round 1 - 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 2 - Technical 

(2 Questions)

  • Q1. They check your Basic knowledge
  • Q2. Knowledge related to the post you have applied for.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and also topics for the JD.
You should have the idea about company.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. All common RF & Planning related questions.
Round 3 - Technical 

(1 Question)

  • Q1. Past Project related QNAs
Round 4 - HR 

(1 Question)

  • Q1. General questions

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

I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain about past projects.
  • Q2. Technology on which you worked.
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, and Docker.

    • Developed RESTful APIs using Java and Spring framework

    • Implemented machine learning models using Python and scikit-learn library

    • Deployed applications on AWS using EC2, S3, and RDS

    • Containerized applications using Docker for easy deployment and scaling

  • Answered by AI
  • Q3. C language basic but important concepts related to Data type, pointer, etc.
  • Q4. Python knowledge check.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too much hard. Most of the questions was related to past project.

Skills evaluated in this interview

Lalitha Constructions Interview FAQs

How many rounds are there in Lalitha Constructions Senior Engineer interview?
Lalitha Constructions interview process usually has 1 rounds. The most common rounds in the Lalitha Constructions interview process are One-on-one Round.
What are the top questions asked in Lalitha Constructions Senior Engineer interview?

Some of the top questions asked at the Lalitha Constructions Senior Engineer interview -

  1. Man & material Maintena...read more
  2. Managing qual...read more

Tell us how to improve this page.

Lalitha Constructions Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Compare Lalitha Constructions with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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