Upload Button Icon Add office photos
Engaged Employer

i

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

Wave Mechanics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wave Mechanics NPD Engineer Interview Questions and Answers

Updated 24 Jun 2023

Wave Mechanics NPD Engineer Interview Experiences

1 interview found

NPD Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2023

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

I applied via LinkedIn and was interviewed before Jun 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 

(3 Questions)

  • Q1. Basic questions based on your resume and previous works.
  • Q2. How do you check measure position manually?
  • Ans. 

    Position can be manually checked using tools like calipers, micrometers, and height gauges.

    • Use calipers to measure distances between two points accurately.

    • Micrometers can be used to measure small distances with high precision.

    • Height gauges are useful for measuring vertical distances or depths.

    • Ensure the tools are calibrated regularly for accurate measurements.

  • Answered by AI
  • Q3. Using height gauge and by using position formula.
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on job role at previous employer.
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself. What is your salary expectation.

Interview questions from similar companies

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 applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1. Work experience in previous organization
  • Ans. 

    Worked as a software engineer for 3 years at XYZ Company, specializing in front-end development.

    • Developed and maintained front-end features for web applications

    • Collaborated with cross-functional teams to deliver projects on time

    • Participated in code reviews and provided feedback for improvements

  • Answered by AI
  • Q2. 2. Practical example of how did you use STL in previous work experience
  • Ans. 

    Utilized STL in previous work experience for efficient data manipulation and storage

    • Used vector to store and manipulate dynamic arrays of data

    • Utilized map for efficient key-value pair storage and retrieval

    • Implemented algorithms from the algorithm library for sorting and searching data

  • Answered by AI
  • Q3. 3. Practical example of how did you use OOPS in previous work experience
  • Ans. 

    Used OOPS principles to design and implement a modular system for managing user data

    • Created classes for User, Admin, and Moderator with inheritance and polymorphism

    • Implemented encapsulation by restricting access to certain data fields through getters and setters

    • Utilized abstraction to hide complex implementation details from other parts of the system

    • Implemented interfaces for different user roles to ensure consistent b

  • Answered by AI
  • Q4. 4. Practical example of how did you use Multithreading in previous work experience
  • Ans. 

    Implemented multithreading in a web scraping project to improve performance and efficiency.

    • Used multithreading to scrape data from multiple websites simultaneously

    • Implemented thread pooling to manage and reuse threads efficiently

    • Utilized synchronization techniques to prevent data corruption and ensure thread safety

  • Answered by AI
  • Q5. 5. All other questions were to check GK of software engineering like Can Java program have memory leaks? What do you prefer efficiency or performance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and only answer things that you know. If you are not aware of a particular topic just be honest and let them know. Even if you are not technically sound but show a good potential to learn and obey they may hire you.
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
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 Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Q2. Questions related to regression fitting
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differentiate between RISC and CISC
  • Ans. 

    RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.

    • RISC processors rely on optimizing compilers for performance, while CISC...

  • Answered by AI
  • Q2. Define and differentiate interpreter and compiler
  • Ans. 

    Interpreter translates code line by line while compiler translates entire code at once.

    • Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)

    • Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa + JavaScript related questions and outputs

Round 2 - Coding Test 

Js related coding + easy dsa

Round 3 - Behavioral 

(2 Questions)

  • Q1. Mostly about the projects you did earlier
  • Q2. What do you focus on learning in future
  • Ans. 

    I focus on learning new programming languages, technologies, and best practices to stay current in the industry.

    • Learning new programming languages such as Python or Go

    • Exploring emerging technologies like blockchain or machine learning

    • Staying updated on best practices in software development such as Agile or DevOps

    • Improving problem-solving skills through coding challenges and projects

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

First levelWe can choose among different layer, webapi, UI and they asked to write sample program in 90 mins. Second level was really bad though. Will be asked to write code basics to advanced.

Round 2 - One-on-one 

(1 Question)

  • Q1. Second level was also coding.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diifference btw polymorphism
  • Q2. Opps concept in python
  • Ans. 

    Object-oriented programming concepts in Python focus on classes, objects, inheritance, and polymorphism.

    • Classes are blueprints for creating objects with attributes and methods.

    • Objects are instances of classes that can store data and perform actions.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism enables objects to be treated as instances of their parent class or their own cl

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Wave Mechanics Interview FAQs

How many rounds are there in Wave Mechanics NPD Engineer interview?
Wave Mechanics interview process usually has 4 rounds. The most common rounds in the Wave Mechanics interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Wave Mechanics NPD Engineer interview?

Some of the top questions asked at the Wave Mechanics NPD Engineer interview -

  1. How do you check measure position manual...read more
  2. Using height gauge and by using position formu...read more

Tell us how to improve this page.

Wave Mechanics NPD Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Bajaj Auto Interview Questions
3.9
 • 269 Interviews
Titan Company Interview Questions
4.3
 • 151 Interviews
View all
Quality Engineer
20 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Quality Inspector
17 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

VMC Setter
13 salaries
unlock blur

₹2.1 L/yr - ₹4 L/yr

Production Supervisor
11 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Engineer
8 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Wave Mechanics with

BHEL

4.1
Compare

TCS

3.7
Compare

Reliance Industries

4.0
Compare

Infosys

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