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

Top Infosys Interview Questions and Answers

  • Q1. OK!SO what is a pointer?write one small program and explain me? ---pointer hold the address of a variable sir,it speeds the execution of a progam int*p; int a; p=&a; ...read more
  • Q2. Python is case sensitive? What is an array? What is pointer? Sorting types and techniques Code for bubble sort Ds: Stack Queue Dbms: ACID properties Drop delete and trunc ...read more
  • Q3. What difference is between Deleting and truncating a table?
View all 234 questions

Infosys Interview Experiences

Popular Designations

7.6k interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding questions in 3 hours.

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Explain about the projects you're working currently
  • Q3. Do you have work experience in backend technologies
  • Ans. 

    Yes, I have 3 years of work experience in backend technologies including Java, Spring Boot, and SQL databases.

    • Worked with Java for backend development

    • Experience with Spring Boot framework

    • Proficient in working with SQL databases like MySQL and PostgreSQL

  • Answered by AI
  • Q4. Asked few questions in mentioned technologies
  • Q5. Explain the logic of longest substring
  • Ans. 

    Longest substring refers to finding the continuous sequence of characters within a string with no repeating characters.

    • Iterate through the string and keep track of the characters seen so far

    • Use a hashmap to store the index of each character

    • Update the start index of the substring when a repeating character is encountered

    • Calculate the length of the current substring and update the longest substring found so far

  • Answered by AI

Skills evaluated in this interview

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 (43)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a Python program that can be used to determine the best price for selling stocks?
  • Ans. 

    A Python program using historical stock data and algorithms to determine the best price for selling stocks.

    • Use historical stock data to analyze trends and patterns

    • Implement algorithms like moving averages or RSI to predict stock price movements

    • Consider factors like volume, volatility, and market sentiment

    • Optimize the program for real-time data updates and accurate predictions

  • Answered by AI
  • Q2. Can you write a Python program to determine whether two given words are anagrams of each other without using built-in functions?
  • Ans. 

    Program to check if two words are anagrams without using built-in functions

    • Create a function that takes in two strings as input

    • Convert both strings to lists of characters

    • Sort the lists of characters

    • Check if the sorted lists are equal to determine if the words are anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Engage in these types of practices before attending the Infosys interview.

Top Infosys Python Software Developer Interview Questions and Answers

Q1. Can you write a Python program to determine whether two given words are anagrams of each other without using built-in functions?
View answer (1)

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

All went good and easy to handle

Round 2 - Coding Test 

All went good and easy to handle

Round 3 - HR 

(1 Question)

  • Q1. About previous organizations
Round 4 - Technical 

(1 Question)

  • Q1. Basics of networking and technology
Round 5 - HR 

(1 Question)

  • Q1. When you about to join
  • Ans. 

    I am excited to join and contribute my technical skills to the team.

    • I have completed my degree in Engineering with a focus on technical skills.

    • I have previous experience working on technical projects during internships.

    • I am eager to learn and adapt to new technologies and tools in the field.

  • Answered by AI

Technical Engineer Interview Questions asked at other Companies

Q1. The hydraulic steering device of a dish antenna for satellite tracking works by adjusting the elevation using a hydraulic ram. Oil can be pumped into the ram to raise the elevation. The hydraulic seals leak pressure very slowly such that ad... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between list and set
  • Ans. 

    Lists are ordered and allow duplicates; sets are unordered and do not allow duplicates.

    • Lists maintain the order of elements. Example: [1, 2, 3, 3] has duplicates.

    • Sets do not maintain order and eliminate duplicates. Example: {1, 2, 3} only keeps unique values.

    • Lists can be indexed and sliced. Example: list[0] gives the first element.

    • Sets are optimized for membership tests. Example: '3 in set' is faster than '3 in list'.

    • L...

  • Answered by AI
  • Q2. Difference between abstract class and interface
  • Ans. 

    Abstract classes allow partial implementation, while interfaces define a contract with no implementation.

    • Abstract classes can have both abstract methods (without implementation) and concrete methods (with implementation).

    • Interfaces can only declare methods (no implementation) and can include default methods since Java 8.

    • A class can inherit from only one abstract class but can implement multiple interfaces.

    • Example of an...

  • Answered by AI

Top Infosys Automation Test Engineer Interview Questions and Answers

