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

Infosys Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.5k interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are array lists? Print uncommon integer form 2 arraylist
  • Q2. Print the sum of integer from given character array

Top Infosys Test Engineer Interview Questions and Answers

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Software Engineer Interview Questions & Answers

user image Raxy Esports

posted on 27 Sep 2024

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

(3 Questions)

  • Q1. What is microservices
  • Ans. 

    Microservices are a software architecture design where applications are broken down into small, independent services that communicate with each other.

    • Microservices are independently deployable and scalable.

    • Each microservice focuses on a specific business function.

    • Communication between microservices is typically done through APIs.

    • Examples of companies using microservices include Netflix, Amazon, and Uber.

  • Answered by AI
  • Q2. Write a code for panagram
  • Ans. 

    A panagram is a sentence containing every letter of the alphabet at least once.

    • Create a function that takes a string as input

    • Convert the input string to lowercase for case-insensitivity

    • Iterate through each letter of the alphabet and check if it exists in the input string

  • Answered by AI
  • Q3. How do u balance load using load balancer
  • Ans. 

    Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Set up multiple servers to handle incoming traffic

    • Use a load balancer to distribute traffic evenly among servers

    • Monitor server health and adjust load balancing algorithms as needed

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Sql queries on database
  • Q2. Redis cache , level 2 caching

Skills evaluated in this interview

Top Infosys Software Engineer Interview Questions and Answers

Q1. Split the StringYou are given a string ‘str’ of ‘N’ lowercase alphabets. Your task is to check whether it is possible to split the given string into three non-empty substrings such that one of them is a substring of another two. For example... read more
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test with maths and statistics and data analysis

Round 2 - Technical 

(1 Question)

  • Q1. Joins sql groups python numpy pandas

Top Infosys Data Analyst Interview Questions and Answers

Q1. Real life example of usage of Window functions - lag and lead
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About Roles and Responsibiities
  • Q2. Explain the previous work experience

Top Infosys IT Analyst Interview Questions and Answers

Q1. 1) what is collections have you used anywhere? 2) how function can return more than one value? 3) what is is materialised view 4) what is pragma autonomous transaction
Add answer

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (270)

 Senior Systems Engineer

 (267)

 Software Developer

 (259)

 Business Analyst

 (240)

 Senior Associate Consultant

 (176)

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

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and your project
  • Ans. 

    I am a seasoned Technical Lead with experience in leading projects from conception to completion.

    • Led a team of developers in the development of a new e-commerce platform

    • Implemented agile methodologies to improve project efficiency

    • Collaborated with stakeholders to gather requirements and ensure project alignment

  • Answered by AI
  • Q2. Some Logics , Java and microservices scenario based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial Round - Roles and Responsibility questions
  • Q2. Scenario based question on our skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Top Infosys Technical Lead Interview Questions and Answers

Q1. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) How we can handle the situation when we found code is not complaint before one day of deployment. 3) why are you looking for Switch?
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Infosys Interview Questions

Operations Executive Interview Questions & Answers

user image Raksha Ghevadekar

posted on 30 Nov 2024

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

Aptitude test is based on quantitative apptitude, English and computer

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly based on language you know
  • Q2. Gave 1 small code to write
  • Ans. 

    Write a small code to reverse a string in an array of strings

    • Iterate through each string in the array

    • Use built-in functions or write a custom function to reverse each string

    • Store the reversed strings back in the array

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Operations Executive with a proven track record of optimizing processes and driving efficiency.

    • Over 10 years of experience in operations management

    • Successfully implemented cost-saving initiatives resulting in 20% reduction in expenses

    • Led cross-functional teams to improve workflow and increase productivity

    • Strong analytical skills and ability to identify areas for improvement

    • Excellent communication and leader

  • Answered by AI
  • Q2. Why should I hire you

Top Infosys Operations Executive Interview Questions and Answers

Q1. What is OOPs? Difference between Overloading and overriding, what is polymorphism, what is database, what is candidate key, How we train model in ML, difference between call by value and call by reference, what is primary and foreign key, u... read more
View answer (1)

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)

