Upload Button Icon Add office photos

Wafer Space

Compare button icon Compare button icon Compare

Filter interviews by

Wafer Space Senior Software Engineer 2 Interview Questions and Answers

Updated 30 Jul 2021

Wafer Space Senior Software Engineer 2 Interview Experiences

1 interview found

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 Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Semiconductor physics Basic concepts and previous work profile experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume according to job profile and answer all basic questions related semiconductor device physics and digital design

Senior Software Engineer 2 Interview Questions Asked at Other Companies

asked in Synechron
Q1. What microservices patterns are you aware ? let's assume that the ... read more
Q2. Given a scenario, draw a system diagram and explain the reasoning ... read more
asked in Q2 Software
Q3. Describe a challenging technical problem you faced during an inte ... read more
Q4. Draw a system diagram for an e-commerce system that allows a cust ... read more
asked in Wipro
Q5. What are the key features of Java 8 that facilitate coding with s ... read more

Interview Questionnaire 

1 Question

  • Q1. How do you rate yourself in c?

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 5G Call Flow,ENDC Procedure ,RRC layer,Mac layer,Python scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics concept

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Connected sum hacker rank problem
  • Ans. 

    Connected sum problem involves finding the number of connected components in a graph

    • The problem can be solved using DFS or BFS algorithm

    • The input graph can be represented using adjacency list or matrix

    • The output is the number of connected components in the graph

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always should be logical

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. RRC related questions, CSFB,SRVCC,SIB parameters
  • Q2. LTE configurations, Handovers, and use case scenarios. MAC HARQ processing
  • Q3. Basic C questions, pointers,strings, bit manipulation , linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on protocol stacks and C basic concepts
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered
Are these interview questions helpful?

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

Interview Questionnaire 

12 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks like React and Django.

    • Enjoy collaborating in agile...

  • Answered by AI
  • Q2. Did you get placed anywhere?
  • Ans. 

    Yes, I got placed at XYZ company.

    • I received an offer from XYZ company and accepted it.

    • I will be starting my new job at XYZ company next month.

    • I am excited to join the team at XYZ company and contribute to their software development projects.

  • Answered by AI
  • Q3. If yes then why are you leaving that company??
  • Ans. 

    Looking for better growth opportunities and challenges.

    • Limited scope for learning and development

    • No clear career progression path

    • Lack of challenging projects

    • Unsatisfactory work-life balance

    • Better compensation and benefits offered by new company

  • Answered by AI
  • Q4. What do you know about our company?
  • Ans. 

    Unknown

    • I apologize, but I do not have any information about your company at this time.

  • Answered by AI
  • Q5. Some question's explaination from 1st round (Segmentation fault)
  • Ans. 

    A segmentation fault occurs when a program tries to access an invalid memory location.

    • Commonly caused by dereferencing null or uninitialized pointers.

    • Example: Accessing an array out of its bounds can lead to a segmentation fault.

    • Occurs in languages like C and C++ where manual memory management is required.

    • Can also happen due to stack overflow, such as with deep recursion.

    • Operating systems use memory protection to preve...

  • Answered by AI
  • Q6. Remove duplicates from a string
  • Ans. 

    Remove duplicates from a string

    • Convert string to char array

    • Create a HashSet to store unique characters

    • Iterate through char array and add to HashSet

    • Convert HashSet back to string

  • Answered by AI
  • Q7. Linking
  • Q8. Compilation process
  • Q9. 32 bit/64 bit processor ??
  • Ans. 

    32-bit and 64-bit processors differ in data handling capacity, memory addressing, and performance capabilities.

    • 32-bit processors can address up to 4 GB of RAM, while 64-bit processors can handle significantly more (theoretically up to 16 exabytes).

    • 64-bit processors are generally faster and more efficient, especially for applications requiring large amounts of memory.

    • Most modern operating systems and applications are op...

  • Answered by AI
  • Q10. InterProcess communication
  • Q11. Socket Programming
  • Q12. Projects

Interview Preparation Tips

Round: Test
Experience: 1. C pointer



2. Storage classes related questions



3. functions



4. OS(fragmentation external/internal)

Round: Test
Experience: 1. We have to add nodes in a linked list in sorted manner



2. Derive ur own malloc function

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

Tell us how to improve this page.

Wafer Space Senior Software Engineer 2 Salary
based on 10 salaries
₹12.5 L/yr - ₹21.5 L/yr
39% less than the average Senior Software Engineer 2 Salary in India
View more details

Wafer Space Senior Software Engineer 2 Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

3.5

Skill development

5.0

Work-life balance

4.5

Salary

4.5

Job security

3.9

Company culture

4.5

Promotions

3.5

Work satisfaction

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

₹10.4 L/yr - ₹19 L/yr

Design Engineer
33 salaries
unlock blur

₹4.7 L/yr - ₹13 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