Tip 1: Solve problems to gain hands-on confidence.
Tip 2: Solve quality questions.
Tip 3: Try solving questions yourself instead of checking YouTube videos.
Tip 1: Include projects the company is working on, like the one I added with Spring Boot.
Tip 2: Highlight relevant skills. Since fintech companies mostly work with Java, I included Java.






Input: ‘asteroids’ = [3,-2,4]
Output: [3, 4]
Explanation: The first asteroid will destroy the second asteroid. Hence, after the collision, the state of the asteroids will be [3,4].
You don’t need to print anything. Just implement the given function.
Low Level Design Question was asked in this round.
LLD of EMI plan where you have to take care of multiple partners.

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