LeetCode Question · Dec 2023

Amazon interview : design Generic Filter

6 upvotes 1,323 views 4 replies

Question Details

Coding (Logical and Maintainable): We have e DB of employees, which can be represented as an in-memory Map of EmployeeID->Employee Object Class Employee { String name, String org, int exp, //Experience in Years boolean isManager } Map<Integer, Employ…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding