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 Assembly Engineer Interview Questions and Answers

Updated 17 Nov 2023

Jaivel Aerospace Assembly Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About your self,about your skills, education, what is your strength, what is your goal in your life,aks some technical questions,ask some about your family details, what is your positive thinking and negat...
Round 3 - Technical 

(1 Question)

  • Q1. Some technical questions related about your study,ask which project was done in your college
Round 4 - One-on-one 

(1 Question)

  • Q1. Trial basis to hand skills
Round 5 - HR 

(1 Question)

  • Q1. Again discussion my work life balance and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever your experience please share your interview and get chance the better opportunity

Assembly Engineer Jobs at Jaivel Aerospace

View all

Interview questions from similar companies

Interview Questionnaire 

12 Questions

  • Q1. What is fuselage station
  • Ans. 

    Fuselage station refers to a specific location on an aircraft's fuselage.

    • Fuselage station is a measurement of distance along the fuselage, typically measured in inches or millimeters.

    • It is used as a reference point for various components and systems on the aircraft.

    • For example, an aircraft's doors, windows, wings, and tail are all located at specific fuselage stations.

    • Fuselage station 0 is usually defined as the refere...

  • Answered by AI
  • Q2. What is butt line
  • Ans. 

    Butt line is not a commonly used term. It could refer to the line where the buttocks meet the thighs.

    • Butt line is not a medical term.

    • It could refer to the line where the buttocks meet the thighs.

    • It is not a commonly used term and may have different interpretations depending on the context.

  • Answered by AI
  • Q3. What is water line
  • Ans. 

    Water line refers to the pipe or tubing that carries water from the main supply to a building or property.

    • Water line is an essential component of a plumbing system.

    • It can be made of various materials such as copper, PVC, or galvanized steel.

    • The size of the water line depends on the water demand of the building or property.

    • Water lines can be underground or above ground.

    • A water line break or leak can cause significant da

  • Answered by AI
  • Q4. Cutting tools
  • Q5. Drill bit sizes
  • Q6. In drawing what is fast angel What is thired ange projection
  • Ans. 

    The question is unclear and seems to contain errors.

    • The question may be referring to 'fast angle' and 'third angle projection' in technical drawing.

    • Fast angle refers to a type of projection where the object is viewed from an angle that is not perpendicular to any of its faces.

    • Third angle projection is a method of drawing 3D objects in which the object is placed in a box with three sides and projected onto a plane.

    • Witho...

  • Answered by AI
  • Q7. What is the meaning of rivet how will it work
  • Ans. 

    A rivet is a metal fastener used to join two or more pieces of material together permanently.

    • Rivets are commonly used in construction, automotive, and aerospace industries.

    • They are inserted into pre-drilled holes and then deformed to hold the materials together.

    • Rivets can be made of various materials including aluminum, steel, and copper.

    • They are often used in place of screws or bolts when a permanent joint is required...

  • Answered by AI
  • Q8. General drill bit angel
  • Q9. How many cutting angels in reamer
  • Ans. 

    The number of cutting angles in a reamer varies depending on the type and size of the reamer.

    • The number of cutting angles can range from 2 to 6.

    • The cutting angles are designed to remove material from the workpiece as the reamer rotates.

    • The cutting angles can be straight or spiral, and can be symmetrical or asymmetrical.

    • The number and angle of the cutting edges can affect the surface finish and accuracy of the hole.

    • Exam...

  • Answered by AI
  • Q10. How many cutting angle in drill bit
  • Ans. 

    Drill bits can have various cutting angles depending on their purpose and material.

    • The most common cutting angle for general purpose drill bits is 118 degrees.

    • Drill bits for harder materials like metal may have a sharper angle of 135 degrees.

    • Masonry drill bits have a flatter angle of 90 degrees to prevent cracking of the material.

    • The cutting angle affects the efficiency and precision of the drilling process.

  • Answered by AI
  • Q11. Drill bit made by
  • Ans. 

    Drill bits are made by various manufacturers using different materials and designs.

    • Drill bits can be made from high-speed steel, cobalt, carbide, or diamond.

    • Manufacturers include DeWalt, Bosch, Milwaukee, and Irwin.

    • The design of the drill bit can vary depending on the intended use, such as twist bits, spade bits, or hole saws.

  • Answered by AI
  • Q12. How many cutting files
  • Ans. 

    The number of cutting files depends on the project requirements and design complexity.

    • The number of cutting files can range from a few to hundreds or even thousands.

    • It also depends on the type of cutting machine being used.

    • For example, a laser cutting machine may require different files than a CNC router.

    • The number of cutting files can also vary based on the material being cut and its thickness.

    • It is important to have ...

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

I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 3 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 - Aptitude Test 

It is like gate exam paper more of electronics questions than programming languages. Here the programming language is c and embedded

Round 3 - Technical 

