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
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is comparator annotation in Java?
  • Ans. 

    Comparator annotation in Java is used to define custom sorting logic for objects.

    • Comparator annotation is used to define custom sorting logic for objects in Java.

    • It is used in conjunction with the Comparator interface to provide custom sorting behavior.

    • The annotation can be applied to fields or methods within a class to specify the sorting order.

    • Example: @Comparator(order = Order.ASCENDING) private int age;

  • Answered by AI
  • Q2. What are benefits of springboot
  • Ans. 

    Spring Boot provides rapid development, easy configuration, and production-ready applications.

    • Rapid development with auto-configuration and starter dependencies

    • Embedded HTTP server for easy deployment

    • Production-ready features like metrics, health checks, and externalized configuration

    • Support for building microservices and cloud-native applications

    • Integration with popular frameworks like Spring Cloud, Hibernate, and Apa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare coing of java 8

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

(2 Questions)

  • Q1. Tell me about the nature of work
  • Ans. 

    Cyber Security Analysts protect computer systems and networks from cyber threats by monitoring, detecting, and responding to security incidents.

    • Monitor computer networks for security breaches

    • Investigate security incidents and provide incident response

    • Implement security measures to protect against cyber attacks

    • Conduct security assessments and audits to identify vulnerabilities

    • Stay up-to-date on the latest cyber threats

  • Answered by AI
  • Q2. Web application security related and owasp top 10

Cyber Security Analyst Interview Questions asked at other Companies

Q1. 3- If you have received 2 mails from PwC with same name how will you identify that which one is fake and which one is genuine?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions from resume
Round 2 - One-on-one 

(1 Question)

  • Q1. This is MR round and questions are scenario based.
Round 3 - HR 

(1 Question)

  • Q1. This is hr round related to saty discussion

Interview Preparation Tips

Topics to prepare for Infosys Cloud Devops Engineer interview:
  • GitHub,
  • Devops
  • JIRA
Interview preparation tips for other job seekers - Be prepared to answer questions regarding everything mentioned in your resume.

Cloud Devops Engineer Interview Questions asked at other Companies

Q1. What are the different types of EC2 instances based on their costs?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is index and its types
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations in a database.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Indexes can be created on one or multiple columns in a table.

    • Indexes help in quickly locating data without having to scan the entire table.

    • Examples of indexes are primary keys, foreign keys, and indexes created for frequently searched columns.

  • Answered by AI
  • Q2. Difference between soft and hardlink
  • Ans. 

    Soft links are pointers to the original file while hard links are direct references to the file's data on disk.

    • Soft links are symbolic links that point to the original file by its path.

    • Hard links are direct references to the file's data on disk, sharing the same inode.

    • Soft links can span across different file systems while hard links cannot.

    • If the original file is deleted, soft links become broken while hard links stil

  • Answered by AI
  • Q3. What is view,normalization
  • Ans. 

    A view is a virtual table based on the result set of a SQL query. Normalization is the process of organizing data in a database to reduce redundancy.

    • Views in databases are used to simplify complex queries by storing the query as a virtual table.

    • Normalization involves breaking down data into smaller, more manageable tables to reduce redundancy and improve data integrity.

    • Examples of normalization include breaking down a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interviewer covered all topics in unix and sql

Skills evaluated in this interview

Application Support Interview Questions asked at other Companies

