Premium Employer

i

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

Hexaware Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hexaware Technologies Senior Software Developer Interview Questions and Answers

Updated 26 Jun 2024

Hexaware Technologies Senior Software Developer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. What is the difference between map and flat map
  • Ans. 

    Map transforms each element of a collection, while flatMap transforms each element into a new collection and flattens the result.

    • Map applies a function to each element of a collection and returns a new collection with the results

    • FlatMap applies a function that returns a collection to each element of a collection, then flattens the result into a single collection

    • Example: map([1, 2, 3], x => [x, x+1]) returns [[1, 2], [2...

  • Answered by AI
  • Q2. What is the difference between comparable and comparator
  • Ans. 

    Comparable is an interface used for comparing objects, while Comparator is a separate class used for custom sorting.

    • Comparable is implemented by the class whose objects need to be compared, while Comparator is a separate class used for custom sorting.

    • Comparable has a single method, compareTo(), which is used to compare objects, while Comparator has a method, compare(), for custom sorting logic.

    • Comparable is used for na...

  • Answered by AI

I applied via Naukri.com and was interviewed before Sep 2021. 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 - HR 

(2 Questions)

  • Q1. Express your self and introduced
  • Q2. Regarding your profile
Round 3 - Technical 

(1 Question)

  • Q1. Update your technical skill
Round 4 - One-on-one 

(1 Question)

  • Q1. Explain your current project

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Senior Software Developer interview:
  • ASP.Net
  • ASP.Net MVC
  • . Netcore
  • Angular
  • Javascript
  • MS SQL Server
Interview preparation tips for other job seekers - Keep update your self. Prepared for interview with your roles and Responsibilities.

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in Freshworks
Q3. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more

What people are saying about Hexaware Technologies

View All
fascinatingsherlock
Verified Icon
4d
works at
Hexaware Technologies
Job switch
Trying to grab an opportunity in Mumbai in BlackRock Does anyone have a reference??
Got a question about Hexaware Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Algorithms..Technical question from OOPS..Core Java.. J2EE.. Java8.. Spring.. Spring Boot.. Hibernate.. SQL..

Interview Preparation Tips

Interview preparation tips for other job seekers - Juat dont give up guys.. Keep preparing for the interviews.. Keep making notes of questions asked. Just remember one thing, when you are all set and prepared for the interview and still getting rejected continuously.. dont doubt yourself, your capabilities.. Its just a bad phase.. nothing else.
Definitely technical skills.. communication skills.. presenting skills are important to crack the interviews.. But Patience.. Patience is also very important.. All the best..

Interview Questionnaire 

2 Questions

  • Q1. 1. Questions on Angular.
  • Q2. 2. Question on backend like Java, Spring, Spring Boot, Microservices

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. What do you know about our company?
  • Q4. Are u willing to relocate?
  • Q5. What are your educational qualifications?
  • Q6. What are your technical skills?
  • Q7. How can you define you are a different person from others?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and maintain good communication skills and eye contact with the interviewer.

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Introduce yourself?
  • Q2. 2.Why DXC?
  • Q3. 3.As a non-IT why to software? (I'm from ece)
  • Q4. 4. About your weakness and how you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview is good. My advice is that don't panic, overtensed or nervous. This is the chance to prove yourself what you are. And other this is many people think there is no need of preparation for interview, in my point of view.. For fresher must and should prepare or beware of that. As we all know that are the HR questions but we don't know the answers for that so, be prepared for that. And important thing is RESUME many questions about this so, build your resume by you and study about your projects and all.
All the best ✊
Thankyou 😊

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Java 8, Spring security, REST api, microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked indepth for each and every aspect of Java Spring domain.

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to JavaScript and angukar

Interview Preparation Tips

Interview preparation tips for other job seekers - As a UI developer JavaScript is a must thing.

Interview Questionnaire 

1 Question

  • Q1. Questions on data structures

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Angular user defined logics and its reflection in browser, javascript consoles . Basics of java platforms jvm, java collections, SQL keys, joins, logics of data structures.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very interacting and challenging interview for me as I tried many hopes to get a job during this adverse pandemic. It really boosted my self-confidence in reaching a job by myself.Still miles to go for reaching my success rim.

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Senior Software Developer interview?
Hexaware Technologies interview process usually has 2-3 rounds. The most common rounds in the Hexaware Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Hexaware Technologies Senior Software Developer 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 Hexaware Technologies. The most common topics and skills that interviewers at Hexaware Technologies expect are MVC, .Net Core, C#, HTML and Web Api.
What are the top questions asked in Hexaware Technologies Senior Software Developer interview?

Some of the top questions asked at the Hexaware Technologies Senior Software Developer interview -

  1. what is the difference between comparable and compara...read more
  2. What is the difference between map and flat ...read more
  3. Update your technical sk...read more

Tell us how to improve this page.

Hexaware Technologies Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Senior Software Developer Salary
based on 221 salaries
₹6 L/yr - ₹23 L/yr
At par with the average Senior Software Developer Salary in India
View more details

Hexaware Technologies Senior Software Developer Reviews and Ratings

based on 10 reviews

4.6/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

3.9

Salary

4.0

Job security

4.0

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 10 Reviews and Ratings
Senior Software Engineer
3.8k salaries
unlock blur

₹5.5 L/yr - ₹20.1 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

System Analyst
2.9k salaries
unlock blur

₹6.8 L/yr - ₹29 L/yr

Technical Architect
2.1k salaries
unlock blur

₹10 L/yr - ₹37 L/yr

Senior Executive
1.9k salaries
unlock blur

₹0.8 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.7
Compare

TCS

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

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