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

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

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical about my knowledge
Round 2 - One-on-one 

(1 Question)

  • Q1. Management team interview
Round 3 - HR 

(1 Question)

  • Q1. Discussion about company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep searching the job there is lot of job avaliable don't sit be like a alone.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell yourself and the company
  • Ans. 

    I am a dedicated and experienced Technology Analyst with a passion for innovation and problem-solving.

    • I have a strong background in technology research and analysis

    • I am skilled in identifying trends and opportunities in the tech industry

    • I have experience in developing and implementing technology solutions for businesses

    • I am a team player and have excellent communication skills

    • I am committed to continuous learning and s...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expected CTC variable exists
  • Ans. 

    Yes, expected CTC variable exists in the job offer.

    • Expected CTC variable is a common term used in job offers to indicate the expected salary package.

    • It typically includes both fixed and variable components.

    • Example: Expected CTC: INR 10-12 LPA (Fixed: 8 LPA, Variable: 2-4 LPA)

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the folder structure of MVC
  • Ans. 

    MVC folder structure includes Models, Views, and Controllers folders.

    • Models folder for data-related logic

    • Views folder for UI-related files

    • Controllers folder for handling user input and interaction

  • Answered by AI
  • Q2. What are extension methods in MVC
  • Ans. 

    Extension methods in MVC are static methods that allow adding new methods to existing types without modifying the original type.

    • Extension methods are defined as static methods in a static class.

    • They are used to extend the functionality of existing classes without modifying them.

    • Extension methods are called like regular instance methods.

    • Example: public static class StringExtensions { public static bool IsUpperCase(this ...

  • Answered by AI

Skills evaluated in this interview

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)

Technology Analyst Interview Questions & Answers

user image Shilpa Chatterjee

posted on 27 Oct 2024

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

(1 Question)

  • Q1. Self introduction

Get interview-ready with Top Infosys Interview Questions

Technology Analyst Interview Questions & Answers

user image Chitrarekha Sutar

posted on 26 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is job schedular
  • Ans. 

    A job scheduler is a software application that is used to automate the scheduling of tasks or jobs in a computer system.

    • Job schedulers help in optimizing resource utilization by efficiently managing the execution of tasks.

    • They allow users to define dependencies between tasks and specify when and how often tasks should run.

    • Examples of job schedulers include Cron for Unix-based systems and Task Scheduler for Windows.

    • Job ...

  • Answered by AI
  • Q2. What is service, fragment,
  • Ans. 

    A service is a component that performs operations in the background without a user interface. A fragment is a modular section of an activity that has its own lifecycle and UI.

    • Service is used for long-running operations such as network calls or playing music in the background.

    • Fragments are reusable UI components that can be added or removed from an activity dynamically.

    • Services and fragments are both important component

  • Answered by AI

Skills evaluated in this interview

Technology Analyst Jobs at Infosys

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to configure ips
  • Q2. In active -active connection how to set up firewall

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Generics in C#, WebAPI, asked to write SQL queries
  • Q2. Managerial round, projects handled, about application deployment
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Observables and types
  • Q2. Sync and async
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Divisions of cobol
  • Ans. 

    COBOL has four divisions: Identification Division, Environment Division, Data Division, and Procedure Division.

    • Identification Division: Contains program name, author, and other identifying information.

    • Environment Division: Specifies the hardware and software environment in which the program will run.

    • Data Division: Defines the data structures used in the program.

    • Procedure Division: Contains the actual program logic and ...

  • Answered by AI

Skills evaluated in this interview

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