Q1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,test scanario 3.Positive and negative scanarion on pen. 4.selenium framework. 5.how to write selenium test cases.
View answer (2)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (279)

 Associate Consultant

 (273)

 Senior Systems Engineer

 (272)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (183)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. No question as interview cancelled

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR department exhibited unprofessional behavior by postponing a scheduled event on February 8th just four hours before the start time. Despite following up with HR, I received no response. Additionally, I received a survey link to select a time slot multiple times, and after selecting March 8th, I checked the portal only to find that the selection was not recorded.

Top Infosys DOT NET Developer Interview Questions and Answers

Q1. What is the difference between windows application development and web based development?
View answer (12)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)

Get interview-ready with Top Infosys Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Project based Question
Round 2 - Behavioral 

(3 Questions)

  • Q1. Why are you changing job?
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a better work-life balance

  • Answered by AI
  • Q2. How is your usual workday like?
  • Q3. What work you did for project? What was your specific contribution to project?
  • Ans. 

    I worked on developing data pipelines for ingesting and processing large volumes of data in Snowflake.

    • Designed and implemented ETL processes using Snowflake's features like Snowpipe and tasks.

    • Optimized SQL queries for performance and scalability.

    • Collaborated with data engineers and analysts to understand requirements and deliver solutions.

    • Implemented data quality checks and monitoring processes to ensure data integrity...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location related

Snowflake Developer Interview Questions asked at other Companies

Q1. While creating a custom role which role should have the access to it
View answer (1)

Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different phases of the Software Testing Life Cycle (STLC)?
  • Ans. 

    STLC consists of phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Requirement Analysis: Understanding the project requirements and defining the scope of testing.

    • Test Planning: Creating a test plan which includes test strategy, test objectives, and resource planning.

    • Test Design: Developing test cases and test scenarios based on requirements.

    • Test Execution: Running the test c...

  • Answered by AI
  • Q2. Can you write a program that outputs a sentence in reverse?
  • Ans. 

    Yes, I can write a program that outputs a sentence in reverse.

    • Create a function that takes a string as input

    • Split the string into an array of words

    • Reverse the array

    • Join the array back into a string and return

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    I am a dedicated SDET Automation Test Engineer with 5 years of experience in creating and executing automated test scripts.

    • 5 years of experience in automation testing

    • Proficient in creating and executing automated test scripts

    • Strong knowledge of testing tools like Selenium and JUnit

    • Experience in Agile development environment

    • Excellent problem-solving skills

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Research the average salary range for SDET Automation Test Engineers in the industry

    • Consider your level of experience and skills compared to the job requirements

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the overall compensation package

  • Answered by AI

Top Infosys Sdet Automation Test Engineer Interview Questions and Answers

Q1. What are the different phases of the Software Testing Life Cycle (STLC)?
View answer (1)

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Write the program -> input -> aabbccc. Output -> a2b2c3
  • Ans. 

    Program to count consecutive characters in a string

    • Iterate through the string and compare each character with the next one

    • Maintain a count for each character and append to the output string when a different character is encountered

    • Example: input 'aabbccc' -> output 'a2b2c3'

  • Answered by AI
  • Q2. Write the dynamic xpath (both relative and absolute)
  • Ans. 

    Dynamic xpath is a way to locate elements on a web page based on changing attributes or positions.

    • Use functions like contains(), starts-with(), or ends-with() to create dynamic xpaths

    • Avoid using indexes in xpaths as they can change with page updates

    • Consider using unique attributes or text within the element to create a reliable xpath

  • Answered by AI
  • Q3. API difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update specific fields 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 spe

  • Answered by AI
  • Q4. Basic SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on java collects and do write logic using same. Better to practice without IDE (usually interviewer ask to write in note pad or online complier)
Selenium concepts - Waits, Locators and Mouse Actions

Final,
All depends on interviewer mood.

Skills evaluated in this interview

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)

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.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between list and tuples?
  • Q2. What is a generator?
Round 2 - HR 

(1 Question)

  • Q1. What project you are currently working on? Describe in detail?

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
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, Project Management, Agile 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 5k 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.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 40.5k reviews

3.6/5

Rating in categories

3.6

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 40.5k Reviews and Ratings
Java Selenium Automation Testing

Hyderabad / Secunderabad,

Pune

+1

4-9 Yrs

Not Disclosed

Dot Net Developer - {PAN INDIA}

Hyderabad / Secunderabad,

Pune

+1

5-8 Yrs

Not Disclosed

Mainframe Developer - {PAN INDIA}

Hyderabad / Secunderabad,

Chennai

+1

2-7 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
51.1k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.8 L/yr

Senior Associate Consultant
28.7k 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.7
Compare

Accenture

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