Indira Gandhi Delhi Technical University for Women, Delhi

Your seniors at Indira Gandhi Delhi Technical University for Women, Delhi helped you with their notes. Now they're helping you with their placement interview questions. 🙏

filter iconFilter interviews by

Indira Gandhi Delhi Technical University for Women, Delhi Placement Interview Questions

Updated 21 Dec 2024

26 interviews found

I was interviewed before Sep 2020.

4 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The online coding round took place at 9:30 am in the morning. The platform was new so I got familiar with it in advance, a night before, to avoid any hassle during the test. There was camera proctoring and laptop screen sharing throughout the test. Multiple programming languages like Java, C, C++ and Python were allowed. There were 3 coding questions based on DSA. Questions were different for different candidates.

  • Q1. Distinct Strings With Odd and Even Swapping Allowed Problem Statement You are provided with an array of strings, and your objective is to determine the number ...read more
  • Q2. Rotational Equivalence of Strings Problem Statement Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' b...read more
  • Q3. Buses Origin Problem Statement You have been provided with an array where each element specifies the number of buses that can be boarded at each respective bus...read more
2

Video Call Round (1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

The interview took place through Microsoft Teams at 2:00 pm. The platform was smooth and the interviewer was very friendly and told me that he isn't looking for bookish language answers but he only wants to check my understanding of CS subjects.

  • Q1. Longest Mountain Subarray Problem Statement Given an array of integers representing the heights of mountains, determine the length of the longest subarray that...read more
3

Video Call Round (2 Questions)

Round duration - 55 Minutes
Round difficulty - Medium

The interview was conducted on Microsoft Teams and the interviewer was very friendly. He made sure I was comfortable and described his role at Microsoft.

  • Q1. Kth Largest Element Problem Given an array containing N distinct positive integers and a number K , determine the Kth largest element in the array. Example: In...read more
  • Q2. Can you describe the ACID properties in DBMS?
4

Video Call Round (3 Questions)

Round duration - 60 Minutes
Round difficulty - Hard

The interview was conducted on Microsoft Teams and code was written on Notepad (screen shared). The interviewer was friendly and gave hints to reach the final solution.

  • Q1. Data Structure with Insert, Delete, and GetRandom Operations Design a data structure that supports four operations: insert an element, remove an element, searc...read more
  • Q2. Convert BST to Sorted Doubly Linked List You are given a Binary Search Tree (BST), and your task is to convert it into a sorted Doubly Linked List (DLL). Examp...read more
  • Q3. What would your dream project be like?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indira Gandhi Delhi Technical University for Women. I applied for the job as SDE - 1 in HyderabadEligibility criteriaMinimum 80% academic score, No active or dead backlog, Only CSE, IT and ECE students allowedMicrosoft interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating System, Object Oriented Programming Concepts, Database Management System, Aptitude Questions, Resume DiscussionTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : The most important topic to prepare is DSA, everything else is secondary. Don't run behind advanced technologies if your DSA concepts are not strong.
Tip 2 : Make sure you know the fundamentals of the programming language you code in, apart from OS, OOP and DBMS concepts. Knowledge of these topics showcase your interest in Computer Science, in general. 
Tip 3 : Practice by giving contests on Leetcode and other coding platforms. Don't focus on your score or rank, just focus on your learning.

Application resume tips for other job seekers

Tip 1 : Make sure your resume is well structured and only 1 page, if you are a fresher. It should include relevant sections like Work Experience (Any past internships), PORs (Any college society you were a part of), Personal Projects and Achievements that you wish to showcase.
Tip 2 : Proofread your resume multiple times. Get it reviewed by your seniors or your friends to ensure there are no grammatical mistakes or spelling errors as it gives a bad impression.

Final outcome of the interviewSelected
share interview

Software Engineer interview

user image Coding Blocks

posted on 27 Nov 2021

share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed in Nov 2020.

2 Interview Rounds

1

Face to Face Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Started with the introduction.
Then there were two-three coding questions.
Some OS and DBMS concepts were asked.
Questions related to testing were also included.

  • Q1. 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
  • Q2. Number and Digits Problem Statement You are provided with a positive integer N . Your task is to identify all numbers such that the sum of the number and its d...read more
2

Face to Face Round

Round duration - 60 minutes
Round difficulty - Medium

This was quite a tough round that can be cleared only by practice and understanding the problem. They asked about the profile first, then questions related to testing, SDLC, and so on. And then, I was asked to write test cases for two to three problems. Writing a test case was a task in this round. The interview was a senior testing engineer and was very friendly and helpful also and answered all my queries related to work.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indira Gandhi Delhi Technical University for Women. I applied for the job as Software Testing Engineer in NoidaEligibility criteria6.8 and above CGPA, Active and dead backlogs not allowedPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - OOPS, Data Structures and Algorithms, Operating System, Low-Level Design, DBMSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice question from every section (Arrays, String, Data Structures) 
Tip 2 : Practice question that required you to write test cases for a problem (as they judge you on your practical implementation)
Tip 3 : Practice low level designing questions (it indirectly helps you to write test cases )
Tip 4 : Choose your favorite Data Structure and practice well on it (as this is the most commonly asked question)

Application resume tips for other job seekers

Tip 1 : Have at least three projects in your resume (Include only those which you can explain and demonstrate)
Tip 2 : Include a column of "Position of Responsibility" in addition to your work experience and technicalities (it is impactful as it shows your extra activities apart from your regular curriculum)

Final outcome of the interviewSelected
share interview

Application Developer interview

user image Placement Interview

posted on 26 Jun 2022

 · B.Tech/B.E.
share interview
user image Anonymous

posted on 14 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

Round 1 was a coding test which consisted of 4 sections.
1st section.
There were 7 debugging questions which was to be solved in 20 minutes.
A code was given which we have to debug and it should pass all the test cases. If you have a basic understanding of loops and concepts then this section is easy.

2nd section.
There were 2 coding questions which were to be done in 70 minutes.

3rd section
This section was more about behaviour and nature.

4th section 
There were 35 reasoning based questions, which was to be done in 24 minutes.

  • Q1. Merge Two Sorted Linked Lists Problem Statement You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and ...read more
  • Q2. Word Break Problem Statement You are given a list of N strings called A . Your task is to determine whether you can form a given target string by combining one...read more
2

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Round 2 was 1-hour long technical interview. It was on 20th June 2020, from 10 AM to 11 AM. The round started with the introductions and then the discussion on projects.

  • Q1. Add Two Numbers as Linked Lists You are given two singly linked lists, where each list represents a positive number without any leading zeros. Your task is to ...read more
  • Q2. Course Schedule Problem Statement You are enrolled as a student and must complete N courses, numbered from 1 to N, to earn your degree. Some courses have prere...read more
  • Q3. What are the ACID properties in a database management system?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indira Gandhi Delhi Technical University for Women. I applied for the job as SDE - Intern in BangaloreEligibility criteriaNoneAmazon interview preparation:Topics to prepare for the interview - Data Structures, DBMS, OOPS, CN, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice your problem-solving skills
Tip 2 : Do at least 2 projects

Application resume tips for other job seekers

Tip 1 : Avoid grammatical errors
Tip 2 : Avoid adding unnecessary information

Final outcome of the interviewSelected
share interview

Software Developer Intern interview

user image Placement Interview

posted on 14 Jun 2022

share interview

I applied via Campus Placement and was interviewed in Oct 2020.

1 Interview Round

Interview Questions

  • Q1. Every architect must be licensed with COA
  • Q2. It is inquired if you have studies 5 years of B. Arch

Interview Preparation Tips

Interview preparation tips for other job seekers - It is adviced to dress formally.
share interview

Software Engineer interview

user image Arsh Goyal

posted on 1 Dec 2021

share interview
user image Anonymous

posted on 16 Sep 2021

I was interviewed before Sep 2020.

1 Interview Round

1

Assignment Round (4 Questions)

  • Q1. Minimum Removals Problem Statement Given an integer array ARR of size N and an integer K , determine the minimum number of elements that need to be removed so ...read more
  • Q2. Distance Between Two Nodes in a Binary Tree Given a binary tree and the values of two distinct nodes, determine the distance between these two nodes in the tre...read more
  • Q3. Majority Element - II Problem Statement Given an array/list ARR of integers with length 'N', identify all elements that appear more than floor(N/3) times withi...read more
  • Q4. Consecutive Elements Given an array arr of N non-negative integers, determine whether the array consists of consecutive numbers. Return true if they do, and fa...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indira Gandhi Delhi Technical University for Women. Eligibility criteriaNo current backlogs
Google interview Rounds:Round 1
Round type - Video Call
Round duration - 45 Minutes
Round difficulty - Easy
Round description -

The round was held in the evening, it was a telephonic interview on Google meet. The interviewer was very friendly and told me to relax and focussed.


Round 2
Round type - Video Call
Round duration - 45 Minutes
Round difficulty - Medium
Round description -

Telephonic round on Google meet. 
In the evening

Google interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Arrays, Trees, Hashing, 2 pointers, prefix sum, sorting implementationsTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Build a strong resume reflecting your coding skills for the resume shortlisting round. (Mention some achievements to highlight your resume) 
Tip 2 : Good knowledge of data structures and algorithms
Tip 3 : Proficient in at least one coding language.

Application resume tips for other job seekers

Tip 1 : Build a strong resume reflecting your coding skills including some simple projects in any tech bucket. 
Tip 2 : Mention some achievements to highlight your resume and different from other candidates.

Final outcome of the interviewSelected
share interview

Intern interview

user image Coding Blocks

posted on 27 Nov 2021

share interview