Thapar Institute of Engineering and Technology (TIET)

Patiala, Punjab | Gurgaon, Haryana | Salem, Tamil Nadu

What if you can't knock at your Thapar Institute of Engineering and Technology (TIET) seniors' door for advice? Read their placement interview questions and crack your next interview. 🏆

filter iconFilter interviews by

Thapar Institute of Engineering and Technology (TIET) Placement Interview Questions

Updated 7 Jan 2025

5 interviews found

user image Eshita Jain

posted on 30 Aug 2024

Interview experience
5
Excellent
Difficulty level
Hard
Duration
Less than 2 weeks
Result
Yes, I joined the company

I applied via Campus Placement

3 Interview Rounds

1

Coding Test Round

DS questions difficult level

2

Coding Test Round

BFS, DFS questions with difficult level

3

HR Round (2 Questions)

share interview

I was interviewed in Oct 2020.

1 Interview Round

1

Face to Face Round (5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was a face to face round held on Cisco webex.
This round was completely on DS-Algo and OOPS.
The level of the questions asked was from medium level to hard level.

  • Q1. Stack using Two Queues Problem Statement Develop a Stack Data Structure to store integer values using two Queues internally. Your stack implementation should p...read more
  • Q2. Remove Duplicates from String Problem Statement You are provided a string STR of length N , consisting solely of lowercase English letters. Your task is to rem...read more
  • Q3. Palindrome Linked List Problem Statement You are provided with a singly linked list of integers. Your task is to determine whether the given singly linked list...read more
  • Q4. Word Search Problem Statement Given a two-dimensional grid with 'N' rows and 'M' columns consisting of uppercase characters, and a string 'WORD', your task is ...read more
  • Q5. 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

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - Intern in NoidaEligibility criteria8 CGPASamsung interview preparation:Topics to prepare for the interview - Resume, C++, Data Structures and Algorithms, Projects, OOPS, Operating System, Database management system, System DesignTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare your resume well. 
Tip 2 : Deploy your projects so that the interviewer can view it. Also provide a hyperlink on your resume.
Tip 3 : Be thorough with Data Structures and Algorithms. Also prepare well topics such as OS,DBMS.

Application resume tips for other job seekers

Tip 1 : Deploy your projects so that the interviewer can view it. Also provide a hyperlink on your resume
Tip 2 : It's not important to have fancy projects. Only mention those on which you're confident.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 16 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

Round was held in the morning at 10 am.

  • Q1. M - Coloring Problem Statement Given an undirected graph with 'N' nodes in the form of an adjacency matrix and an integer 'M', determine if it is possible to c...read more
2

Face to Face Round (1 Question)

Round duration - 40 Minutes
Round difficulty - Medium

The round was held in the evening

  • Q1. Trie Data Structure Implementation Design and implement a Trie (prefix tree) to perform the following operations: insert(word) : Add a string "word" to the Tri...read more
3

HR Round

Round duration - 10 Minutes
Round difficulty - Easy

Was held in the morning around 9 am

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaAbove 7 CGPASamsung interview preparation:Topics to prepare for the interview - OOPS, Algorithms, Operating System, DBMS, Data StructuresTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus on graphs, most questions are from this topic
Tip 2 : Prepare well about the projects you mention in your resume
Tip 3 : Do not fill the resume with too many things. Keep it simple

Application resume tips for other job seekers

Tip 1 : Have 2-3 projects on resume. But also be prepared to answer questions related to the projects.
Tip 2 : Do not mention too many things. Keep it short and simple

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

4 Interview Rounds

1

Coding Test Round

Round duration - 180 minutes
Round difficulty - Medium

In this round, you have to do a coding question on Samsung Coding Platform, which was installed earlier on our lab's system by the company guys. There is only a single question and time limit is of 3 hrs. There are 50 test cases, and you have to pass all the test cases in order to get selected for next round. Also you cannot use any inbuilt library and you have to implement everything from scratch (like stack, queue, hashmap, etc). You can test your code on sample test cases multiple times but the submission limit in only 5, to test the hidden test cases.
Note : Even passing 49 test cases will lead to rejection.

2

Face to Face Round (3 Questions)

Round duration - 30 minutes
Round difficulty - Medium

There were two questions based on data structures and algorithms and some discussion on the Projects mentioned in resume (Major Project based on Arduino - It's programming and its functionality) .

  • Q1. Rain Water Trapping Problem Statement Given an array/list ARR of size N , representing an elevation map where each element ARR[i] denotes the elevation of the ...read more
  • Q2. Implement a Stack using Queues Create a Stack data structure designed specifically to store integer data using two queues. Explanation: You need to implement a...read more
  • Q3. Implement a Stack Using Two Queues You are tasked with implementing a Stack data structure specifically designed to store integer data using two Queues. Utiliz...read more
3

Face to Face Round (2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

There were two coding questions and I had to write the code on paper. 
After that there was a discussion on OOPS concepts like polymorphism and Inheritance.
The interviewer also discussed about padding concept in structures (Indirectly via an example).

  • Q1. Maximum Gold Collection from Gold Mine Imagine a gold mine represented by a 2D matrix with dimensions 'N' by 'M', where 'N' is the number of rows and 'M' is th...read more
  • Q2. Rod Cutting Problem Statement Given a rod of length 'N' units, you can cut the rod into different sizes, each with a specific cost associated. The task is to d...read more
4

HR Round

Round duration - 15 minutes
Round difficulty - Easy

Interviewer was friendly. He asked why Samsung, are you comfortable relocating to Bangalore. Also asked about my experience in previous rounds.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPASamsung interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, DBMS, Operating Systems, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice a lot of coding problems specially Dynamic Programming. I pursued Coding Ninjas Interview preparation Course for cracking the interviews. Also prepared for DBMS, Operating systems and OOPS from Coding Ninjas notes.
Tip 2 : Always start with Brute force approach and then try to optimize it. Practice problems on paper more.
Tip 3 :Be confident during the interview and interact with the interviewer.

Application resume tips for other job seekers

Tip 1:Keep your Resume short and crisp, in 1 Page. Have a complete understanding of the Projects mentioned in your resume.
Tip 2:Your interview always revolves around your resume. Go through it thoroughly before the interview.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 19 Jan 2017

I was interviewed in Nov 2016.

3 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Students above 7.00 cgpa were shortlisted for the test.

Round: Test
Experience: It was a coding test for 3 hours where we were given a scenario to be solved using our programming skills. The question could be solved in any programming language comfortable. The shortlisting depends on the number of test cases passed. There are about 50 test cases for the question.
Duration: 3 hours
Total Questions: 1

Skills: Programming Skills In Any Language Like C
College Name: Thapar University, Patiala
share interview