Tip 1: Keep solving problems consistently.
Tip 2: Start as early as possible to allow sufficient time for completing DSA along with revision.
Tip 3: Showcase a good project on your resume and have a solid understanding of it.
Tip 1: Have good projects on your resume, and the definition of 'good' is not tough—it simply means you should be able to explain what you've created.
Tip 2: Try to make projects that solve real-life problems; it can be anything. A good example could be a contest reminder if you tend to miss contests frequently, as I did before deciding to make a project for it.
Tip 3: Never put things on your resume that you don’t fully understand. It’s not about quantity; it’s about quality.


s = {1, 4, 11} e = {9, 5, 13}
In the given example, the first friend is available between dates 1 to 9, the second is available on dates 4 and 5, and the third is available on dates 11 to 13. Hence he can meet a maximum of only two friends on dates 4 and 5.
Hence the answer is 2.



A mapping from Digits to Letters (just like in Nokia 1100) is shown below. Note that 1 does not map to any letter.

It is tough, actually, as it is a live code pairing round, and the first question the interviewer asked me was from DP. However, the interviewer is supportive.






Rotation of envelope is not allowed, that is, height and width can’t be exchanged
I believe it was in the afternoon, around 3:30 to 4:00. The interviewer was a manager at Airtel, very polite, and we had a great discussion about the project along with some behavioral questions.
1. What were my favorite subjects in my academics?
2. Which project am I proud of?
3. Why do I want to join DUNZO? Why not any other organization?
4. What difficulties did I face when learning the new tech stack, and how did I overcome them?
5. How do I keep myself updated?
6. Which data structures am I currently studying?
7. Then he asked me if I had any questions for him. I asked two questions.
Tip 1: Walk through the code of the project so you understand it thoroughly.
Tip 2: Review common behavioral questions in advance.
Tip 3: Brush up on your knowledge of DSA.

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?