#!process Amazon Offer (omg no longer a
1 messages · Page 1 of 1 (latest)
HI bro, congrats on the offer. May I know about the interview what kind of questions did they ask and how difficult are they
It was just an OOD question, I got especially lucky
It can be either OOD, Trivia, or LC
and the LC can be Easy-Hard
I couldn't find any sample OOD questions for Amazon.
Can you share sample questions or share resources for prep
the OOD they ask is fairly trivial
Know the basics of how to write classes from scratch, all core class functionality (constructors, instance variables, etc.) since theres no IDE and no autocomplete
Know Inheritance and whatnot
Example question would be like "Design a parking lot" or "Design a amazon storage locker" or "Design an employee management system"
So simple things like defining a class for the objects
and then simple datastructures like hashmaps, lists, etc. to store things
Thanks bro for the details
👍
fwiw my exact OOD question was the employee management system one
it was just you have employees, you have managers who manage a list of employees, design a system to add, and get employee info
so employee class, manager class that inherits employee class that stores a list of employees
and then store em all in hashmaps and whatnot
Cool
When did you get oa?