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
3.6

based on 1.3k Reviews

Filter interviews by

HTC Global Services L2 Engineer Interview Questions and Answers

Updated 19 Mar 2024

HTC Global Services L2 Engineer Interview Experiences

3 interviews found

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2024

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

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Based upon work
  • Q2. Be prepared with aws, Tosca, etc

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2023

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

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 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 

(5 Questions)

  • Q1. Questions around Java 8 features, collections, oop concepts, spring, spring mvc, spring boot and design patterns
  • Q2. Internal implementation of hash map and use comparator
  • Ans. 

    Hash map is an internal data structure that maps keys to values. Comparator is used to compare objects for sorting.

    • Hash map uses a hash function to map keys to indices in an array

    • Comparator is used to compare objects for sorting in collections like TreeSet or TreeMap

    • Example of hash map implementation in Java: HashMap

    • Example of using a comparator in Java: Collections.sort(list, comparator)

  • Answered by AI
  • Q3. Write sample classes spring boot … entity service and controller layers with proper annotations
  • Ans. 

    Sample classes for Spring Boot entity, service, and controller layers with annotations

    • Create entity classes with @Entity and @Id annotations

    • Create service classes with @Service annotation and inject repository classes with @Autowired annotation

    • Create controller classes with @RestController and @RequestMapping annotations

    • Use @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping annotations for HTTP methods

    • Use @Requ...

  • Answered by AI
  • Q4. What are the design patterns that you know about
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Creational patterns: Singleton, Factory, Abstract Factory, Builder

    • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

    • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

  • Answered by AI
  • Q5. What is IOC, dispatcher servlet, actuator and more around spring framework

Interview Preparation Tips

Topics to prepare for HTC Global Services L2 Engineer interview:
  • Core Java
  • java 8 fts
  • Udemy - Dheeru Mundaleru
  • durgasoft- YouTube
  • codedecode - YouTube
Interview preparation tips for other job seekers - Multithreading concepts are rarely or never asked. Good to prioritise core java, oops, framework questions, sql and design patterns.

Skills evaluated in this interview

L2 Engineer Interview Questions Asked at Other Companies

asked in TechnipFMC
Q1. 4. What is difference between radiography testing (RT) and ultras ... read more
Q2. What are the design patterns that you know about
asked in TechnipFMC
Q3. 7. What is essential variables and non-essential variables ?
Q4. Write sample classes spring boot … entity service and controller ... read more
asked in TechnipFMC
Q5. 2. Do you know about MRB (Manufacturing record book)?

L2 Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction and about experience till now, shell scripting, raid levels, lvm, what you want to be future

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answers. Don't get nervous.

Interview questions from similar companies

L2 Engineer Interview Questions & Answers

Unisys user image Abhijit Sarkar

posted on 13 May 2018

I applied via Naukri.com and was interviewed in Apr 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. They will ask questions related to the post you have applied for.
  • Q2. Difference between Windows 7 & 10
  • Ans. 

    Windows 7 and 10 are different versions of the Windows operating system.

    • Windows 10 has a more modern and user-friendly interface compared to Windows 7.

    • Windows 10 has better performance and improved security features.

    • Windows 10 has a virtual assistant called Cortana, which is not available in Windows 7.

    • Windows 10 supports newer hardware and technologies that Windows 7 may not.

    • Windows 10 receives regular updates and supp...

  • Answered by AI
  • Q3. Why should we hire you.?
  • Q4. Salary expectations.

Interview Preparation Tips

Round: Operations round
Experience: They will check your stability. They will check whether you are suitable for the company or not.

General Tips: Technical round was good as I answered most of the questions. Operations was a tricky one as the person was asking too many questions to judge my stability. However , at the end as u all say all wells that ends well.
Skills: Communication, Body Language, Leadership, Presentation Skills, Decision Making Skills
Duration: <1 week

Skills evaluated in this interview

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

Coding test conducted in virtual session - you need share the entire screen (google meet). Interviewer share about 12 questions, in 10 are theory based questions and 2 coding questions.
while writing theory try to answer with real time example from your project.
1. Solid principles 2 design patterns used 3 diff between .net core vs .net 4. garbage collection 5. global exception handling in core 5. performance / monitoring related questions

