Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jaivel Aerospace Team. If you also belong to the team, you can get access from here

Jaivel Aerospace Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jaivel Aerospace QA QC Engineer Interview Questions and Answers

Updated 18 May 2024

Jaivel Aerospace QA QC Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Supplier inspection

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't have HR . Before going interview just see reviews about company. Cleared two rounds but after seeing reviews. I am not interested to attend interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

General intelligence

Round 2 - Technical 

(1 Question)

  • Q1. Fav subject and project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest while answering and dont panic

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mathematics, English, Reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. They asked Technical questions
  • Q2. What is antenna What is satcom
  • Ans. 

    An antenna is a device that converts electrical signals into electromagnetic waves and vice versa. Satcom is short for satellite communication.

    • Antennas are used for transmitting and receiving signals in various applications such as radio, television, and wireless communication.

    • Satcom refers to the use of satellites for communication purposes, including television broadcasting, internet access, and military communicatio...

  • Answered by AI
Round 3 - Group Discussion 

Clean India
Corruption

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in yourself

I applied via PLACEMENT

Interview Preparation Tips

Round: Technical Interview
Experience: Good detailed interview in terms of technical knowledge
Tips: Should be thorough with the projects you have done during the course

General Tips: be confident of what you put in your resume
Technical knowledge regarding projects undertaken during engineering should be sound
Be confident
Skills: Communication, Thinking capability, knowledge applying capability
College Name: V.E.S Institute Of Technology
Motivation: Opportunity to work in a renowned and core technical company
Funny Moments: We consider the interview panelists to be as tough as our viva externals. Interviewers are mostly on your side(contrary to viva professors :P)

I appeared for an interview before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Ocampo, basic electronics and C

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 50

Skills: Embedded Systems, C Programming
College Name: Sahyadri college of engineering

Interview Questionnaire 

5 Questions

  • Q1. Pertaining to the mentioned roles and responsibilities in your resume
  • Q2. Planning and work order creation
  • Q3. Piling activities
  • Q4. Introduction
  • Q5. Cross checking of documents

Interview Preparation Tips

Round: Resume Shortlist
Experience: On the criteria that I scored atleast 60% overall and had no gap between job/s.

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 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 - Technical 

(5 Questions)

  • Q1. Mix design of concrete?
  • Ans. 

    Mix design of concrete involves determining the proportions of various ingredients to achieve desired properties.

    • The mix design process involves determining the water-cement ratio, aggregate-cement ratio, and admixture dosage.

    • Factors such as strength, workability, and durability are considered when designing the mix.

    • Examples of admixtures include water reducers, air-entraining agents, and superplasticizers.

  • Answered by AI
  • Q2. Durability parameters of concrete?
  • Ans. 

    Durability parameters of concrete include compressive strength, permeability, and resistance to freeze-thaw cycles.

    • Compressive strength is the most commonly used parameter to measure concrete durability.

    • Permeability is the ability of concrete to resist water penetration.

    • Resistance to freeze-thaw cycles is important in areas with cold climates.

    • Other parameters include abrasion resistance, chemical resistance, and shrink...

  • Answered by AI
  • Q3. ISO 9001 old vs new version?
  • Ans. 

    ISO 9001:2015 emphasizes risk-based thinking and a process approach to quality management.

    • ISO 9001:2015 has a stronger focus on leadership and top management involvement

    • The new version emphasizes risk-based thinking and a process approach to quality management

    • ISO 9001:2015 has a greater emphasis on measuring and evaluating the effectiveness of quality management systems

    • The new version also includes a greater emphasis o...

  • Answered by AI
  • Q4. Rebar test parameter?
  • Ans. 

    Rebar test parameters include diameter, length, weight, and tensile strength.

    • Diameter: measured using a caliper or micrometer

    • Length: measured using a tape measure or ruler

    • Weight: measured using a scale

    • Tensile strength: measured using a tensile testing machine

    • Other parameters may include bend and rebend tests, weldability, and corrosion resistance

  • Answered by AI
  • Q5. Documentation at project lab?
  • Ans. 

    Documentation is crucial in project lab for traceability and quality assurance.

    • All activities and results should be documented

    • Documentation should be clear, concise and accurate

    • Documentation should be easily accessible and organized

    • Documentation should include test plans, test cases, test results, and any deviations from the plan

    • Documentation should be reviewed and approved by relevant stakeholders

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Larsen & Toubro Limited QA QC Engineer interview:
  • Concrete
  • Soil
Interview preparation tips for other job seekers - Answer with confidence. Be confident and be in formal attire. All the best.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. What is android architecture stack?
  • Ans. 

    Android architecture stack is a set of layers that make up the Android operating system.

    • The stack includes four main layers: Linux kernel, native libraries, Android runtime, and application framework.

    • The Linux kernel provides low-level system functionality.

    • Native libraries are written in C or C++ and provide access to hardware-specific features.

    • The Android runtime includes the Dalvik virtual machine and core libraries.

    • ...

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

    AIDL stands for Android Interface Definition Language, used for inter-process communication in Android.

    • AIDL is used to define the interface between client and service in Android.

    • It allows communication between different processes in Android.

    • AIDL is used to pass complex data types between processes.

    • AIDL is similar to Remote Procedure Call (RPC) in other programming languages.

    • Example: AIDL is used in Android to implement...

  • Answered by AI
  • Q3. What is hash set and hash map
  • Ans. 

    Hash set and hash map are data structures used to store key-value pairs for efficient retrieval.

    • Hash set stores unique values without any specific order.

    • Hash map stores key-value pairs and allows fast retrieval of values based on keys.

    • Both use hashing to map keys to their corresponding values.

    • In Java, HashSet and HashMap are implementations of these data structures.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Mtbf and mttr about plant
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. 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 - Technical 

(4 Questions)

  • Q1. Basic question on work profile
  • Q2. Previous projects
  • Q3. Previous work experience
  • Q4. Technical questions on engineering domain
Round 3 - Tool test 

(1 Question)

  • Q1. Tool test on software
Round 4 - HR 

(1 Question)

  • Q1. Discussion on package, notice period

Jaivel Aerospace Interview FAQs

How many rounds are there in Jaivel Aerospace QA QC Engineer interview?
Jaivel Aerospace interview process usually has 1 rounds. The most common rounds in the Jaivel Aerospace interview process are One-on-one Round.

Tell us how to improve this page.

Jaivel Aerospace QA QC Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

GE Interview Questions
4.2
 • 103 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
Aequs Interview Questions
3.6
 • 31 Interviews
View all
Design Engineer
9 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Associate Manufacturing Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹4.8 L/yr

Associate
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Design Specialist
6 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Maintenance Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Jaivel Aerospace with

Hindustan Aeronautics

4.3
Compare

Tata Advanced Systems

3.7
Compare

Bharat Electronics

4.2
Compare

Mahindra Aerospace

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