Tip 1: Balance your preparation by combining strong DSA skills with hands-on web development.
Tip 2: Don’t ignore core CS subjects like DBMS, OS, and Computer Networks, as they are essential for clearing technical interviews.
Tip 3: Build a live portfolio and network actively. Add your projects online and use LinkedIn to ask employees for referrals to bypass the standard resume screening.
Tip 1: Try to include at least 1–2 projects on your resume and be able to explain them well during the interview.
Tip 2: Add as many relevant figures and links as possible (e.g., project links, profile links, etc.), as this adds authenticity to your application and can significantly improve your ATS score.



1. A ‘path’ is a sequence of adjacent pair nodes with an edge between them in the binary tree.
2. The ‘path’ doesn’t need to pass through the root.
3. The ‘path sum’ is the sum of the node’s data in that path.


This round was conducted on Google Meet using the coding platform and was a live coding round. The platform contained a small React project along with failing test cases. The goal was to fix the code in the respective files and make the test cases pass. The entire project had around 22 test cases, out of which I was able to pass nearly 12.
This round was also conducted on Google Meet using the coding platform and was a live coding round. The platform provided a React environment where I was asked to develop a React component similar to one of the components on the Coinbase website. The interview went well, and I received positive feedback from the interviewer.

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?