Upload Button Icon Add office photos

Defsys Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Defsys Solutions Senior Engineer Mechanical Interview Questions and Answers

Updated 13 Jun 2024

Defsys Solutions Senior Engineer Mechanical Interview Experiences

1 interview found

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

Mechanical Engineering aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Material Selection
  • Q2. Component Design
Round 3 - HR 

(3 Questions)

  • Q1. Past experience
  • Q2. Reason for switching
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for new challenges and growth

    • Opportunity for career advancement

    • Interest in exploring different industry or technology

    • Seeking better work-life balance

  • Answered by AI
  • Q3. Expectations & company's profile

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the NPI process?
  • Ans. 

    NPI process stands for New Product Introduction process which is a set of steps taken to bring a new product to the market.

    • It involves ideation, design, development, testing, and launch of the product.

    • It includes market research, product definition, prototyping, and manufacturing.

    • It requires collaboration between cross-functional teams such as engineering, marketing, and sales.

    • It aims to ensure that the product meets c...

  • Answered by AI
  • Q2. Explain DFMEA
  • Ans. 

    DFMEA stands for Design Failure Mode and Effects Analysis.

    • DFMEA is a systematic approach to identifying and preventing potential design failures.

    • It involves analyzing each component or subsystem of a product to identify potential failure modes and their effects.

    • The analysis is done by a cross-functional team of experts who evaluate the likelihood and severity of each failure mode.

    • DFMEA helps to prioritize design change...

  • Answered by AI
  • Q3. What is Value Analysis and Value engineering
  • Ans. 

    Value Analysis and Value Engineering are systematic approaches to improve the value of a product or service by optimizing its functions and reducing its cost.

    • Value Analysis is a process of analyzing a product or service to identify its functions and costs.

    • Value Engineering is a systematic approach to improve the value of a product or service by optimizing its functions and reducing its cost.

    • Value Engineering involves a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds of interview. 2 Technical, 1 technical and managerial and 1 HR Round.
Being true to what you know will be helpful for clearing your interviews.
All the interviews ranged from 40min to 1.5 hours.
Most of the questions were basic and dealt with how I have solved problems at my earlier organization.

Interview Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Q2. Questions related to regression fitting

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

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)

Interview Questionnaire 

1 Question

  • Q1. How to do dialing?
  • Ans. 

    Dialing is the process of making a phone call by entering the phone number on a keypad or selecting a contact from the phonebook.

    • To dial a number, enter the digits on the keypad and press the call button.

    • To call a contact from the phonebook, select the contact and press the call button.

    • International calls require a country code before the phone number.

    • Emergency calls can be made without unlocking the phone or entering ...

  • 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 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

Defsys Solutions Interview FAQs

How many rounds are there in Defsys Solutions Senior Engineer Mechanical interview?
Defsys Solutions interview process usually has 3 rounds. The most common rounds in the Defsys Solutions interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Defsys Solutions Senior Engineer Mechanical interview?

Some of the top questions asked at the Defsys Solutions Senior Engineer Mechanical interview -

  1. Reason for switch...read more
  2. Material Select...read more
  3. Component Des...read more

Tell us how to improve this page.

Defsys Solutions Senior Engineer Mechanical Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

GE Interview Questions
4.2
 • 104 Interviews
Data Patterns Interview Questions
3.7
 • 47 Interviews
Aequs Interview Questions
3.6
 • 32 Interviews
Fldec Systems Interview Questions
3.7
 • 15 Interviews
View all
Assistant Manager
42 salaries
unlock blur

₹5.8 L/yr - ₹16.2 L/yr

Senior Engineer
42 salaries
unlock blur

₹4.2 L/yr - ₹15.5 L/yr

Technician
21 salaries
unlock blur

₹3 L/yr - ₹3.9 L/yr

Assistant Engineer
20 salaries
unlock blur

₹3.3 L/yr - ₹5.5 L/yr

Engineer
17 salaries
unlock blur

₹4.1 L/yr - ₹7 L/yr

Explore more salaries
Compare Defsys Solutions 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