Skip to content

Commit 29745cb

Browse files
authored
Update README.md
1 parent c5bfb7e commit 29745cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Swiggy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Personal Experience - Software Development Engineer - II (Data and ML Platform):
22

33
## First Round (Computer Science Fundamentals and DSA):
4-
- Let's assume there are N number of lines in 2D coordinate system and their start and end points - `(X1s,X1e),(X2s,X2e),......(XNs,XNe) where s = start and e = end`, we need to draw a line perpendicular to X-axis (Parallel to Y-axis) such that the intersects maximum number of given lines and also find the points of intersection if possible (If multiple intersection points possible - return any of them).
4+
- Let's assume there are N number of lines in 2D coordinate system and their start and end points - `(X1s,X1e),(X2s,X2e),......(XNs,XNe) where s = start and e = end`, we need to draw a line perpendicular to X-axis (Parallel to Y-axis) such that the line intersects maximum number of given lines and also find the points of intersection if possible (If multiple intersection points possible that maximizes number of intersections - return any of them).
55
- Find the second largest element in an array?
66
- When does the shuffling happen in spark?
77
- what's your inference on the scenario where the application is running and memory consumption is too high and CPU utilization is constant?

0 commit comments

Comments
 (0)