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

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)

Data Analyst Interview Questions & Answers

user image Yuvraj singh Bhadoria

posted on 29 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the methods and best practices for cleaning up data?
  • Ans. 

    Methods and best practices for cleaning up data include removing duplicates, handling missing values, standardizing formats, and validating data accuracy.

    • Remove duplicates by identifying and deleting identical records.

    • Handle missing values by imputing with mean, median, or mode.

    • Standardize formats by converting data into a consistent structure.

    • Validate data accuracy by cross-referencing with external sources or using d

  • Answered by AI
  • Q2. What are the best practices for optimizing SQL code?
  • Ans. 

    Best practices for optimizing SQL code

    • Use indexes on columns frequently used in WHERE clauses

    • Avoid using SELECT * and only retrieve necessary columns

    • Optimize joins by using INNER JOIN instead of OUTER JOIN when possible

    • Avoid using subqueries and instead use JOINs or CTEs

    • Regularly analyze query performance using EXPLAIN or query execution plans

  • Answered by AI

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)

System Engineer Interview Questions & Answers

user image pavan kalyan kanchipati

posted on 7 Nov 2024

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

They asked questions on arithmetic, logical reasoning and english vocabulary and grammar.

Round 2 - HR 

(2 Questions)

  • Q1. Tell be about yourself
  • Ans. 

    I am a dedicated System Engineer with 5 years of experience in designing, implementing, and maintaining complex IT systems.

    • Experienced in network infrastructure design and implementation

    • Proficient in troubleshooting and resolving technical issues

    • Skilled in scripting and automation for system optimization

    • Certified in various IT certifications such as CCNA and MCSE

  • Answered by AI
  • Q2. What is your goal
Round 3 - One-on-one 

(3 Questions)

  • Q1. Write a code on sorting
  • Ans. 

    Code for sorting an array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or quicksort

    • Compare strings using strcmp() function in C or compareTo() method in Java

    • Ensure the sorting algorithm is efficient and handles edge cases like empty array or duplicate strings

  • Answered by AI
  • Q2. What is a function
  • Ans. 

    A function is a block of code that performs a specific task when called.

    • Functions can take input parameters and return output values

    • Functions can be reused multiple times in a program

    • Examples: sum(x, y) returns the sum of x and y, print(message) displays a message on the screen

  • Answered by AI
  • Q3. What are data types in c language
  • Ans. 

    Data types in C language define the type of data that a variable can store.

    • Basic data types include int, float, char, double, etc.

    • Derived data types include arrays, pointers, structures, unions, etc.

    • Example: int num = 10; char letter = 'A'; float value = 3.14;

  • Answered by AI

Skills evaluated in this interview

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

SSE Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is HOC? Explain with example
Round 2 - Mangerial 

(1 Question)

  • Q1. Explain about your role and the project

SSE Interview Questions asked at other Companies

