Upload Button Icon Add office photos

T-Hub

Compare button icon Compare button icon Compare

Filter interviews by

T-Hub Interview Questions and Answers

Updated 13 Apr 2024

T-Hub Interview Experiences

1 interview found

Technical Executive Interview Questions & Answers

user image Saikrishna Bonam

posted on 13 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me me about your self

Technical Executive Interview Questions asked at other Companies

Q1. What are the type of building is living purpose?
View answer (4)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Projects and courses
  • Q2. Same as 1st round

Interview Preparation Tips

Round: Test
Experience: Questions test aptitude, coding and Machine learning skills
Duration: 1 hour
Total Questions: 8

Round: Technical Interview
Experience: They asks mostly about the projects one has done. They also focus on the courses. They also ask HR questions.

Round: Technical Interview
Experience: Same as before round. They went into the depth of projects.

Skills: Machine Learning
College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Written Round. Basic probab and algo questions.
Duration: 1 hour
Total Questions: 8

Round: Technical Interview
Experience: Mostly asked about my Dual Degree Project
Tips: Present printouts of your research papers to the panel

Round: Technical + HR Interview
Experience: Also, related to DDP. Asked questions on how it can be extended to other domains. Why do you want to a part of IBM Research?
Tips: Before the interview, go through the company's website and find out the projects relevant to your field. Then discuss them when they ask for doubts or questions.

College Name: IIT Madras

I applied via Campus Placement and was interviewed before Dec 2015. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about your project?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

  • Answered by AI
  • Q2. How to check if the tree is balanced?
  • Ans. 

    Check if a tree is balanced by comparing the heights of its left and right subtrees.

    • Calculate the height of the left subtree and the height of the right subtree.

    • If the difference between the heights is greater than 1, the tree is not balanced.

    • Recursively check if both the left and right subtrees are balanced.

    • If both subtrees are balanced and the height difference is less than or equal to 1, the tree is balanced.

  • Answered by AI
  • Q3. Detailed discussion about the project and resume was asked
  • Q4. Why IRL?
  • Ans. 

    IRL stands for 'In Real Life', emphasizing the importance of practical, real-world experience in software engineering.

    • IRL experience helps bridge the gap between theoretical knowledge and practical application

    • It allows for hands-on problem-solving and critical thinking skills development

    • Real-world projects often involve collaboration with team members and stakeholders, enhancing communication skills

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Be very thorough eith the project . They look for some novelty in your project work. A publication can really help.
Tips: My profile was ML based. Be thorough with ur resume.

College Name: IIT Madras

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: They had opened a portal for submitting resumes sometime in November-December. I submitted mine and waited for around 2-3 months till I finally got a call for interview in February.
Tips: Make sure your research projects are well highlighted in your resume.

Round: Technical Interview
Experience: General algorithmic coding questions followed by a discussion of my resume. From the discussion I got a sense that they had segregated the candidates for specific projects and the questions were asked about the skills required for the project. However, this wasn't very rigid as my project was changed once I was selected for the internship since my profile was better suited to a different project.

College Name: IIT Kharagpur

Interview Questionnaire 

6 Questions

  • Q1. Questions on projects/internships
  • Q2. A modelling problem
  • Q3. A DSA problem
  • Q4. Explaining your B.Te·ch I intern project
  • Ans. 

    Developed a web application for online shopping

    • Used HTML, CSS, JavaScript, and PHP for front-end and back-end development

    • Implemented a user authentication system with secure password storage

    • Integrated payment gateway for online transactions

    • Designed a responsive and user-friendly interface

    • Tested and debugged the application for optimal performance

  • Answered by AI
  • Q5. Explaining other projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the healthcare industry.

    • Created a mobile app using Flutter for a startup in the travel industry.

    • Analyzed data using Python and SQL to provide insights for a retail company.

    • Collaborated with a team to build a chatbot using Dialogflow for a financial se

  • Answered by AI
  • Q6. General intent in life and lurure plans if any
  • Ans. 

    My general intent in life is to continuously learn and grow while making a positive impact on the world. As for my future plans, I hope to advance my career in software engineering and eventually start my own company.

    • Continuous learning and personal growth

    • Making a positive impact on the world

    • Advancing my career in software engineering

    • Starting my own company

  • Answered by AI

Interview Preparation Tips

