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 37.9k Reviews

Filter interviews by

Infosys Interview Questions, Process, and Tips for Experienced

Updated 31 Jan 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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. Why use React JS
  • Ans. 

    React JS is a popular JavaScript library for building user interfaces.

    • Efficiently updates and renders components with virtual DOM

    • Supports reusable components for faster development

    • Declarative syntax simplifies code readability and maintenance

  • Answered by AI
  • Q2. What is virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • Changes are first made to the virtual DOM, then compared to the actual DOM to determine the most efficient way to update the UI.

    • This process helps reduce the number of updates needed and...

  • Answered by AI
  • Q3. Difference between props and state
  • Ans. 

    Props are used to pass data from parent to child components, while state is used to manage data within a component.

    • Props are read-only and cannot be modified by the child component

    • State is mutable and can be changed by the component itself

    • Props are passed down from parent to child components, while state is managed within a component

    • Example: Passing a user's name as a prop to a child component vs storing the user's inp

  • Answered by AI
  • Q4. Redux life cycle
  • Q5. Javascript ES6 questions like promises, async await etc.
  • Q6. 1 javascript hands-on logical question
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell about project you worked on
  • Q2. In detail project questions like how you used react and redux in your project
  • Q3. Tell about Routing in react
  • Ans. 

    Routing in React is the process of determining which components to display based on the URL.

    • React Router is a popular library used for routing in React applications.

    • Routes are defined using components in React Router.

    • Nested routes can be defined to render components within other components.

    • Route parameters can be accessed using props.match.params.

    • Redirects can be used to navigate users to different routes.

    • Private rout...

  • Answered by AI
  • Q4. Same react virtual DOM
Round 3 - HR 

(1 Question)

  • Q1. Only HR negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with basic concepts and fundamentals of js and react.
Javascript ES6 concepts and array string manipulation logics are must to prepare

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Workflow of writing an api from beginning till end either u can write all the code on notepad or just verbally explain
  • Q2. Questions related to springboot
  • Q3. Annotations were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading questions,deployment related questions,debugging and junit testing,security related authenticaton questions were asked
  • Q2. How the project is managed from initiation till release

Interview Preparation Tips

Topics to prepare for Infosys Senior Systems Engineer interview:
  • Spring Boot
  • Jenkins
  • Java
  • JUnit
  • Security

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Constructor , DI, Opps Question
  • Q2. Design Pattern , MVC and Net core Question

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

(1 Question)

  • Q1. What are the different types of harnesses?

Pega Developer Interview Questions asked at other Companies

Q1. What is difference between flow and flow action
View answer (4)

Infosys interview questions for popular designations

 System Engineer

 (1.2k)

 Software Engineer

 (315)

 Technology Analyst

 (273)

 Associate Consultant

 (266)

 Senior Systems Engineer

 (263)

 Software Developer

 (261)

 Business Analyst

 (240)

 Senior Associate Consultant

 (173)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Bigquery architecture
  • Q2. Real time scenario questions
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture and design of streaming data pipeline in gcp
  • Ans. 

    Designing a streaming data pipeline in GCP involves selecting appropriate services like Pub/Sub, Dataflow, BigQuery, and Cloud Storage.

    • Use Google Cloud Pub/Sub for ingesting and distributing data streams

    • Utilize Google Cloud Dataflow for processing and transforming data in real-time

    • Store processed data in Google BigQuery for analysis and querying

    • Consider using Google Cloud Storage for storing raw data or backups

  • Answered by AI
  • Q2. Cloud migration challenges
  • Ans. 

    Cloud migration challenges include security concerns, data transfer issues, and compatibility problems.

    • Security concerns related to data privacy and compliance regulations

    • Data transfer issues such as bandwidth limitations and latency

    • Compatibility problems with existing systems and applications

    • Lack of skilled resources for managing cloud infrastructure

    • Cost management and budget constraints

    • Potential downtime during migra

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Why you want to join company
  • Ans. 

    I want to join the company because of its innovative technology solutions and strong reputation in the industry.

    • Impressed by the company's track record of successful projects

    • Excited about the opportunity to work with cutting-edge technology

    • Looking to be part of a team that values collaboration and creativity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for real time scenario questions

