Tip 1 : Solve most asked coding interview questions with various company tags on geeksforgeeks or other coding platforms.
Tip 2 : Have a good understanding of OOPS Concepts.
Tip 3 : Be confident, it's the most important.
Tip 1 : Do not put false things on resume.
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
In this round, there were 4 sections of MCQs, along with two coding questions.The test consisted of 2 coding question and 20 questions for each section of quantitative, reasoning,DBMS, DS and C programming language. MCQ part was quite easy with a timer, on each sub part and can be easily solved.



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”. Further he asked questions based on the skills that i had mentioned on resume, regarding Concepts of Data Science and Machine Learning. Then he asked about OOPS concepts and he also asked few questions on my project.
A 16 digits random number was given, I was asked to round off the number by 30
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.
Topic is " If Black as a color didn't exist ". Write in about 250 words
Tip 1 : Try to bring out some unique points.
Tip 2 : Do have some creative lines.
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
Tell Me something about yourself
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
To make an AI less repetitive in a long paragraph, you should increase: