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 Associate Consultant Interview Questions and Answers for Freshers

Updated 24 Jul 2024

Hexaware Technologies Associate Consultant Interview Experiences for Freshers

1 interview found

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

(2 Questions)

  • Q1. Tell us about the change management
  • Q2. What is HEAD type of method in REST API Integration
  • Ans. 

    HEAD method in REST API Integration is used to retrieve the headers of a resource without fetching the body.

    • HEAD requests are similar to GET requests but only return the headers of the resource, not the body.

    • This can be useful for checking the status of a resource or determining its size without downloading the entire content.

    • For example, a HEAD request to a website URL will return the headers like content type, conten

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is your proudest solution provided to the clients
  • Q2. Breif about your day to day activities
Round 3 - HR 

(2 Questions)

  • Q1. TEll us about yourself
  • Q2. Why should we hire you

Skills evaluated in this interview

What people are saying about Hexaware Technologies

View All
fascinatingsherlock
Verified Icon
2w
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

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning,vocabulary

Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding qsns Java oops concept, program for palindrome, other basic programs
  • Q2. Write a program for differentiate odd and even nos
  • Ans. 

    Program to differentiate odd and even numbers

    • Use modulus operator to check if number is divisible by 2

    • If remainder is 0, number is even else odd

    • Print the result accordingly

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Which is more developed country India r china

Interview Preparation Tips

Topics to prepare for Mphasis Associate Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - Prepare for aptitude, and programming

I applied via Campus Placement and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.In frst round they gave two programs like palindrome,leap year which is quite easy only, aptitude consists of 60qns .
  • Q2. 2.In second round which is technical round, again they gave one pgm which is lightly complicated and also questions will be asked based on our resume and branch.
  • Q3. 3.HR round based on your personal skill.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be perfect in basic coding and also aptitude,it is not much tough and also be bold while answering in technical round,try to do more projects......

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

Interview Questionnaire 

2 Questions

  • Q1. Find the second largest element from an integer array in a single traversal
  • Ans. 

    Find the second largest element from an integer array in a single traversal

    • Initialize two variables to store the largest and second largest elements

    • Traverse the array and update the variables accordingly

    • Return the second largest element

  • Answered by AI
  • Q2. This can be done using Hashtables.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. This is an online test consists of questions from OS, DBMS, Networking. Couple of coding question was also there. Language specific section also there.
Round 2 - Technical 

(1 Question)

  • Q1. Here also I was asked to write the code two coding question difficulty varies from easy to medium. More than that I was asked questions from OS, DBMS, SDLC and basic level question from C and JAVA.
Round 3 - Technical 

(1 Question)

  • Q1. This one is kind of advanced technical round. I was asked about C and Java in more depth. Asked to write couple of SQL queries. There are some more conceptual question in SQL.
Round 4 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.
  • Q4. Some basic questions and then I was informed that I am selected. There was around 54000 students applied for that role and among them 150 was selected. I got offer letter in the said day and employment sta...

Interview Preparation Tips

Interview preparation tips for other job seekers - Persistent is a company that is really good for fresher from training and culture point of view. But their salary structure especially for the freshers are below average. 30000 is the in-hand salary for 451000 CTC. I was selected in off campus, so didn't need to go through internships. I was provided with Full time opportunity and got the full salary from the first month itself. It was totally a WFH as it was during covid. I will highly recommend to plan for other companies after 2 years. For interview question, stick to the subjects that are mentioned in resume. DBMS, Java, C, SDLC, SQL this are some topics that will be asked irrespective of being mentioned in resume. So prepare well for that. All the best.

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic project description and data base design

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic level interview question

I appeared for an interview before Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. What do you mean flexible?
  • Ans. 

    Flexible means adaptable to change or able to be modified easily.

    • Being able to adjust to new requirements or situations

    • Having the ability to change or modify code without breaking it

    • Being open to feedback and willing to make changes

    • Allowing for customization or configuration options

    • Examples: using variables instead of hardcoding values, implementing a plugin system

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - During covid its easy if you're a fresher to join this company

I applied via Freshervoice, apuzz.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and OOPS features, general coding, SQL and some vocabs like initiative, process, vision, etc and general introduction part

Interview Preparation Tips

Interview preparation tips for other job seekers - Just study java, oops and sql in deep... you should know deep concepts of why interfaces are used and some definitions for oops concepts.

Hexaware Technologies Interview FAQs

How many rounds are there in Hexaware Technologies Associate Consultant interview for freshers?
Hexaware Technologies interview process for freshers usually has 3 rounds. The most common rounds in the Hexaware Technologies interview process for freshers are Technical and HR.
How to prepare for Hexaware Technologies Associate Consultant interview for freshers?
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 ITSM, Active Directory, Aop, Change Management and Core Java.

Tell us how to improve this page.

Hexaware Technologies Associate Consultant Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
Join Hexaware Technologies Experience the impact across your digital ecosystem and beyond.
Hexaware Technologies Associate Consultant Salary
based on 67 salaries
₹3.6 L/yr - ₹14.6 L/yr
20% less than the average Associate Consultant Salary in India
View more details

Hexaware Technologies Associate Consultant Reviews and Ratings

based on 7 reviews

3.0/5

Rating in categories

3.0

Skill development

2.5

Work-life balance

2.1

Salary

3.9

Job security

2.9

Company culture

2.1

Promotions

2.6

Work satisfaction

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

₹5.5 L/yr - ₹20 L/yr

Software Engineer
3k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

System Analyst
2.9k salaries
unlock blur

₹7.7 L/yr - ₹29 L/yr

Technical Architect
2.1k salaries
unlock blur

₹10 L/yr - ₹38 L/yr

Senior Executive
1.9k salaries
unlock blur

₹0.8 L/yr - ₹6 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