Tip 1 : Practice DSA daily
Tip 2 : Along with DSA make sure to work in your development skills
Tip 3 : Involve in a project and build it without copy pasting the code
Tip 1: Make atleast 2 full stack projects
Tip 2: have done any internship or won hackathons/competitions






If there are any duplicates in the given array we will count only one of them in the consecutive sequence.
For the given 'ARR' [9,5,4,9,10,10,6].
Output = 3
The longest consecutive sequence is [4,5,6].
Can you solve this in O(N) time and O(N) space complexity?
The interview covered CSS, JavaScript topics like closures, promises, and React.js. The interviewer, who seemed genuinely understanding, tailored questions based on my resume. It felt like a casual yet thorough assessment of my skills, creating a positive and collaborative atmosphere.
This interview mainly delved into personal aspects.
They asked about my hobbies, strengths, weaknesses, and where I see myself in five years.
They were also interested in my knowledge about the company and why I'm interested in choosing them over other companies.
The CTO went through my resume and had a chat with me about it. After that, he asked me some questions about user authorization tokens, like how long they last, etc. We also talked about user authorization and authentication in an application.

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