You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Swiggy/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,7 @@
15
15
- Detect a cycle in the linkedlist if present.
16
16
- Doubly linkedlists and cyclic linkedlists - Questions only (No need to implement).
17
17
- Questions on Internals of Spark and performance related questions.
18
+
19
+
## LLD (Low Level Design Round):
20
+
- Given a scenario of ATC (Air Traffic Controller) and flights, Questions on interactions between flight pilot and ATC if ATC needs to replaced with a automated system (Answer expected interms of API lingo) - payload, messages exchange, queues, parameters - etc.
21
+
- Design a low level ATC system that manages the flight traffic, departures and arrivals within 50 kms of radius.
0 commit comments