Maulana Azad National Institute of Technology (NIT), Bhopal

Bhopal, Madhya Pradesh

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

filter iconFilter interviews by

Maulana Azad National Institute of Technology (NIT), Bhopal Placement Interview Questions

Updated 6 Jan 2025

130 interviews found

user image Anonymous

posted on 3 Sep 2022

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

5 Interview Rounds

1

Coding Test Round

1. One question was given to be solved in 1 hour. Question was medium level based on strings.

2

One-on-one Round (1 Question)

  • Q1. 1. 1:1 interview, mostly discussion around OOPS concepts and some basic dynamic programming questions.
3

Case Study Round

1. 3 questions were given out of which any 2 needed to be solved. 1 question related to Database design and query, 2 questions related to DSA, both DSA questions were medium-hard type based on Dynamic programming and graph.
I solved one Dynamic programming question and Database question.

4

One-on-one Round (1 Question)

  • Q1. 1. This round was the follow up of last case study round. Interviewer gave various use cases to test on the algorithms that I had written. Some discussion relat...read more
5

HR Round (1 Question)

  • Q1. It was final discussion, mostly around cultural fit and classic HR questions. It was easy one, I'd say.

Interview Preparation Tips

Topics to prepare for ZS Software Engineer interview:
  • Data Structures
  • Algorithms
  • OOPS
  • Database management system
Interview preparation tips for other job seekers - Prepare DSA, Database basic questions, OOPS concepts and be confident! Implementation is more important than theory, Hence practice these things.
share interview
user image Anonymous

posted on 8 Dec 2021

I applied via Campus Placement and was interviewed in Jun 2021.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident go though subjects details before the interview.
Work on basics and fundamentals.
share interview
user image Anonymous

posted on 8 Feb 2021

I applied via Campus Placement and was interviewed in Jan 2021.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some good knowledge of java core and graduation projects
share interview

I applied via Campus Placement and was interviewed in Jul 2021.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Tell me about yourself Cement components IC engine questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics and focus more on your speaking skills
share interview

I was interviewed before Sep 2020.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

There were around 10 MCQS and 2 coding questions.  The MCQs mainly had questions related to DBMS and OOPs. There were also questions related to error debugging and give the output of a segment of code. Questions in DBMS were related to SQL commands. The test duration was from 5:30 to 7 pm. There were 2 questions in the coding round. The first one was based on a matrix and the second was based on dynamic programming.

  • Q1. Matrix Bit Flipping Problem In this task, you're provided with a binary square matrix of size 'N * N' named MAT . The task requires you to perform row and colu...read more
  • Q2. Jump Game Problem Statement In this problem, you are given an array ARR consisting of N integers. Your task is to determine the minimum number of jumps require...read more
2

Video Call Round (4 Questions)

Round duration - 45 minutes
Round difficulty - Easy

It was an interview round that took place over skype and it lasted for about 45 minutes. My interviewer was polite and gave me time to think for a few answers and was patient when there were technical difficulties. I was also asked to share my screen and show the working code for a few of the questions asked in the interview. I used an online compiler to do so (onlinegdb). Overall the interview went pretty decent with a mix of easy and tough questions.

  • Q1. Write a SQL query to select all the people who are below the age of 75 from a set of people.
  • Q2. What is the diamond problem in Object-Oriented Programming?
  • Q3. Dijkstra's Shortest Path Problem Given an undirected graph with ‘V’ vertices (labeled 0, 1, ... , V-1) and ‘E’ edges, where each edge has a weight representing...read more
  • Q4. Merge Sort Problem Statement You are given a sequence of numbers, ARR . Your task is to return a sorted sequence of ARR in non-descending order using the Merge...read more
3

Video Call Round

Round duration - 30 minutes
Round difficulty - Easy

This was a professional fitness round. It lasted for about 20-30 minutes. I was asked general questions about my future and career and the interviewer wanted to know what kind of a person I am and if I am fit for working in their company.

4

Video Call Round

Round duration - 15 minutes
Round difficulty - Easy

This round was an HR round. Here I wasn't asked anything related to tech. Very general questions were asked and the purpose of this round was mainly to know if I had an aadhar card or had Indian citizenship or not or if have anyone related to me who was working in that company. Everyone who made it to this round was selected, this round wasn't to test your abilities but just to know if you can work in DB in India.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. Eligibility criteriaAbove 7 CGPADeutsche Bank interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Object-oriented programming, Database management system, Flask and android development (project related), Problem-solving, Aptitude.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Strengthen DSA skills initially, know the basics and understand the working of different data structures
Tip 2 : Learn to implement them and enhance your coding skills. Make mistakes and learn from them instead of just cramming everything before practicing. 
Tip 3 : To enhance coding skills, try your best to crack a question instead of giving up and looking at the solution..this will improve your problem-solving skills.
Tip 4 : It's a must to do the standard coding questions under every category of data structure and algorithms
Tip 5 : To study the topics and practice coding questions refer to GeeksforGeeks and regularly take part in coding contests at CodeForces.
Tip 6 : Be thorough with OOPs and DBMS for interview
Tip 7 : Have at least 2 projects in your resume and make sure you can answer the questions related to them.

