Panda Guru LogoPanda
Guru

Wayfair Machine Coding Practice 2

Round 1

Questions:

Problem Statement:

Design an Order Management System for an e-commerce platform with the following features:

Constraints:

Candidate's Approach

This implementation supports multiple users using a HashMap to store each user's cart. It provides essential shopping cart functionalities with tax and discount calculations.

Interviewer's Feedback

No feedback provided.