Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HTC Global Services Team. If you also belong to the team, you can get access from here

HTC Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HTC Global Services Technical Lead Interview Questions and Answers

Updated 31 Aug 2024

HTC Global Services Technical Lead Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Wht is ur sal expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in the industry

    • Research the average salary range for similar positions in the market

    • Factor in the cost of living in the location of the job

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test

Round 2 - Coding Test 

10 questions, write in any programming language you know.

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basic concepts will be more than enough.

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
Q3. Longest Substring Without Repeating Characters Problem Statement ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in Cognizant
Q5. 1. Type of documentation for computer system validation. 2.Please ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. Work experience
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Coding Test 

Hackerrank test with combination of MCQ and java program coding.

Round 3 - Technical 

(1 Question)

  • Q1. L1 technical and L2 client technical rounds. Asked questions from core java, spring boot, micro service and some java coding questions.
Round 4 - HR 

(1 Question)

  • Q1. Basic questions on personal details and overview about company and salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are looking for java development opportunity then prepare more java coding questions. Concentrate more on collection framework coding part.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
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
Round 2 - Coding Test 

Coding on C++ on basic of oops

Round 3 - Coding Test 

Coding on different design patterns in C++

Round 4 - Technical 

(1 Question)

  • Q1. Technical questions on OOPS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Binary Search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left half. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empty.

    • Example: Searching for '7' in [1, 3, 5, 7, 9, 11] w...

  • Answered by AI
  • Q2. Spring related questions

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Ask about my studies

Interview Preparation Tips

Topics to prepare for Wipro Digital Technical Lead interview:
  • EEE
Interview preparation tips for other job seekers - Technical field or general knowledge questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Embedded c coding pointers structure
  • Q2. Autosar bsw interview. Specifically DEM DCM
  • Q3. Autosar concepts, it's architecture, rte

Interview Preparation Tips

Interview preparation tips for other job seekers - After all 3 rounds and spoke over phone the offer part but didn't release. HR not answering.
Atleast they should answer phone since discussion went till offer release.
Don't waster ur time attending interview for this company.Try some other company

Disappointed on HR handled.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is SLA,SLO,SLI
  • Ans. 

    SLA stands for Service Level Agreement, SLO stands for Service Level Objective, and SLI stands for Service Level Indicator.

    • SLA is a contract between a service provider and a customer that defines the level of service expected.

    • SLO is a target value or range for a specific SLI that is agreed upon as a goal for the service provider to achieve.

    • SLI is a specific metric used to measure the performance of a service, such as a

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

C# based question was asked

Round 2 - Technical 

(3 Questions)

  • Q1. OOPS Concepts in .NET
  • Ans. 

    OOPS Concepts in .NET include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary fe

  • Answered by AI
  • Q2. Polymorphism types?
  • Ans. 

    Polymorphism types include compile-time polymorphism (static binding) and runtime polymorphism (dynamic binding).

    • Compile-time polymorphism is achieved through function overloading and operator overloading.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Examples: Compile-time polymorphism - function overloading in C++, Runtime polymorphism - virtual functions in C++.

  • Answered by AI
  • Q3. Project works previous organizations
  • Ans. 

    I have worked on various projects in my previous organizations ranging from web development to data analysis.

    • Developed a web application for tracking sales data using Angular and Node.js

    • Led a team in implementing a machine learning model for predicting customer churn using Python and TensorFlow

    • Collaborated with cross-functional teams to integrate a new CRM system into existing workflows

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength / Weakness
  • Q2. How you handled a critical situation where you went out of your domain to work?

Interview Preparation Tips

Topics to prepare for Thales Technical Lead interview:
  • C#.Net
  • Data Structures
  • SQL Server

HTC Global Services Interview FAQs

How many rounds are there in HTC Global Services Technical Lead interview?
HTC Global Services interview process usually has 1-2 rounds. The most common rounds in the HTC Global Services interview process are Aptitude Test, Coding Test and HR.
How to prepare for HTC Global Services Technical Lead 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 HTC Global Services. The most common topics and skills that interviewers at HTC Global Services expect are AWS, Algorithms, Artificial Intelligence, Business Solutions and Cloud Computing.

Tell us how to improve this page.

HTC Global Services Technical Lead Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Fast track your campus placements

View all
HTC Global Services Technical Lead Salary
based on 237 salaries
₹9.9 L/yr - ₹36 L/yr
27% more than the average Technical Lead Salary in India
View more details

HTC Global Services Technical Lead Reviews and Ratings

based on 25 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 25 Reviews and Ratings
Senior Software Engineer
703 salaries
unlock blur

₹7.2 L/yr - ₹26.2 L/yr

Senior Engineer
544 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Engineer
525 salaries
unlock blur

₹3.6 L/yr - ₹13.3 L/yr

Software Developer
302 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Lead
267 salaries
unlock blur

₹9.1 L/yr - ₹35 L/yr

Explore more salaries
Compare HTC Global Services with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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