Q1. what is index and its types
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

 (260)

 Business Analyst

 (240)

 Senior Associate Consultant

 (178)

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

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Explain XGBoost algoritm
  • Ans. 

    XGBoost is a powerful machine learning algorithm known for its speed and performance in handling large datasets.

    • XGBoost stands for eXtreme Gradient Boosting, which is an implementation of gradient boosting machines.

    • It is widely used in machine learning competitions and is known for its speed and performance.

    • XGBoost uses a technique called boosting, where multiple weak learners are combined to create a strong learner.

    • It...

  • Answered by AI
  • Q2. XgBoost algorithm has 10-20 features. How are the splits decided, on which feature are they going to be divided?
  • Ans. 

    XgBoost algorithm uses a greedy approach to determine splits based on feature importance.

    • XgBoost algorithm calculates the information gain for each feature to determine the best split.

    • The feature with the highest information gain is chosen for the split.

    • This process is repeated recursively for each node in the tree.

    • Features can be split based on numerical values or categories.

    • Example: If a feature like 'age' has the hi...

  • Answered by AI
  • Q3. Do you have any experience on cloud platform?
  • Ans. 

    Yes, I have experience working on cloud platforms such as AWS and Google Cloud.

    • Experience with AWS services like S3, EC2, and Redshift

    • Familiarity with Google Cloud services like BigQuery and Compute Engine

    • Utilized cloud platforms for data storage, processing, and analysis

  • Answered by AI
  • Q4. What is entropy, information gain?
  • Ans. 

    Entropy is a measure of randomness or uncertainty in a dataset, while information gain is the reduction in entropy after splitting a dataset based on a feature.

    • Entropy is used in decision tree algorithms to determine the best feature to split on.

    • Information gain measures the effectiveness of a feature in classifying the data.

    • Higher information gain indicates that a feature is more useful for splitting the data.

    • Entropy ...

  • Answered by AI
  • Q5. What is hypothesis testing?
  • Ans. 

    Hypothesis testing is a statistical method used to make inferences about a population based on sample data.

    • Hypothesis testing involves formulating a null hypothesis and an alternative hypothesis.

    • The null hypothesis is assumed to be true until there is enough evidence to reject it.

    • Statistical tests are used to determine the likelihood of observing the data if the null hypothesis is true.

    • The p-value is used to determine ...

  • Answered by AI
  • Q6. Explain precision and recall, when are they used in which scenario?
  • Ans. 

    Precision and recall are metrics used in evaluating the performance of classification models.

    • Precision measures the accuracy of positive predictions, while recall measures the ability of the model to find all positive instances.

    • Precision = TP / (TP + FP)

    • Recall = TP / (TP + FN)

    • Precision is important when false positives are costly, while recall is important when false negatives are costly.

    • For example, in a spam email de...

  • Answered by AI
  • Q7. What is data imbalance?
  • Ans. 

    Data imbalance refers to unequal distribution of classes in a dataset, where one class has significantly more samples than others.

    • Data imbalance can lead to biased models that favor the majority class.

    • It can result in poor performance for minority classes, as the model may struggle to accurately predict them.

    • Techniques like oversampling, undersampling, and using different evaluation metrics can help address data imbala...

  • Answered by AI
  • Q8. What is SMOTE? Do you have any experience working on Time Series? Code analysis of global variable?
  • Ans. 

    SMOTE stands for Synthetic Minority Over-sampling Technique, used to balance imbalanced datasets by generating synthetic samples.

    • SMOTE is commonly used in machine learning to address class imbalance by creating synthetic samples of the minority class.

    • It works by generating new instances of the minority class by interpolating between existing instances.

    • SMOTE is particularly useful in scenarios where the minority class i...

  • Answered by AI
  • Q9. Find 5th highest salary in every department. What are window functions Difference between union and union all Difference between delete and truncate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well. Go through the top questions asked for SQL,Python,Data Science.
Well versed with resume projects and concepts used in it.

Skills evaluated in this interview

Top Infosys Data Scientist Interview Questions and Answers

Q1. XgBoost algorithm has 10-20 features. How are the splits decided, on which feature are they going to be divided?
View answer (2)

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Get interview-ready with Top Infosys Interview Questions

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular basic like directive pipes
  • Q2. Explain angular performance improvements
  • Ans. 

    Angular performance improvements involve optimizing code, reducing load times, and minimizing rendering cycles.

    • Use lazy loading to only load components when needed

    • Optimize change detection by using OnPush strategy

    • Minimize DOM manipulation by using ngZone

    • Implement server-side rendering for faster initial page load

    • Use AOT (Ahead-of-Time) compilation to reduce bundle size

  • Answered by AI

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)

Jobs at Infosys

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

(1 Question)

  • Q1. Whole project walkthrough, technical questions on MERN

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)

Java Lead Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about java 8 feature
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and default methods.

    • Lambda expressions allow you to write more concise code by providing a way to pass functions as arguments.

    • Streams provide a new way to work with collections in a functional style, allowing for easier parallel processing.

    • Functional interfaces are interfaces with a single abstract method, which can be ...

  • Answered by AI
  • Q2. Coding question on find count of frequency of each charcter in given string

Skills evaluated in this interview

Java Lead Interview Questions asked at other Companies

Q1. How will creat Customized collection in java
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the implementations you have done?
  • Ans. 

    Implemented SAP MSG for multiple clients in various industries

    • Implemented SAP MSG for a manufacturing client to streamline production processes

    • Configured SAP MSG for a retail client to optimize inventory management

    • Customized SAP MSG for a healthcare client to improve patient care coordination

  • Answered by AI

SAP MSG Functional Consultant Interview Questions asked at other Companies

Q1. What are the implementations you have done?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is owasp top 10
  • Ans. 

    OWASP Top 10 is a list of the top 10 most critical web application security risks.

    • OWASP Top 10 is updated regularly to reflect current security threats.

    • It is used by organizations to prioritize their security efforts.

    • Examples of OWASP Top 10 include injection, broken authentication, and sensitive data exposure.

  • Answered by AI
  • Q2. What are the different port numbers used
  • Ans. 

    Port numbers are used to identify specific services or processes running on a computer network.

    • Port 80 is commonly used for HTTP traffic

    • Port 443 is commonly used for HTTPS traffic

    • Port 22 is commonly used for SSH connections

    • Port 25 is commonly used for SMTP email traffic

    • Port 21 is commonly used for FTP connections

  • Answered by AI

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)

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
Angular Developer- Hyderabad

Pune,

Chennai

+1

3-8 Yrs

Not Disclosed

Mainframe Developer - Hyderabad

Pune,

Chennai

+1

2-6 Yrs

Not Disclosed

Dot Net Developer- (Hyderabad)

Hyderabad / Secunderabad,

Chennai

+1

2-6 Yrs

₹ 3-8.5 LPA

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