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

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.6k interviews found

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

(2 Questions)

  • Q1. What is Corotuine and explain builder type.
  • Ans. 

    Coroutines are a way to perform asynchronous programming in Android. Builder type is used to create and configure a coroutine.

    • Coroutines in Android are used for managing asynchronous tasks without blocking the main thread.

    • Builder type is used to create a coroutine with specific configuration options.

    • Example: 'launch' is a builder type used to start a new coroutine.

  • Answered by AI
  • Q2. Unit testing with example of code
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code works correctly on its own.

    • Unit tests are typically written using testing frameworks like JUnit or Mockito.

    • Example: Testing a function that calculates the sum of two numbers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experiance.

Skills evaluated in this interview

Top Infosys Senior Android Developer Interview Questions and Answers

Q1. what is Corotuine and explain builder type.
View answer (1)

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

Consultant Interview Questions & Answers

user image Sanjay Kumar

posted on 20 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program
  • Ans. 

    Program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Compare adjacent strings and swap if necessary

    • Repeat until the array is sorted

  • Answered by AI
  • Q2. Explain current project details

Top Infosys Consultant Interview Questions and Answers

Q1. How Data Flow in SCOM monitoring Tool? DB name for SCOM and DB queries for Data Grooming. Values for Operations Console Grooming How to unseal the sealed management pack Names of Management Packs you have worked on and steps to install the ... read more
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Data warehouse concept
  • Q2. Linux commands like sed ,grep,find
  • Q3. Diff between char and varchar
  • Ans. 

    Char is fixed length string data type, while varchar is variable length string data type.

    • Char stores fixed length strings, while varchar stores variable length strings.

    • Char pads with spaces to reach fixed length, while varchar does not pad.

    • Char is faster for fixed length data, while varchar is more flexible for variable length data.

  • Answered by AI
  • Q4. How to connect the session using unix
  • Ans. 

    To connect a session using Unix, you can use the pmcmd command with appropriate arguments.

    • Use the pmcmd command followed by the connect option to connect to the Informatica session.

    • Provide the necessary connection details such as domain, repository, username, and password.

    • You can also specify the session name and folder path if needed.

    • Example: pmcmd connect -sv MyInformaticaServer -d MyDomain -u MyUsername -p MyPasswor

  • Answered by AI

Skills evaluated in this interview

Informatica Developer Interview Questions asked at other Companies

Q1. if we dont specify anything in group by aggregator what will happen
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is application pool,what is IIS,how to host app in dev env,abstarction vs encapsulation,how to optimize databse to improve performance,where to start check is application crashses
  • Ans. 

    Application pool is a group of one or more worker processes, IIS is a web server, hosting app in dev env involves setting up IIS, abstraction focuses on hiding implementation details, encapsulation bundles data and methods together, optimizing database involves indexing and query optimization, check for application crashes in event logs or monitoring tools.

    • Application pool is a group of one or more worker processes tha...

  • Answered by AI

Top Infosys DOT NET Developer Interview Questions and Answers

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

DOT NET Developer Interview Questions asked at other Companies

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

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (271)

 Senior Systems Engineer

 (269)

 Software Developer

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (178)

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is SDLC and different phases
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • For example, in the planning phase, project scop...

  • Answered by AI
  • Q2. Selenium framework and different keywords.
  • Ans. 

    Selenium framework is a test automation tool that uses different keywords to interact with web elements.

    • Selenium framework allows testers to write automated tests using various keywords like 'click', 'sendKeys', 'getText', etc.

    • These keywords are used to perform actions on web elements such as buttons, input fields, and links.

    • By using these keywords, testers can create robust and maintainable test scripts for web applic...

  • Answered by AI
  • Q3. What is oops? its characteristics. Collection classes.
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • Characteristics of OOPs include encapsulation, inheritance, polymorphism, and abstraction.

    • Collection classes in OOPs are used to store and manipulate groups of objects, such as lists, sets, and maps.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. CI/CD Integration
  • Q2. What is SDLC? different phases of it.
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used by software development teams to design, develop, and test high-quality software.

    • Phases of SDLC include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • For example, in the planning phase, project scope and objecti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must prepare Selenium, JAVA, OOPS, different testing tools, Testing methodology.

