π LLD Interview Question | Customer Issue Resolution System (PhonePe)
π Customer Support System LLD | Asked in PhonePe | Low Level Design Interview Question In this video, I explain the Low Level Design (LLD) of a Customer Support / Issue Resolution System, a real machine coding / LLD interview question recently asked in PhonePe. πΉ Problem Overview: We need to design a system where: Customers can raise issues against failed/unsuccessful transactions Issues can be of multiple types (Payment, Mutual Fund, Gold, Insurance, etc.) Agents are onboarded with their expertise and can be assigned issues accordingly Issues move through different statuses: Open β In Progress β Resolved Agents can track assigned issues and update resolutions System supports searching issues by ID or customer email Work history of agents can be retrieved πΉ Features Implemented: β createIssue() β Raise a new issue for a transaction β addAgent() β Onboard agents with expertise β assignIssue() β Assign issues to free agents (waitlist if not available) β getIssues() β Fetch issues by filters (email, type, etc.) β updateIssue() β Update status & resolution notes β resolveIssue() β Mark issues as resolved β viewAgentsWorkHistory() β Track agentsβ assigned/resolved issues πΉ Example Use Cases Covered: Create multiple issues of different types Add agents with different expertise Assign issues dynamically to agents Query issues by customer email and type Update & resolve issues View agent work history π― This video will help you understand: Object Oriented Design principles How to model entities like Issue, Agent, Transaction Using Strategy Pattern for issue assignment Extending the design for real-world systems π UML + Code Walkthrough Included π» Language: Java (but can be implemented in any OOP language) π Donβt forget to Like, Share & Subscribe for more LLD, System Design & Machine Coding Interview Problems! #LLD #SystemDesign #PhonePe #MachineCoding #CustomerSupport #LowLevelDesign #Java #InterviewPrep #CodingInterview
Download
0 formatsNo download links available.