Tip 1 : Focus on concept clearity and practice topic wise DSA questions on regular basis.
Tip 2 : Do atleast 2 projects and have detailed knowlede about the projects.
Tip 3 : Have a good grasp of Concepts of OOPS.
Tip 1 : Put those things on resume which you are confident about.
Tip 2 : Have at least two projects on resume, out of which one should be your main project and the other can be your secondary one.
Tip 3 : Do not put false things on resume.
It basically consisted of a 2hr test(approx) on AMCAT. The test consisted of 2 coding question and 20 questions of quantitative, reasoning and technical question based on DBMS, DS and small C coding.
The width of each bar is the same and is equal to 1.
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].
Output: 10
Explanation: Refer to the image for better comprehension:
You don't need to print anything. It has already been taken care of. Just implement the given function.
Step 1 : Find the highest bar on the left and right, array traversal is needed which reduces the efficiency of the solution.
Step 2 : To make this efficient one must pre-compute the highest bar on the left and right of every bar in linear time.
Step 3 : Then use these pre-computed values to find the amount of water in every array element.
The 2nd Round was technical interview round.
It started with the usual “Tell me something about yourself”. Then he asked questions based on resume, like I had mentioned that I am familiar with Concepts of Data Science and Machine, so he asked a few questions on them. Then he asked about OOPS concepts and he also asked few questions on my project.
Tip 1 : Try to understand the problem clearly.
Tip 2 : Do ask questions to the interviewer to clear your doubts.
Tip 3 : Try giving the brute force solution first, then start optimizing.
Tip 1 : Try to bring out some unique points.
Tip 2 : Do have some creative lines.
Tip 3 : Try to think in terms of its applications.
The HR was pretty chill and she asked questions like:-
Tell Me something about yourself.
Do you plan to do Masters
All about my resume
About my club and project.
Tip 1 : Try to keep your introduction short and crisp.
Tip 2 : Do add your achievements.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?