Tip 1 : focus on DSA on early days of job hunt - mainly graph and dynamic programming, practice medium hard level only l.
Tip 2 : mild practice of DSA while on notice period and focus on technologies more on notice period
Tip 3 : Atempt coding round with relax mind
Tip 1: Resume should be a easy read to eyes and mind.
Tip 2: compress words, try to add more details with less words




1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then (2, -3, 1), (-3, 2, 1) etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
System design - WhatsApp
Functional requirements- send and receive msg
Following things are expected
Block diagram
Database schema
Database queries - optimized
Design IRCTC, searching module
Functional requirements
Fast search
Constraints
100000 training are there in the system
1000000 station are there in the system
A train can have maximum 400 stops
Write block diagram, decide database schema and how you store the trains and station information
Design IRCTC, searching module
Functional requirements
Fast search
Constraints
100000 training are there in the system
1000000 station are there in the system
A train can have maximum 400 stops
Write block diagram, decide database schema and how you store the trains and station information

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?