Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,8 @@ write an API for client who will give date and time and API should return meetin
- Design Virtual Event Platform for Communities / Enterprise.
- Design system for short video/content sharing like Tiktok.
- Design Short Story Telling (Text/Images) platform like Terribly Tiny Tales.
- Design URL Shortener like TinyURL.
- Given a list of millions of documents, how would you find all documents that contain a list of words? The words
can appear in any order, but they must be complete words. That is, "book" does not match "bookkeeper."
- Design a system like Pastebin, where a user can enter a piece of text and get a randomly
generated URL to access it.