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.6

based on 38.2k Reviews

Filter interviews by

Infosys Associate Consultant Interview Questions, Process, and Tips

Updated 3 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 171 questions

Infosys Associate Consultant Interview Experiences

267 interviews found

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. All related to DevOps, Cloud, CI-CD. It went for 1 hr 25 mins approx, continuous throw of questions from 4 different peoples, one was solution architect, manager, Team lead and a senior DevOps engineer ...
  • Q2. Most of the questions were from Kubernetes / Terraform. Can you explain the architecture of Kubernetes? What are the different ways of creating a Kube cluster, which one have you deployed in your project? ...
  • Q3. In Terraform scenario-based. If someone wrote a template and on the same file you are also writing. Then you deployed it and infra is ready. Now the other person finished his writing and he tried deploying...
  • Ans. In terraform after deployment, a state file is created, this contains details of the last deployment. So if we can import this and then merge our code then the problem can be solved. We need to maintain this file on either Terraform cloud or AWS S3. Other options are also there but these are most preferred.
  • Answered Anonymously
  • Q4. What are the different kinds of terraform variables? What do you mean by terraform resource? Have you used terraform in your project?
  • Ans. 

    Terraform variables can be of different types. Terraform resource is a declarative representation of infrastructure.

    • Terraform variables can be of type string, number, bool, list, map, object, set.

    • Terraform resource is a block of code that defines a piece of infrastructure.

    • Examples of resources are AWS EC2 instance, Azure Virtual Machine, Google Cloud Storage bucket.

    • Yes, I have used Terraform in my project.

  • Answered by AI
  • Q5. What is the command used for CPU usage in Linux? which Linux you have used? How will you see free memory in Linux in GB? Do you know NFS and what are the steps to create it?
  • Ans. 

    Command for CPU usage in Linux, checking free memory in GB, and creating NFS.

    • Command for CPU usage: top or htop

    • Checking free memory in GB: free -g

    • Creating NFS: install nfs-utils, configure /etc/exports, start nfs-server and nfs-lock services

    • Linux used not specified

  • Answered by AI
  • Q6. What is Dockerfile? Can you tell me some fields used in the Docker file? What is the difference between Dockerfile and Docker compose? Which is better Docker compose or Kubernetes, explain some differences...
  • Ans. 

    Explanation of Dockerfile, Docker Compose, and differences between them and Kubernetes.

    • Dockerfile is a script that contains instructions to build a Docker image.

    • Fields in Dockerfile include FROM, RUN, COPY, ADD, CMD, and more.

    • Docker Compose is a tool for defining and running multi-container Docker applications.

    • Docker Compose uses a YAML file to define services, networks, and volumes.

    • Kubernetes is a container orchestrat...

  • Answered by AI
  • Q7. 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 hosting, in AWS how can we achieve ...
  • Ans. 

    AWS services, S3 storage types, troubleshooting web server, DNS hosting, static hosting, IAM policies, load balancers, NAT gateway

    • Used EC2, S3, RDS, Lambda, CloudFront, etc.

    • S3 storage types: Standard, Infrequent Access, Glacier

    • Check server logs, network connectivity, security groups, etc.

    • DNS hosting can be achieved using Route 53

    • Static hosting is used to host static websites using S3 and CloudFront

    • Roles define permissi...

  • Answered by AI
  • Q8. 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 what is the benefit of using it...
  • Ans. 

    Ansible is called agentless because it does not require any agent to be installed on the target host.

    • Ansible uses SSH to connect to the target host and execute commands remotely.

    • The command to run an ansible-playbook is 'ansible-playbook '.

    • Variables in Ansible are used to store values that can be used across multiple tasks and playbooks.

    • Roles in Ansible are a way to organize tasks, handlers, and variables...

  • Answered by AI
  • Q9. What are the different types of Jobs in Jenkins, name at least 2, and their usage? How will you restrict access in Jenkins to someone, what is the plugin name? In what language Jenkins is written? Wh...
  • Ans. 

    Jenkins is a popular CI/CD tool with various job types, access control, build triggers, and master-slave architecture.

    • Job types: Freestyle project, Pipeline project

    • Access control: Role-based Authorization Strategy plugin

    • Jenkins is written in Java

    • Build triggers: Manual, Scheduled, SCM, Remote Trigger, etc.

    • Build failure: Email notification, Console output, Build log

    • Master-slave: Distributes workload across multiple nodes

  • Answered by AI
  • Q10. Apart from Jenkins do you know any other Ci CD or DevOps? Ok AWS DevOps, so what are the components in AWS DevOps tools? what makes a code to be deployed on an EC2 machine using AWS CI-CD? What are ap...
  • Q11. 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 how will you create a new branc...
  • Ans. 

    Git stash is a feature that allows you to temporarily save changes without committing them.

    • Different ways of git merge: fast-forward, recursive, octopus

    • Git pull: fetches and merges changes from a remote branch, Git fetch: only fetches changes

    • Branching strategy in Git: Gitflow, trunk-based development, feature branching

    • To create a new branch: git branch , to switch to it: git checkout

    • Secrets s...

  • Answered by AI
  • Q12. Can you tell me what is TCP and UDP, their differences? If I want to create a secure connection between my office system and my personal laptop how will I do it? The solution which I used, will it affe...
  • Q13. My questions - What kind of Kubernetes clusters are used in Infosys? How is the day of being an Associate consultant in DevOps at Infosys?
  • Ans. 

    Infosys uses various types of Kubernetes clusters. As an Associate Consultant in DevOps, the day is challenging and dynamic.

    • Infosys uses both on-premise and cloud-based Kubernetes clusters depending on the client's requirements.

    • The type of Kubernetes cluster used also depends on the workload and scalability needs of the client.

    • As an Associate Consultant in DevOps, the day involves working on various tasks such as desig...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics, focus on the latest DevOps track? I had mentioned above and make sure you speak fluently the answers.

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 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

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 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 & 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

Infosys interview questions for designations

 Senior Associate Consultant

 (173)

 Associate Technical Consultant

 (3)

 Associate SAP Consultant

 (2)

 Associate Consultant Engineering

 (1)

 Associate Functional Consultant

 (1)

 Associate SAP MM Consultant

 (3)

 Associate SAP Fico Consultant

 (2)

 SAP Abap Associate Consultant

 (1)

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

Get interview-ready with Top Infosys Interview Questions

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

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

Associate Consultant interview

user image CA Kavita Dhakad

posted on 16 Nov 2021

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

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.

Tell us how to improve this page.

Infosys Associate Consultant Interview Process

based on 224 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Associate Consultant Salary
based on 17.8k salaries
₹5 L/yr - ₹16.1 L/yr
8% less than the average Associate Consultant Salary in India
View more details

Infosys Associate Consultant Reviews and Ratings

based on 1k reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

2.9

Salary

4.1

Job security

3.6

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 1k Reviews and Ratings
S2RL Associate Consultant

Ahmedabad

5-8 Yrs

Not Disclosed

S2RL Associate Consultant

Ahmedabad

2-5 Yrs

Not Disclosed

S2RL Associate Consultant

Ahmedabad

8-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.2k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.3k 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.5k 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview