Delhi College of Engineering (DCE), Delhi

What if you can't knock at your Delhi College of Engineering (DCE), Delhi seniors' door for advice? Read their placement interview questions and crack your next interview. 🏆

filter iconFilter interviews by

Delhi College of Engineering (DCE), Delhi Placement Interview Questions

Updated 14 Jan 2025

3 interviews found

user image Anonymous

posted on 16 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The coding round consisted of 3 coding questions. 1st question was of 20 marks, 2nd and 3rd of 50 marks.

  • Q1. Minimum Number of Operations Problem Statement Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to m...read more
  • Q2. Avoiding Traps Problem Statement Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordi...read more
  • Q3. Longest Consecutive Sequence Problem Statement You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest con...read more
2

Video Call Round

Round duration - 45 minutes
Round difficulty - Easy

Timing: 10:15 - 11:00 am.
The interview was online from home.

3

Video Call Round (1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: 2:15 - 3:00 PM
The interview was online from home.
There were a few audio cuts in the video call but we were able to manage regardless.

  • Q1. Reverse a String Problem Statement Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the stri...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteriaCGPA cutoff 7Deutsche Bank interview preparation:Topics to prepare for the interview - Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 2 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 3 : For SQL, I recommend W3Schools and GeeksforGeeks.
Tip 4 : Always maintain your cool during Interviews, and answer the questions calmly. If you get stuck in a problem, do not hesitate to ask for hints.

Application resume tips for other job seekers

Tip 1: Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 2: Mention only those skills/programming languages in your resume that you are comfortable with, that is, you have proper knowledge of as the interviewee can ask questions from those languages specifically.
Tip 3: Keep your data in your resume honest and accurate.

Final outcome of the interviewSelected
share interview

Technical Analyst-Intern Interview Questions

user image Anonymous

posted on 16 Sep 2021

I was interviewed before Sep 2020.

5 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

6-7:30 pm
The webcam was on throughout the test.

  • Q1. Ninja and Infinite Size Array Problem Statement Given an array/list ‘ARR’ of unknown size, sorted in ascending order with all distinct elements, and an element...read more
  • Q2. Shortest Safe Route in a Field Problem Statement Ninja wants to cross a field represented as a rectangular matrix of size M x N, containing landmines. A landmi...read more
  • Q3. Maximum Subarray Sum Problem Statement Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguou...read more
2

Video Call Round (2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

Morning(10 am)
The interviewer was friendly.

  • Q1. Add Two Numbers Represented as Linked Lists Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., ...read more
  • Q2. Prime Numbers Identification Given a positive integer N , your task is to identify all prime numbers less than or equal to N . Explanation: A prime number is a...read more
3

Video Call Round (4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Afternoon around 12 PM
If was from home
The interviewer was professional and did not waste any time.

  • Q1. What are the main features of Angular?
  • Q2. Cycle Detection in a Singly Linked List Determine if a given singly linked list of integers forms a cycle or not. A cycle in a linked list occurs when a node's...read more
  • Q3. Implement Stack with Linked List Your task is to implement a Stack data structure using a Singly Linked List. Explanation: Create a class named Stack which sup...read more
  • Q4. Find Unique Element in Array You have been provided an integer array/list ARR of size N . Here, N is equivalent to 2M + 1 where each test case has M numbers ap...read more
4

HR Round

Round duration - 45 minutes
Round difficulty - Easy

They were calling it a pro-fitness round, it was to check if you are professionally fit to work in the company.
It was in the late afternoon around 3 PM
The interviewer was very friendly and engaging.

5

HR Round

Round duration - 20 Minutes
Round difficulty - Easy

It was in the evening around 5 PM
The locations and work culture was discussed in that round 
The interviewer was exhausted.

Interview Preparation Tips

Professional and academic backgroundI completed Software Engineering from Delhi Technological University. I applied for the job as Technical Analyst-Intern in PuneEligibility criteria7.5 CGPADeutsche Bank interview preparation:Topics to prepare for the interview - Data structure and Algorithm, DBMS, OS, OOPS, System Design, Competitive Programming, Development(Angular 9), Puzzles.Time required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : If you have ample time then start competitive programming it will increase your speed of implementation and accuracy. I recommend codeforces.
Tip 2 : If your interviews are near, start solving standard coding problems from leetcode, Interview bit, and geeks for geeks.
Tip 3 : Try to do working projects, they make a great impact on the interviewer.
Tip 4 : Practice as many questions as you can. That way, you will not make any silly mistakes on the day of the interview.
Tip 5 : Go through the questions asked in the past years and the interview experiences.

Application resume tips for other job seekers

Tip 1 : Try to add working projects in your resume, they attract the attention of interviewers.
Tip 2 : Add only those skills/programming language that you have worked with, not able to answer the questions asked on those skills/languages is the biggest embarrassment that can happen in an interview.
Tip 3 : Do not add unnecessarily styling to your resume, keep it simple and professional.

Final outcome of the interviewSelected
share interview

I was interviewed before Sep 2020.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The test was conducted at 11 am in Hackerearth and was of 90 minutes. The time was enough to solve both the questions as well as the MCQ's. It consisted of 2 coding questions and 10 MCQs. The level of questions was medium and the mcqs ranged from easy to difficult.

  • Q1. Find the Minimum Cost to Reach Destination via Train Given 'N' stations on a train route, where the train travels from station 0 to 'N'-1, determine the minimu...read more
  • Q2. Next Smaller Palindrome Problem Statement You are provided with a palindrome number 'N' presented as a string 'S'. The task is to determine the largest palindr...read more
2

Video Call Round (1 Question)

Round duration - 45 minutes
Round difficulty - Easy

After clearing the coding round, Video call Interview was conducted at 12 pm. The interviewer was cooperative and gave hints whenever I stuck upon any question.

  • Q1. Longest Consecutive Sequence Problem Statement You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the long...read more
3

HR Round

Round duration - 40 minutes
Round difficulty - Easy

I already gave the technical round so I wasn't that nervous. Also the interviewer was patiently listening the answers. It seemed like a normal conversation.

4

HR Round

Round duration - 30 minutes
Round difficulty - Easy

It was the last round. 15 students were selected for this round. I was tired since I already gave 2 interviews.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteria7 CGPADeutsche Bank interview preparation:Topics to prepare for the interview - C++, Data Structures, Dynamic Programming, Algorithms, Operating Systems, Object Oriented Programming, Database Management System, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Having proper knowledge over Data Structures and Algorithms is crucial. Have your concepts cleared and then select one coding platform( for example, leetcode, CodeZen, GeeksForGeeks) and try to practice at least 5 questions everyday topic-wise. I completed around 300+ questions on leetcode, 100+ questions on geeks for geeks and around 30-40 problems on InterviewBit.
Tip 2 : Focus on time and space complexity. Students usually ignore this fact. However, you should think about how you can optimize your code further. Hence, instead of trying to solve more problems, try to analyze it.
Tip 3 : It sometimes gets easy to demotivate but you need to keep practicing daily. Don't cut down your sleep and diet. Healthy lifestyle and personality development also plays a crucial part.

Application resume tips for other job seekers

Tip 1 : Do not mention those skills, projects or achievements which you haven't achieved. The interviewer is intelligent enough to verify them.
Tip 2 : Do not keep your resume too long, and do not mention irrelevant details. One page resume for an intern is enough.
Tip 3 : Have projects related to the field which you are applying for, this shows you are already experienced in the field.

Final outcome of the interviewSelected
share interview