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

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular basic like directive pipes
  • Q2. Explain angular performance improvements
  • Ans. 

    Angular performance improvements involve optimizing code, reducing load times, and minimizing rendering cycles.

    • Use lazy loading to only load components when needed

    • Optimize change detection by using OnPush strategy

    • Minimize DOM manipulation by using ngZone

    • Implement server-side rendering for faster initial page load

    • Use AOT (Ahead-of-Time) compilation to reduce bundle size

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain Oop concepts
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Objects have attributes (data) and methods (functions) that operate on the data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: In a car simulation program, a 'Car' ob...

  • Answered by AI

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

(2 Questions)

  • Q1. Different between spring and springboot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is an extension that simplifies the setup and development process.

    • Spring is a comprehensive framework that provides various modules for building Java applications, such as Spring MVC for web applications and Spring Data for data access.

    • Spring Boot is an extension of the Spring framework that aims to simplify the setup and development process by pro...

  • Answered by AI
  • Q2. About spring profiles
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussed
  • Q2. Location change

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core Java, OOPS, Design Patters, Spring Boot, IOC, SOLID Principles, SQL queries

Infosys interview questions for designations

 Business Technology Analyst

 (10)

 Technology Java Analyst

 (1)

 Technology Architect

 (7)

 Technology Specialist

 (3)

 Technology Consultant

 (3)

 Manager Technology

 (1)

 Technology

 (2)

 Associate Business Analyst - Technology

 (1)

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me yourself
  • Ans. 

    I am a technology analyst with a strong background in data analysis and software development.

    • I have a Bachelor's degree in Computer Science from XYZ University

    • I have 5 years of experience working as a technology analyst at ABC Company

    • I specialize in data visualization tools such as Tableau and Power BI

    • I have led successful projects in implementing new software solutions for clients

  • Answered by AI
  • Q2. What is your skillset and based on your skill set some straight forward question in round 1 and scenario based question in round 2.
  • Q3. Tell me some analytic function of sql
  • Ans. 

    Analytic functions in SQL are used to perform calculations across a set of rows related to the current row.

    • Common analytic functions include ROW_NUMBER, RANK, DENSE_RANK, LEAD, and LAG.

    • They can be used to calculate running totals, moving averages, and identify duplicates in a dataset.

    • Analytic functions are typically used with the OVER() clause to define the window of rows to be used in the calculation.

  • Answered by AI
  • Q4. Difference between rank and dense rank
  • Ans. 

    Rank assigns unique ranks to each distinct value, while dense rank assigns consecutive ranks to each distinct value.

    • Rank leaves gaps between ranks if there are ties, while dense rank does not

    • Rank function is used to assign a unique rank to each distinct row, while dense rank function is used to assign consecutive ranks to each distinct row

    • Example: If we have values 10, 20, 20, 30 - Rank would assign ranks as 1, 2, 2, 4...

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

(2 Questions)

  • Q1. I have Oracle EBS APPS.. so I faced questions on PLSQL tuning, exception handling, XML publisher report, P2P cycle with associative table
  • Q2. Bulk Binding, Bulk collect, cursor, dynamic SQL,DML/DDL Trigger

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the question will come based on your skillset. So mention those skills only in your CV on which you are quite confident.

Skills evaluated in this interview

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 Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. OOPS Concept, Design related questions, concurrency
  • Q2. String, Hashmap working internal
  • Q3. DockerFile structure and helmchart config
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 features, Microservices.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and prepare for the core concepts first.

Technology Analyst Jobs at Infosys

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Framework related questions
  • Q2. Test NG related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Framework explantation
  • Q2. Dataprovider in testng
  • Ans. 

    Data providers in TestNG allow for parameterization of test methods by supplying data from external sources.

    • Data providers are methods annotated with @DataProvider that return a 2D array of objects to supply test method parameters

    • Data providers can be used to supply data from Excel sheets, CSV files, databases, etc.

    • Example: @DataProvider(name = "userData") public Object[][] userData() { return new Object[][] { { "John"

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Collections, error handling, java 8
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference in POST and PUT
  • Ans. 

    POST is used to create a new resource, while PUT is used to update an existing resource.

    • POST is used to create a new resource on the server.

    • PUT is used to update an existing resource on the server.

    • POST requests are not idempotent, while PUT requests are idempotent.

    • POST requests do not require the client to specify the URI of the new resource, while PUT requests do.

    • Example: POST /users creates a new user, PUT /users/123

  • Answered by AI
  • Q2. Explain headers with example in HTTP
  • Ans. 

    Headers in HTTP are additional information sent with a request or response.

    • Headers contain metadata about the message being sent.

    • Examples of headers include Content-Type, User-Agent, and Authorization.

    • Headers are key-value pairs separated by a colon, such as 'Content-Type: application/json'.

  • Answered by AI
  • Q3. What is @Qualifier annotation
  • Ans. 

    The @Qualifier annotation is used in Spring framework to specify which bean should be autowired when multiple beans of the same type are present.

    • Used to resolve ambiguity when multiple beans of the same type are present

    • Can be used with @Autowired annotation to specify the bean to be injected

    • Helps in selecting the bean based on a specific qualifier value

  • Answered by AI

Skills evaluated in this interview

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.

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.8k 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-14 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.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 L/yr - ₹17 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