Skills evaluated in this interview

Top Infosys Test Analyst Interview Questions and Answers

Q1. Explain framework and practical uses of oops concepts in framework . explain priority and severity. defect lifecycle
View answer (2)

Test Analyst Interview Questions asked at other Companies

Q1. Explain framework and practical uses of oops concepts in framework . explain priority and severity. defect lifecycle
View answer (2)

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell about what work was done in the project
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Spring boot related questions on controllers, and annnotations
Round 3 - HR 

(2 Questions)

  • Q1. Tell me aboout yourself
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not keep high salary expectations, Infosys provides very less salary as per the industry standards

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)

Jobs at Infosys

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

(2 Questions)

  • Q1. Different between spring and springboot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is an extension that simplifies the setup and development process.

    • Spring is a comprehensive framework that provides various modules for building Java applications, such as Spring MVC for web applications and Spring Data for data access.

    • Spring Boot is an extension of the Spring framework that aims to simplify the setup and development process by pro...

  • Answered by AI
  • Q2. About spring profiles
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussed
  • Q2. Location change

Skills evaluated in this interview

Top Infosys Technology Analyst Interview Questions and Answers

Q1. An atomic spark job runs for 15 mins everyday ,one day it is running for more than an hour what might be the issue ?
View answer (4)

Technology Analyst 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 (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Kotlin Coroutines
  • Q2. OOPS concepts basics
  • Q3. Android Activities, Fragments, Broadcast receiver, Push Notification, Exceptional handling and all about KOTLIN and Jetpack compose (if you know)
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical scenario based discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be thorough on each answer
- Study in deep whatever topic you know

Senior Android Application Developer Interview Questions asked at other Companies

Q1. 1. Activity and fragment life cycle 2. Communicate between parents fragment to child fragment 3. Broadcasting receiver 4. How to implement MVVM design pattern for login page 5. Modifier in kotlin 6. Abstract vs interface 7. Co routine 8. Ba... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is MVVM design how it's work
  • Ans. 

    MVVM is a design pattern that separates the UI, business logic, and data layers in an Android app.

    • MVVM stands for Model-View-ViewModel.

    • Model represents the data and business logic.

    • View is the UI component that displays the data.

    • ViewModel acts as a mediator between the Model and View, handling user interactions and updating the UI.

    • Data binding is often used to connect the ViewModel with the View in MVVM.

    • Example: In an A...

  • Answered by AI
  • Q2. What is a Content Provider
  • Ans. 

    A Content Provider is a component in Android that manages access to a structured set of data.

    • Content Providers are used to share data between different applications.

    • They provide a standard interface for connecting data in one process with code running in another process.

    • Content Providers can be used to store and retrieve data from a SQLite database, a file, or even the web.

    • Examples of Content Providers include Contacts

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Internally how work retrofit and which patter is follow
  • Q2. Solid Priciple

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

How do you traverse a binary tree

Round 2 - HR 

(2 Questions)

  • Q1. Explain about linkedlist
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Can easily insert or delete elements without shifting other elements

    • Types include singly linked list, doubly linked list, and circular linked list

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

    Multithreading is the ability of a CPU to execute multiple threads concurrently.

    • Multithreading allows for parallel execution of tasks on a single CPU core.

    • Each thread has its own program counter, stack, and set of registers.

    • Example: A web server handling multiple client requests simultaneously using multithreading.

    • Example: A video game rendering graphics while processing user input using multithreading.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good luck

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

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.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 39.5k Reviews and Ratings
Cad Engineer

Pune

3-5 Yrs

Not Disclosed

Packaging/Labeling Engineer

Pune

2-5 Yrs

Not Disclosed

PDS Mechanical (Product data services)

Pune,

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k 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