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

Updated 9 Mar 2025

HTC Global Services Senior Engineer Interview Experiences

6 interviews found

Senior Engineer Interview Questions & Answers

user image Naveen Kumar

posted on 9 Mar 2025

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

(1 Question)

  • Q1. What are the features of Java8
  • Ans. 

    Java 8 introduced significant features like lambdas, streams, and new date/time APIs, enhancing productivity and code readability.

    • Lambda Expressions: Enable functional programming by allowing you to pass behavior as a parameter. Example: (a, b) -> a + b.

    • Streams API: Facilitates processing sequences of elements, enabling operations like filter, map, and reduce. Example: list.stream().filter(x -> x > 10).collect...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Java
  • Ans. 

    A transaction in Java is a unit of work that is performed as a single, indivisible operation.

    • Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.

    • Transactions are typically used in database operations to ensure consistency.

    • In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.

  • Answered by AI
  • Q2. GitHub code push

Skills evaluated in this interview

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. About my self & Exper to Fit role
Round 3 - Technical 

(1 Question)

  • Q1. Client Round Final & HR from HTC
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Azure Data Engineer-related questions.
Round 2 - HR 

(1 Question)

  • Q1. Hobbies, problem solving idealogy discussion.

Interview Preparation Tips

Topics to prepare for HTC Global Services Senior Engineer interview:
  • Azure

HTC Global Services interview questions for designations

 Senior Software Engineer

 (6)

 Senior Test Engineer

 (1)

 Engineer

 (3)

 Senior Associate

 (1)

 Senior Engineer In Quality

 (1)

 Senior Security Testing Engineer

 (1)

 Associate Engineer

 (7)

 Senior Process Associate

 (1)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. About my previous projects
Interview experience
3
Average
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:
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 - Technical 

(1 Question)

  • Q1. Technical discussion
Round 3 - HR 

(1 Question)

  • Q1. Shift, behaviour,terms conditions

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Technically discussed about my previous roles and domain
  • Q2. HR got selected me once cleared Technically
  • Q3. Also HR Selected me once agreed package

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume shortlisted based on my previous experience

I applied via Walk-in and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What type fiber connected BBU to RRH?
  • Ans. 

    BBU is connected to RRH using single-mode fiber optic cable.

    • Single-mode fiber optic cable is used for long distance communication.

    • It has a smaller core diameter than multimode fiber optic cable.

    • It allows for higher bandwidth and longer transmission distances.

    • It is commonly used in telecommunications and data centers.

    • Examples of single-mode fiber optic cable include OS1 and OS2.

  • Answered by AI
  • Q2. Single core fiber connected
  • Q3. What power dbm in BBU to RRH?
  • Ans. 

    The power dbm in BBU to RRH is determined by the distance between them and the required signal strength.

    • The power dbm is dependent on the distance between the BBU and RRH.

    • The required signal strength also plays a role in determining the power dbm.

    • Factors such as obstacles and interference can affect the power dbm.

    • The power dbm can be adjusted through the use of attenuators or amplifiers.

  • Answered by AI
  • Q4. Tx power 10dbm & Rx power before 20dbm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very useful to learning experience for interview technical round,

Senior Engineer Interview Questions & Answers

Movate user image SHIVVACHAN PANDEY

posted on 29 Nov 2024

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

(3 Questions)

  • Q1. Angular life cycle
  • Q2. NgRX state management
  • Q3. Let var const difference, this keyword
  • Ans. 

    var, let, const are used to declare variables in JavaScript. 'this' keyword refers to the current object.

    • var is function-scoped, let is block-scoped, const is block-scoped and cannot be reassigned

    • 'this' keyword refers to the current object in which it is used

    • Example: var x = 10; let y = 20; const z = 30; this.name = 'John';

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

Movate user image madhusudan yadav

posted on 15 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Mpls bgp ebgp & ibgp
  • Q2. Commands of juniper and cisco
  • Ans. 

    Juniper and Cisco use different command-line interfaces for network configuration and management.

    • Cisco uses 'enable' to enter privileged mode; Juniper uses 'cli'.

    • To view interfaces, Cisco uses 'show ip interface brief'; Juniper uses 'show interfaces terse'.

    • For configuration, Cisco uses 'configure terminal'; Juniper uses 'edit'.

    • To save configuration, Cisco uses 'write memory'; Juniper uses 'commit'.

    • Cisco commands often ...

  • Answered by AI
  • Q3. Ospf states of ospf
  • Ans. 

    OSPF has several states that define the relationship between routers in a network, facilitating efficient routing.

    • 1. Down: Initial state where no hello packets have been received.

    • 2. Init: A router has received a hello packet but hasn't established a neighbor relationship.

    • 3. Two-Way: Routers have exchanged hello packets and can see each other as neighbors.

    • 4. ExStart: Routers negotiate the master/slave relationship for d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

HTC Global Services Interview FAQs

How many rounds are there in HTC Global Services Senior Engineer interview?
HTC Global Services interview process usually has 1-2 rounds. The most common rounds in the HTC Global Services interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in HTC Global Services Senior Engineer interview?

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

  1. What are the features of Ja...read more
  2. Transaction in J...read more
  3. Hobbies, problem solving idealogy discussi...read more

Tell us how to improve this page.

HTC Global Services Senior Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more

Fast track your campus placements

View all
HTC Global Services Senior Engineer Salary
based on 575 salaries
₹8 L/yr - ₹31 L/yr
87% more than the average Senior Engineer Salary in India
View more details

HTC Global Services Senior Engineer Reviews and Ratings

based on 64 reviews

3.8/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.5

Salary

3.3

Job security

3.3

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 64 Reviews and Ratings
Senior Software Engineer
693 salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Senior Engineer
575 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Engineer
537 salaries
unlock blur

₹2.8 L/yr - ₹15.4 L/yr

Software Developer
332 salaries
unlock blur

₹3.8 L/yr - ₹15.9 L/yr

Lead
281 salaries
unlock blur

₹9.1 L/yr - ₹37 L/yr

Explore more salaries
Compare HTC Global Services with

Accenture

3.8
Compare

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

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