Skills evaluated in this interview

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)

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 Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript promises async
  • Q2. Angular basics components directives forms interceptor services
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Signal new feature
  • Ans. 

    Signal new feature is a way to inform users about a new functionality or improvement in a product.

    • Create a notification or pop-up message to alert users about the new feature

    • Include a brief description of the new feature and its benefits

    • Provide a link or button for users to learn more or try out the new feature

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to leave
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for professional growth

    • Seeking new challenges

    • Exploring different work environment

  • Answered by AI
  • Q2. What role you have worked on
  • Ans. 

    I have worked as a Technical Lead in various projects, leading development teams and overseeing technical aspects of software development.

    • Led development teams in implementing software solutions

    • Oversaw technical architecture and design decisions

    • Mentored team members and provided technical guidance

    • Collaborated with stakeholders to gather requirements and define project scope

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics only it's not that tough some JavaScript array object manipulation questions were asked and closure hoisting

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)

Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is L1 and L2 regression
  • Ans. 

    L1 and L2 regression are regularization techniques used in machine learning to prevent overfitting by adding penalty terms to the loss function.

    • L1 regression adds the absolute values of the coefficients as penalty term (Lasso regression)

    • L2 regression adds the squared values of the coefficients as penalty term (Ridge regression)

    • L1 regularization can lead to sparse models with some coefficients being exactly zero

    • L2 regul...

  • Answered by AI
  • Q2. Explain auc and roc
  • Ans. 

    AUC (Area Under the Curve) is a metric that measures the performance of a classification model. ROC (Receiver Operating Characteristic) is a graphical representation of the AUC.

    • AUC is a single scalar value that represents the area under the ROC curve.

    • ROC curve is a plot of the true positive rate against the false positive rate for different threshold values.

    • AUC ranges from 0 to 1, where a higher value indicates better ...

  • Answered by AI
  • Q3. Precision and recall
  • Q4. Parameter of random forest
  • Ans. 

    Parameter of random forest is the number of trees in the forest.

    • Number of trees in the forest affects model performance

    • Higher number of trees can lead to overfitting

    • Commonly tuned parameter in random forest algorithms

  • Answered by AI
  • Q5. What isp,d,q values in time series
  • Ans. 

    p, d, q values are parameters used in ARIMA time series models to determine the order of differencing and moving average components.

    • p represents the number of lag observations included in the model (autoregressive order)

    • d represents the degree of differencing needed to make the time series stationary

    • q represents the number of lagged forecast errors included in the model (moving average order)

    • For example, in an ARIMA(1,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare machine learning, statistics, natural language processing, python

Skills evaluated in this interview

Top Infosys Machine Learning Engineer Interview Questions and Answers

Q1. What is evaluation Matrix for classification
View answer (1)

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Subset Sum Equal To KYou are given an array/list ‘ARR’ of ‘N’ positive integers and an integer ‘K’. Your task is to check if there exists a subset in ‘ARR’ with a sum equal to ‘K’. Note: Return true if there exists a subset with sum equal t... read more
View answer (3)

System Engineer interview

user image KaaShiv Venkat

posted on 5 Dec 2021

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

I applied via Referral

Round 1 - HR 

(1 Question)

  • Q1. What's your experience in gaming
Round 2 - Aptitude Test 

Aptitude, versant and technical round

Round 3 - One-on-one 

(4 Questions)

  • Q1. Technical questions related to XBOX
  • Q2. Experience overall in gaming
  • Q3. Technical stuff
  • Q4. Methods of troubleshooting
  • Ans. 

    Troubleshooting methods involve identifying, isolating, and resolving technical issues.

    • Identify the problem by gathering information and observing symptoms

    • Isolate the issue by testing components and narrowing down possible causes

    • Resolve the problem by implementing solutions and verifying the fix

    • Document the troubleshooting process for future reference

  • Answered by AI

Skills evaluated in this interview

Technical Process Specialist Interview Questions asked at other Companies

Q1. What is IP address? What is TCP/IP protocol , how it's work? What is VLAN, how to create and apply VLAN? What is BGP Protocol? What is MPLS?
View answer (2)
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 

(3 Questions)

  • Q1. Explain Lifecycle hook of LWC
  • Ans. 

    Lifecycle hooks in LWC are methods that allow developers to interact with the component lifecycle at specific points.

    • Lifecycle hooks include connectedCallback, disconnectedCallback, renderedCallback, errorCallback, and others.

    • connectedCallback is called when a component is inserted into the DOM.

    • disconnectedCallback is called when a component is removed from the DOM.

    • renderedCallback is called after the component's templ...

  • Answered by AI
  • Q2. Explain Security Model
  • Ans. 

    Security model refers to the framework that controls access to data within a system.

    • Defines who can access what data

    • Includes roles, profiles, and permissions

    • Ensures data integrity and confidentiality

    • Can be customized to meet specific security requirements

  • Answered by AI
  • Q3. How to acheive child to parent communication
  • Ans. 

    Child to parent communication can be achieved in Salesforce using lookup relationships or formula fields.

    • Create a lookup relationship field on the child object that references the parent object

    • Use formula fields to display parent information on the child record

    • Utilize cross-object formulas to display parent fields on related lists or reports

  • Answered by AI

Skills evaluated in this interview

Salesforce Administrator and Developer Interview Questions asked at other Companies

Q1. What is the difference between Salesforce Admin and Developing.
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.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k 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 37.9k 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.4

Work satisfaction

Explore 37.9k Reviews and Ratings
I&C engineer

Noida,

Mysuru / Mysore

+1

4-9 Yrs

Not Disclosed

Electrical Engineer

Mysuru / Mysore,

Chennai

+1

4-9 Yrs

₹ 3.6-5 LPA

I&C Engineer - Electrical

Noida,

Chennai

+1

4-9 Yrs

₹ 3.6-5 LPA

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.1k salaries
unlock blur

₹2.8 L/yr - ₹6.4 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Technical Lead
30.6k 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