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

132 interviews found

user image Anonymous

posted on 6 Dec 2021

I was interviewed in Oct 2021.

3 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Started with basic introduction about myself and then 2 DSA problems to be solved on CodeChef or any IDE of your preference. Interviewer was helpful throughout the interview and helped with syntaxes at one point as well.
Parameters tested - 
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
Reaching the correct output was not mandatory but was preferred. Priority to coding practices was given.

  • Q1. Next Greater Element Problem Statement You are given an array arr of length N . For each element in the array, find the next greater element (NGE) that appears...read more
  • Q2. Zigzag Binary Tree Traversal Problem Statement Determine the zigzag level order traversal of a given binary tree's nodes. Zigzag traversal alternates the direc...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with basic introduction about myself and then 2 DSA problems to be solved on google doc. Interviewer was helpful throughout the interview.
Parameters tested - 
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
4. Making it to the correct output.

Reaching the correct output was mandatory in best possible time comlexity.

  • Q1. Problem: Search In Rotated Sorted Array Given a sorted array that has been rotated clockwise by an unknown amount, you need to answer Q queries. Each query is ...read more
  • Q2. K-th Element of Two Sorted Arrays You are provided with two sorted arrays, arr1 and arr2 , along with an integer k . By merging all elements from arr1 and arr2...read more
3

HR Round

Round duration - 40 minutes
Round difficulty - Easy

I was asked to introduce myself and general family background check and then discussion around salary negotiation.

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 Data Engineer in BangaloreEligibility criteriaDecent work experience (for SDE-1 1-2 years experience was expected), self projects in any domain,Sigmoid interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice popular questions from Arrays, Binary Trees, LinkedLists from CodeStudio's Interview Problems
Tip 2 : Make sure you are aware of calculating the time and space complexity for every problem you're coding.
Tip 3 : Prepare through Mock Interviews to practice explaining your approach while solving in an actual interview.

Application resume tips for other job seekers

Tip 1 : Describe best of your projects in minimum words. Don't forget to add buzz words like REST APIs/ DB Indexing/ Benchmarking etc if you worked on backend.
Tip 2 : Don't add school achievements like Olympiads or Class Topper in your resume.
Tip 3 : If you've some work experience, put it in a way ,you're marketing yourself. Add terms like 'Created/Owned the Project through entire SDLC' 
Tip 4 : Make sure you mention how your work experience actually impacted the company. Or how your self project can be actually useful to end user.

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 17 Nov 2022

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

2 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
2

Technical Round (3 Questions)

Interview Preparation Tips

Topics to prepare for Ubreathe Production Associate interview:
  • Thermodynamics
  • Fluid Mechanics
  • Manufacturing Process
Interview preparation tips for other job seekers - Revise your engineering discipline basics and also be confident while sharing your Technical project/ Previous internship experiences and their relevance in the current job profile you are applying for.
share interview

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

4 Interview Rounds

1

Aptitude Test Round

Questions related to DSA, Basic English, Operating System and DBMS

2

Coding Test Round

2 Coding Questions related to trees and graphs

3

One-on-one Round (4 Questions)

4

HR Round (2 Questions)

Interview Preparation Tips

Topics to prepare for Oracle Associate Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Be prepared well! Practice daily. Have a learning experience after each failure and try not to repeat it!
share interview
Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Yes, I joined the company

I applied via Campus Placement and was interviewed before Apr 2023.

2 Interview Rounds

1

Aptitude Test Round

General verbal and non verbal reasoning
Quantitative aptitude

2

One-on-one Round (1 Question)

  • Q1. Basic questions around SQL , Python and machine learning
share interview
Interview experience
4
Good
Difficulty level
Easy
Duration
Less than 2 weeks
Result
Yes, I joined the company

I applied via Campus Placement and was interviewed before May 2023.

3 Interview Rounds

1

Aptitude Test Round

A Small Aptitude test

2

Coding Test Round

A simple string question

3

HR Round (1 Question)

share interview

MTS-1 Interview Questions

user image Jaskarandeep Saini

posted on 22 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Yes, I joined the company

I applied via Campus Placement and was interviewed before Apr 2023.

2 Interview Rounds

1

Coding Test Round

Easy ques with enough time to complete

2

Technical Round (1 Question)

  • Q1. Binary Search Ques were asked and computer fundamentals
share interview
user image Anonymous

posted on 23 Mar 2022

I was interviewed in Aug 2021.

4 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 70 minutes
Round difficulty - Medium

The test started around 3 pm and was of 70 minutes. 3 coding questions were asked which were mainly on trees and number theory.

  • Q1. Factorial Calculation Problem Statement Develop a program to compute the factorial of a given integer 'n'. The factorial of a non-negative integer 'n', denoted...read more
  • Q2. Next Greater Element Problem Statement Given a list of integers of size N , your task is to determine the Next Greater Element (NGE) for every element. The Nex...read more
  • Q3. Ceil Value from BST Problem Statement Given a Binary Search Tree (BST) and an integer, write a function to return the ceil value of a particular key in the BST...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Interviewer was very friendly and supportive. My interview happened on google meet. What is a View? What is Denormalization? Difference between “==” and “===” operators in js.

  • Q1. Sub Sort Problem Statement You are given an integer array ARR . Determine the length of the shortest contiguous subarray which, when sorted in ascending order,...read more
  • Q2. Sort 0 1 2 Problem Statement Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array. Input: The first line...read more
3

Video Call Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

What are some of the advantages of Angular over other frameworks?

  • Q1. Cousin Nodes in a Binary Tree Determine if two nodes in a binary tree are cousins. Nodes are considered cousins if they are at the same level and have differen...read more
4

HR Round (3 Questions)

Round duration - 10 minutes
Round difficulty - Easy

I got a call from HR in the evening around 6:30 pm.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. Eligibility criteriaAbove 7 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, OS, DBMS, Computer Networks, System DesignTime required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 350 questions to have good hold on data structures
Tip 2 : Practice at least 100 - 150 company specific coding questions.
Tip 3 : Try to give timing contests to build up your speed.

Application resume tips for other job seekers

Tip 1 : Keep your resume only of 1 page
Tip 2 : Showcase your major projects on the top

Final outcome of the interviewSelected
share interview
user image Anonymous

posted on 19 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Yes, I joined the company

I applied via Campus Placement and was interviewed before Mar 2023.

2 Interview Rounds

1

Aptitude Test Round

Basic behavioural and aptitude questions

2

Technical Round (1 Question)

share interview
user image Anonymous

posted on 13 Feb 2024

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

I applied via Campus Placement and was interviewed before Feb 2023.

3 Interview Rounds

1

Aptitude Test Round

General aptitude with some P&C

2

Case Study Round

Case study about a pharma product

3

One-on-one Round (1 Question)

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

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

4 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Psychometric Test Round (1 Question)

3

Group Discussion Round

Demonetisation a success or failure

4

Technical Round (7 Questions)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, whirlpool is a great company with really professional and qualified people. Work life balance is very good. Salarya nd other compensations are also good. Company culture is very good and HR team is supportive with issues and queries.
share interview