Tip 1 : Prepare DSA well
Tip 2 : it's a startup, so you should be good at dev
Tip 3 : Be confident
Tip 1 : Have some projects in resume
Tip 2 : As a fresher your resume should be one pager.
The interviewer had total 1 years of experience.



Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams.
'triangle' and 'integral'
'listen' and 'silent'
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct.
Design a system for shortening URL application.
Tip 1 : Buy HLD
Tip 2 : UInderstand the problem statement first
The interview was the tech lead of one of the core teams in Delhivery.
Design a database for Warehouses for the Delhivery team .
There is a network failure in a distributed database . Discuss the scenario in all three possible cases using CAP theorem.



For the given binary tree

The reverse level order traversal will be {7,6,5,4,3,2,1}.
It was a director's round
Design a database for an organisation such that it has employees, every employee can have a role. One role can have many permissions for example Rola – Manager can code, can manage, can recruit . Role – Coder can code but not manage, Role – HR can manage and recruit. All tables should be in BCNF

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?