Upload Button Icon Add office photos

Filter interviews by

Wasoko Lead Engineer Interview Questions and Answers

Updated 6 Mar 2024

Wasoko Lead Engineer Interview Experiences

1 interview found

Lead Engineer Interview Questions & Answers

user image Nikky gupta

posted on 6 Mar 2024

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

(1 Question)

  • Q1. Design DB schema for cart service
  • Ans. 

    Design a database schema for a cart service

    • Create tables for users, products, carts, and cart items

    • Use foreign keys to establish relationships between tables

    • Include columns for quantity, price, and any other relevant information

    • Consider using a many-to-many relationship between carts and products

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design distributed notification service
  • Ans. 

    Design a distributed notification service

    • Use a message broker like Kafka or RabbitMQ for reliable message delivery

    • Implement a publish-subscribe pattern for broadcasting notifications to multiple subscribers

    • Utilize a distributed database like Cassandra or DynamoDB for storing notification data

    • Implement a scalable architecture with multiple notification servers for high availability

    • Consider using a microservices architec...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. MOSFETs, Amplifiers, RC Circuits, Op-Amps etc
  • Q2. Digital electronics questions on logic gates, sequential circuits and combinational circuits
  • Q3. Coding in Verilog, SV, SVA
Round 2 - Technical 

(2 Questions)

  • Q1. Project Related Questions
  • Q2. Job profile related questions
Round 3 - HR 

(1 Question)

  • Q1. Typical HR Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and give your best 👍
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Microservices, java questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the content of BOM
  • Ans. 

    BOM stands for Bill of Materials, which is a comprehensive list of components, parts, and materials needed to manufacture a product.

    • BOM includes detailed information about each component such as part number, description, quantity, and unit of measure.

    • It helps in tracking and managing inventory, ordering materials, and estimating production costs.

    • BOM can be hierarchical, with sub-assemblies listed under main components.

    • ...

  • Answered by AI
  • Q2. How to draft through zuken
  • Ans. 

    Drafting through Zuken involves using their software tools for creating and editing electronic designs.

    • Use Zuken's software tools like CR-8000 or CADSTAR for drafting electronic designs

    • Create schematics, layout designs, and PCB designs using Zuken's software

    • Utilize features like auto-routing, design rule checks, and 3D visualization for efficient drafting

    • Collaborate with team members by sharing and reviewing designs wi

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About your self
  • Q2. About work experience
Round 2 - HR 

(2 Questions)

  • Q1. Expected ctc lpa
  • Q2. Notice period of it less than 90 or not
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions for aptitude genearal personl developing questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is react native
  • Ans. 

    React Native is a framework for building mobile applications using JavaScript and React.

    • Allows developers to write code once and deploy it across multiple platforms

    • Provides access to native features and APIs of the device

    • Supports hot reloading for faster development

    • Used by companies like Facebook, Instagram, and Airbnb

  • Answered by AI
  • Q2. Diff use memo and use reducer
  • Ans. 

    Memo is used for optimizing performance by caching the result of a function, while reducer is used for managing state in React applications.

    • Memo is used to memoize the result of a function and prevent unnecessary re-renders.

    • Reducer is used to manage state in React applications by updating the state based on actions.

    • Memo can be used with useMemo hook in React to optimize performance.

    • Reducer is typically used with useRed...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Notice period about compnay

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

30min online test. Easy level.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview with core concepts
  • Q2. Conceptual , core knowledge.
Round 3 - PdM discussion 

(1 Question)

  • Q1. Managereal round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is PPAP in AS9145
  • Ans. 

    PPAP stands for Production Part Approval Process in AS9145, a standardized process for approving parts before production.

    • PPAP is a standardized process used in the aerospace industry to ensure that parts meet quality standards before production.

    • It involves submitting documentation such as design records, material certifications, and process control plans.

    • PPAP helps to prevent defects in the production process and ensur...

  • Answered by AI
  • Q2. Explain PMFEA as per AS13004
  • Ans. 

    PMFEA stands for Process Failure Mode and Effects Analysis, as per AS13004.

    • PMFEA is a structured approach to identifying and prioritizing potential failure modes in a process.

    • It involves analyzing the potential effects of these failure modes and developing preventive actions.

    • PMFEA helps in improving process reliability, quality, and efficiency.

    • It is commonly used in industries such as automotive, aerospace, and manufac...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Data structure and algo with arrays and hash

Round 3 - Design Test 

(2 Questions)

  • Q1. System design with high and low level design
  • Ans. 

    System design involves both high level and low level design to create a comprehensive architecture.

    • High level design focuses on overall system architecture and functionality

    • Low level design delves into specific components, modules, and interactions

    • Examples: High level - deciding on database structure, Low level - designing specific API endpoints

  • Answered by AI
  • Q2. Design of whatsapp Design of notification engine in my project
  • Ans. 

    The notification engine in a project is designed to send timely and relevant notifications to users.

    • Implement a system to track user preferences and settings for notifications.

    • Utilize a queue system to prioritize and schedule notifications.

    • Include options for users to customize notification frequency and content.

    • Integrate with external services like email or SMS for notifications delivery.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - One-on-one 

(2 Questions)

  • Q1. It was virtual interview.
  • Q2. 1. Binary Search with code 2. Hash Map in deep 3. Core Java concepts

Wasoko Interview FAQs

How many rounds are there in Wasoko Lead Engineer interview?
Wasoko interview process usually has 2 rounds. The most common rounds in the Wasoko interview process are Technical.
How to prepare for Wasoko Lead 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 Wasoko. The most common topics and skills that interviewers at Wasoko expect are C++, Cloud Computing, Computer Science, Computer science and Data Collection.
What are the top questions asked in Wasoko Lead Engineer interview?

Some of the top questions asked at the Wasoko Lead Engineer interview -

  1. design DB schema for cart serv...read more
  2. Design distributed notification serv...read more

Tell us how to improve this page.

Senior Software Engineer
6 salaries
unlock blur

₹47 L/yr - ₹56.5 L/yr

Engineering Manager
4 salaries
unlock blur

₹55 L/yr - ₹62 L/yr

Associate Product Manager
3 salaries
unlock blur

₹22 L/yr - ₹30 L/yr

Product Manager
3 salaries
unlock blur

₹42 L/yr - ₹47 L/yr

Principal Software Engineer
3 salaries
unlock blur

₹60 L/yr - ₹115 L/yr

Explore more salaries
Compare Wasoko with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm

3.3
Compare

Snapdeal

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview