Upload Button Icon Add office photos

Filter interviews by

LCC Projects QC Engineer Interview Questions and Answers

Updated 23 Jul 2024

LCC Projects QC Engineer Interview Experiences

1 interview found

QC Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Compaction test process Sand replace methard
  • Q2. What is no. Of test for soil Matairial sample
  • Ans. 

    The number of tests for soil material samples varies depending on the specific requirements and standards.

    • The number of tests for soil material samples can range from a few basic tests to more comprehensive testing depending on the project requirements.

    • Common tests for soil material samples include moisture content, particle size distribution, compaction, and strength tests.

    • The number of tests may also depend on the ty...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - What is good knowdhge of all the lab testing and reporting

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Aptitude Test 

General aptitude and domain-specific questions.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Self introduction
  • Q2. What are the steps in pcb design process.
  • Q3. What is demux and mux?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Face to face technical
  • Q2. Knowledge of All types pressure vessel and Heat exchanger
  • Q3. Drawing understanding
  • Q4. Problem solving
  • Q5. Manpower handling
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is fixture and jigs
  • Ans. 

    Fixtures and jigs are tools used in manufacturing to hold and guide workpieces during machining or assembly processes.

    • Fixtures are devices used to securely hold workpieces in place during machining operations

    • Jigs are tools that guide cutting tools or other machinery during operations

    • Fixtures and jigs help ensure accuracy, repeatability, and efficiency in manufacturing processes

    • Examples include drill jigs for guiding dr...

  • Answered by AI
  • Q2. What is preventive maintenance
  • Ans. 

    Preventive maintenance is the practice of regularly inspecting, cleaning, and servicing equipment to prevent breakdowns and prolong its lifespan.

    • Regularly scheduled inspections and maintenance tasks are performed to identify and address potential issues before they become major problems.

    • Examples include changing air filters in HVAC systems, lubricating moving parts in machinery, and checking for leaks in plumbing syste...

  • Answered by AI
Round 2 - Design Test 

(2 Questions)

  • Q1. What is computer aided design
  • Ans. 

    Computer aided design (CAD) is the use of computer software to create, modify, analyze, and optimize designs for various industries.

    • CAD allows engineers and designers to create 2D or 3D models of products or structures.

    • It helps in visualizing and simulating designs before they are physically built.

    • CAD software can be used in industries such as automotive, aerospace, architecture, and manufacturing.

    • Examples of CAD softw

  • Answered by AI
  • Q2. What is computer aided manufacturing
  • Ans. 

    Computer aided manufacturing (CAM) is the use of software to control machine tools and related machinery in the manufacturing of workpieces.

    • CAM software generates toolpaths and instructions for machines to follow during the manufacturing process.

    • CAM systems can be used for various processes such as milling, turning, and laser cutting.

    • CAM helps in automating and optimizing the manufacturing process, leading to increased...

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Around 10-20 question on reasoning, logical and few mathematics

Round 2 - Technical 

(2 Questions)

  • Q1. What is data redundency
  • Ans. 

    Data redundancy refers to the unnecessary duplication of data in a database or system.

    • Data redundancy increases storage space and can lead to inconsistencies in data.

    • It can occur when the same data is stored in multiple locations.

    • Examples include storing a customer's address in both a customer table and an order table.

  • Answered by AI
  • Q2. What is difference between delete, trucate and drop
  • Ans. 

    Delete removes specific rows from a table, truncate removes all rows from a table, and drop removes the entire table.

    • Delete is a DML command that removes specific rows from a table based on a condition.

    • Truncate is a DDL command that removes all rows from a table but keeps the table structure.

    • Drop is a DDL command that removes the entire table along with its structure.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well, learn all the topics throughtly and clearly

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Central Institute of Plastics Engineering and Technology, Haldia and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Logical reasoning, quant, verbal

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. About experience
  • Ans. Tell the what you have leaned in previous company
  • Answered Anonymously
  • Q2. Controller and Electronics questions
Round 3 - HR 

(1 Question)

  • Q1. Family background and working experience
Round 4 - Behavioral 

(1 Question)

  • Q1. Salary ex kkkk
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Not good for future.

Round 2 - HR 

(2 Questions)

  • Q1. About previous company
  • Q2. Experience discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude test questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. What is collection framework?
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects in Java.

    • It provides interfaces (like List, Set, Map) and classes (like ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

    • It allows developers to work with collections of objects in a uniform way, regardless of the specific implementation.

    • Collections framework provides algorithms to manipulate col...

  • Answered by AI
  • Q2. What is SpringBoot
  • Ans. 

    SpringBoot is a Java-based framework used to create stand-alone, production-grade Spring-based Applications.

    • SpringBoot simplifies the process of creating and deploying Spring applications by providing a set of default configurations.

    • It eliminates the need for XML configurations and allows developers to focus on writing business logic.

    • SpringBoot includes embedded servers like Tomcat, Jetty, or Undertow for deploying app...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What was your role in project

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Where are the job location
  • Q2. What is the Annual package
  • Ans. 

    The annual package for Junior Engineers typically ranges from $50,000 to $70,000 depending on the company and location.

    • Annual package for Junior Engineers varies based on company and location

    • Typically ranges from $50,000 to $70,000

    • May include benefits such as health insurance, paid time off, and retirement plans

  • Answered by AI
Round 2 - Group Discussion 

Work related questions

Round 3 - Assignment 

Documents verification

LCC Projects Interview FAQs

How many rounds are there in LCC Projects QC Engineer interview?
LCC Projects interview process usually has 1 rounds. The most common rounds in the LCC Projects interview process are Technical.
What are the top questions asked in LCC Projects QC Engineer interview?

Some of the top questions asked at the LCC Projects QC Engineer interview -

  1. What is no. Of test for soil Matairial sam...read more
  2. Compaction test process Sand replace meth...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 696 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Tata Projects Interview Questions
4.3
 • 400 Interviews
Quess Interview Questions
3.9
 • 384 Interviews
TCS iON Interview Questions
3.9
 • 360 Interviews
Planet Spark Interview Questions
3.7
 • 356 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 326 Interviews
View all
LCC Projects QC Engineer Salary
based on 5 salaries
₹3 L/yr - ₹5 L/yr
At par with the average QC Engineer Salary in India
View more details

LCC Projects QC Engineer Reviews and Ratings

based on 3 reviews

3.6/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

4.5

Salary & Benefits

3.0

Job Security

3.0

Company culture

4.5

Promotions/Appraisal

3.0

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Engineer
38 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Site Engineer
27 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Civil Site Engineer
23 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Civil Engineer
14 salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Billing Engineer
14 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Explore more salaries
Compare LCC Projects with

Tata Projects

4.3
Compare

Larsen & Toubro Limited

4.0
Compare

Hindustan Construction Company

4.2
Compare

Shapoorji Pallonji Group

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview