Upload Button Icon Add office photos

Filter interviews by

Kirti Industries Quality Engineer Interview Questions and Answers

Updated 21 Apr 2023

Kirti Industries Quality Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How much percentage you secured
  • Q2. What is pcd ?
  • Ans. 

    PCD stands for Pitch Circle Diameter, which is the diameter of the circle that passes through the center of all the bolts in a bolt pattern.

    • PCD is commonly used in the automotive industry to describe the bolt pattern of wheels.

    • It is also used in engineering to describe the spacing of holes in a circular pattern.

    • PCD is measured in millimeters or inches depending on the system of measurement used.

    • For example, a 5x114.3 P...

  • Answered by AI
  • Q3. What is CAPA and what is the need?
  • Ans. 

    CAPA stands for Corrective and Preventive Action. It is a systematic approach to identify, investigate, and resolve quality issues.

    • CAPA is a process used to address quality issues and prevent their recurrence.

    • It involves identifying the root cause of the problem, implementing corrective actions, and monitoring their effectiveness.

    • CAPA is an essential part of quality management systems and is required by regulatory bodi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Kirti Industries Quality Engineer interview:
  • Basic
Interview preparation tips for other job seekers - confidently answer every question

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the average rating for a company like Cognizant from your side
  • Q2. What is the annual child birth ratio of an average Indian ?
  • Ans. 

    The annual child birth ratio of an average Indian is approximately 2.3 children per woman.

    • The total fertility rate in India is around 2.3 children per woman.

    • This rate varies across different states and regions in India.

    • Factors such as education, socio-economic status, and cultural norms influence the fertility rate.

    • For example, states like Bihar and Uttar Pradesh have higher fertility rates compared to Kerala and Tamil

  • Answered by AI
  • Q3. What are the ways through which a company can startup or switch on with their collaborating projects?
  • Q4. What are the general concepts which we can apply when there is a crisis happens to our company ?
  • Ans. 

    During a crisis, general concepts to apply include effective communication, quick decision-making, adaptability, and teamwork.

    • Effective communication is crucial to keep all stakeholders informed and aligned.

    • Quick decision-making is necessary to address the crisis promptly and minimize its impact.

    • Adaptability is key to adjusting strategies and plans as the situation evolves.

    • Teamwork is essential for pooling resources an

  • Answered by AI
  • Q5. When does an employer renew his/her contract after the notice period or before the notice period
  • Ans. 

    Employers typically renew contracts before the notice period.

    • Employers usually renew contracts before the notice period to ensure continuity in the work relationship.

    • Renewing the contract before the notice period allows both parties to plan ahead and make necessary arrangements.

    • In some cases, employers may choose to renew the contract during the notice period if negotiations are ongoing.

    • It is important for employers to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply through your hands .Drive for a better future
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the key concepts of manual testing?
  • Ans. 

    Key concepts of manual testing include test case creation, execution, defect reporting, and regression testing.

    • Test case creation involves designing test cases based on requirements and specifications.

    • Test case execution is the process of running the test cases and comparing actual results with expected results.

    • Defect reporting involves documenting and reporting any issues found during testing.

    • Regression testing is the...

  • Answered by AI
  • Q2. What are the key concepts related to automation?
  • Ans. 

    Key concepts related to automation include test automation, continuous integration, continuous deployment, and robotic process automation.

    • Test automation involves using software tools to control the execution of tests and compare actual outcomes with expected outcomes.

    • Continuous integration is the practice of frequently integrating code changes into a shared repository, which helps identify and fix integration issues e...

  • Answered by AI
  • Q3. Java and python questions with some logical coding questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is an API?
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • They allow developers to access the functionality of a software application or service without needing to understand its internal workings.

    • Examples of APIs include Googl...

  • Answered by AI
  • Q2. What is hashmap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • It allows for quick retrieval of values based on keys.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How many salary per month
  • Q2. What are you complete
  • Q3. 50000 par month
  • Q4. BCA leaves from the second year
  • Ans. 

    BCA leaves from the second year are a common occurrence in many universities.

    • BCA leaves from the second year may be due to personal reasons, academic struggles, or career opportunities.

    • Students may take a break from their studies to focus on internships, projects, or other interests.

    • It is important for universities to have policies in place to support students who need to take a leave of absence.

    • Communication between s...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was well organised

Round 2 - One-on-one 

(2 Questions)

  • Q1. Writing an SQL query
  • Q2. Explaining the prev responsibilities
  • Ans. 

    Previous responsibilities included ensuring product quality, conducting inspections, analyzing data, and implementing improvements.

    • Conducted quality inspections on products to ensure they met standards

    • Analyzed data to identify trends and areas for improvement

    • Implemented quality control measures to enhance product quality

    • Collaborated with cross-functional teams to address quality issues

    • Participated in root cause analysi...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Selenium question
  • Q2. Java coding find duplicate from array
  • Ans. 

    Java code to find duplicates in an array of strings

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • If adding an element returns false, it is a duplicate

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About experience and project and role
  • Q2. SQL quns basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between mw and ubr
  • Ans. 

    MW stands for molecular weight while UBR stands for ultimate bearing resistance.

    • MW is a measure of the average mass of molecules in a sample, while UBR is the maximum load a structure can withstand before failure.

    • MW is commonly used in chemistry to determine the size of molecules, while UBR is important in engineering for designing structures.

    • Examples: The MW of water is approximately 18 g/mol, while the UBR of a steel...

  • Answered by AI
  • Q2. Mw type antina gain , frequency

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the different ways to locate elements in web page
  • Ans. 

    Different ways to locate elements in a web page include using XPath, CSS selectors, ID, class name, tag name, and link text.

    • XPath: Allows you to navigate through the HTML structure of a web page.

    • CSS selectors: Can be used to target specific elements based on their attributes.

    • ID: Unique identifier for an element on a web page.

    • Class name: Used to group elements with similar styling.

    • Tag name: Targets elements based on the...

  • Answered by AI
  • Q2. How to work with list in Selenium
  • Ans. 

    Working with lists in Selenium involves locating elements, storing them in a list, and performing actions on them.

    • Locate elements using findElements() method

    • Store elements in a List

    • Iterate through the list to perform actions on each element

    • Example: List elements = driver.findElements(By.xpath("//ul/li"));

Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How do you disagree to agree
  • Q2. Share faced challenges in team
  • Ans. 

    I faced challenges in team communication and conflicting priorities.

    • Miscommunication leading to delays in project timelines

    • Conflicting priorities causing tension within the team

    • Difficulty in aligning team members' goals and objectives

  • Answered by AI

Skills evaluated in this interview

Kirti Industries Interview FAQs

How many rounds are there in Kirti Industries Quality Engineer interview?
Kirti Industries interview process usually has 2 rounds. The most common rounds in the Kirti Industries interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Kirti Industries Quality Engineer interview?

Some of the top questions asked at the Kirti Industries Quality Engineer interview -

  1. what is CAPA and what is the ne...read more
  2. what is pc...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Kirti Industries interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Junior Associate
3 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Production Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Kirti Industries with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
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