Tip 1: Spend time on DSA; this is non-negotiable. However, don’t aim for perfection. You’re good to start interviewing after mastering basic easy questions and some standard medium-level questions.
Tip 2: If your DSA skills are not strong, make sure your development skills are. That was the case for me.
Tip 1: Describe your projects well.
Tip 2: Don’t lie on your resume. You can fake skills, but you cannot fake confidence in your experience.





Input: ‘str1’ = “abcjklp” , ‘str2’ = “acjkp”.
Output: 3
Explanation: The longest common substring between ‘str1’ and ‘str2’ is “cjk”, of length 3.
Past projects, their descriptions, tech stack, and basic architecture.
I created a Recipe Generator AI-based application, which was preconfigured to use only the ingredients supplied by the end user, within a limited number of steps (10), and with concise responses.

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