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
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Asked about my project & roles on which im working
  • Q2. Asked about Okta SSO Protocols like SAMl, OIDC
  • Q3. API Integration & Attribute Mapping
Round 2 - Technical 

(3 Questions)

  • Q1. Manager asked me some moderate questions about IAM
  • Q2. Asked me about Provisioning, JML Process
  • Q3. Asked about SCIM & OOTB connectors
Round 3 - HR 

(2 Questions)

  • Q1. Salary & Location discussion
  • Q2. Explained about company policies

Top Infosys Senior Associate Consultant Interview Questions and Answers

Q1. Suppose there are two tables: A Customer table and an Order table. The Order table has a column OrderID CustomerID, OrderStatus, and TotalAmount. The Customer table has the columns CustomerID, CustomerName, PhoneNumber, and Email. Write dow... read more
View answer (2)

Senior Associate Consultant Interview Questions asked at other Companies

Q1. What is journal entries? What is cash allotment? What is differance between PO and Non-PO Invoice? What is accural expanses? What is prepaid expanses? What is vendor ageing? What is MIS? What is trend report?
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What are difference between put , patch and post
  • Ans. 

    PUT is used to update or replace an existing resource, PATCH is used to partially update a resource, and POST is used to create a new resource.

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

    • PATCH is not necessarily idempotent and is used to make partial updates to a resource.

    • POST is used to create a new resource on the server.

  • Answered by AI
  • Q2. What is extension method ,value type and reference type ,migration in codefirst approach,Configure menthod in dotnet core ,
  • Ans. 

    Extension methods allow adding new methods to existing types, value types store data directly, reference types store references to data, migration in code-first approach involves updating database schema, Configure method in .NET Core configures services and middleware.

    • Extension methods are static methods that can be called as if they were instance methods on an existing type.

    • Value types store data directly on the stac...

  • Answered by AI
  • Q3. Drop ,delete and truncate difference
  • Ans. 

    Drop, delete, and truncate are SQL commands used to remove data from a table, but they have different functionalities.

    • DROP: Used to remove an entire table or database

    • DELETE: Used to remove specific rows from a table

    • TRUNCATE: Used to remove all rows from a table, but keeps the table structure

  • Answered by AI
  • Q4. Design patterns ,Solid priniciple ,Garbage Collector working process ,using statement
  • Q5. Routing concept in MVC,
  • Ans. 

    Routing in MVC is the process of mapping URLs to controller actions.

    • Routing determines which controller and action to execute based on the URL requested

    • Routes are defined in the RouteConfig.cs file in MVC applications

    • Routes can include parameters that are passed to the controller action

    • Routes can be customized using route constraints and route attributes

  • Answered by AI

Skills evaluated in this interview

Senior .NET Developer Interview Questions asked at other Companies

Q1. Find indexes of two values in an array who's Sum is 8 or a dynamic value
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dba, explain the architecture of dba
  • Ans. 

    DBA stands for Database Administrator. The architecture of DBA involves managing and maintaining databases to ensure data integrity and security.

    • DBA is responsible for installing, configuring, and upgrading database software.

    • They monitor database performance and troubleshoot issues.

    • DBA designs and implements backup and recovery strategies to prevent data loss.

    • They also manage user access and security permissions within...

  • Answered by AI
  • Q2. How you will maintain the database and what are the types of backup
  • Ans. 

    Maintaining the database involves regular monitoring, performance tuning, applying patches, and ensuring backups are taken regularly.

    • Regularly monitor database performance and usage

    • Perform routine maintenance tasks such as applying patches and updates

    • Take regular backups to ensure data integrity and disaster recovery

    • Implement security measures to protect the database from unauthorized access

    • Optimize database performanc

  • Answered by AI

Top Infosys Oracle Database Administrator Interview Questions and Answers

Q1. What is dba? Roles and responsibilities and what kind of shift model
View answer (1)

Oracle Database Administrator Interview Questions asked at other Companies

