Netaji Subhas Institute of Technology (NSIT)

Delhi, Delhi

Your seniors at Netaji Subhas Institute of Technology (NSIT) helped you with their notes. Now they're helping you with their placement interview questions. 🙏

filter iconFilter interviews by

Netaji Subhas Institute of Technology (NSIT) Placement Interview Questions

Updated 18 Jan 2025

94 interviews found

I was interviewed before Sep 2020.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The round was taken on Cocubes platform with video enabled . The time I chose was 3:00 P.M.

  • Q1. Maximum Number from Linked List Problem Statement Given a linked list where each node contains a single digit, your task is to construct the largest possible n...read more
2

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The coding problems were medium and it was held online on Cocubes at 4:00 PM

  • Q1. Maximum Sum Path from Leaf to Root Given a binary tree with 'N' nodes, identify the path from a leaf node to the root node that has the maximum sum among all r...read more
  • Q2. Bipartite Graph Check Determine if a given graph is bipartite. A graph is considered bipartite if its vertices can be divided into two disjoint sets, 'U' and '...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 8 CGPASamsung interview preparation:Topics to prepare for the interview - Dynamic Programming, Greedy Techniques, Data Structures, OOPs, DBMS, Graph TheoryTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare OS, DBMS and OOPs also
Tip 2 : Do Competitive Coding Contest from CodeForces.
Tip 3 : Do leetcode 2 months before interviews.

Application resume tips for other job seekers

Tip 1 : Have some good coding profiles on various platforms
Tip 2 : Mention some projects or past experience relevant to your stream

Final outcome of the interviewSelected
share interview

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

The round had 3 problems to solve. There were multiple sets and each candidate had a different set of problems to solve.
- Timing: Afternoon (2pm - 5 pm)
- Environment: In a college environment with invigilators present to avoid any bad practices.

  • Q1. Find Shortest Path in a Tree Given a tree with 'N' nodes and 'N - 1' distinct edges, along with two nodes 'N1' and 'N2', find and print the shortest path betwe...read more
  • Q2. Count Leaf Nodes in a Binary Tree Count the number of leaf nodes present in a given binary tree. A binary tree is a data structure where each node has at most ...read more
2

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was a pen and a paper round. We were required to solve a problem with pen and paper. Also, we were not allowed to use an inbuilt data structure and algorithm.

  • Q1. Shortest Path in a Binary Maze Problem Statement Given a maze represented as a binary rectangular matrix of size M*N, where each element can either be 0 or 1, ...read more
3

Face to Face Round (2 Questions)

Round duration - 20 minutes
Round difficulty - Easy

It was the first and only face to face interview. The round was majorly about Data structures and algorithms. Some people were also asked some standard puzzles.

  • Q1. Power of Two Problem Statement Determine whether a given integer N is a power of two. Return true if it is, otherwise return false . Explanation An integer 'N'...read more
  • Q2. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Netaji Subhas University Of Technology. Eligibility criteria7+ CGPASamsung interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Object-Oriented Programming, Operating Systems, Competitive Programming, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Competitive programming plays a major role when you are appearing for coding rounds as a fresher. In the coding rounds, you won't get direct problems copied from Geeksforgeeks or Leetcode. You would be required to use your logical thinking to go ahead in the process. This is where competitive programming helps.

Tip 2 : Coding rounds are all about Coding + Timing. Most people fail to excel due to the pressure of a timer ticking on your head. So, instead of just solving problems, try to participate in timed contests. This will help you be used to the pressure of the timer.

Tip 3 : Many big companies like Microsoft, Amazon, and even Google expect you to be good at standard problems. So, once you are done with coding round by your logical skills and competitive programming, you must be well versed with some standard problems in order to excel.

Tip 4 : Patience is the key to success. The internships and placements are a little luck-based. You may fail despite being an amazing programmer due to the pressure of situations. It's important to give yourself time, stay calm, and learn from your mistakes. 

Tip 5 : Do at least 1 good project for internship and 2 good projects for placement interviews.

Tip 6 : Your practice is not defined by the number of problems you solve. It is defined by how you solve the problem. Memorizing 500 problems may not get you a job. But understanding the concept and DSA behind 200 problems may make you excel and help you get a job at Google.

Application resume tips for other job seekers

Tip 1 : Make it short, crisp, and simple. It is always good to have a 1 pager resume. 

Tip 2 : Resume must comprise of the following: Educational Qualifications, Technical skills, Projects, Work experience (if any), Achievements. Other than this, you may include some extra co-curricular achievements.

Tip 3 : Keep a balance in your resume. A resume having 6-7 projects and no DSA skills are not good. Similarly, a resume full of competitive programming achievements is not good. A resume must have both in a balanced way. 3-4 projects is more than sufficient.

Final outcome of the interviewSelected
share interview

I applied via Campus Placement and was interviewed before Feb 2021.

2 Interview Rounds

1

Coding Test Round

2

Technical Round (1 Question)

  • Q1. Mostly ques based upon my resume details and some tech related ques on OOPs, OS, Cloud, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare everything that you have mentioned in the resume
share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

5 Interview Rounds

1

Telephonic Call Round

Round duration - 60 minutes
Round difficulty - Easy

The interviewer called my via phone and simultaneously provided me a link where I had to write the code for a given problem. It was scheduled at 12:30 pm, so timing was not an issue. It was a standard DP question involving a 2D matrix. The question was easy and I was able to code it within given time.

2

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer asked me two coding questions in this round.

  • Q1. Write an efficient program to find the sum of the contiguous subarray within a one-dimensional array of numbers that has the largest sum.
3

