Round 1: (1 hour)
2 Programming Question
- Find Second Largest Element in an array.
Constraints -> Time : O(n), Space: O(1);
- Valid Parenthese: https://leetcode.com/problems/valid-parentheses/
Round 2: (1 hour)
2 Programming Question
- Given an array with head node of sorted linked list, Convert it into a single linked list(sorted)
Constraint-> Space : O(1)
- Majority Element: https://leetcode.com/problems/majority-element/
Constraint-> Time : O(n), Space -> O(1)
Round 3: (1 hour)
- How can we ensure security of API.
- Components of JWT.
- Use Case of SQL and NoSQL.
- Question on Join(Inner Join and Left Join).
- Different types of attack and how can we ensure safety from them. eg. DDOS, SQL injection.
==========================
YOE:- 2 Years in Product Based Company