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

Clear (1)

Infosys Technology Analyst Interview Questions, Process, and Tips

Updated 26 Feb 2025

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 ?
  • 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 165 questions

Infosys Technology Analyst Interview Experiences

277 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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. They a sk for oops questions
  • Q2. They ask technical questions regarding your project

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
asked in Infosys
Q3. An atomic spark job runs for 15 mins everyday ,one day it is runn ... read more
Q4. Flatten a Multilevel Sorted Linked List You are given a linked li ... read more
Q5. Box Stacking Problem Statement Consider you are provided with 'n' ... read more

Technology Analyst Interview Questions & Answers

user image Divyansh Sahai

posted on 29 Jun 2024

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

(2 Questions)

  • Q1. Difference between method overloading and overidding with example ?
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters, while method overriding is when a subclass provides a specific implementation of a method in its superclass.

    • Method overloading involves multiple methods with the same name but different parameters.

    • Method overriding involves a subclass providing a specific implementation of a method in its superclass.

    • Method overloading is resolved a...

  • Answered by AI
  • Q2. What is AI ? OOPS concept of JAVA.
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines.

    • AI involves the development of algorithms that can perform tasks typically requiring human intelligence.

    • It includes machine learning, natural language processing, computer vision, and robotics.

    • Examples of AI applications include virtual assistants like Siri, self-driving cars, and recommendation systems like Netfl...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1st round is around 45 minutes long
  • Q2. Core java, Spring Boot,
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project Explanations, Architecture
  • Q2. Project technology

Interview Preparation Tips

Interview preparation tips for other job seekers - I was successfully selected in both the first and second rounds of interviews with the Infosys team, and it was only after these rounds that HR informed me that my education did not align with necessary qualification for the role Please don't waste your time on Infosys. HR behavior is horrible; they are not helping you with scheduling and processing applications.

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
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
  • Ans. 

    As a Technology Analyst, I work on various projects, taking on roles and responsibilities such as analyzing technology trends, developing solutions, and implementing strategies.

    • Analyze technology trends to identify opportunities for innovation

    • Develop solutions to address business needs and improve efficiency

    • Implement strategies to integrate new technologies into existing systems

    • Collaborate with cross-functional teams t

  • Answered by AI
  • Q2. What issue did you faced and how do you solve
  • Ans. 

    I faced an issue with a software bug causing data loss.

    • Identified the bug by analyzing error logs and user reports

    • Developed a patch to fix the bug and prevent data loss

    • Tested the patch thoroughly before deploying it to production

  • Answered by AI

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 .

Get interview-ready with Top Infosys Interview Questions

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

(2 Questions)

  • Q1. Naaa bsava. Nahsbdb baba baba
  • Q2. Nammhdveve heheh hdhdhd hshsh hdhe

Interview Preparation Tips

Interview preparation tips for other job seekers - NANA

Technology Analyst Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic technical questions asked and min prep required
Round 2 - Behavioral 

(1 Question)

  • Q1. Mainly focused on confidence and communication

Technology Analyst Interview Questions & Answers

user image dheeraj jain

posted on 15 May 2024

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

(2 Questions)

  • Q1. React, javascript questions
  • Q2. Javascript basic to advance
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
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 :
*****
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

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

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

  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.

Recently Viewed

SALARIES

Flipkart

REVIEWS

The New India Assurance Co.

No Reviews

INTERVIEWS

Flipkart

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Infosys

No Interviews

REVIEWS

Flipkart

No Reviews

REVIEWS

Flipkart

No Reviews

INTERVIEWS

WNS

No Interviews

INTERVIEWS

Flipkart

No Interviews

Tell us how to improve this page.

Infosys Technology Analyst Interview Process

based on 220 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
  • Personal Interview1 Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technology Analyst Salary
based on 55.7k 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.3k reviews

3.6/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.3k Reviews and Ratings
Technology Analyst

Noida,

Gurgaon / Gurugram

+1

3-5 Yrs

₹ 3-13.5 LPA

Java Technology Analyst

Bangalore / Bengaluru

3-5 Yrs

₹ 3.8-12 LPA

S2RL Technology Analyst

Ahmedabad

5-8 Yrs

Not Disclosed

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