Application resume tips for other job seekers

Tip 1 : Make sure your resume fits everything into a single page.
Tip 2 : Have at least 2 projects on your resume.
Tip 3 : Mention only those technical skills that you are confident in.
Tip 4 : Include an objective in your resume.

Final outcome of the interviewSelected
share interview

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

The test was from 10 pm to 11:30 pm at night, Since we had to give the test from home so it was not an uncomfortable timing for me. The test was conducted on hackerrank. Personally I find Hackerrank a better test platform than others like Amcat or Mettle.

  • Q1. Minimum Fountains Activation Problem In this problem, you have a one-dimensional garden of length 'N'. Each position from 0 to 'N' has a fountain that can prov...read more
  • Q2. Count Inversions Problem Statement Given an integer array ARR of size N , your task is to find the total number of inversions that exist in the array. An inver...read more
  • Q3. Array Transformation Problem Given an array ARR consisting of N integers and a non-negative integer K . An operation on the array replaces each element ELE wit...read more
2

Video Call Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Hard

This interview was at 10 am in the morning and was taken by a SDE 3 of the company who had a very great background in Competitive Coding.
The interview started with me introducing myself. The interviewer then gave me a google doc which had 2 coding questions written . He asked me to go through the first question and explain the approach. After which he asked me to code the solution as well. Same procedure was followed for the second question. The most difficult part in using Google Doc to write code is that it doesn't has automatic indentation like the code editors, so I had to put much efforts in keeping my code readable.

  • Q1. Count Distinct Bitwise OR of All Subarrays Given an array of positive integers, determine the number of distinct values obtained by applying the bitwise OR ope...read more
  • Q2. Graph Coloring Problem You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such ...read more
3

HR Round

Round duration - 60 minutes
Round difficulty - Hard

The round was at 4 pm evening. This round was taken by one of the Vice President of the company, this made me anxious from the very beginning.
The interviewer was a knowledgeable man and had great knowledge in every field. He always demanded exact answers.
The round started with my resume walk through. Then came open ended questions followed by a system design question in which I failed miserably.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. Eligibility criteriaNo criteriaCodenation interview preparation:Topics to prepare for the interview - Data Structures, System Design, Graphs, OOPS, Advance Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For company like codenation you need to be great in competitive programming as the online test is very difficult to crack
Tip 2 : Focus on leetcode during final months of preparation of interview
Tip 3 : Try to have at least 3 flagship projects in at least 2 different domains

Application resume tips for other job seekers

Tip 1 : Keep the resume clean with good text to space ratio.
Tip 2 : Don't mention tech slacks that you have only a little knowledge about as it can backfire if the interviewer is good in that tech slack.

Final outcome of the interviewRejected
share interview

I was interviewed before Nov 2020.

1 Interview Round

1

Coding Test Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

the test started at 4 in the evening. the test was conducted in the college only and all the questions were very basic .

  • Q1. Fastest Horse Problem Statement Given ‘N’ horses running in separate lanes, each horse's finish time is provided in an array. You are tasked to process 'Q' que...read more
  • Q2. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a th...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. I applied for the job as SDE - Intern in MumbaiEligibility criteria7 aboveJPMC interview preparation:Topics to prepare for the interview - Dynamic Programming, OOPS, Data Structures, Graphs, Trees, DBMS, basics of developmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : practice at least the most common and frequent question of each topic from the data structure and algorithm design
Tip 2 : Have at least one project made by you which uses databases
Tip 3 : give practice test to develop speed and accuracy on different platforms

Application resume tips for other job seekers

Tip 1 : Resume should be technical skills oriented or if you have a lot of projects should focus on that.
Tip 2 : It should be clean and do not add things that are not relevant to the job you are applying for.
Tip 3 : Resume should be concise and highlight the important points.

Final outcome of the interviewSelected
share interview

Technical Analyst-Intern Interview Questions