Round: Resume shortlisting
Experience: I had sent my resume to the hiring group. Selection was through telephonic interviews. I was interviewed by three different research groups.

Round: Interview
Experience: Almost by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile. In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked for comments/suggestions/inputs and a discussion followed,
Tips: Good to have sound knowledge of your domain (analytical and application skills arevery much required).

Skill Tips: ""Good CGPA(>9)is necessary and a recommendation from the professor is also a good add on.""
Skills: Domain work in Internship
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: Basic Math is tested. Selected students are called for an interview. CG cutoff was 9.

Round: Technical Interview
Experience: Since it is a research profile, they will ask you to talk about your areas of interest and specifically, what work you have done in those areas.

General Tips: The work entails research related to practical applications. They give out just one offer every year. They do usually have a waitlist though. In case the person who is made the offer rejects it, the next guy is given an offer.
College Name: IIT MADRAS

Interview Questionnaire 

2 Questions

  • Q1. NLP : pattern matching in large corpus
  • Ans. 

    Pattern matching in large corpus using NLP

    • Use natural language processing techniques to identify patterns in a large corpus

    • Apply techniques like tokenization, part-of-speech tagging, and named entity recognition

    • Utilize regular expressions or rule-based matching to identify specific patterns

    • Consider using machine learning algorithms like sequence labeling or clustering

    • Examples: finding email addresses, detecting dates,

  • Answered by AI
  • Q2. Simple puzzle on vertices rearrangement on a graph

Interview Preparation Tips

Round: Technical Interview
Experience: The question was a little bizarre , and was open ended. The interviewers were able to provide corner cases and counter examples for my solutions, but they too couldn't lead towards the write solution. In the end they asked me to think over it. They asked me more basic questions on NLP as it was my research interest, but I was able to answer them.
Tips: Know what you know and what you don't know. Keep talking to the interviewer and follow the aloud thinking process. Keep the interviewer in the loop with you.

Round: Puzzle Interview
Experience: He asked me to do a simple puzzle on his mobile where i have to rearrange vertices of a graph to follow some condition. I didn't know the solution but i kept trying, trying to solve one case after another. Turned out, wasn't that difficult.

Round: Group Activity
Experience: Five students were shortlisted for this, 3 questions were given for it. We had to solve them and discuss our solutions later with the interviewers. The questions weren't difficult, it was just how you told them their solutions and how you answered their counter arguments .

Skill Tips: Read your resume thoroughly and go through your research interests carefully.
Skills: Programming, Research Interests, Resume reading
College Name: IIT KANPUR
Motivation: I always wanted to work for a research lab , as development companies didn't attract me. So i was focusing for IBM IRL , Xerox and Samsung R&D. Luckily I got IBM.

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help
Contribute & help others!
anonymous
You can choose to be anonymous

T-Hub Interview FAQs

How many rounds are there in T-Hub interview?
T-Hub interview process usually has 1 rounds. The most common rounds in the T-Hub interview process are Technical.
How to prepare for T-Hub interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at T-Hub. The most common topics and skills that interviewers at T-Hub expect are New Business, Marketing, Networking, Administration and Business Development.

Recently Viewed

JOBS

Incubyte

No Jobs

SALARIES

Einfochips

DESIGNATION

LIST OF COMPANIES

Incubyte

Overview

INTERVIEWS

Knowlarity

No Interviews

INTERVIEWS

MyOperator

No Interviews

SALARIES

Celebal

SALARIES

Incubyte

INTERVIEWS

TEKsystems

No Interviews

INTERVIEWS

CME Group

No Interviews

Tell us how to improve this page.

T-Hub Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Intel Interview Questions
4.2
 • 223 Interviews
IBM Research Interview Questions
4.4
 • 21 Interviews
NASSCOM Interview Questions
3.9
 • 6 Interviews
View all

T-Hub Reviews and Ratings

based on 9 reviews

4.8/5

Rating in categories

4.3

Skill development

4.7

Work-life balance

3.6

Salary

4.3

Job security

4.0

Company culture

3.8

Promotions

4.7

Work satisfaction

Explore 9 Reviews and Ratings
Assistant Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare T-Hub with

NASSCOM

3.9
Compare

Indian School of Business

3.6
Compare

Indian Institute of Technology Gandhinagar

4.1
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview