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

Updated 14 Feb 2025

Top Infosys Interview Questions and Answers for Experienced

View all 1.4k questions

Infosys Interview Experiences for Experienced

Popular Designations

2.2k interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Basic Aptitude asked

Round 2 - Coding Test 

2 -3 coding questions

Round 3 - Technical 

(3 Questions)

  • Q1. Technical Interview
  • Q2. Based on resume
  • Q3. OOPS concept and basic logical questions

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

Probability, distance time

Round 2 - One-on-one 

(2 Questions)

  • Q1. Preference to move Location
  • Ans. 

    I am open to relocating for the right opportunity.

    • I am willing to consider moving to a new location for career growth and development.

    • I am open to exploring new cities or countries for work.

    • I understand that relocation may be necessary for certain job opportunities.

    • I am flexible and adaptable to new environments.

  • Answered by AI
  • Q2. Current location
  • Ans. 

    I am currently located in New York City.

    • New York City

    • East Coast

    • USA

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Top Infosys System Engineer Trainee Interview Questions and Answers

Q1. What languages do you know? rate yourself out of 10 for each of them
View answer (1)

System Engineer Trainee Interview Questions asked at other Companies

Q1. 1.what is stack? 2.undo-redo 3.backward and forward in the browser 4.polymorphism 5.given array find the frequency of each element. 6.Pseudo code is given on screen asked for output ...topic :--multiple inheritence
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is MVC and MVC life cycle
  • Ans. 

    MVC stands for Model-View-Controller, a software design pattern for organizing code. MVC life cycle involves request handling and response generation.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model

    • MVC life cycle involves routing the request to the appropriate controller, processing the request, updating the model, rendering the view, and

  • Answered by AI
  • Q2. Difference between ASP. Net and ASP. Net core
  • Ans. 

    ASP.NET is a framework for building web applications on the .NET platform, while ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.

    • ASP.NET is Windows-only, while ASP.NET Core is cross-platform and can run on Windows, macOS, and Linux.

    • ASP.NET Core is open-source and modular, allowing developers to include only the necessary components in their ...

  • Answered by AI

Skills evaluated in this interview

Top Infosys Senior Systems Engineer Interview Questions and Answers

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
Add answer
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question form java, Sql,and most important spring boot
Round 2 - Case Study 

Questions related my project in my current company

Round 3 - Coding Test 

Its java and spring based assessment

Round 4 - Technical 

(1 Question)

  • Q1. I don't understand why but yes they again taken the technical interview and that interviewer is rude and looking like not interested to take a interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - by cleared the second round of interview they also asked me for salary ship too still they again taken the technical interview and rejected me.

Top Infosys Senior Systems Engineer Interview Questions and Answers

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
Add answer

Infosys interview questions for popular designations

 System Engineer

 (1.2k)

 Software Engineer

 (315)

 Technology Analyst

 (274)

 Associate Consultant

 (267)

 Senior Systems Engineer

 (266)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (173)

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

(2 Questions)

  • Q1. Project that you worked on
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used Python Django framework for backend development

    • Implemented RESTful APIs for communication between frontend and backend

    • Utilized JavaScript and HTML/CSS for frontend development

  • Answered by AI
  • Q2. All tools that you have used
  • Ans. 

    Various tools used for Python development

    • IDEs: PyCharm, Visual Studio Code, Jupyter Notebook

    • Version Control: Git, GitHub

    • Testing: pytest, unittest

    • Package Management: pip, conda

    • Database: SQLite, MySQL, PostgreSQL

  • Answered by AI

Skills evaluated in this interview

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)

Get interview-ready with Top Infosys Interview Questions

Quality Analyst Interview Questions & Answers

user image tanvi manvatkar

posted on 19 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Http error code for API
  • Ans. 

    HTTP error code for API is 4xx or 5xx

    • 4xx error codes indicate client-side errors, such as 400 Bad Request or 404 Not Found

    • 5xx error codes indicate server-side errors, such as 500 Internal Server Error or 503 Service Unavailable

  • Answered by AI
  • Q2. Java coding question

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Jobs at Infosys

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

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

Round 1 - Technical 

(1 Question)

  • Q1. How to bulkify flows
  • Ans. 

    Bulkifying flows involves optimizing flows to handle large volumes of data efficiently.

    • Use collections (such as lists or maps) to process records in bulk

    • Avoid using record-triggered flows on large data sets

    • Minimize the number of queries and DML operations within the flow

  • Answered by AI

Salesforce Consultant Interview Questions asked at other Companies

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prmsn sets) why do we go with it?... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Group Discussion 

Asked about past experiences and projects.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Past experiences and projects
  • Q2. Technologies I worked on.
  • Ans. 

    I have worked on a variety of technologies including Selenium, JIRA, and TestRail.

    • Selenium

    • JIRA

    • TestRail

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Job location expectation

Team Lead Testing Interview Questions asked at other Companies

Q1. Cluster joining in kubernetes
View answer (1)

digital specialist engineer Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at S R K R Engineering College, Bhimavaram and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Had 3 coding questions

Round 2 - HR 

(2 Questions)

  • Q1. Data structures questions
  • Q2. Attitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be good at data structures

Java Developer Consultant Interview Questions & Answers

user image Sangavi Rathinasamy

posted on 8 May 2024

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

(1 Question)

  • Q1. More technical and coding skills
Round 2 - Technical 

(1 Question)

  • Q1. Real time scenarios based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and managerial questions

Infosys Interview FAQs

How many rounds are there in Infosys interview for experienced candidates?
Infosys interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Infosys interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Infosys interview for experienced candidates -

  1. 1. what is the difference between exception and error. How did u solve the erro...read more
  2. write a code to filter out loans with incomplete status using java 8 featur...read more
  3. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) Ho...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 for Experienced

based on 1.2k 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.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 38.5k 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 38.5k Reviews and Ratings
Azure Developer

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Power BI Developer

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

Not Disclosed

Automation Tester(java_Selenium) PAN India

Hyderabad / Secunderabad,

Pune

+1

3-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.2k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.4k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 L/yr - ₹17.1 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