Upload Button Icon Add office photos

Filter interviews by

CQRA QA/QC Civil Engineer Interview Questions and Answers for Experienced

Updated 2 Mar 2025

CQRA QA/QC Civil Engineer Interview Experiences for Experienced

2 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the code for mix design?
  • Ans. 

    The code for mix design is typically specified by the relevant standards such as ASTM or ACI.

    • The code for mix design can vary depending on the country and project specifications.

    • Common codes for mix design include ASTM C192, ASTM C94, and ACI 211.1.

    • The mix design code provides guidelines for selecting proportions of materials to achieve desired concrete properties.

  • Answered by AI
  • Q2. What is the water-cement ratio for M30 grade concrete?
  • Ans. 

    The water-cement ratio for M30 grade concrete is typically around 0.45.

    • The water-cement ratio for M30 grade concrete is usually in the range of 0.45 to 0.50.

    • Maintaining the correct water-cement ratio is crucial for the strength and durability of the concrete.

    • Excess water can lead to lower strength and durability, while too little water can make the concrete unworkable.

    • For example, for M30 grade concrete, a water-cement...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - CQRA IS THE BEST OF BEST COMPANY IN QUALITY

I applied via Naukri.com and was interviewed before Apr 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Methodologies,code books for relative works

Interview Preparation Tips

Interview preparation tips for other job seekers - Work methodologies, prepare code books for relative works,specifications of materials and testing of all materials as per is codes

QA/QC Civil Engineer Interview Questions Asked at Other Companies for undefined

Q1. How much cement content in your mix design and types of concretes ... read more
Q2. How to prepare method statments and how flexible are you in worki ... read more
asked in Anoc
Q3. How can perform the work perfectly under pressure by upper Manage ... read more
Q4. Tell about send replacement test of soil?
Q5. How to handle 15 jobs or inspection in same time ?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. About Quality
  • Q2. What is the QMS
  • Ans. 

    QMS stands for Quality Management System. It is a set of policies, processes, and procedures required for planning and execution of quality control.

    • QMS ensures that products or services meet customer requirements and comply with regulations

    • It includes quality planning, quality control, quality assurance, and quality improvement

    • ISO 9001 is a widely recognized QMS standard

    • QMS is important for industries such as healthcar

  • Answered by AI
  • Q3. How to reduce a rejections and reworks
  • Ans. 

    To reduce rejections and reworks, implement a robust quality control system and focus on continuous improvement.

    • Implement a quality control system to catch defects early

    • Train employees on proper procedures and techniques

    • Conduct regular audits to identify areas for improvement

    • Analyze root causes of rejections and reworks to prevent future occurrences

    • Collaborate with suppliers to improve incoming materials quality

    • Utilize...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About Quality control
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is meant by Polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

    • Example: Function overloading

  • Answered by AI
  • Q2. Write a program to find no of repeated characters in a string
  • Ans. 

    Program to find number of repeated characters in a string

    • Iterate through each character in the string

    • Use a hashmap to store the count of each character

    • Increment the count if character is already present in the hashmap

    • Return the count of characters with count greater than 1

  • Answered by AI
  • Q3. About config file
  • Q4. About scenario outline
  • Q5. Tell me about yourself
  • Ans. 

    I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control tests and inspections

    • Skilled in analyzing data and identifying areas for improvement

    • Proficient in implementing quality management systems

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Indeed and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • R...

  • Answered by AI
  • Q2. What is Ad hoc testing
  • Ans. 

    Ad hoc testing is informal testing without any specific test cases or plans.

    • Ad hoc testing is performed randomly without any predefined test cases.

    • It is usually done to explore the system and find defects that are not covered in regular testing.

    • Testers use their domain knowledge and experience to perform ad hoc testing.

    • It is not documented and can be difficult to reproduce.

    • Examples include randomly clicking on buttons,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on frameworks and oops
  • Q2. Java string concepts
Round 2 - HR 

(1 Question)

  • Q1. Situation based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is etl and why is it used
  • Ans. 

    ETL stands for Extract, Transform, Load. It is used to extract data from various sources, transform it into a consistent format, and load it into a data warehouse for analysis.

    • Extract: Data is extracted from different sources such as databases, files, or APIs.

    • Transform: The extracted data is cleaned, filtered, and transformed into a consistent format.

    • Load: The transformed data is loaded into a data warehouse for analys...

  • Answered by AI
  • Q2. What is scd types
  • Ans. 

    SCD types refer to slowly changing dimensions in data warehousing, used to track historical changes in data over time.

    • SCD Type 1: Overwrites old data with new data, losing historical information.

    • SCD Type 2: Keeps multiple versions of the same record, creating new records for each change.

    • SCD Type 3: Keeps some historical data in the same record, adding new columns for changes.

    • SCD Type 4: Uses separate tables to store hi...

  • Answered by AI
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. Expalin the process of design verfication
  • Ans. 

    Design verification is the process of evaluating whether a product meets its design specifications and requirements.

    • Design verification involves testing and analyzing the product to ensure it meets the intended design specifications.

    • It is important to establish a clear set of design specifications and requirements before beginning the verification process.

    • Verification can be done through various methods such as simulat...

  • Answered by AI
  • Q2. Give a scenario where you have updated the PFMEA/DFMEA
  • Ans. 

    Updated PFMEA/DFMEA when a new supplier was introduced

    • Identified potential failure modes and effects of the new supplier's components

    • Evaluated the severity, occurrence, and detection of each failure mode

    • Updated the PFMEA/DFMEA with the new information

    • Collaborated with the supplier to implement corrective actions

    • Continuously monitored and updated the PFMEA/DFMEA as necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the resume. Questions will be based on the keywords in your resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic selenium questions
  • Q2. Basic java program
Round 2 - HR 

(2 Questions)

  • Q1. Test ng nd litner based quedtions
  • Q2. Collection program
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic reasoning, english and code like basic programs

Round 2 - Coding Test 

Swap two numbers without using 3rd variable

Round 3 - HR 

(1 Question)

  • Q1. Basic question like project, relocation

CQRA Interview FAQs

How many rounds are there in CQRA QA/QC Civil Engineer interview for experienced candidates?
CQRA interview process for experienced candidates usually has 1 rounds. The most common rounds in the CQRA interview process for experienced candidates are Technical.
What are the top questions asked in CQRA QA/QC Civil Engineer interview for experienced candidates?

Some of the top questions asked at the CQRA QA/QC Civil Engineer interview for experienced candidates -

  1. What is the water-cement ratio for M30 grade concre...read more
  2. What is the code for mix desi...read more
  3. Methodologies,code books for relative wo...read more

Tell us how to improve this page.

CQRA QA/QC Civil Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all
CQRA QA/QC Civil Engineer Salary
based on 7 salaries
₹3.4 L/yr - ₹6 L/yr
12% less than the average QA/QC Civil Engineer Salary in India
View more details
Senior Engineer
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA QC Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CQRA with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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