Upload Button Icon Add office photos

Wafer Space

Compare button icon Compare button icon Compare

Filter interviews by

Wafer Space Interview Questions and Answers

Updated 16 Jun 2025
Popular Designations

5 Interview questions

A Trainee Design Engineer was asked 1mo ago
Q. Design an 8-bit counter.
Ans. 

An 8-bit counter counts from 0 to 255 in binary, using flip-flops and logic gates for digital applications.

  • An 8-bit counter can represent values from 0 (00000000) to 255 (11111111).

  • It typically uses 8 flip-flops, each representing one bit.

  • Counters can be synchronous (all bits change simultaneously) or asynchronous (bits change in sequence).

  • Common applications include digital clocks, frequency counters, and timers.

  • ...

View all Trainee Design Engineer interview questions
A FPGA and RTL Design Engineer was asked 8mo ago
Q. How do you calculate FIFO depth?
Ans. 

FIFO depth calculation involves determining the required buffer size for data storage in digital systems.

  • Understand the data rate: Calculate the input and output data rates (e.g., 100 Mbps input, 50 Mbps output).

  • Determine the latency: Consider the maximum allowable latency for your application (e.g., 10 ms).

  • Calculate the FIFO depth: Use the formula FIFO Depth = (Input Rate - Output Rate) * Latency.

  • Example: For 100...

View all FPGA and RTL Design Engineer interview questions
A Design Engineer II was asked
Q. How do you convert logic gates using NAND gates?
Ans. 

Converting gates using NAND gate

  • NAND gate can be used to implement other logic gates like AND, OR, NOT

  • To implement an AND gate using NAND gates, connect two NAND gates in series

  • To implement an OR gate using NAND gates, connect two NAND gates in parallel

  • To implement a NOT gate using NAND gate, connect the input directly to one input of the NAND gate and the other input to ground

View all Design Engineer II interview questions
A Design Engineer II was asked
Q. What are the basic principles and workings of CMOS?
Ans. 

CMOS stands for Complementary Metal-Oxide-Semiconductor. It is a technology used in integrated circuits for digital logic functions.

  • CMOS technology uses both NMOS and PMOS transistors to achieve low power consumption and high noise immunity.

  • In CMOS, when one transistor is on, the other is off, reducing power consumption.

  • CMOS circuits are widely used in microprocessors, memory chips, and other digital logic circuit...

View all Design Engineer II interview questions
A Trainee Design Engineer was asked 1mo ago
Q. Realisation of gates
Ans. 

Realisation of gates involves creating logical operations using electronic components like transistors.

  • Gates can be realized using various technologies such as CMOS, TTL, or RTL.

  • For example, an AND gate can be built using two transistors in series.

  • NAND gates are universal gates, meaning they can be used to create any other gate.

  • Realization can also be done using software simulations in tools like Logisim.

View all Trainee Design Engineer interview questions

Wafer Space Interview Experiences

9 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

First was aptitude which had questions on analog, digital, network theory, microcontrollers, general aptitude question which was medium level which I clear & got one to one round. In interview he didn't ask much of interview question 1st question was on academic & design verification project, 2nd was on protocol timing diagram for which the interviewer wanted the exact print of specification sheet where my diagram was a little shabby,which made him upset & didn't continue to ask proper questions .

Interview Preparation Tips

Topics to prepare for Wafer Space Trainee Design Engineer interview:
  • digital logic design
  • ambha protocol
  • C
Interview preparation tips for other job seekers - In the interview please try to byheart the diagrams of protocols as in specification pdf since the interviewer would open the specification in front & try to match it with your diagram.
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Counter code and waveform
  • Q2. Fifo depth calculation.
  • Ans. 

    FIFO depth calculation involves determining the required buffer size for data storage in digital systems.

    • Understand the data rate: Calculate the input and output data rates (e.g., 100 Mbps input, 50 Mbps output).

    • Determine the latency: Consider the maximum allowable latency for your application (e.g., 10 ms).

    • Calculate the FIFO depth: Use the formula FIFO Depth = (Input Rate - Output Rate) * Latency.

    • Example: For 100 Mbps...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Cmos basic principle and working
  • Q2. Conversion of gates using nand
  • Ans. 

    Converting gates using NAND gate

    • NAND gate can be used to implement other logic gates like AND, OR, NOT

    • To implement an AND gate using NAND gates, connect two NAND gates in series

    • To implement an OR gate using NAND gates, connect two NAND gates in parallel

    • To implement a NOT gate using NAND gate, connect the input directly to one input of the NAND gate and the other input to ground

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Nmos pmos working, drain and output characteristics
  • Q2. Synchronous and asynchrnous clocking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Normal Aptitude questions, We can prepare for it using general aptitude questions available in internet.