user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The test was conducted at around 4 pm on Hackerearth and was of 90 minutes.It consisted of 2 coding questions and 10 MCQs.The first coding question was an easy algorithm and hash table based question, while the 2nd was of medium level and of DP.The difficulty of MCQs varied from easy to hard.

  • Q1. Matrix Cell Value Placement You are provided with an integer N representing the size of an N * N matrix. Initially, each cell of the matrix is empty. You are a...read more
  • Q2. Minimum Cost to Reach the End Problem Statement Given an array of integers ARR and an integer 'K', your goal is to reach the end of the array starting from the...read more
2

Video Call Round

Round duration - 45 minutes
Round difficulty - Hard

It was early morning around 10A.M. shortly after their PPTs.
The interview was conducted via Skype.
It started with a an introductory question of Tell me about yourself.I was asked about my favourite subject.
The interviewer was really helpful.
I was given questions to code on arrays along with theoritical questions of Trees, LinkedLists, OOPs and DBMS.
I was also made to write a few SQL queries.
In the end I was asked if I had any question, to which I asked one.

3

Video Call Round

Round duration - 30 minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. I applied for the job as Technical Analyst-Intern in PuneEligibility criteriaAbove 7 CGPADeutsche Bank interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Database Management Systems, Operating Systems, Analysis and Design of Algorithms, Object Oriented ProgrammingTime required to prepare for the interview - 3.5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice a lot of data structures based questions, this is the most important part of the interviews/tests of any company.Solve atleast 200 questions on GeeksforGeeks or LeetCode.You can sort the questions company or topic wise.A month before the hiring process starts, I gave several coding contests on Coding Ninjas.Try giving as many such contests as possible.
I also attended many live webinars of Coding Ninjas of topics Backtracking, Algorithms, etc. which helped me a lot in brushing up my skills and cleared my concepts to a great extent.How to Ace your coding interview hosted by them was also really insighful.
Tip 2 : Confidence is the key to crack any interview.If stuck on any question, just ask for hints.The interviewers are mostly really helpful.Also, do keep on telling them whatever approach you have in mind.
Tip 3 : Strengthen your concepts of DBMS and OOPs.These are very important subjects and should be revised a day before the interview!

Application resume tips for other job seekers

Tip 1: A good resume includes your skills, projects and experience(internships/volunteer/academic).One should have at-least 2 decent projects.These could be web/app or even python/c based projects.You should be thorough with each and every project you've mentioned.
Tip 2: The resume should be well-formatted.Do not mention things you aren't confident about.Mention your core subjects as well.Write only what you know!

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 14 Sep 2021

I was interviewed before Sep 2020.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The online test consists of around 28 MCQs and 2 programming questions.

  • Q1. Subset Check Problem Statement Determine if one array is a subset of another given two integer arrays ARR1 and ARR2 of lengths 'N' and 'M' respectively. Return...read more
  • Q2. Kth Smallest and Largest Element Problem Statement You are provided with an array 'Arr' containing 'N' distinct integers and a positive integer 'K'. Your task ...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was scheduled a week in advance. The interviewer was very kind and helpful.

  • Q1. Longest Path in Directed Acyclic Graph (DAG) Given a Directed Acyclic Graph (DAG) with a specific number of edges and vertices, your task is to determine the l...read more
  • Q2. LRU Cache Design Question Design a data structure for a Least Recently Used (LRU) cache that supports the following operations: 1. get(key) - Return the value ...read more
3

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The round consisted of 1 coding question and few c++ and oops concepts were asked.

  • Q1. String Transformation Problem Given a string ( STR ) of length N , you are tasked to create a new string through the following method: Select the smallest char...read more
4

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

I was asked 2 questions in this round along with some core concepts. This was my last round.

  • Q1. Sorted Linked List to Balanced BST Problem Statement Given a singly linked list where nodes contain values in increasing order, your task is to convert it into...read more
  • Q2. Delete Mid Element from Stack Problem Statement You are provided with a stack "ARR" containing "N+1" elements. Your task is to delete the middlemost element so...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maulana Azad National Institute of Technology, Bhopal. Eligibility criteriaAbove 6.5 CGPAAmazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithm, Operating Systems, DBMS, Oops Concepts, Hashing, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : You should have excellent problem solving skills 
Tip 2 : Code a lot.
Tip 3 : You should be thorough with your concepts of Data Structures and Algorithm. 
Tip 4 : Know the complexities of the code that you’ve written.

Application resume tips for other job seekers

Tip 1 : Mention your important projects in detail
Tip 2 : Keep it precise and concise

Final outcome of the interviewSelected
share interview
Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Yes, I joined the company

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

2 Interview Rounds

1

Coding Test Round

There were 2 coding questions and 10 MCQs.

2

Assignment Round

There was a real life problem which we have to solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and also learn some development be it Android development, Web Development or machine learning.
share interview