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

131 interviews found

user image Anonymous

posted on 9 Dec 2021

I was interviewed before Dec 2020.

3 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Timing: 11 pm till 11 am the next day.
Environment: You should need a hassle-free environment
You should need a webcam and earphone with a microphone in it, internet speed of minimum 2mbps.

  • Q1. Diagonal Order Problem Statement Given a 2D matrix, output all elements of the matrix in diagonal order, starting from the top-left element and proceeding diag...read more
2

Face to Face Round

Round duration - 35 Minutes
Round difficulty - Hard

This round was a face to face round in which we had to describe our approach towards the case study which we had solved.
and also we were asked some SQL queries and DBMS fundamentals.

3

HR Round

Round duration - 50 Minutes
Round difficulty - Medium

This was and EBI/FIT round in which we were asked guestimates and puzzles and some situational based question.

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 Business Technology Analyst in GurgaonEligibility criteriaAbove 7 cgpaZS Associates interview preparation:Topics to prepare for the interview - Case studies, Aptitude, DBMS, SQL, Computer fundamentalsTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Just focus on your problem-solving ability.
Tip 2 : For the BTA role focus on SQL
Tip 3 : You should be well sound of python and cloud computing

Application resume tips for other job seekers

Tip 1 : Have some projects which are solving real-life problems
Tip 2 : For the BTA role have some skills in SQL and python

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 12 Dec 2021

I was interviewed before Dec 2020.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 87 minutes
Round difficulty - Medium

Timing : It was conducted in evening at 3 PM
The pacreception environment was very user friendly .
The platform was audio and video proctored.

  • Q1. Binary to Decimal Conversion Convert a given binary number, represented as a string 'S' of size 'N', into its decimal equivalent integer and output it. Input: ...read more
2

Face to Face Round (1 Question)

Round duration - 80 minutes
Round difficulty - Medium

So This was a very interactive round . There were two interviewers , one male and one female . The male interviewer was quite experienced where as female interviewer was relatively new . The Interview started by a small introduction followed by some OOPS related questions where I was tested on how i perceive the concept of OOPS in real life . Then this conversation was followed by some core concepts of JAVA like abstract classes and interfaces . Then I was asked about my projects that i mentioned in my resume , then after some healthy discussion on those projects , the interviewer started to question about DBMS , I was asked some basic queries followed by some advanced queries and then followed by a discussion on SQL vs NoSQL . Then Interviewers asked me about my tech stack and the source of my technical knowledge. Then at last I was asked that why Blackrock and this concluded my Interview.

  • Q1. Ninja And The Triangle Problem Statement Ninja is provided with 'N' stars and the task is to construct a triangle such that the 'i'th level of the triangle use...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 - 1 in MumbaiEligibility criteriaAbove 7 CGPABlackrock interview preparation:Topics to prepare for the interview - Data Structures , Algorithms , Operation Systems , OOPS , DBMS , Web DevelopmentTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be precise about what to do and what not to do.
Tip 2 : Always Revise the concepts you have done in past , use prime day revision theory.
Tip 3 : Do as many projects as you can but always mention those projects in which you are very well versed.
Tip 4 : Keep on reading random news related to your favourite tech and always have an in depth knowledge of what tech you currently use.

Application resume tips for other job seekers

Tip 1 : Keep it short , precise and effective .
Tip 2 : Mention even small things that you did had an impact on other people.

Final outcome of the interviewRejected
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 15 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

I solved almost all the MCQs correctly and passed all the test cases for both the questions.

  • Q1. Max GCD Pair Problem Statement Given an array of positive integers, determine the Greatest Common Divisor (GCD) of a pair of elements such that it is the maxim...read more
  • Q2. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, each consisting of a certain number of fruits. Kevin wants to eat at least 'M' fruits. He is look...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Bracket Number Problem Statement Given a string S that contains some brackets, your task is to print the number associated with each bracket pair. Example: Inp...read more
  • Q2. Least Common Ancestor of Two Nodes You are given an arbitrary binary tree with 'N' nodes, where the nodes are numbered with values in the range of integers. Gi...read more
3

Video Call Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

  • Q1. Running Median Problem Given a stream of integers, calculate and print the median after each new integer is added to the stream. Output only the integer part o...read more
  • Q2. Detect Cycle in a Directed Graph Determine if a given directed graph contains a cycle. Your function should return true if the graph contains at least one cycl...read more

Interview Preparation Tips

