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 Associate Engineer Interview Questions and Answers

Updated 6 Aug 2024

HTC Global Services Associate Engineer Interview Experiences

7 interviews found

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

Basics analytical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Core java and basics sql
  • Q2. Html,CSS, basics questions
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Salary discussions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java,multithreading ,oops
  • Q2. Polimorphism, interface, inheritance
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring ,springboot, microserveices

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic quants,logical reasoning and coding question

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented engineer with a passion for problem-solving and continuous learning.

    • Bachelor's degree in Engineering from XYZ University

    • 2 years of experience in software development

    • Proficient in programming languages such as Java and Python

    • Strong analytical and problem-solving skills

    • Completed multiple projects focusing on improving efficiency and performance

  • Answered by AI
  • Q2. Basic programming questions
  • Q3. Are you willing to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to exploring new locations for career growth

    • I am willing to relocate for the right job opportunity

    • I have experience moving for previous roles

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - Technical 

(4 Questions)

  • Q1. Can you handle the roles and responsibilities?
  • Q2. Why did we hire you?
  • Q3. You must be thankful for these opportunities
  • Q4. We approach clients for your job
Round 3 - HR 

(1 Question)

  • Q1. You will join after get offer?

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this company. They never support you they will laugh at you when you require support act like you are the only problem and never pick up your call.

HTC Global Services interview questions for designations

 Associate Cloud Engineer

 (1)

 Associate Engineer 1

 (1)

 Process Associate

 (3)

 Associate Manager

 (3)

 Associate Analyst

 (1)

 Junior Associate

 (1)

 Senior Associate

 (1)

 Senior Process Associate

 (1)

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 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 - Aptitude Test 

Aptitude + Coding Questions

Round 3 - HR 

(3 Questions)

  • Q1. Self Introduction and Communication
  • Q2. Interests and Hobbies
  • Q3. Why you choose Technical field

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Technical Round, don't take granted the hr round

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good analytical and reasoning questions, this tells the ability of individual skills

Round 2 - Technical 

(1 Question)

  • Q1. Knowledge of opps concept, Sql server knowledge etc in programming
Round 3 - HR 

(1 Question)

  • Q1. Self Introduction, Communication and response

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and self motive and confident and keep presense of mind

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good logical and analytical questions, that make ability of individual talent and thinking

Round 2 - HR 

(1 Question)

  • Q1. Self Introduction,communication observation, response

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present your skills with opening mind

Interview questions from similar companies

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

DSA based questions along with few questions on the tech stack used

Round 2 - Technical 

(1 Question)

  • Q1. Core subject based
Round 3 - One-on-one 

(1 Question)

  • Q1. DSA and project based
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 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 

Basic coding in Java. MySql, HTML.

Round 3 - Coding Test 

Adavance coding in Java programming.

Round 4 - HR 

(1 Question)

  • Q1. About salary. Location.

I applied via Campus Placement and was interviewed in Sep 2022. There were 7 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 - Aptitude Test 

6 sections with section timings
Aptitude 10 questions
Reasoning 10 questions
Coding 1(30min)
Data structure 10
Pseudo Code 10
About Company 5

Round 3 - Group Discussion 

Topic 1-drone
Topic - self driving cars

Round 4 - Technical 

(3 Questions)

  • Q1. Program to count spaces in string Program to print only digits in string
  • Ans. 

    Program to count spaces and print digits in string

    • For counting spaces, loop through the string and check for ' ' character

    • For printing digits, loop through the string and check for '0' to '9' characters

    • Use isdigit() function in Python to check for digits

    • Use a counter variable to keep track of spaces

    • Use a separate string variable to store digits and print it at the end

  • Answered by AI
  • Q2. Why string is immutable
  • Ans. 

    String is immutable because it cannot be changed once created.

    • Immutable objects are safer to use in multi-threaded environments

    • String pool in Java is possible because of immutability

    • StringBuffer and StringBuilder are mutable alternatives to String

  • Answered by AI
  • Q3. About Constructor Dictionary Access modifiers in python
Round 5 - Technical 

(1 Question)

  • Q1. Which is difficult program that you wrote in python Which is difficult program wrote in c Dictionary use with code implications
  • Ans. 

    Difficult program in Python: A web scraper to extract data from dynamic websites. Difficult program in C: A program to implement a custom data structure.

    • Python program required knowledge of web scraping libraries like BeautifulSoup and Selenium

    • C program required understanding of memory management and pointers

    • Python program had to handle dynamic website elements and login authentication

    • C program had to implement a custo...

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. Self intro About Company Hobbies Related to resume
Round 7 - HR 

(1 Question)

  • Q1. Self intro Intrested field

Interview Preparation Tips

Topics to prepare for TEKsystems Associate Engineer interview:
  • Dbms
  • Python
  • Java
  • OOPS
  • Programming
Interview preparation tips for other job seekers - Be confident and try to solve programing part well

Skills evaluated in this interview

HTC Global Services Interview FAQs

How many rounds are there in HTC Global Services Associate Engineer interview?
HTC Global Services interview process usually has 2-3 rounds. The most common rounds in the HTC Global Services interview process are Aptitude Test, HR and Technical.
What are the top questions asked in HTC Global Services Associate Engineer interview?

Some of the top questions asked at the HTC Global Services Associate Engineer interview -

  1. Knowledge of opps concept, Sql server knowledge etc in programm...read more
  2. Polimorphism, interface, inherita...read more
  3. Spring ,springboot, microservei...read more

Tell us how to improve this page.

HTC Global Services Associate Engineer Interview Process

based on 4 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round
View more

Fast track your campus placements

View all
HTC Global Services Associate Engineer Salary
based on 225 salaries
₹2.8 L/yr - ₹8.6 L/yr
11% less than the average Associate Engineer Salary in India
View more details

HTC Global Services Associate Engineer Reviews and Ratings

based on 22 reviews

3.5/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.0

Salary

3.1

Job security

3.1

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 22 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