Round 3 - Technical 

(1 Question)

  • Q1. Technical Questions (Digital Electronics, Verilog, Computer Architecture)
Round 4 - HR 

(1 Question)

  • Q1. HR Discussion will just our introduction and some normal hr questions

Trainee Design Engineer Interview Questions & Answers

user image Hiregoudru Malegouda

posted on 16 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Design 8bit counter
  • Ans. 

    An 8-bit counter counts from 0 to 255 in binary, using flip-flops and logic gates for digital applications.

    • An 8-bit counter can represent values from 0 (00000000) to 255 (11111111).

    • It typically uses 8 flip-flops, each representing one bit.

    • Counters can be synchronous (all bits change simultaneously) or asynchronous (bits change in sequence).

    • Common applications include digital clocks, frequency counters, and timers.

    • Examp...

  • Answered by AI
  • Q2. Realisation of gates
  • Ans. 

    Realisation of gates involves creating logical operations using electronic components like transistors.

    • Gates can be realized using various technologies such as CMOS, TTL, or RTL.

    • For example, an AND gate can be built using two transistors in series.

    • NAND gates are universal gates, meaning they can be used to create any other gate.

    • Realization can also be done using software simulations in tools like Logisim.

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Basics of cmos, working of cmos etc
  • Q2. Aptitude questions, logic design questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on resume, projects done in college
  • Q2. CMOS basics, synchronous clocks etc etc

Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2022

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

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

(1 Question)

  • Q1. About your personality and how you think that you will fit for this job?
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak confidently whatever in your mind that may be correct or wrong but confidence on you is important.

Senior Design Engineer Interview Questions & Answers

user image alex john jacob

posted on 21 Feb 2024

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

I appeared for an interview before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. PnR flow,Synthesis,STA

I applied via Naukri.com and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to projects i have worked on
  • Q2. Share exactly what you have worked on.
  • Ans. 

    I have worked on scalable web applications, cloud services, and team leadership in software development projects.

    • Developed a microservices architecture for an e-commerce platform, improving scalability and maintainability.

    • Led a team of 5 engineers in building a real-time data processing system using Apache Kafka and Spring Boot.

    • Implemented CI/CD pipelines using Jenkins and Docker, reducing deployment time by 40%.

    • Collab...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, just explain what you have worked on, be truthful with what you have worked upon.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Wafer Space?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and Algo questions based on DP and backtracking
  • Q2. Clone linked list with random pointers.
  • Ans. 

    Clone a linked list with random pointers.

    • Create a new node for each node in the original list.

    • Store the mapping between the original and cloned nodes in a hash table.

    • Traverse the original list again and set the random pointers in the cloned list using the hash table.

    • Return the head of the cloned list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly DS and Algo rounds followed by design rounds. Sometimes there can be language specific questions.

Skills evaluated in this interview

Wafer Space Interview FAQs

How many rounds are there in Wafer Space interview?
Wafer Space interview process usually has 2 rounds. The most common rounds in the Wafer Space interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Wafer Space 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 Wafer Space. The most common topics and skills that interviewers at Wafer Space expect are Debugging, Automotive, Programming, C++ and AUTOSAR.
What are the top questions asked in Wafer Space interview?

Some of the top questions asked at the Wafer Space interview -

  1. cmos basic principle and work...read more
  2. conversion of gates using n...read more
  3. Fifo depth calculati...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 7 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more

Interview Questions from Similar Companies

KLA Interview Questions
3.7
 • 48 Interviews
GLOBALFOUNDRIES Interview Questions
3.4
 • 18 Interviews
Element14 Interview Questions
3.7
 • 17 Interviews
Carrier Midea Interview Questions
3.6
 • 16 Interviews
Finisar Interview Questions
4.4
 • 12 Interviews
View all

Wafer Space Reviews and Ratings

based on 43 reviews

4.0/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

4.0

Salary

3.5

Job security

3.6

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 43 Reviews and Ratings
Senior Software Engineer
47 salaries
unlock blur

₹10.4 L/yr - ₹19 L/yr

Design Engineer
32 salaries
unlock blur

₹4.3 L/yr - ₹12.1 L/yr

Staff Engineer
19 salaries
unlock blur

₹32 L/yr - ₹40 L/yr

Design Engineer II
18 salaries
unlock blur

₹10.9 L/yr - ₹22.7 L/yr

Technical Lead
17 salaries
unlock blur

₹24.3 L/yr - ₹45 L/yr

Explore more salaries
Compare Wafer Space with

Mirafra Technologies

4.0
Compare

Carrier Midea

3.6
Compare

MediaTek India Technology

3.8
Compare

Element14

3.7
Compare
write
Share an Interview