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 15 Feb 2025

Top Infosys 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 ?
  • Q2. What is a dataframe and how it differs from dataset ?
  • Q3. 4.How to communicate between two rest API and how to implement security for rest API?
View all questions

Infosys Interview Experiences

162 interviews found

Technology Analyst Interview Questions & Answers

user image GUTTIKONDA ARAVIND

posted on 2 Dec 2024

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

(1 Question)

  • Q1. Basic Core JAVA
Round 2 - HR 

(1 Question)

  • Q1. Project related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. MySQL Triggers , Java OOPs , Collection
  • Q2. ArrayList and HashSet , Spring Boot
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Project , Role and Responsibilities
  • Q2. What issue did you faced and how do you solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Please stick to basic and brush up concept . Also please dont fake any thing in interview will catch you .

Technology Analyst Interview Questions Asked at Other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Minimum Number of Vertices to Reach All Nodes Problem Statement I ... read more
Q3. Flatten a Multilevel Sorted Linked List You are given a linked li ... read more
asked in Infosys
Q4. An atomic spark job runs for 15 mins everyday ,one day it is runn ... read more
Q5. Box Stacking Problem Statement Consider you are provided with 'n' ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. Explain interface and how it's used?
  • Ans. 

    An interface is a point of interaction between components, allowing them to communicate and interact with each other.

    • Interfaces define a set of methods that a class must implement.

    • They provide a way to achieve abstraction and multiple inheritance in programming.

    • Interfaces are used to establish communication between different software components.

    • Examples include Java interfaces, which define a contract that implementing

  • Answered by AI
  • Q2. Self join example
  • Ans. 

    A self join is when a table is joined with itself to compare rows within the same table.

    • Self join is used to compare rows within the same table.

    • It is useful when you want to compare data in the same table.

    • You need to use table aliases to distinguish between the two instances of the same table.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join Infosys?

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java Spring Boot, REST API, Multithreading, Volatile Keyword, Static keyword, HashMap implementation, String & String operations, Java garbage collection.
Round 2 - HR 

(1 Question)

  • Q1. General HR questions like - explain a typical day in your current workplace. Reason for leaving the current organization. There will a final HR call with you after all rounds are over exclusively to discu...
Round 3 - One-on-one 

(1 Question)

  • Q1. This was a one-on one round with the project team lead. Questions were a mix of work you do at you current work place & to explain the projects that you have done.

Interview Preparation Tips

Topics to prepare for Infosys Technology Analyst interview:
  • Java
  • Spring Boot
  • OOPS
  • Collections
  • Multithreading
  • Microservices
  • REST API
  • Data Structures
Interview preparation tips for other job seekers - Have a good fundamental knowledge of the technology sack that you applying for. Be clear and concise about what you know & do not know. Do not try to fool the interviewer & take it more like a discussion rather than only them asking question to you.

I have appeared a lot of interview and would be happy to help anyone in need. Here's my email if you need :
*****

Infosys interview questions for designations

 Business Technology Analyst

 (10)

 Technology Java Analyst

 (1)

 Technology Architect

 (7)

 Technology Consultant

 (3)

 Technology Specialist

 (3)

 Manager Technology

 (1)

 Technology

 (2)

 Associate Business Analyst - Technology

 (1)

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Multi Threading, Exception Handling, Collection, Java 8, Spring Boot
Round 3 - Technical 