Q1. What is docker and what are the basic commands of docker
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via infosys official website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Describe your project.
  • Ans. 

    Developed a mobile app for tracking daily water intake and setting hydration goals.

    • Designed user interface for easy input of water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Integrated with health tracking apps to sync data

    • Conducted user testing to gather feedback for improvements

  • Answered by AI
  • Q2. Mvc page life cycle
  • Q3. What is routing
  • Ans. 

    Routing is the process of selecting the best path for data packets to travel from one network to another.

    • Routing involves determining the optimal path for data packets to reach their destination

    • Routers use routing tables to make decisions on how to forward packets

    • Routing protocols like OSPF and BGP help routers communicate and update routing information

    • Examples of routing protocols include RIP, EIGRP, and IS-IS

  • Answered by AI
  • Q4. Difference btw mvc and web api
  • Ans. 

    MVC is a design pattern for structuring web applications, while Web API is a framework for building HTTP services.

    • MVC stands for Model-View-Controller and is used for organizing code in web applications.

    • Web API is a framework for building HTTP services that can be accessed by various clients, not just browsers.

    • MVC is typically used for server-side rendering of web pages, while Web API is used for providing data and fun...

  • Answered by AI
  • Q5. Difference between class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects, while an object is a specific instance of a class.

    • Classes can be used to create multiple objects with similar characteristics.

    • Objects can interact with each other by calling methods defined in their class.

    • Example: Class 'Car' defines properties like 'color' and 'model', while a...

  • Answered by AI
  • Q6. Can we create an object of a constructor
  • Ans. 

    No, we cannot create an object of a constructor directly.

    • Constructors are used to initialize objects of a class, not to create objects of the constructor itself.

    • To create an object, we use the 'new' keyword followed by the constructor function.

    • Example: function Person(name) { this.name = name; } var person1 = new Person('John');

  • Answered by AI
  • Q7. Sql joins and what is the deault join
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them. The default join is an INNER JOIN.

    • SQL joins are used to retrieve data from multiple tables based on a related column between them

    • The default join in SQL is an INNER JOIN, which returns rows when there is at least one match in both tables

    • Other types of joins include LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How is deployment done in your project
  • Ans. 

    Deployment in our project is done using automated scripts and tools to ensure consistency and efficiency.

    • Deployment scripts are written to automate the process of deploying code to different environments.

    • We use tools like Jenkins, Ansible, and Docker for continuous integration and deployment.

    • Each deployment goes through a series of automated tests to ensure stability and functionality.

    • Rollback procedures are in place i...

  • Answered by AI
  • Q2. Azure basics qustions
  • Q3. Managerial scenario based questions- how do you handle a stressfull situation.
Round 3 - HR 

(1 Question)

  • Q1. Document verification

Skills evaluated in this interview

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)

Get interview-ready with Top Infosys Interview Questions

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked about work details, and few briefs of education, notice period and Current location, preferred location, CTC ( Current and expected).
Round 2 - Technical 

(1 Question)

  • Q1. Brief about yours Project explanation Any bank project handled till now? Smoke testing, sanity testing and difference in between Smoke and regression testing Techniques of manual testing What is BVA a...

Interview Preparation Tips

Topics to prepare for Infosys Quality Analyst Automation interview:
  • Manual Testing
  • Core Java
  • Selenium
  • API
  • Database
Interview preparation tips for other job seekers - Be breif, short, and polite during interview, rest depends on interviewer.
Make sure to be ready for basics more compare to advance.

Quality Analyst Automation Interview Questions asked at other Companies

Q1. Xpath, different Methods in selenium,find element and find elements difference,Open Flipkart and find the xpath of any specific items like phone and laptop,smoke and regression difference,STLC,one basic coding questions,Question related to ... read more
View answer (1)

Jobs at Infosys

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

(2 Questions)

  • Q1. About project,java ,selenium,framework,data driven coding
  • Q2. Agile methodology,api ,map,method overriding
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation and negotitation
  • Q2. Location preference

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well .moderate level

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array easy question and string handling and Java 8 based task

Round 2 - One-on-one 

(2 Questions)

  • Q1. Hash map implementation in java
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store and retrieve elements quickly.

    • Example: HashMap map = new HashMap<>(); map.put("key1", 1); int value = map.get("key1");

  • Answered by AI
  • Q2. String manipulation task
  • Ans. 

    Manipulate an array of strings using various string methods.

    • Use String methods like substring, replace, toUpperCase, toLowerCase, etc.

    • Concatenate strings using '+' operator.

    • Split strings into arrays using split method.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion

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

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)

Senior Associate Consultant - Cybersecurity Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Cybersecurity Concepts
  • Q2. Networking Concept
  • Q3. CDN and WAF Technical Questions
  • Q4. Scenario Questions
  • Q5. Incident Response Handling
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. It was sql and pyspark
  • Q2. Azure Data factory basics
  • Q3. Data bricks architecture and performance optimisation

Azure Developer Interview Questions asked at other Companies

Q1. What is API Management service ? Logic apps? Data bricks?
View answer (2)

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.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
GEN AI Consultant

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

SAP BODS Consultant

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Angular Developer - (Hyderabad)

Hyderabad / Secunderabad,

Pune

+1

2-6 Yrs

₹ 3.9-11 LPA

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