Chewy Interview Question

From what I could understand, design a system like Twitter where specific users can post tweets.

Interview Answers

Anonymous

Dec 20, 2022

As I couldn’t understand how broad the solution needed to be and couldn’t design Twitter in 38 minutes. I devised a simple class (with the best syntax I could remember) that would assign each Tweet to a unique user ID . Each tweet would be represented as an object with various fields and be stored in a list.

2

Anonymous

Apr 18, 2023

You need to divide the system in functional and nonfunctional parts. They would be looking more towards how the system would be scalable. Functional part you can just talk about one of the main function which is tweeting, if they want more, you can go with replies