Tip 1 : Practice basic DSA for the coding round and be clear with your basics
Tip 2 : Learn and do Development. It can be web dev, android, machine learning, etc. as it can help you in your projects as well as during your hackathon
Tip 3 : Along with your technical skills, also focus on your soft skills as it is equally important. There's no use of your knowledge if you can't explain it to another person.
Tip 1 : Keep it short. Try 1 page resume
Tip 2 : Share your achievements and projects but not your certifications
It was an online coding round on Hackerrank. We have to keep our camera on and we have 60 minutes to solve 2 questions



The length of each word should be less than or equal to ‘M’.
You can’t break a word, i.e. the entire word should come in the same line and it must not be the case that a part of it comes in the first line and another part on the next line.
I've already done these questions previously therefore I already know how to solve this question


Input: ‘N’ = 3, ‘M' = 2, ‘Q’ = 1, ‘ARR’ = [[0, 1], [0, 2]], ‘QUERIES’ = [2]
Output: 2
In this case,
After Day 1 number of coins in the boxes will be: [1, 1, 0]
After Day 2 number of coins in the boxes will be: [2, 2, 1]
Hence the boxes having at least ‘2’ coins are Box 0 and Box 1.
A video interview is conducted for everyone who passed the coding test. It is an automated interview where the candidates are asked two behavioral questions and they should record their responses. A total of 15 minutes is given to record your answers. You will be given two chances for each question
Where do you see yourself in the next 5 years?
Have you ever worked in a team? Share your learnings.
Tip 1 : Prepare in advance for such behavioral questions
Tip 2 : Share your experience which can showcase that you are a team player
It was a Hackathon. Our mentors will judge us on the basis of your contribution, tech skills and our soft skills
We are given a problem statement and we have to build a solution for that.
We brainstorm for possible solutions and start building our project

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: