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
3.6

based on 5.6k Reviews

Filter interviews by

Hexaware Technologies Full Stack Software Developer Interview Questions and Answers

Updated 5 Sep 2024

Hexaware Technologies Full Stack Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and 3 coding questions

Round 2 - Communication 

(2 Questions)

  • Q1. Reading, Writing and Audio listening and Speaking test
  • Q2. Platform was Mercel Mettle
Round 3 - Technical 

(2 Questions)

  • Q1. Projects based questions and Job experience
  • Q2. CS Fundamentals
Round 4 - Behavioral 

(1 Question)

  • Q1. Job experience related questions
Round 5 - HR 

(2 Questions)

  • Q1. Why choose Hexaware
  • Ans. 

    Hexaware offers a collaborative work environment, cutting-edge technologies, and opportunities for growth and learning.

    • Hexaware provides a collaborative work environment where developers can work together to solve complex problems.

    • The company uses cutting-edge technologies and tools, allowing developers to stay up-to-date with the latest trends in software development.

    • Hexaware offers opportunities for growth and learni...

  • Answered by AI
  • Q2. What do you know about Hexaware
  • Ans. 

    Hexaware is a global IT services company providing automation, cloud, and digital solutions.

    • Hexaware was founded in 1990 and is headquartered in Mumbai, India.

    • They offer services in areas such as application transformation, infrastructure management, and business process services.

    • Hexaware has a strong focus on automation and digital technologies to help clients improve efficiency and innovation.

    • The company has a global...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Full Stack Software Developer interview:
  • DSA
  • CS Fundamentals
  • Mern
  • OOPS
  • OS
  • DBMS
Interview preparation tips for other job seekers - Keep you basics clear and be confident

Interview questions from similar companies

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

Easy online test with basic coding questions and one coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome code
  • Q2. Oops concept and database questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some difficulty is there but on hard work u can crack

Round 2 - Coding Test 

It's a technical round

Round 3 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative projects, strong team culture, and commitment to employee growth.

    • Innovative projects such as developing cutting-edge software solutions for healthcare industry

    • Strong team culture focused on collaboration and continuous learning

    • Commitment to employee growth through training programs and career development opportunities

  • Answered by AI
  • Q2. What are your strengths
  • Ans. 

    My strengths include problem-solving skills, adaptability, and strong technical knowledge.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Adaptability - I am able to quickly learn new technologies and adapt to changing project requirements.

    • Strong technical knowledge - I have a solid understanding of various programming languages and frameworks.

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

For a fresher there will be aptitude interview

Round 2 - Technical 

(2 Questions)

  • Q1. There will be technical questions in the round 2
  • Q2. 1.What is jvm jre and jdk 2.what is null and its value 3.what is pass by reference 4.what is regular expression
  • Ans. 

    1. JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and libraries. JDK is a development kit that includes JRE and tools for developing Java applications. 2. Null is a special value that represents the absence of a value. Its value is typically used to indicate that a variable does not refer to any object. 3. Pass by reference is a method of parameter passing where the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, be good in the selective technology stuff

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2022. 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 

Data structure Hash Map problem and java 8 code

Round 3 - Coding Test 

Coding singlton code and immutable code hashcode equals java 8 code data structure spring boot microservicis

Round 4 - HR 

(2 Questions)

  • Q1. How was your project info details
  • Q2. What about your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Java 8 microservicis spring boot concept should be strong knowledge
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency injection
  • Q2. What is middleware
Round 2 - techno mangerial 

(1 Question)

  • Q1. Project based questions
Round 3 - HR 

(1 Question)

  • Q1. Salaru neogiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hibernate internal working
  • Q2. Group BY in DBMS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1. Find longest repeating character from back.
2. Find all non-duplicates in an array and return in sorted manner.

Round 2 - One-on-one 

(11 Questions)

  • Q1. Suppose we have more 2 interfaces with the same default method. What will happen when we try to implment both the interfaces in the same class.?
  • Ans. 

    The class will have to provide its own implementation of the conflicting default method.

    • When implementing multiple interfaces with the same default method, a class must provide its own implementation of the conflicting method.

    • The class cannot inherit the default implementation from both interfaces.

    • The class can choose to implement one of the default methods and provide its own implementation for the other.

    • Alternatively...

  • Answered by AI
  • Q2. Terminal vs Intermediate Operations in streams
  • Ans. 

    Terminal operations in streams produce a result or a side effect, while intermediate operations transform or filter the data.

    • Terminal operations are the final operations in a stream pipeline, such as forEach, collect, or reduce.

    • Intermediate operations are operations that can be chained together, such as filter, map, or sorted.

    • Terminal operations trigger the processing of the stream and produce a result or a side effect...

  • Answered by AI
  • Q3. Try vs try-with-resources
  • Ans. 

    try vs try-with-resources

    • The 'try' statement is used to define a block of code to be tested for exceptions.

    • The 'try-with-resources' statement is used to automatically close resources that implement the AutoCloseable interface.

    • Try-with-resources is more concise and less error-prone compared to try-catch-finally.

    • Try-with-resources can handle multiple resources in a single statement.

  • Answered by AI
  • Q4. Iterator vs ListIterator
  • Ans. 

    Iterator is a universal interface for iterating over a collection, while ListIterator is a specialized interface for iterating over lists.

    • Iterator can only move forward, while ListIterator can move in both directions.

    • ListIterator has additional methods like previous(), hasPrevious(), and add().

    • ListIterator is only available for List implementations, while Iterator can be used with any collection.

  • Answered by AI
  • Q5. What are projections in Spring Data JPA?
  • Ans. 

    Projections in Spring Data JPA allow customizing the shape of the data returned from a query.

    • Projections are used to retrieve specific fields or a subset of fields from an entity.

    • They help in reducing the amount of data transferred over the network.

    • Projections can be defined using interfaces or classes.

    • They can be used with both JPQL and native SQL queries.

    • Projections can be used to fetch related entities as well.

  • Answered by AI
  • Q6. What are the two types of compiler in angular?
  • Ans. 

    The two types of compiler in Angular are JIT (Just-in-Time) compiler and AOT (Ahead-of-Time) compiler.

    • JIT compiler compiles the code at runtime in the browser.

    • AOT compiler compiles the code before the application is deployed to the browser.

    • JIT compilation is slower but allows for faster development and debugging.

    • AOT compilation is faster but requires additional build step before deployment.

  • Answered by AI
  • Q7. What are the different types of data binding in Angular?
  • Ans. 

    Data binding in Angular allows automatic synchronization of data between the model and the view.

    • Interpolation: {{ }} - binds data from the component to the view

    • Property binding: [] - binds data from the component to an element property

    • Event binding: () - binds an event from the view to a method in the component

    • Two-way binding: [()] - combines property and event binding to achieve two-way data flow

  • Answered by AI
  • Q8. Promises vs Observables
  • Ans. 

    Promises are used for asynchronous programming in JavaScript, while Observables are used for reactive programming.

    • Promises represent a single value that may be available now or in the future.

    • Observables represent a stream of values that can be emitted over time.

    • Promises are eager, meaning they start executing as soon as they are created.

    • Observables are lazy, meaning they only start executing when subscribed to.

    • Promises...

  • Answered by AI
  • Q9. Constructor vs ngOnInit
  • Ans. 

    Constructor is a special method used to initialize an object, while ngOnInit is a lifecycle hook in Angular.

    • Constructor is used to create and initialize an object of a class.

    • ngOnInit is a lifecycle hook in Angular that is called after the component is initialized.

    • Constructor is defined using the constructor keyword, while ngOnInit is a method defined in the component class.

    • Constructor is called only once during the cre...

  • Answered by AI
  • Q10. When to use Inline Template vs External Template in Angular?
  • Ans. 

    Inline templates are used for small, simple templates, while external templates are used for larger, complex templates.

    • Inline templates are defined within the component's TypeScript file using the template property.

    • External templates are defined in separate HTML files and linked to the component using the templateUrl property.

    • Inline templates are useful for small components or when the template is simple and doesn't re...

  • Answered by AI
  • Q11. Which module is used for http calls in Angular?
  • Ans. 

    HttpClient module is used for http calls in Angular.

    • HttpClient module is part of the @angular/common/http package.

    • It provides a simplified API for making HTTP requests.

    • It supports various HTTP methods like GET, POST, PUT, DELETE, etc.

    • It also supports features like request/response headers, query parameters, error handling, etc.

    • Example: import { HttpClient } from '@angular/common/http';

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2023. 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 - screening 

(2 Questions)

  • Q1. The initial screening Round was done
  • Q2. Expectations, CTC, job role
Round 3 - Technical 

(2 Questions)

  • Q1. Questions fired from java spring and react
  • Q2. Answered all and cleared the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Had one of the worst experiences with this Quest Global.

the lack of professionalism was evident and it was a complete waste of time. which I spent on the interview process.

During the screening, I mentioned that I'm holding an offer of X LPA, and then after asking my expectation we moved ahead and I cleared the technical round.
during the HR round, I was offered X+2 LPA and was told she would get back to me.
2 days passed and no response, third day I was told that the offer can only be rolled for 40% less than what was offered to me. which was 5 LPA less than the offer I was holding.

Zero Ethics, no morals, and very unprofessional and Disappointing.
I had a highly unpleasant experience and would not recommend to anyone
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 4 coding questions in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Some basic statistics questions and data structure questions

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Full Stack Software Developer interview?
Hexaware Technologies interview process usually has 5 rounds. The most common rounds in the Hexaware Technologies interview process are Aptitude Test, Technical and Behavioral.
How to prepare for Hexaware Technologies Full Stack 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 Angular, Java, Spring Boot, AWS and Docker.
What are the top questions asked in Hexaware Technologies Full Stack Software Developer interview?

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

  1. What do you know about Hexaw...read more
  2. Why choose Hexaw...read more
  3. Reading, Writing and Audio listening and Speaking t...read more

Tell us how to improve this page.

Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Full Stack Software Developer Salary
based on 11 salaries
₹4 L/yr - ₹9.5 L/yr
33% less than the average Full Stack Software Developer Salary in India
View more details

Hexaware Technologies Full Stack Software Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

4.8

Work-life balance

4.9

Salary

4.2

Job security

5.0

Company culture

5.0

Promotions

4.8

Work satisfaction

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

₹5.3 L/yr - ₹20 L/yr

System Analyst
3k salaries
unlock blur

₹6.7 L/yr - ₹29 L/yr

Software Engineer
2.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Executive
2k salaries
unlock blur

₹0.8 L/yr - ₹6.2 L/yr

Technical Architect
1.9k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Explore more salaries
Compare Hexaware Technologies with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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