(5 Questions)

  • Q1. Basic level questions on c but indepth discussion on the academic projects.
  • Q2. Explain Compilation stages
  • Ans. 

    Compilation stages involve preprocessing, compilation, assembly, linking, and loading.

    • Preprocessing: Includes expanding macros, handling conditional compilation, and file inclusion.

    • Compilation: Translates source code into assembly code or machine code.

    • Assembly: Converts assembly code into object code.

    • Linking: Combines multiple object files and libraries into a single executable.

    • Loading: Loads the executable into memory

  • Answered by AI
  • Q3. Logics on bit wise operators
  • Ans. 

    Bitwise operators are used to perform operations at the bit level on binary numbers.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all the bits

    • Left shift (<<) - shifts the bits to the left by a specified number of positions

    • Right shift (>>) - shifts the bits

  • Answered by AI
  • Q4. Understanding of pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to store memory addresses of variables.

    • They allow direct manipulation of memory locations.

    • Pointers can be used to pass variables by reference.

    • Example: int *ptr; ptr = # *ptr = 10; // num now equals 10

  • Answered by AI
  • Q5. Volatile and non volatile keywords

Interview Preparation Tips

Interview preparation tips for other job seekers - Have deep understanding of the project. Then have good understanding of basic level concepts in c, embedded c ,8051 controller along with protocols like UART,I2C,SPI.

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 in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to choose mosfet
  • Ans. 

    Choose a MOSFET based on voltage, current, power dissipation, switching speed, and package type.

    • Consider voltage and current requirements

    • Look at power dissipation and thermal considerations

    • Evaluate switching speed needed for the application

    • Choose the appropriate package type for mounting and heat dissipation

    • Check for additional features like built-in protection circuits

    • Example: For high power applications, choose a MOS

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

I applied via Company Website and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are your goals
  • Ans. 

    My professional goal is to become a certified System Engineer and work on complex projects that challenge me to continuously learn and grow.

    • Obtain certification as a System Engineer

    • Work on complex projects to enhance skills

    • Continuously learn and grow in the field

    • Seek opportunities for advancement and leadership roles

  • Answered by AI
  • Q2. Experience with system eng orocess
  • Ans. 

    I have extensive experience with system engineering processes in various industries.

    • Led cross-functional teams to design and implement complex systems

    • Utilized tools such as requirements management software and system modeling tools

    • Performed system integration and testing to ensure functionality and performance

    • Collaborated with stakeholders to gather and analyze requirements

    • Implemented system engineering best practices

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

I applied via Campus Placement and was interviewed before Aug 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 

(1 Question)

  • Q1. Written test on Technical
Round 3 - Technical 

(1 Question)

  • Q1. Interview on technical subjects chosen by interviewees
Round 4 - HR 

(1 Question)

  • Q1. They will ask about your background, your determination to work and your willingness to work for 3 years atleast.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy for the round

Round 2 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

I appeared for an interview in Oct 2016.

Interview Questionnaire 

1 Question

  • Q1. Explain machine learning and how is cloud important?
  • Ans. 

    Machine learning is a branch of AI that enables computers to learn and make predictions without explicit programming.

    • Machine learning is a subset of artificial intelligence (AI) that focuses on developing algorithms and models that allow computers to learn from and make predictions or decisions based on data.

    • It involves training a model on a large dataset and using it to make predictions or decisions on new, unseen dat...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The question were not adaptive but it tested all the knowledge of c and database.
Tips: Be clear in your concepts

Round: Technical Interview
Experience: The questions were based on your resume.
Tips: Don't fake anything in your CV

Skills: Software Skills
College Name: Manipal Institute Of Technology, Manipal

Skills evaluated in this interview

Intern Interview Questions & Answers

GE user image Anonymous

posted on 22 Aug 2017

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Basics questions from thermodynamics were asked. But I was unable to solve deflection problem in Strength of material

Interview Preparation Tips

Round: Test
Experience: Quantitative analysis questions were easy but technical questions were hard enough. I had cleared the Aptitude test
Tips: Go through the basics of each subject in your respective branch.
Duration: 1 hour 30 minutes
Total Questions: 100

Round: Group Discussion
Experience: We were given 5 minutes for preparation and then discussion started. I made a mistake by cross questioning the people in my group, but still i got selected
Tips: Try to start the discussion or try to give the conclusion.
Duration: 10 minutes

Round: Technical Interview
Experience: I did not get selected for next round

College Name: Sinhgad College Of Engineering (SCOE)

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic c Programming and Embedded Systems

Round 2 - One-on-one 

(1 Question)

  • Q1. C and Do-178b questions
Round 3 - One-on-one 

(1 Question)

  • Q1. C and Embedded system and Project related
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round, Mostly technical
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and my previous employer details

Interview Preparation Tips

Interview preparation tips for other job seekers - C, Do-178 b process and Micro Controller knowledge

Jaivel Aerospace Interview FAQs

How many rounds are there in Jaivel Aerospace Assembly Engineer interview?
Jaivel Aerospace interview process usually has 5 rounds. The most common rounds in the Jaivel Aerospace interview process are HR, Resume Shortlist and Technical.
How to prepare for Jaivel Aerospace Assembly Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Jaivel Aerospace. The most common topics and skills that interviewers at Jaivel Aerospace expect are Automation Testing, Load Testing, MS Office, Solid Works and Aerospace.

Tell us how to improve this page.

Jaivel Aerospace Assembly Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
Fldec Systems Interview Questions
3.7
 • 15 Interviews
View all
Design Engineer
10 salaries
unlock blur

₹2.2 L/yr - ₹3.9 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

Tata Advanced Systems

3.7
Compare

Hindustan Aeronautics

4.3
Compare

Honeywell Technology Solutions

3.8
Compare

GE

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