coding questions: 1. Nth max value without sorting. 2. sum of max sub array in a integer array

Round 2 - One-on-one 

(4 Questions)

  • Q1. Skills, project explanation, unit testing, code review
  • Q2. Usage of dependency injection in core along with types
  • Ans. 

    Dependency injection in core with types is a common practice in software engineering.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Using dependency injection in core allows for easier testing and maintenance of the codebase.

    • Types in dependency injection help ensure that the correct dependencies are injected into components.

    • Examples include us...

  • Answered by AI
  • Q3. Usage of Middleware along with custom middleware
  • Ans. 

    Middleware is used to handle requests and responses in web applications. Custom middleware can be created to add specific functionality.

    • Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware can be used to handle tasks such as authentication, logging, error handling, and more.

    • Custom middleware can be created to add s...

  • Answered by AI
  • Q4. Authentication and authorization in web api core
  • Ans. 

    Authentication and authorization are essential for securing web APIs in ASP.NET Core.

    • Use authentication to verify the identity of the user accessing the API.

    • Use authorization to determine what actions the authenticated user is allowed to perform.

    • In ASP.NET Core, authentication can be implemented using various schemes like JWT, OAuth, or Identity.

    • Authorization can be achieved through policies, roles, or claims.

    • Always va...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Coding problem - reg frequency of numbers in an array
  • Ans. 

    Count the frequency of numbers in an array of strings.

    • Iterate through the array and use a hashmap to store the frequency of each number.

    • If the number is already in the hashmap, increment its count. Otherwise, add it to the hashmap with a count of 1.

    • Return the hashmap with the frequency of each number.

  • Answered by AI

Skills evaluated in this interview

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 in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Occurrence of the elements in descending order.

Round 2 - Technical 

(1 Question)

  • Q1. Design question on projects
Round 3 - HR 

(1 Question)

  • Q1. Offer discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on opps, c#, asp. Net and angular, sql
Round 2 - Technical 

(1 Question)

  • Q1. Deep discussion on oops, angular, c# and sql. Like writing some queries and oops concepts syntax writing on notepad
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic discussion on my projects and they explain their projects and methodology they follows. Their day to day tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical interview questions and if you are not aware about some technologies then inform then instead of giving false answers. And keep your any one from both front end or back end strong
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Interview Questionnaire 

2 Questions

  • Q1. About professional details
  • Q2. About technical experience details

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice to work with Expleo group
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

BASIC N dsa QUESTION

Round 2 - Technical 

(1 Question)

  • Q1. OOPS N cOLLECTIONS
Round 3 - HR 

(1 Question)

  • Q1. BASIC QUESTIONS

HTC Global Services Interview FAQs

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

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

  1. What are the design patterns that you know ab...read more
  2. Write sample classes spring boot … entity service and controller layers with ...read more
  3. Internal implementation of hash map and use compara...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 HTC Global Services interviews
Referral
Job Portal
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Synechron Interview Questions
3.6
 • 351 Interviews
View all

Fast track your campus placements

View all
HTC Global Services L2 Engineer Salary
based on 172 salaries
₹3.5 L/yr - ₹14.4 L/yr
15% less than the average L2 Engineer Salary in India
View more details

HTC Global Services L2 Engineer Reviews and Ratings

based on 20 reviews

3.4/5

Rating in categories

3.2

Skill development

3.6

Work-Life balance

3.1

Salary & Benefits

3.1

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

2.9

Work Satisfaction

Explore 20 Reviews and Ratings
Senior Software Engineer
707 salaries
unlock blur

₹7.1 L/yr - ₹29 L/yr

Senior Engineer
524 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Engineer
517 salaries
unlock blur

₹3.6 L/yr - ₹15 L/yr

Software Developer
304 salaries
unlock blur

₹3.4 L/yr - ₹13.2 L/yr

Lead
261 salaries
unlock blur

₹8.7 L/yr - ₹35 L/yr

Explore more salaries
Compare HTC Global Services with

Accenture

3.9
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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