(1 Question)

  • Q1. Managerial kind of questions.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation happened only.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not trust on this this company interview process until you will get the joining. I cracked two times in last 3 months but still they haven't gave any offer letter. One interview was in company campus as well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain Event Loop
  • Ans. 

    Event Loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and executing tasks in a queue.

    • Event Loop is a key component of JavaScript's runtime environment.

    • It allows for non-blocking I/O operations, making it possible to handle multiple tasks simultaneously.

    • Tasks are added to the event queue and executed in the order they were added.

    • Event Loop ensures that the m...

  • Answered by AI
  • Q2. Difference between async await and promises
  • Ans. 

    Async await is syntactic sugar for promises, making asynchronous code easier to read and write.

    • Async await allows writing asynchronous code that looks synchronous, making it easier to understand.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • Async await is built on top of promises and provides a more concise and readable way to work with asynchronous code.

    • Async funct...

  • Answered by AI
  • Q3. Explain Callback hell
  • Ans. 

    Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.

    • Occurs when multiple asynchronous operations are nested within each other

    • Can lead to deeply nested code structure which is hard to understand

    • Can be mitigated by using promises, async/await, or libraries like async.js

  • Answered by AI

Skills evaluated in this interview

Technology Analyst Jobs at Infosys

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

(2 Questions)

  • Q1. Angular Basic questions
  • Q2. Javascript Basic questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

The test included quant questions including data comprehension. The level was moderate.

Round 3 - Technical 

(5 Questions)

  • Q1. Please introduce yourself.
  • Q2. What project have you worked during your final year in college?
  • Q3. Questions regarding the compnay where we have done our internship.
  • Q4. Will you be able to learn programming/ Technology stack if selected?
  • Ans. 

    Yes, I am confident in my ability to learn programming and new technology stacks if selected.

    • I have a strong foundation in computer science and technology concepts.

    • I am a quick learner and have successfully picked up new programming languages and technologies in the past.

    • I am dedicated to continuous learning and improvement in the technology field.

  • Answered by AI
  • Q5. General Questions regarding your educational qualification.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is nice. Just prepare for aptitude and a little bit of programming will be sufficient to land you the job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Most on the java, oop, design pattern, collection
Round 2 - One-on-one 

(1 Question)

  • Q1. About project, all the details in the resume
Round 3 - HR 

(1 Question)

  • Q1. About the offer and locay

Interview Preparation Tips

Topics to prepare for Infosys Technology Analyst interview:
  • Opps
  • Collections
  • Design Patterns
  • Basis
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Different between shallow copy and deep copy.
  • Ans. 

    Shallow copy only copies the references of objects, while deep copy creates new copies of objects.

    • Shallow copy creates a new object but does not create copies of nested objects.

    • Deep copy creates new copies of all nested objects.

    • Shallow copy is faster and more memory efficient, but changes to nested objects affect both copies.

    • Deep copy is slower and uses more memory, but changes to nested objects do not affect the origi

  • Answered by AI
  • Q2. Generator in python.
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them in memory.

    • Generators are created using the 'yield' keyword instead of 'return'.

    • They are used to generate a series of values on the fly, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: for num in my_ge

  • Answered by AI
Round 2 - Coding Test 

Asked some program related to list.

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Technology Analyst job interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
How to prepare for Infosys Technology Analyst job 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, Performance Engineering, Agile, Java and Application Development.
What are the top questions asked in Infosys Technology Analyst interview for job?

Some of the top questions asked at the Infosys Technology Analyst interview for job -

  1. An atomic spark job runs for 15 mins everyday ,one day it is running for more t...read more
  2. What is a dataframe and how it differs from datase...read more
  3. 4.How to communicate between two rest API and how to implement security for res...read more
How long is the Infosys Technology Analyst interview process?

The duration of Infosys Technology Analyst 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 93 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • Personal Interview1 Round - 1
  • HR Round - 2
  • Personal Interview1 Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technology Analyst Salary
based on 56k salaries
₹3 L/yr - ₹11 L/yr
At par with the average Technology Analyst Salary in India
View more details

Infosys Technology Analyst Reviews and Ratings

based on 4.2k reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.6

Salary

4.3

Job security

3.8

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 4.2k Reviews and Ratings
Java Technology Analyst

Bangalore / Bengaluru

3-5 Yrs

₹ 3.8-12 LPA

S2RL Technology Analyst

Ahmedabad

5-8 Yrs

Not Disclosed

S2RL Technology Analyst

Ahmedabad

5-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.3k 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.6k 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