Q1. how can you recover the deleted datafiles if datafiles are not taken backup
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Maintain a medium level of aptitude while keeping track of the time during the attempt.

Round 2 - Coding Test 

Programming can be performed using languages such as Python, Java, C++, and others.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not panic and communicate with them confidently.

Top Infosys Software Developer Interview Questions and Answers

Q1. 1. what is the difference between exception and error. How did u solve the errors in the code deployment?
View answer (16)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - Aptitude Test 

59 aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. What is normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by eliminating duplicate data

    • Normalization ensures data integrity by enforcing relationships between tables

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, etc.

  • Answered by AI

Top Infosys Software Engineer Interview Questions and Answers

Q1. Split the String Problem Statement You are given a string str consisting of N lowercase alphabets. Your task is to determine if it is possible to divide the string into three non-empty substrings such that one of them is a substring of the ... read more
View answer (3)

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 (196)

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Spring boot questions
  • Q2. Collections and threading
Round 2 - Behavioral 

(2 Questions)

  • Q1. Project explain
  • Ans. 

    I led a team in developing a Java project for a financial institution.

    • Developed a secure online banking platform using Java EE

    • Implemented features such as account management, transaction history, and fund transfers

    • Utilized Spring framework for dependency injection and Hibernate for database interaction

  • Answered by AI
  • Q2. Scenario based question

Lead Java Developer Interview Questions asked at other Companies

Q1. Can you create an application without the help of google
View answer (1)

Jobs at Infosys

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write syntax for Taking Screenshot in Selenium
  • Ans. 

    Taking a screenshot in Selenium can be done using the getScreenshotAs method.

    • Use WebDriver's getScreenshotAs method to capture the screenshot

    • Save the screenshot to a file using File class

    • Handle exceptions using try-catch block

  • Answered by AI
  • Q2. When will a defect have high severity and low priority?
  • Ans. 

    A defect can have high severity and low priority when it affects critical functionality but can be easily worked around.

    • High severity due to impact on critical functionality

    • Low priority because there is a workaround available

    • Example: Spelling mistake in a non-critical error message

  • Answered by AI
  • Q3. Remove duplicates from a String java program?
  • Ans. 

    Use a HashSet to remove duplicates from a String in Java.

    • Create a HashSet to store unique characters.

    • Iterate through the String and add each character to the HashSet.

    • Convert the HashSet back to a String to get the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well in Core java, Selenium and TestNG framwork

Top Infosys Automation Tester Interview Questions and Answers

Q1. When will a defect have high severity and low priority?
View answer (1)

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on Oops concepts
  • Q2. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be re...

  • Answered by AI

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)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Exceptions
  • Q2. What is streams API
  • Ans. 

    Streams API is a feature in Java that allows for processing sequences of elements efficiently.

    • Streams API provides a way to perform operations on collections of objects in a functional style.

    • It supports operations like filter, map, reduce, and collect.

    • Streams can be sequential or parallel, allowing for efficient processing of large datasets.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream()....

  • Answered by AI

Skills evaluated in this interview

Top Infosys Java Developer Interview Questions and Answers

Q1. Which should be preferred between String and StringBuffer when there are many updates required to the data?
View answer (4)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Analyst Interview Questions & Answers

user image Diksha Vats

posted on 30 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Past experience
  • Q3. Explain about past projects
  • Ans. 

    I have worked on various projects involving data analysis, market research, and financial modeling.

    • Conducted market research to identify growth opportunities for a tech startup

    • Developed financial models to forecast revenue and expenses for a retail company

    • Analyzed customer data to improve retention rates for an e-commerce platform

  • Answered by AI

Top Infosys Analyst Interview Questions and Answers

Q1. How many samosas does your college canteen sell?
View answer (3)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

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

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Mainframe Developer- Pune

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

.NET Software Developer- Pune

Hyderabad / Secunderabad,

Pune

+1

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