Skip to content

Instantly share code, notes, and snippets.

@prologic
prologic / LearnGoIn5mins.md
Last active March 23, 2026 03:33
Learn Go in ~5mins

How to prepare for technical interviews at companies like Amazon, Flipkart, Google, Microsoft, Swiggy, Uber, etc?

Interview Rounds

Generally, there are two major types of technical interviews that companies have in India:

  • Problem Solving & Data Structures Round
  • Machine Coding Round

If you're aiming the traditional giants like Google, Microsoft, Amazon, etc, then you should focus solely on problem-solving & data structures (PS/DS).

How to prepare for technical interviews at companies like Amazon, Flipkart, Google, Microsoft, Swiggy, Uber, etc?

Interview Rounds

Generally, there are two major types of technical interviews that companies have in India:

  • Problem Solving & Data Structures Round
  • Machine Coding Round

If you're aiming the traditional giants like Google, Microsoft, Amazon, etc, then you should focus solely on problem-solving & data structures (PS/DS).

@rahul0208
rahul0208 / collab.md
Created January 30, 2020 08:09
collab application

Collab

We want to build a team calendar to meet the following objectives .

  • It should allow a user to create a calendar and share it with multiple users.
  • As a user I can add a calendar and control access of different users.
  • A user will have different access rights (readonly / write / full-access)
  • A user can add / delete /update events in the calendar(s) available.
  • When an event is added the calendar should validate if there are overlapping events and should alter the user.
  • Each of the calendar is available at a unique URL
  • Each calendar can be de-activated by an admin user. The deactivated calendar will not be accessible to the users.
  • The application has a browser based UI to which can show the calendar.