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 6 Mar 2025

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.5k interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between record producer and Service Catalog
  • Ans. 

    Record producer allows users to create new records, while Service Catalog offers predefined services for users to request.

    • Record producer is used to create new records in a specific table

    • Service Catalog offers predefined services for users to request

    • Record producer allows for customization of the form layout and fields

    • Service Catalog provides a user-friendly interface for requesting services

    • Record producer can be used ...

  • Answered by AI
  • Q2. What is orderguide
  • Ans. 

    Orderguide is a feature in ServiceNow that allows users to create and manage a list of items to order.

    • Orderguide helps users easily select and order items they need.

    • Users can customize their orderguide with specific items and quantities.

    • Orderguide streamlines the ordering process by providing a structured list of items to choose from.

  • Answered by AI

Skills evaluated in this interview

Top Infosys Servicenow Developer Interview Questions and Answers

Q1. Write code to auto-close parent incident when all child incidents are closed ?
View answer (2)

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you will see yourself after 5 years
Round 2 - Aptitude Test 

DURATION WAS 2 HOURS

Interview Preparation Tips

Interview preparation tips for other job seekers - E3E

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (5)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour test 4 sections

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your college project
  • Q2. Java concept based questions

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (5)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

We had 3 questions easy medium and hard Which we have to complete in 3 hours.

Round 2 - Technical 

(1 Question)

  • Q1. One problem based on anagram?
  • Ans. 

    An anagram is a word or phrase formed by rearranging the letters of a different word or phrase.

    • Create a function that takes in an array of strings as input

    • For each string, sort the characters alphabetically

    • Check if the sorted strings are equal, if so, they are anagrams

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared its not too hard.

Skills evaluated in this interview

Top Infosys Specialist Programmer Interview Questions and Answers

Q1. 1. Find the first occurrence of the target value in a sorted array. (Duplicates are allowed)
View answer (3)

Specialist Programmer Interview Questions asked at other Companies

Q1. 1. Find the first occurrence of the target value in a sorted array. (Duplicates are allowed)
View answer (3)

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

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (178)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Concepts and coding
  • Q2. Seleniun Concepts and examples
  • Ans. 

    Selenium is a popular automation testing tool used for web applications.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing test scripts.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Skills evaluated in this interview

Top Infosys Softwaretest Engineer Interview Questions and Answers

Q1. What is and array .write the code for the same and explain
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Get interview-ready with Top Infosys Interview Questions

Associate Consultant Interview Questions & Answers

user image Vishu Choudhary

posted on 27 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key principles of OOPs include Inheritance, Encapsulation, Polymorphism, and Abstraction

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

  • Answered by AI
  • Q2. What is routing in angular
  • Ans. 

    Routing in Angular is the process of navigating between different components or views in a single-page application.

    • Routing allows users to navigate between different parts of an Angular application without reloading the entire page.

    • Routes are defined in the app-routing.module.ts file using the RouterModule and Routes classes.

    • Each route maps a URL path to a component, specifying which component should be displayed when ...

  • Answered by AI

Skills evaluated in this interview

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)

Jobs at Infosys

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

(2 Questions)

  • Q1. Diff between backup rollback plan
  • Ans. 

    Backup is a copy of data stored separately for recovery, while rollback plan is a strategy to revert changes in case of issues.

    • Backup is a duplicate copy of data stored separately from the original data to be used for recovery purposes.

    • Rollback plan is a strategy or procedure put in place to revert changes made to a system or data in case of issues or errors.

    • Backups are typically scheduled at regular intervals to ensur...

  • Answered by AI
  • Q2. What are the types of problem management
  • Ans. 

    Types of problem management include reactive, proactive, and strategic.

    • Reactive problem management involves addressing issues after they occur

    • Proactive problem management focuses on preventing issues from happening

    • Strategic problem management involves long-term planning and improvement

    • Examples: Reactive - fixing a server outage, Proactive - implementing regular system updates, Strategic - developing a disaster recovery

  • Answered by AI

Skills evaluated in this interview

Incident Management Analyst Interview Questions asked at other Companies

Q1. What priority matrix in incident management
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sorting array method overloading & overiding SQL qustions

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining complex systems

    • Proficient in various operating systems such as Windows, Linux, and Unix

    • Skilled in network security protocols and technologies like VPNs and firewalls

    • Strong problem-solving skills and ability to work well under press

  • Answered by AI
  • Q2. Can you provide an explanation about your project?
  • Ans. 

    Developed a system to automate data processing for a large manufacturing company.

    • Designed and implemented a custom software solution to streamline data collection and analysis

    • Integrated various data sources and created automated workflows to improve efficiency

    • Collaborated with cross-functional teams to gather requirements and ensure successful implementation

  • Answered by AI

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (5)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to install ESXI
  • Q2. Patching Windows server
Round 2 - HR 

(1 Question)

  • Q1. Why leaving the current organisation

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)

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.9k 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.4k 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.4k Reviews and Ratings
Dot Net Developer- (Pan India (Infosys))

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Angular Developer- (Pan India (Infosys))

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Python Developer

Pune,

Chennai

+1

5-6 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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