Visvesvaraya National Institute of Technology (VNIT), Nagpur

Nagpur, Maharashtra

What if you can't knock at your Visvesvaraya National Institute of Technology (VNIT), Nagpur seniors' door for advice? Read their placement interview questions and crack your next interview. 🏆

filter iconFilter interviews by

Visvesvaraya National Institute of Technology (VNIT), Nagpur Placement Interview Questions

Updated 4 Jan 2025

1 interview found

Interview Questions

user image Anonymous

posted on 22 May 2015

2 Interview Rounds

Interview Preparation Tips

Round: HR INTERVIEW
Experience: Began with the introduction. Why are you looking for another job blah blah.Then he gave me a puzzle that there are two robots in the air and they have a parachute each with them. On each there is a big infinite assembly of cells units. The robots land on the assembly of chain. Now that cell remembers whether a robot landed and placed parachute on it or not. Now you have to program the robots in such a way that they meet after some time. There should be only one function which does that (for both the robots). A robot has option to either move left or right or stand still.Then he asked me a question that there is large array. With 0’s initially and 1’s at the end. You need to find out the position of first one.

NOTE(Just in the interviewer is reading this): I read somewhere recently that person should always ask questions to the interviewer before start coding. So, I never did that when I was in my college, actually never had tobecause 99% of the questions are either from geeksforgeeks or careercup or the pdf – How to crack coding interview. Well, I had a genuine question that by large you mean infinite or finite array. The interviewer suddenly looked blanked when he heard infinite and binary search together. I am pretty sure he must be thinking what will the last index and how will I calculate mid in that case. But, binary search can be modified to look for an element even if you don’t know ‘n’.Then some questions related to the freelancing work I do. Then another “coding” question to segregate even and odd numbers – again form geeksforgeeks.One question on ArrayList and LinkList.And few small questions related to Java(like difference between xyz and abc) – which I have no clue, how does that helps the interviewers to judge a candidate’s java knowledge. But the interviewer was happy and I was happy.

Round: HR INTERVIEW
Experience: The weirdest interview I have ever had. First question – What is coupling and cohesion. I told him what I remembered from Sangeeta Sabharwal book I read back in college.

Then he asked me about my resume – that how can I work in two companies (one of which was freelancing) and being a girl how can I be into technology. The idea altogether seemed very confusing to him, plus I was appearing for Dev profile. Well, he asked me to name a few data structures from Java. I answered quite a few like “ArrayList”, “Set”, “Stacks”, “Queues”. Then he asked me to name a data structure in Java which is actual implementation of Queues – this was the only sane question till this point. Then he all of a sudden started shouting – that I don’t know Java blah blah. If he ever gives me assignment to get data from database, populate POJOs with it and then convert it into JSON, then I won’t be able to do that- because I don’t know the difference between ArrayList and List (which he definitely assumed in his head).Then he asked me to name the library which converts POJO to JSON object. I said there is some third party API, whose name I don’t remember. He asked question on database queries and indices-which made sense. Then he asked me any questions- I felt like asking are you the only one insane and dumb here or everybody here is the same, but then I said no and he rushed to HR. The HR came with the feedback but before she could give me the feedback, I told her about the interviewer and asked her to keep the feedback with herself.The point I want to make is that first of all, a programmer’s work can never get limited by a language. Plus Java, C#, Python are something which just translate your thoughts/algorithm into something runnable. Secondly, in my 1.5 year of experience I have never crammed the API documentation of either Java or C# or Python. My idea is to just start writing “Hello World”, the associated modules,data structures will automatically come to your head . Even then, I have never fared less than any other computer programmer because ultimately what makes a difference is whether you have the brains to visualize how will data move in the memory, which operation will you mostly use-deletion, insertion, updation, sorting etc , the knowledge of ArrayList, List, LinkList will follow. All you need is to be clear about in your head how threads will access the static variables, how will they work simultaneously keep their own copy of variables, which variable I want to protect and which variable do I need to be updated by all threads. To understand the API and more important to tweak the API is not more than an hour’s work.Most importantly, don’t aim to become a crammer, become a programmer.

College Name: NIT NAGPUR
share interview