Face to Face Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was on-site round at their Bangalore office. The interviewer was friendly and helpful. The interview held inside a conference room.

  • Q1. DFS Traversal Problem Statement Given an undirected and disconnected graph G(V, E) , where V is the number of vertices and E is the number of edges, the connec...read more
4

Face to Face Round

Round duration - 60 minutes
Round difficulty - Easy

This was the next round of the onsite interviews. Took place in the same conference room as that of the previous round.

5

Face to Face Round

Round duration - 60 minutes
Round difficulty - Easy

This was the third round of the onsite interview. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Software Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - 1 in BangaloreGoldman Sachs interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Database, System Design, Operating SystemsTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Practice DP based questions as much as you can. Also, be confident during the interview about your solution. For practice, you can prefer Coding Ninjas and Geeks For Geeks.

Application resume tips for other job seekers

Keep it short. Mention the academic and professional projects you've done. Add your educational details properly with percentage or CGPA obtained.

Final outcome of the interviewSelected
share interview

Hardware Interview Questions

user image Pratyush Dhingra

posted on 11 Sep 2017

I was interviewed in Aug 2017.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: There were 3 sections each with 20 questions related to coding, digital, analog and aptitude.
Coding part was particularly difficult with mostly questions based on pointers and flow of execution. Digital part was nice and easy with no tricky questions.
Tips: Practice some aptitude questions.They definitely give u an edge and a higher chance for clearing the round.Keep your coding strong whether u apply for hardware or software.
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: the interview started with what is VLSI and then was followed by a series of questions from digital electronics based on flip flop , finite state machines , combinational circuits and much more

College Name: NSIT
share interview
user image Anonymous

posted on 10 Sep 2017

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: There were 2 sections of english and quantitative aptitude. 40 questions were to be answered.
After that there was coding round in which 2 questions were asked. 70 mins were provided.
Duration: 40 minutes
Total Questions: 40

Round: Technical Interview
Experience: This was a personal interview round and questions were asked froms OOPS and basic programming. They were basically looking for projects.

Round: HR Interview
Experience: This was a skype round and general questions were asked by the HR. They just wanted to test the basic knowledge and communication skills of the student.

Skills: Talking Ability, Coding Skills, Project
College Name: Netaji Subhas Institute Of Technology, Delhi
share interview

I was interviewed in Aug 2017.

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: Higher marks questions were hard as compared to low mark questions but less in number.
Most Questions came from the course studied in college.
Tips: Should have basic concepts of Digital and analog electronics.
Duration: 1 hour 30 minutes
Total Questions: 40

Round: Technical Interview
Experience: Initially they asked about my project and then course related questions were asked like to implement a 2*1 mux using 2 input and gates.
Tips: Try to have a project and study about FSM

Round: HR Interview
Experience: Initially she asked me to go through your CV and then asked why samsung and at the end she asked if I have any doubt
Tips: Read about the company before hand

College Name: Netaji Subhas Institute Of Technology, Delhi
share interview
user image Anonymous

posted on 2 Jan 2017

I was interviewed before Jan 2016.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: techincal questions from C,C++ . mostly pointers. few ques from DB, and OS.

Duration: 1 hour 30 minutes
Total Questions: 45

Round: Test
Experience: This is a rigourous 6-8 hours coding round where you are given a problem statement to solve .
The company people are there to guide you through the process .
Duration: 6 hours
Total Questions: 1

Round: Technical Interview
Experience: A panel of 2-3 members takes your inteview on basic fundamental c++, data structures questions.
duration is mostly 45 mins to 1hr.

Skills: C++, Coding Skills And Knowledge On Data Structures, Pointers In C, Logical Puzzles, Thinking Approach
College Name: Netaji Subhas Institute Of Technology, Delhi
share interview

I was interviewed in Dec 2016.

5 Interview Rounds

Interview Questions

  • Q1. Case was particularly one that they had dealt with.Mine was introducing a new scheme for the frequent travelers and as a consultant they wanted me to decide if ...read more

Interview Preparation Tips

Round: Test
Experience: There was no negative marking in the test so we were free to attempt all questions.Out of 100,15 students were shortlisted for the next round that was to be taken at their office.
Tips: Be quick! Quant was of average difficulty but you do need to brainstorm in many questions.
Duration: 1 hour

Round: Case Study Interview
Experience: There were loads of silent moments in the room but the interviewers were really helpful and they helped in driving a conversation simultaneously motivating me to brainstorm by providing situations relevant to the case.
Tips: Be prepared with the case studies,it helps.This was my first ever case study so I was not at all structured in my approach but they had made it clear that they were interested in the mindset and not merely the solution.
Also,utilize your "Do you any questions?" time to the best.It earns you some extra points.

Round: Behavioral Interview
Experience: There were a set of questions they had on a paper and you had to answer each of them through the experiences you have had as a part of project team or in societies you're part of or the internships you've done.They were writing every answer that was said!
One guesstimate was also asked in the end.
"Estimate the number of cars passing the yamuna bridge."
They wanted just the factors and not the numbers.
Tips: Be fluent.The interview was taken by a senior HR person and one of the managers who were really sweet and making the interview go comfortable.Be honest! Try to express your journey as a story because this is how they'll remember you.You need to create a mark down their memory lane

Skills: Thought Process, Presentation Of Facts In Resume, Personality
College Name: Netaji Subhas Institute Of Technology, Delhi
share interview

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted mostly on the basis of Percentage. Anyone above 70% was selected.

Round: Technical Interview
Experience: Tested basic concepts of Electronics.

Round: Technical Interview
Experience: Interview to test some advanced concepts.

Skill Tips: While appearing for TI, be very thorough with the concepts of RC circuits. This is the first thing they test.
Skills: Analog Circuits, Analog And Digital Knowledge, RC Circuits
College Name: Netaji Subhas Institute Of Technology, Delhi
share interview