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 5 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 163 questions

Infosys Technology Analyst Interview Experiences

274 interviews found

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts explain
  • Ans. 

    Oops concepts are the fundamental concepts of object-oriented programming.

    • Encapsulation - binding data and functions together

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details from users

  • Answered by AI
  • Q2. Interface vs abstract
  • Ans. 

    Interface and abstract are both used for abstraction in object-oriented programming.

    • Interfaces define a contract that a class must implement.

    • Abstract classes provide a base implementation that can be extended by subclasses.

    • Interfaces can be implemented by multiple classes, while a class can only extend one abstract class.

    • Interfaces can only have abstract methods, while abstract classes can have both abstract and concre

  • Answered by AI
  • Q3. Arraylist vs vector
  • Ans. 

    ArrayList is non-synchronized and Vector is synchronized.

    • ArrayList is faster than Vector.

    • Vector is thread-safe while ArrayList is not.

    • Vector is a legacy class while ArrayList is not.

    • Vector doubles its size while ArrayList increases by 50%.

    • ArrayList is preferred over Vector in most cases.

  • Answered by AI
  • Q4. Spring boot auto configuration
  • Q5. Singleton design pattern

Skills evaluated in this interview

Technology Analyst Interview Questions & Answers

user image Zibreel Siddiqui

posted on 7 Jan 2025

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

(2 Questions)

  • Q1. What is boxing and unboxing
  • Q2. What is garbage collection
Round 2 - Technical 

(2 Questions)

  • Q1. What is mvc and razor
  • Q2. What is software development

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

(2 Questions)

  • Q1. What are the differences between ListView and RecyclerView in Android development?
  • Q2. What are services and the work manager in the context of software development?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. What is the method to combine multiple lists into a single list?

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS, DI, Diff between Read-only and const
  • Q2. Types of classes
  • Ans. 

    Types of classes include abstract classes, concrete classes, interface classes, and inner classes.

    • Abstract classes cannot be instantiated and may contain abstract methods.

    • Concrete classes can be instantiated and provide implementations for all methods.

    • Interface classes define a contract for classes to implement.

    • Inner classes are classes defined within another class.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Strength and weakness
  • Q2. How do you handle difficult situations within a team?
  • Ans. 

    I address difficult situations within a team by promoting open communication, seeking to understand all perspectives, and collaborating on solutions.

    • Promote open communication to address issues early on

    • Seek to understand all perspectives before making decisions

    • Collaborate with team members to find mutually beneficial solutions

  • Answered by AI

Get interview-ready with Top Infosys Interview Questions

Technology Analyst Interview Questions & Answers

user image Manas Srivastava

posted on 27 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript basics
  • Q2. Angular authorization, RXJS, Interceptors
Round 2 - HR 

(1 Question)

  • Q1. What are your expectations

Technology Analyst Jobs at Infosys

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Java 8 features
  • Q2. Microservices framework
  • Q3. OOPs concepts & multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Java developer role then have basics clear.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about kersal server?
  • Ans. 

    Kersal server is a type of server used for hosting websites and applications.

    • Kersal server is known for its reliability and performance.

    • It is often used by businesses to host their websites and applications.

    • Kersal server offers features like high uptime, security, and scalability.

    • Examples of Kersal server providers include AWS, Google Cloud, and Microsoft Azure.

  • Answered by AI
  • Q2. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing and maintenance of code.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What architecture are you using in your project?
  • Ans. 

    We are using a microservices architecture in our project.

    • Decomposes the application into smaller, independent services

    • Each service is responsible for a specific function

    • Allows for scalability and flexibility

    • Example: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Acceptance criteria

Skills evaluated in this interview

Technology Analyst Interview Questions & Answers

user image shailaja ranga

posted on 2 Oct 2024

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

(2 Questions)

  • Q1. Difference between overloading and overriding?
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

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

    • Overriding involves a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is resolved...

  • Answered by AI
  • Q2. How to implement MVC architecure?
  • Ans. 

    MVC architecture is implemented by separating the application into Model, View, and Controller components.

    • Create models to represent data and business logic

    • Develop views to display the user interface

    • Write controllers to handle user input and update the model

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview

Skills evaluated in this interview

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

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 215 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.2k 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.5k 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