Dronacharya College of Engineering, Greater Noida

Your seniors at Dronacharya College of Engineering, Greater Noida were your true well-wishers, they shared their placement interview questions for you. 🙏

filter iconFilter interviews by

Dronacharya College of Engineering, Greater Noida Placement Interview Questions

Updated 13 Aug 2024

1 interview found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 No, I didn't receive an offer

I applied via Campus Placement and was interviewed in Aug 2023.

3 Interview Rounds

1

Coding Test Round

There is a total of 4 coding questions and you have to complete any 3 codes to get selected for the next round i.e. Technical Round.

2

Technical Round (1 Question)

3

HR Round (1 Question)

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 Coding Questions

1. You have to print a pattern like this

4 3 2 1
3 2 1
2 1
1
2 1
3 2 1
4 3 2 1

2. Find the number that needs to be removed to make a palindrome.
input = 12334
output = 2

3. Print the sum of the palindrome number between to number given.

Input = 10, 45
Palindrome numbers between these two are 11, 22, 33, 44
Output = 1+1+2+2+3+3+4+4
= 20

4. Generate a N-digit password whose sum and multiplication are two times the digit and equal.
Input = 4
Output = 1124

5 = 11125
6 = 111126
share interview