Upload Button Icon Add office photos

T-Hub

Compare button icon Compare button icon Compare
5.0

based on 8 Reviews

Filter interviews by

T-Hub Technical Executive Interview Questions and Answers

Updated 13 Apr 2024

T-Hub Technical Executive 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

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What do you know about Microsoft Windows ?
  • Ans. 

    Microsoft Windows is an operating system developed by Microsoft Corporation.

    • Microsoft Windows is a series of graphical operating systems.

    • It was first introduced in 1985 with Windows 1.0.

    • Windows provides a user-friendly interface and supports multitasking.

    • It has evolved over the years with various versions like Windows 95, Windows XP, Windows 7, Windows 10, etc.

    • Windows is widely used in personal computers, laptops, and ...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions was general related your real life experience and about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Obviously all you need is good communication skill then nothing is difficult.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure cloud platform tech
  • Q2. Informatica tech stack ques
Round 2 - Technical 

(2 Questions)

  • Q1. Adf tech stack que
  • Q2. Scd type 2 implementation
  • Ans. 

    SCD Type 2 implementation involves tracking historical changes in data by creating new records for each change.

    • Identify the columns that need to be tracked for changes

    • Add effective start and end dates to track the validity of each record

    • Insert new records for changes and update end dates for previous records

    • Maintain a surrogate key to uniquely identify each version of the record

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Dw related que ans
  • Q2. Solution design related que
Round 4 - HR 

(2 Questions)

  • Q1. Aspiration from my end
  • Q2. How soon can join
  • Ans. 

    I can join the team within 2 weeks.

    • I can start within 2 weeks of receiving the offer.

    • I need to give notice to my current employer.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join or even I would suggest not to apply or give interview to this pathetic company. I have cleared all my 4 rounds of interview including HR out of which 3 technical and 1 HR. 3 held on video conferencing and one face to face for which I have travelled almost 40 kms from my current location and they said without face to face they cannot proceed hence I had no option left but to travel, then when I entered into the office again put a laptop infront of me which is again video conferencing then I didn't understand why exactly they called me if they want to have it over video online.

Then after putting my lot of time and efforts when finally it comes to release the offer, then they stop picking up the calls and stop responding and the final excuses which I got from them for not releasing the offer is that their software will not allow them to release any offer which is more that 2 days of joining.

Such a pathetic company who even don't know that atleast if you are not releasing the offer, it's your duty to atleast tell the person that either they are not able to provide the compensation as discussed or they are looking parallelly for someone who can settle in less compensation.

Due to all this I have wasted almost my 3-4 weeks of time expecting that I will receive the offer, and didn't focus on other organisations which was ready to provide slightly lower than this.

Hence it's a total scam which is going here suggesting not to get trapped otherwise you will not only waste your time but also other good opportunities as well.

It's a total boycott for me, expecting the same from your end as well, so that they will understand that playing with someone's job is not a joke.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program for duplicate removal and sorting

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the opportunity to interview with Wipro over a period of two months, and unfortunately, it was one of the most frustrating interview experiences I’ve had. Here’s a breakdown of what happened.

First Round – Virtual Interview:
The first round was a virtual interview that lasted around 30 minutes. It was smooth and professional, covering the usual technical and behavioral questions.

Second Round – Face-to-Face Interview:
After successfully passing the first round, I was invited for a second and final face-to-face interview. This round lasted over an hour and covered more in-depth technical topics. I left the interview feeling positive and optimistic about the outcome.

Post-Interview Communication:
A few days later, the HR contacted me to request documents and initiated salary discussions, giving me the impression that things were progressing well. However, this is where the problems began.

Months of Silence and Miscommunication:
After these initial discussions, there was complete silence from their side for nearly two months. No updates, no follow-ups—just radio silence. I reached out multiple times, only to be ignored.

L2 Interview Round – Unexpected and Unprofessional:
Out of the blue, I received a call from HR stating that I needed to go through another "L2" technical round, despite having completed the final round weeks earlier. This round felt redundant, and I was ultimately rejected.

Unprofessional HR Behavior:
Throughout this process, the communication from HR was inconsistent, rude, and highly unprofessional. Their lack of transparency, coupled with the abrupt rejection after months of waiting, made the experience even worse.

I would advise anyone considering interviewing with Wipro to think twice before investing their time. The process was disorganized, communication was poor, and the behavior from the HR team was far from professional. Your time and efforts could be better spent elsewhere.

Technical Lead Interview Questions & Answers

HCLTech user image Chandan Kumar Sahoo