Jobs at Infosys

View all

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Introduction of the current role.
  • Ans. 

    Currently working as a Scrum Master in a software development team.

    • Facilitating daily stand-up meetings

    • Removing impediments for the team

    • Coaching team members on Agile practices

    • Ensuring the team follows Scrum framework

  • Answered by AI
  • Q2. Your daily routine as a Scrum Master. Scrum master roles and responsibilities.
  • Ans. 

    As a Scrum Master, my daily routine involves facilitating daily stand-up meetings, removing impediments, coaching the team, and ensuring adherence to Scrum practices.

    • Facilitate daily stand-up meetings to keep the team aligned and focused

    • Remove impediments that are blocking the team's progress

    • Coach the team on Scrum practices and principles

    • Ensure adherence to Scrum framework and help the team continuously improve

    • Collabo...

  • Answered by AI
  • Q3. Practical examples of scrum ceremonies and scrum master roles/responsibilities. Practical examples of coaching the team and facilitating scrum events. Sprint planning activities as scrum master.
  • Ans. 

    Scrum Master responsibilities include facilitating sprint planning, coaching the team, and leading scrum ceremonies.

    • Facilitating sprint planning meetings to help the team set goals and plan work for the upcoming sprint

    • Coaching the team on agile principles and practices, helping them improve their processes and collaboration

    • Leading daily stand-up meetings to keep the team aligned and focused on their goals

    • Organizing and...

  • Answered by AI
  • Q4. Capacity and velocity in scrum, current team's velocity and capacity.
  • Ans. 

    Capacity and velocity in Scrum, understanding team's current velocity and capacity.

    • Capacity in Scrum refers to the amount of work a team can handle in a sprint.

    • Velocity in Scrum is the amount of work completed by the team in a sprint.

    • Team's velocity is calculated by summing up the story points completed in a sprint.

    • Team's capacity is the total amount of work the team can handle in a sprint.

    • Understanding the team's curr...

  • Answered by AI

Top Infosys Scrum Master Interview Questions and Answers

Q1. Give practical examples for implementation of scrum principles.
View answer (2)

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
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.

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 hosting, in AWS how can we achieve it? What is static hosting in AWS? Wha... read more
View answer (1)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. What is cloud,DB
  • Ans. 

    Cloud DB refers to a database that is hosted on a cloud computing platform, allowing for remote access and scalability.

    • Cloud DB stores data on remote servers accessed over the internet

    • It offers scalability, flexibility, and cost-effectiveness

    • Examples include Amazon RDS, Google Cloud SQL, and Microsoft Azure SQL Database

  • Answered by AI
  • Q2. What is cyber security
  • Ans. 

    Cyber security refers to the practice of protecting systems, networks, and data from digital attacks.

    • Involves protecting computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks

    • Includes measures such as firewalls, encryption, antivirus software, and user authentication

    • Cyber security professionals work to prevent, detect, and respond to cyber threats

    • Examples of cyber attacks incl...

  • Answered by AI

Skills evaluated in this interview

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cpu? can you explain in simple words
  • Q2. What is system?

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (9)

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (11)

Infosys Interview FAQs

How many rounds are there in Infosys interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, HR and Aptitude Test.
How to prepare for Infosys 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 SDLC, Java, Agile, Project Management and Performance Engineering.
What are the top questions asked in Infosys interview?

Some of the top questions asked at the Infosys interview -

  1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. ...read more
  2. 1. what is the difference between exception and error. How did u solve the erro...read more
  3. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP...read more
How long is the Infosys interview process?

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

Tell us how to improve this page.

Infosys Interview Process

based on 4.8k interviews

Interview experience

4.1
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Infosys Reviews and Ratings

based on 39.3k reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 39.3k Reviews and Ratings
Python Software Developer Infosys

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

Not Disclosed

Java Developer..

Hyderabad / Secunderabad,

Pune

+1

3-6 Yrs

Not Disclosed

Python Developer Lead_Pune

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.6k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.1 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.9k salaries
unlock blur

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