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
3.7

based on 36.8k Reviews

Filter interviews by

Infosys Associate Consultant Interview Questions, Process, and Tips

Updated 5 Jan 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 167 questions

Infosys Associate Consultant Interview Experiences

261 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. About your Past and current experience, profild and package?
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to SAP HCM basic ,Payroll related.
  • Q2. Scenario based Questions 40%.
  • Q3. Willing to learn and work on something new if you get an opportunity?
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion. More of informing about offer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well also for technical people Scenario based questions will be there.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are main features of spring boot framework
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing production-ready features out of the box.

    • Auto-configuration: Automatically configures the application based on dependencies added to the project.

    • Standalone: Can be run as a standalone JAR file without the need for an external application server.

    • Spring Boot Starter: Pre-configured dependencies to simplify project setup.

    • Actuator:...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is virtual dom and real dom
  • Ans. 

    Virtual DOM is a lightweight copy of the real DOM used for efficient updates in web development.

    • Virtual DOM is a concept in React where a lightweight copy of the real DOM is created and updated instead of directly manipulating the real DOM.

    • Changes are first made to the virtual DOM, then compared with the real DOM to identify the minimal number of updates needed for efficient rendering.

    • This process helps improve perform...

  • Answered by AI

Skills evaluated in this interview

Infosys interview questions for designations

 Senior Associate Consultant

 (172)

 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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Javascript and React.js. And also on Agile methodology, unit testing, Git, Scrum and deployment

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. More about sap and projects that I have worked upon, daily tasks and understanding of SAP.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best

Associate Consultant Jobs at Infosys

View all

Associate Consultant Interview Questions & Answers

user image Deepesh Kumar Pandey

posted on 8 Dec 2023

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

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

There was 2 leetcode questions of medium level

Round 3 - Technical 

(1 Question)

  • Q1. Complete discussion was done over skill set, java and angular for me And one coding questions was asked
Round 4 - Behavioral 

(1 Question)

  • Q1. Project manager was taking this round and details of resume and team skills were verified

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you know to the best
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. I was asked to explain the project, it's agenda and roles and responsibilities in my project.
Round 3 - Behavioral 

(1 Question)

  • Q1. It was a general discussion.The manager asked my location preference and why I was expecting a hike in my salary.
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary Discussion, location preference and notice period discussion.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to import resources that are not managed by terraform? How to run terraform apply on specific resource?
  • Ans. 

    To import resources not managed by Terraform, use the 'terraform import' command. To run 'terraform apply' on a specific resource, use the '-target' flag.

    • To import resources, use the 'terraform import' command followed by the resource type and ID.

    • For example: 'terraform import aws_instance.example i-12345678'

    • To run 'terraform apply' on a specific resource, use the '-target' flag followed by the resource address.

    • For exa...

  • Answered by AI

Skills evaluated in this interview

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 Resume Shortlist.
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 Technology Solutions, SQL, Java, Oracle 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.

Tell us how to improve this page.

Infosys Associate Consultant Interview Process

based on 136 interviews in last 1 year

3 Interview rounds

  • Technical Round
  • HR Round 1
  • HR Round 2
View more

People are getting interviews through

based on 164 Infosys interviews
Job Portal
Company Website
Campus Placement
Referral
WalkIn
Recruitment Consultant
27%
26%
21%
14%
1%
1%
10% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Associate Consultant Salary
based on 17.6k 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 969 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-Life balance

2.9

Salary & Benefits

4.2

Job Security

3.7

Company culture

2.7

Promotions/Appraisal

3.3

Work Satisfaction

Explore 969 Reviews and Ratings
S2RL Associate Consultant

Ahmedabad

5-8 Yrs

Not Disclosed

S2RL Associate Consultant

Ahmedabad

8-10 Yrs

Not Disclosed

S2RL Associate Consultant

Ahmedabad

2-5 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.5k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
38.9k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
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