Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Infosys Associate Consultant Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Infosys Associate Consultant Interview Questions and Answers

  • Q1. What are the services you have used in AWS? What are the types of storage in S3? How will you troubleshoot if a web server is not responding? Have you come across DNS hos ...read more
  • Q2. What do you mean by Git stash? what are the different ways of git merge? Can you differentiate between git pull and git fetch? what is the branching strategy in Git and h ...read more
  • Q3. Why Ansible is called agentless? How will you run an ansible-playbook, tell me the command used for it? What are variables in ansible? What are the roles in ansible and w ...read more
View all 174 questions

Infosys Associate Consultant Interview Experiences

270 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are different aws s3 bucket types
  • Q2. What is the maximum number of subnets that can be created in a Virtual Private Cloud (VPC)?
Round 2 - HR 

(2 Questions)

  • Q1. What are your roles
  • Q2. How yoi handle team

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Associate Consultant Interview Questions & Answers

user image Bodke Venkatesh

posted on 28 Oct 2024

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

Round 1 - Technical 

(2 Questions)

  • Q1. About my self and Azure experience
  • Q2. Technical questions on Azure Integration Services
Round 2 - Behavioral 

(2 Questions)

  • Q1. Not much technical but test your real time experience
  • Q2. About previous projects and roles
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice experience with Infosys as a immediate joinee the process to only 12 days from first round to offer release.

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more

Associate Consultant Interview Questions & Answers

user image Aakash Choudhary

posted on 7 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fail fast and Non fail Fast
  • Q2. Difference between PUT and PATCH
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update or modify a part of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects.

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the sp...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. LLD of simple web application
  • Q2. Multithreading related questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. .NET basic Questions
  • Q2. Angular basic questions
Round 2 - Behavioral 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Current Project based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Infosys interview questions for designations

 Senior Associate Consultant

 (176)

 Associate Technical Consultant

 (3)

 Associate SAP Consultant

 (2)

 Associate Functional Consultant

 (1)

 Associate Consultant Engineering

 (1)

 Associate SAP MM Consultant

 (3)

 Associate SAP Fico Consultant

 (2)

 SAP Abap Associate Consultant

 (1)

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Explain multithreading and stages of multithreading
  • Q2. If there are 5 tasks, how to write a code so that the 5 tasks are run simultaneously
  • Q3. Questions about REST API(difference between @RequestParam and @PathVariable). Tell some annotations which were used in my project
  • Q4. Exception Handling in spring boot
  • Q5. Deployment process in my project
  • Q6. Object class in java(name some methods and follow up questions on that. Difference between == and equals())
  • Q7. DDL and DML commands in SQL
  • Q8. Microservices question(communication between microservices)

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your project very nicely. Also please cover basics of java, spring boot , microservices in detail.

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

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

I was interviewed in Aug 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Java 8 features.
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Default methods allow interfaces to have method imple...

  • Answered by AI
  • Q2. Some simple program to demonstrate streams and lambda functions
  • Q3. My project experience and contributions
  • Ans. 

    I have experience working on various projects and have made significant contributions to each.

    • Led a team in implementing a new software system for a client, resulting in a 20% increase in efficiency

    • Developed a marketing strategy that led to a 30% increase in sales for a product

    • Collaborated with cross-functional teams to successfully launch a new product in the market

  • Answered by AI
  • Q4. Spring boot annotations
  • Q5. Create a rest endpoint
  • Ans. 

    Creating a REST endpoint for a web application

    • Define the endpoint URL and HTTP method (e.g. GET, POST)

    • Implement the logic to handle requests and responses

    • Use frameworks like Spring Boot for Java or Express for Node.js

    • Secure the endpoint with authentication and authorization

    • Document the endpoint with Swagger or OpenAPI

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. My overall project experience
  • Ans. 

    I have experience working on various projects in different industries.

    • Managed a team to implement a new software system for a retail company

    • Led a market research project for a healthcare organization

    • Developed a marketing strategy for a tech startup

    • Collaborated with cross-functional teams on a product launch for a consumer goods company

  • Answered by AI
  • Q2. My contributions
  • Q3. How I managed contradiction with collegues and superiors
  • Ans. 

    I address contradictions by actively listening, seeking common ground, and proposing solutions collaboratively.

    • Listen actively to understand the perspectives of colleagues and superiors

    • Seek common ground by focusing on shared goals and interests

    • Propose solutions collaboratively by involving all parties in the decision-making process

  • Answered by AI

Associate Consultant Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Coding round. General coding questions like count the number of capital and small letters in a sentence. Pandas basic coding questions were there.
  • Q2. How will you read a CSV file using pandas library?
  • Q3. Count the unique values of a particular column. Remove the null values, etc ,
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round. Asked questions about sprint, Agile workflow processes. Git related questions like what is the difference between git rebase and git merge? SQL questions, etc.,
Round 3 - HR 

(1 Question)

  • Q1. Negotiated the salary and discussed about the offer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react? Explain react life cycle
  • Q2. What is hooks explain different hooks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Java programs,features,spring,springboot technical questions
  • Q2. SQL queries (mainly focused on group by,order by)
Round 2 - Behavioral 

(2 Questions)

  • Q1. SDLC process, project experience
  • Q2. Agile methodology,framework,tools,technical questions (basics) - java,spring,springboot,maven,gradle
Round 3 - HR 

(2 Questions)

  • Q1. Educational Background,Work Experience
  • Q2. Flexible to relocation,CCTC,ECTC,Variable pay,Hike discuss

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on fundamentals and explain your project in-detail

FYI - This is an open position for java,spring boot developer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React Basics que
  • Q2. Create a form and submit
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Associate Consultant interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, HR and One-on-one Round.
How to prepare for Infosys Associate Consultant 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 Infosys. The most common topics and skills that interviewers at Infosys expect are SQL, Java, Oracle, Technology Solutions and XML.
What are the top questions asked in Infosys Associate Consultant interview?

Some of the top questions asked at the Infosys Associate Consultant interview -

  1. What are the services you have used in AWS? What are the types of storage in S3...read more
  2. What do you mean by Git stash? what are the different ways of git merge? Can...read more
  3. Why Ansible is called agentless? How will you run an ansible-playbook, tell me...read more
How long is the Infosys Associate Consultant interview process?

The duration of Infosys Associate Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

DESIGNATION

Pyspark Developer

25 interviews

INTERVIEWS

Flipkart

No Interviews

INTERVIEWS

Flipkart

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Flipkart

No Interviews

INTERVIEWS

Flipkart

No Interviews

INTERVIEWS

HDFC Life

No Interviews

INTERVIEWS

Flipkart

No Interviews

REVIEWS

Infosys

No Reviews

REVIEWS

Infosys

No Reviews

Tell us how to improve this page.

Infosys Associate Consultant Interview Process

based on 231 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Associate Consultant Salary
based on 18.1k salaries
₹5 L/yr - ₹16.1 L/yr
9% less than the average Associate Consultant Salary in India
View more details

Infosys Associate Consultant Reviews and Ratings

based on 1.1k reviews

3.5/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

2.8

Salary

4.1

Job security

3.6

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 1.1k Reviews and Ratings
S2RL Associate Consultant

Ahmedabad

5-8 Yrs

Not Disclosed

Google Cloud/Kafka/Kong/Apigee_Associate Consultant

Bangalore / Bengaluru

3-5 Yrs

₹ 3.7-16 LPA

S2RL Associate Consultant

Ahmedabad

5-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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