Professional and academic backgroundI completed Electrical Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7 CGPAAmazon interview preparation:Topics to prepare for the interview - Data structures, OOPS, Algorithms, Operating System, DBMSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Data structures and algorithms are the most fundamental and important thing to prepare.
Tip 2 : Don't ignore OOPS.
Tip 3 : Solve DSA questions regularly.

Application resume tips for other job seekers

Tip 1 : Avoid unnecessary details like hobbies, date of birth, parent's name, photo, etc., and keep it one-pager.
Tip 2 : Add a link to your GitHub, LinkedIn, website, phone number, etc.

Final outcome of the interviewSelected
share interview

I was interviewed before Sep 2020.

2 Interview Rounds

1

Face to Face Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was a Technical round. About 60 students were shortlisted for this round. There were two interviewers. First, they asked me to introduce myself. Then I was asked some concepts of OOPS. some questions from OS and DBMS. I was asked to write code to reverse a link list on the notepad and share my screen. Then I was asked about my projects and internship. There were some situational questions related to the internship. They asked me what I know about the company.

My interview took place in the morning at around 10:00 a.m. and lasted for about an hour.

  • Q1. What is the difference between Python and C++?
  • Q2. Reverse Linked List Problem Statement Given a singly linked list of integers, return the head of the reversed linked list. Example: Initial linked list: 1 ->...read more
2

HR Round

Round duration - 30 Minutes
Round difficulty - Medium

It was a virtual interview and there was just one interviewer. The interviewer was really friendly. First of all, the interviewer introduced himself and also shared some facts about the company. Then he asked me to introduce myself. Then behavioral and situational questions were asked. Then he asked if I was comfortable with relocation. BlackRock has 2 locations that are Gurgaon and Mumbai.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. Eligibility criteria8 CGPA or aboveBlackrock interview preparation:Topics to prepare for the interview - AVL Trees ,OOPS, Data Structures, WebDev(if mentioned in resume), Operating system, DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Revise Trees especially AVL trees and tree traversals as the major questions for data structures were from trees. 
Tip 2 : Revise your OOPs concepts for the interview round.
Tip 3 : If you have done a project in development, make sure you know well about them.

Application resume tips for other job seekers

Tip 1 : Mention only those things in your resume, you have knowledge about.
Tip 2 : A project in development is a plus.

Final outcome of the interviewRejected
share interview
user image Anonymous

posted on 29 Jan 2021

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

4 Interview Rounds

Interview Questions

  • Q1. Mostly questions were asked from sql,joins were more focussed
  • Q2. Puzzle mostly from gfg were asked involving analytics skills
  • Q3. Guesstimates could also be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Sql is must,Be logical and work on analytical thinking.
share interview
user image Anonymous

posted on 7 Sep 2022

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

3 Interview Rounds

1

Coding Test Round

1 hour coding round.
Based on string problems.

2

One-on-one Round (1 Question)

  • Q1. Technical questions regarding academic and previous job related questions
3

HR Round (1 Question)

  • Q1. Basic questions regarding jobs and relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding round with 2 programs.
Fair interview based on past academic and job experiences.
share interview
user image Anonymous

posted on 7 Apr 2021

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

4 Interview Rounds

Interview Questions

  • Q1. Basic questions from oops dbms and coding and other questions from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - just keep things simple and explain each and everything .
share interview

I applied via Campus Placement and was interviewed before Jun 2020.

3 Interview Rounds

Interview Questions

  • Q1. Tell about yourself?
  • Q2. Which favorite subject you have?
  • Q3. Basic question regarding mechnical engineering such as Otto cycle vs desiel cycle, two stoke vs 4 stroke engine.
  • Q4. Questions related to Engineering drawing asked?
  • Q5. Most imporatant where you did yoir internship.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make resume as simple as possible. About 70 % question asked from my internship and academic projects. If there is any communication gap in english ,don't be hesitate to switch to anothet language. Be confident whatever you said.
share interview
user image Anonymous

posted on 15 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Coding Test Round

Round duration - 90 minutes
Round difficulty - Easy

This round was held during university hours and consisted of 2 coding questions.

2

Face to Face Round (1 Question)

Round duration - 120 minutes
Round difficulty - Easy

Make sure you do no cutting and are clear about the approach you'd be following. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Java, Object-Oriented Programming System, System Design, Operating System.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Prepare for company-wise interview questions according to the company in which you are applying. Try to write the code yourself and if got stuck in between then take help from the internet. I recommend you Codezen of Coding Ninjas for practicing Data Structures and Algorithms based questions.

Application resume tips for other job seekers

Be sure 100% of what you write in your resume and prepare for that before the interview what is written on resume.

Final outcome of the interviewSelected
share interview