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
3.6

based on 38.2k Reviews

Filter interviews by

Infosys Interview Questions, Process, and Tips for Experienced

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

Devops Engineer Interview Questions & Answers

user image Kyatham Keshavi

posted on 16 Oct 2024

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

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

Round 1 - Coding Test 

What are the types of version control systems

Round 2 - Technical 

(1 Question)

  • Q1. Explain about your project
  • Ans. 

    Developed a CI/CD pipeline for a web application using Jenkins and Docker

    • Implemented automated testing using Selenium for regression testing

    • Utilized Ansible for configuration management of servers

    • Integrated Slack notifications for build status updates

  • Answered by AI

Top Infosys Devops Engineer Interview Questions and Answers

Q1. Which programming languages do you use regularly in your work?
View answer (4)

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. APP configuration
  • Q2. Scenerio based questions
  • Q3. Fi AA , AP , GL ,AR, coupa , special gl indicator
  • Q4. Fi mm & fi sd integration
Round 2 - Technical 

(1 Question)

  • Q1. App run , controlling

Interview Preparation Tips

Topics to prepare for Infosys SAP Fico Consultant interview:
  • Prepare as per resume

Top Infosys SAP Fico Consultant Interview Questions and Answers

Q1. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP? 4. What is ERP? 5. Why IT industry? 6. What is the use of Flash-Fill in Excel? 7. Any 5 excel features. (Pivot table, macros, flashfill, vlookup, charts)
View answer (3)

SAP Fico Consultant Interview Questions asked at other Companies

Q1. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP? 4. What is ERP? 5. Why IT industry? 6. What is the use of Flash-Fill in Excel? 7. Any 5 excel features. (Pivot table, macros, flashfill, vlookup, charts)
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference beween sre and devops
  • Ans. 

    SRE focuses on reliability and stability of systems, while DevOps focuses on collaboration and automation.

    • SRE (Site Reliability Engineering) focuses on ensuring the reliability, availability, and stability of systems and services.

    • DevOps focuses on collaboration between development and operations teams, as well as automating processes for faster and more reliable software delivery.

    • SRE typically involves monitoring, inci...

  • Answered by AI
  • Q2. What is diffemrce between kubernetes and docker
  • Ans. 

    Kubernetes is a container orchestration tool, while Docker is a containerization platform.

    • Kubernetes is used for automating deployment, scaling, and management of containerized applications.

    • Docker is a platform for developing, shipping, and running applications in containers.

    • Kubernetes can manage multiple containers across multiple hosts, while Docker is used to create and run containers.

    • Kubernetes provides features li...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Senior Team Leader Interview Questions asked at other Companies

Q1. How will u manage with low bandwidth and excessive target to achieve EOD.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create a table component from array of objects
  • Ans. 

    Create a table component from array of objects in React JS

    • Map through the array of objects to render rows in the table

    • Use Object.keys() to dynamically generate table headers

    • Utilize CSS for styling the table

  • Answered by AI
  • Q2. What is event loop
  • Ans. 

    Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

    • Event loop is responsible for handling the execution of code in a single-threaded environment.

    • It continuously checks the call stack for any functions that need to be executed.

    • If the call stack is empty, it looks at the task queue for any pending tasks to be executed.

    • Event loop ensures that JavaScript rem...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus in js concepts

Skills evaluated in this interview

Top Infosys React Js Frontend Developer Interview Questions and Answers

Q1. what is callback, event deligaton, react reconcillaton, react life cycle methods
View answer (1)

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

Infosys interview questions for popular designations

 System Engineer

 (1.2k)

 Software Engineer

 (315)

 Technology Analyst

 (274)

 Associate Consultant

 (267)

 Senior Systems Engineer

 (265)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (173)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Ask to write a program using collections, switch case,string operations,

Interview Preparation Tips

Topics to prepare for Infosys Senior Java Developer interview:
  • Java
Interview preparation tips for other job seekers - If you are a experienced try to put more effort in coding part.

Top Infosys Senior Java Developer Interview Questions and Answers

Q1. A query in backend yields to 500 results but in UI you have to sort it to 10 results per page, how will you help UI achieve this?
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Brief about resume
  • Q2. Java collection framework , find if 2 strings are anagram, how to connect 2 DB at a time in spring, how to reloead configuration in spring framework at runtime(without application downtime)
  • Ans. 

    To check if two strings are anagrams, connect two databases in Spring, and reload configuration without downtime in Spring.

    • To check if two strings are anagrams, use Java Collection Framework to compare the characters in both strings.

    • To connect two databases in Spring, configure multiple data sources in the application context file.

    • To reload configuration in Spring without downtime, use Spring Cloud Config to externaliz

  • Answered by AI

Skills evaluated in this interview

Software Engineering Lead Interview Questions asked at other Companies

Q1. java collection framework , find if 2 strings are anagram, how to connect 2 DB at a time in spring, how to reloead configuration in spring framework at runtime(without application downtime)
View answer (1)

Jobs at Infosys

View all

Technical Lead Interview Questions & Answers

user image Divya Dinakaran

posted on 21 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Previous work experience discussed
  • Q2. Key technical skills
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion

Top Infosys Technical Lead Interview Questions and Answers

Q1. Managerial: 1) Explain any one past issue and its mitigation strategy. 2) How we can handle the situation when we found code is not complaint before one day of deployment. 3) why are you looking for Switch?
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Software Developer interview

user image AG Tech

posted on 5 Dec 2021

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is fibre optical
  • Ans. 

    Fibre optical is a technology that uses thin strands of glass or plastic to transmit data through light signals.

    • Fibre optical cables are used for high-speed internet connections.

    • They are also used in telecommunications for long-distance communication.

    • Fibre optical technology is more efficient and faster than traditional copper wire technology.

  • Answered by AI
  • Q2. What is piggyback?
  • Ans. 

    Piggyback is a term used to describe when one thing is attached to or carried by another.

    • Commonly used in the context of transportation, where one vehicle is carried on another vehicle's back or attached to it.

    • In computing, piggybacking refers to when one process takes advantage of another process to perform a task.

    • In business, piggybacking can refer to leveraging an existing product or service to promote a new one.

    • Exa...

  • Answered by AI
  • Q3. Ids and Ips functionality
  • Q4. What is latency and bandwidth
  • Ans. 

    Latency is the time it takes for data to travel from the source to the destination, while bandwidth is the maximum rate of data transfer.

    • Latency is the delay between the moment data is sent and when it is received.

    • Bandwidth is the amount of data that can be transferred in a given amount of time.

    • Latency is measured in milliseconds, while bandwidth is measured in bits per second.

    • Examples: Latency can be affected by dista...

  • Answered by AI
  • Q5. What is arp and explain gratious arp
  • Ans. 

    ARP stands for Address Resolution Protocol. Gratuitous ARP is a type of ARP message where a host sends an ARP request for its own IP address.

    • ARP is used to map IP addresses to MAC addresses on a local network.

    • Gratuitous ARP is used for updating ARP caches on other devices in the network.

    • It is often used in scenarios like network failover or duplicate IP address detection.

  • Answered by AI
  • Q6. Explain tcp three way handshake protocol
  • Ans. 

    TCP three way handshake is a process used to establish a connection between a client and server in a reliable manner.

    • Client sends a SYN packet to the server to initiate the connection

    • Server responds with a SYN-ACK packet to acknowledge the request

    • Client sends an ACK packet back to the server to confirm the connection establishment

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is your strength and weakness
  • Q2. Where would you see yourself in 5 years
  • Q3. Able to work flexibly?
  • Ans. 

    Yes, I am able to work flexibly and adapt to changing schedules or tasks.

    • I have experience working remotely and managing my own schedule effectively.

    • I am comfortable with adjusting my work hours to accommodate team meetings or deadlines.

    • I am open to taking on different roles or tasks as needed to support the team.

    • I have successfully juggled multiple projects at once, prioritizing tasks based on urgency.

    • I am willing to ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Associate Consultant interview:
  • Networking

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular basics,pipes ,life cycle hook pipes.

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (1)

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.9
 • 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.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k 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.2k 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.2k Reviews and Ratings
PDS Mechanical (Product data services)

Pune,

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Packaging/Labeling Engineer

Pune

2-5 Yrs

Not Disclosed

Specialist Technical Writing

Pune

2-5 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.9k 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.3k 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 - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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