Tip 1 : Practice at least 5 questions of each topic of various difficulty levels
Tip 2 : Read out theory articles about your preferred language showing your proficiency in the same.
Tip 3 : Hard work is overrated, consistency is the key.
Tip 1 : Own everything you have there, do not add random skills that you are not proficient in.
Tip 2 : Keep it clean and try to give out minimal but most of the relevant information for the role.
The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.



You can’t sell without buying first.
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.

There can be more than one possible set of pairs. In that case, you can return any.
Multiprocessing vs multithreading
Describe classes and functions for the design of Splitwise.
Tip 1 : Read different designs for different products.
Given that an API service is responding slower than usual, what steps will you take to figure out the problem?

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