posted on 21 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. What is method overriding
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Occurs in inheritance when a subclass provides a specific implementation of a method that is already provided by its parent class

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class

    • Allows fo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is interceptor
  • Ans. 

    An interceptor is a design pattern commonly used in software development to capture and manipulate incoming and outgoing requests.

    • Interceptors can be used for logging, authentication, authorization, error handling, and more

    • In Angular, interceptors can be used to modify HTTP requests before they are sent to the server

    • In Spring framework, interceptors can be used to intercept client requests and server responses

  • Answered by AI
  • Q2. What is filter in spring
  • Ans. 

    A filter in Spring is a component that intercepts incoming requests and outgoing responses, allowing for pre-processing and post-processing.

    • Filters are used for tasks such as logging, authentication, authorization, and more

    • Filters can be configured in the Spring application context

    • Examples of filters in Spring include CharacterEncodingFilter, HiddenHttpMethodFilter, and CorsFilter

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. What is your contribution
  • Ans. 

    My contribution as a Technical Lead includes leading a team, providing technical guidance, resolving technical issues, and ensuring project success.

    • Leading a team to achieve project goals

    • Providing technical guidance and mentorship to team members

    • Resolving technical issues and challenges

    • Ensuring project success through effective planning and execution

  • Answered by AI
  • Q2. What have you done in your project
  • Ans. 

    I have led a team in developing a new feature for our product, involving designing, coding, testing, and deployment.

    • Led a team in developing a new feature

    • Designed the architecture for the feature

    • Coded the functionality using Java and Spring Boot

    • Tested the feature using JUnit and Mockito

    • Deployed the feature to production environment

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How soon can you join
  • Ans. 

    I can join within 2 weeks.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI
  • Q2. How was your last interview
  • Ans. 

    My last interview went well, I was able to showcase my technical skills and experience effectively.

    • Prepared thoroughly by reviewing common technical interview questions

    • Highlighted my experience leading technical teams and projects

    • Demonstrated problem-solving skills with real-life examples

    • Received positive feedback on my communication and teamwork abilities

  • Answered by AI
Round 5 - One-on-one 

(2 Questions)

  • Q1. Offer letter related
  • Q2. Relocation related
Round 6 - One-on-one 

(2 Questions)

  • Q1. Ticket booking and travel date related
  • Q2. Confirmation on travel
Round 7 - HR 

(2 Questions)

  • Q1. Are you ready to travel?
  • Ans. 

    Yes, I am ready to travel for work as needed.

    • I am willing to travel for client meetings, conferences, and team collaborations.

    • I have previous experience traveling for work in my current or past roles.

    • I understand the importance of face-to-face interactions in a technical lead role.

  • Answered by AI
  • Q2. Have you talked to your reporting manager
  • Ans. 

    Yes, I regularly communicate with my reporting manager to provide updates and discuss any issues or concerns.

    • Regularly scheduled check-ins with reporting manager

    • Provide updates on project progress

    • Discuss any issues or concerns

    • Seek guidance and feedback from reporting manager

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Describe architecture of current project
Round 2 - Technical 

(1 Question)

  • Q1. Microservices Design Patterns
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Technical Lead Interview Questions & Answers

Cognizant user image Ravi Kumar Gundamala

posted on 16 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. All AWS related questions
  • Q2. Automation questions specific cloud automation using Python
Round 2 - Behavioral 

(2 Questions)

  • Q1. Overall infrastructure handling & Trouble shooting
  • Q2. How you perform as Individual contributor/ get team lead opportunity how you handle it
  • Ans. 

    I excel as an individual contributor and transition smoothly into a team lead role by leveraging my technical expertise and leadership skills.

    • Demonstrate strong technical skills and consistently deliver high-quality work as an individual contributor.

    • Proactively seek opportunities to mentor and guide team members, showcasing leadership potential.

    • Communicate effectively with team members, fostering collaboration and driv...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Simple qstns easy and understandable simple to go and solve the problems

Round 2 - Coding Test 

It is very nice and simple codes easy to go and understandable to solve not complicates one

Round 3 - Technical 

(2 Questions)

  • Q1. About project on which topic u hhave done
  • Q2. About your hobbies what u do in day to day life
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Manipur and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Voice assesment,which will be evaluated by ai

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Basic dsa question on printing pattern

T-Hub Interview FAQs

How many rounds are there in T-Hub Technical Executive interview?
T-Hub interview process usually has 1 rounds. The most common rounds in the T-Hub interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Assistant Manager
5 salaries
unlock blur

₹7.5 L/yr - ₹10.1 L/yr

Manager
4 salaries
unlock blur

₹12.5 L/yr - ₹25 L/yr

Associate
4 salaries
unlock blur

₹4.2 L/yr - ₹4.8 L/yr

Senior Associate
4 salaries
unlock blur

₹6.8 L/yr - ₹20 L/yr

Senior Manager
4 salaries
unlock blur

₹15 L/yr - ₹20.2 L/yr

Explore more salaries
Compare T-Hub with

NASSCOM

4.0
Compare

Indian School of Business

3.8
Compare

Indian Institute of Technology Gandhinagar

4.1
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview