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

I applied via campus placement at Pune University and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude involves numerical, Logical and English grammar related questions

Round 2 - Technical 

(2 Questions)

  • Q1. What are joins? Explain
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column.

    • Joins are used in SQL to retrieve data from multiple tables.

    • They are based on a related column between the tables.

    • Common types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right...

  • Answered by AI
  • Q2. What are different types of method declaration in c#
  • Ans. 

    Different types of method declaration in C#

    • Static method - declared with 'static' keyword and can be called without creating an instance of the class

    • Instance method - declared without 'static' keyword and can only be called on an instance of the class

    • Async method - declared with 'async' keyword and can be used to perform asynchronous operations

    • Extension method - declared with 'this' keyword and can be called as if it i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Technology Analyst interview:
  • C#.Net
  • SQL
Interview preparation tips for other job seekers - Have handson on c# basics, Sql

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to switch from Civil ti IT?
  • Ans. IT as an industry has always piqued my interest. I plan to start my own venture in future which is related to this industry and thus want to gain experience in IT for that.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're from non-IT background sitting in the interview as part of a recruitment drive, just know that they won't be asking much technical questions.
The interviewer looks for your confidence, demeanor and ability to communicate your thoughts properly.

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

I applied via Referral and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. SDH,DWDM, routing switching

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive during answer the question

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 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 - Aptitude Test 

The aptitude test was done in my second round.

Round 3 - Group Discussion 

Discussion about my past project and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was nice and i was kept in loop.

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)

I applied via Walk-in and was interviewed before Jun 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. Oops Concept, design patterns ??

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic concept of OOPS and SOLID design patterns.

Get interview-ready with Top Infosys Interview Questions

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8, spring framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and be in formal

Technology Analyst Jobs at Infosys

View all

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic core java, spring, hibernate questions
  • Q2. Your project roles, responsibilities
  • Q3. Your project
  • Q4. And other Misclenious questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics throughly and be confident.
Just add the technologies you know in resume.

I applied via Naukri.com and was interviewed in Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. 1.What is Abstract class , Interface?
  • Ans. 

    Abstract class is a class that cannot be instantiated and Interface is a blueprint of a class.

    • Abstract class can have both abstract and non-abstract methods while Interface can only have abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have constructors while Interface cannot.

    • Example of Abstract class: Animal (abstract method: makeSound())

    • Example

  • Answered by AI
  • Q2. 2.Singletone class and explain
  • Ans. 

    A singleton class is a class that can only have one instance created at a time.

    • Singleton classes are often used in situations where there should only be one instance of a class, such as a database connection or a configuration manager.

    • The class typically has a private constructor to prevent multiple instances from being created.

    • The instance of the class is usually accessed through a static method or property.

    • Example: J...

  • Answered by AI
  • Q3. 3.Spring and hibernate basics
  • Q4. 4.Transactional in Hibernate
  • Ans. 

    Transactional in Hibernate refers to the management of database transactions.

    • Hibernate provides transaction management through the use of the Transaction interface.

    • Transactions can be managed programmatically or declaratively using annotations.

    • Transactional behavior can be customized using isolation levels and propagation settings.

    • Example: @Transactional annotation can be used to mark a method as transactional.

    • Example:...

  • Answered by AI
  • Q5. 5.Some real time questions related to collection like in which situation which collection you will use
  • Q6. Cloning, deep cloning, shalow cloning

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was happened on Saturday almost for 1 he conducted by interview panel ( 2 employees ) , I guess one is technical person and other managerial background.

They both were very polite and calm .
They are actually interested in real time work which we have done not bookies meaning or definition.

Eg. What is Abstract Class and Interface , Did you ever get chance to create it in your past project and why ?

Some spring and hibernate basics questions and I am from java development background.

Advice - My personal advice be confident and if you haven't worked on particular thing so didn't get chance to work, Don't lie..They will identify it.

All the best👍

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. 1. Explain each and every terms in public static void main (string arts[])?
  • Ans. 

    Explanation of terms in public static void main (string args[])

    • public: Access modifier indicating that the method can be accessed from anywhere

    • static: Keyword indicating that the method belongs to the class and not to an instance of the class

    • void: Return type indicating that the method does not return any value

    • main: Method name, the entry point of the program

    • string[] args: Parameter of the method, an array of strings t

  • Answered by AI
  • Q2. 2. What are the different types of constructors in .Net?
  • Q3. 3. What is static method?
  • Ans. 

    A static method is a method that belongs to a class rather than an instance of the class.

    • Static methods can be called without creating an instance of the class.

    • They are often used for utility functions that don't require access to instance variables.

    • Static methods are declared using the 'static' keyword.

    • Example: Math.max() is a static method that returns the maximum of two numbers.

  • Answered by AI
  • Q4. 4. Design patterns and singleton design patterns?
  • Ans. 

    Design patterns are reusable solutions to common software problems. Singleton is a design pattern that restricts the instantiation of a class to one object.

    • Design patterns are proven solutions to recurring software problems

    • Singleton pattern ensures only one instance of a class is created

    • Singleton pattern is useful in scenarios where only one instance of a class is required

    • Other design patterns include Factory, Observer

  • Answered by AI
  • Q5. 5. Difference between finalise and dispose?
  • Ans. 

    Finalize is used to perform any necessary cleanup operations before an object is destroyed, while dispose is used to release unmanaged resources.

    • Finalize is a method that is automatically called by the garbage collector when an object is no longer in use.

    • Dispose is a method that must be called explicitly to release unmanaged resources.

    • Finalize is not guaranteed to be called, while Dispose is.

    • Examples of unmanaged resou...

  • Answered by AI
  • Q6. 6. Interface and abstract class with examples (from your current project)?
  • Ans. 

    Interface and abstract class examples in current project

    • Interface defines a contract for classes to implement

    • Abstract class provides partial implementation and can't be instantiated

    • Example: Interface - IPaymentGateway with methods like processPayment()

    • Example: Abstract class - Payment with abstract method processPayment() and concrete method logTransaction()

  • Answered by AI
  • Q7. 7. Difference between agile and waterfall? Advantages of agile?
  • Ans. 

    Agile and waterfall are two project management methodologies. Agile is iterative and flexible, while waterfall is linear and rigid.

    • Agile focuses on delivering working software in short iterations, while waterfall follows a sequential process.

    • Agile encourages collaboration and adaptability, while waterfall relies on detailed planning and documentation.

    • Agile allows for changes and feedback throughout the project, while w...

  • Answered by AI
  • Q8. 8. Write a program to sort an array of elements in descending order with minimum lines of code?
  • Ans. 

    Program to sort an array in descending order with minimum lines of code

    • Use built-in sort function with reverse parameter

    • Alternatively, use a lambda function with sorted() method

    • Both methods can be implemented in one line of code

  • Answered by AI
  • Q9. 9. Events and delegates?
  • Ans. 

    Events and delegates are used for implementing the observer pattern in C#.

    • Events are used to notify subscribers when something happens.

    • Delegates are used to define the signature of the event handler method.

    • Events can have multiple subscribers, and subscribers can unsubscribe.

    • Example: Button click event with multiple event handlers.

    • Example: Custom event for notifying when a file is saved.

    • Example: Using delegates to pass

  • Answered by AI
  • Q10. 10. Which one executes first, default constructor or parameterised constructor?
  • Ans. 

    Parameterised constructor executes first if called explicitly, else default constructor.

    • If an object is created without any arguments, default constructor executes first.

    • If an object is created with arguments, parameterised constructor executes first.

    • Explicitly calling parameterised constructor will execute it first.

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Power bi related technical question

Interview Preparation Tips

Topics to prepare for Infosys Technology Analyst interview:
  • Data Analytics
Interview preparation tips for other job seekers - Need strong Basic knowledge to crack technical interviews

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

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.1 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.9k salaries
unlock blur

₹4.5 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview