Tip 1 : System Design
Tip 2 : Practice questions from CodeStudio
Tip 3 : Have some projects.
Tip 1 : Mention what you know
Tip 2 : Good previous work to showcase






a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
System Design Round
Design Twitter
Normalizations, Indexing, Transactions etc
It is just a formality
Where do you see yourself in 5 years?
What are your weakness ?

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