The online assessment consisted of 3 coding questions to be solved within 90 minutes. The questions were focused on core data structures and algorithms:
Graph-based problem
Tested concepts like traversal (BFS/DFS), shortest paths, or connectivity.
Dynamic Programming (DP)
Required optimization using subproblems and efficient state transitions.
Tree-based problem
Focused on binary trees, recursion, or traversal techniques.
The difficulty level was moderate to high, requiring strong problem-solving skills, time management, and a solid understanding of DSA fundamentals.