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
3.7

based on 37.2k Reviews

Filter interviews by

Infosys Technical Analyst Interview Questions, Process, and Tips

Updated 2 Jan 2025

Top Infosys Technical Analyst Interview Questions and Answers

  • Q1. What is Angular ? Write a small piece of code in Angular .
  • Q2. given an array where all the elements appears twice except one. Write a code to find that one element
  • Q3. Exception handling? How you are handling in your project?
View all 19 questions

Infosys Technical Analyst Interview Experiences

24 interviews found

Interview Questionnaire 

4 Questions

  • Q1. What is Angular ? Write a small piece of code in Angular .
  • Ans. 

    Angular is a JavaScript framework for building web applications.

    • Developed and maintained by Google

    • Uses TypeScript for building applications

    • Provides a modular approach to building applications

    • Uses directives, components, and services for building UI

    • Example code:

  • Answered by AI
  • Q2. What are OOPS Concepts ?
  • Ans. 

    OOPS Concepts are the fundamental principles of Object-Oriented Programming.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - ability of a class to inherit properties and methods from a parent class

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding of complex implementation details from the user

    • Example: A car object can have properties like color, model, and me...

  • Answered by AI
  • Q3. What is abstraction and encapsulation ?
  • Ans. 

    Abstraction is hiding unnecessary details while encapsulation is hiding implementation details.

    • Abstraction focuses on what an object does rather than how it does it.

    • Encapsulation is the practice of keeping implementation details hidden from the user.

    • Abstraction and encapsulation work together to create more modular and maintainable code.

    • Example of abstraction: A car's dashboard shows only necessary information like spe...

  • Answered by AI
  • Q4. Write Bubble sort in Java.
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Compare adjacent elements and swap them if they are in the wrong order

    • Repeat this process until the list is sorted

    • Time complexity is O(n^2)

    • Example:

    • int[] arr = {5, 2, 8, 12, 1};

    • for (int i = 0; i < arr.length - 1; i++) {

    • for (int j = 0; j < arr.length - i - 1; j++) ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and crisp while giving interview.

Skills evaluated in this interview

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

(5 Questions)

  • Q1. About Oops concepts in detail
  • Q2. About java 8 features
  • Q3. About spring boot annotations
  • Q4. About Spring security concepts
  • Q5. About design patterns

Technical Analyst Interview Questions Asked at Other Companies

asked in Coforge
Q1. Write a program to get a employee list whose salary is greater th ... read more
Q2. Optimize the code for job scheduling written in the first round
asked in Coforge
Q3. Explain Security authentication implementation and what are the d ... read more
asked in Coforge
Q4. How did you implemented the microservices in your project, What a ... read more
asked in Coforge
Q5. How did you configure Api gateway to manage your microservices?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of react and JavaScript
  • Q2. What is closure currying hof promises Redux
  • Ans. 

    Closure, currying, higher-order functions, promises, and Redux are all concepts in JavaScript programming.

    • Closure refers to the ability of a function to access variables from its outer scope even after the outer function has finished executing.

    • Currying is the process of converting a function that takes multiple arguments into a sequence of functions that each take a single argument.

    • Higher-order functions are functions ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Technical Analyst Interview Questions & Answers

user image Siranj Deeps

posted on 25 Jun 2024

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

(2 Questions)

  • Q1. Oops concepts and project details
  • Q2. Sql basics with performance tuning
Round 2 - One-on-one 

(1 Question)

  • Q1. Real time Oops concepts implementation in your project
  • Ans. 

    In my project, I implemented real-time Oops concepts by using inheritance, encapsulation, and polymorphism to create modular and reusable code.

    • Used inheritance to create a base class with common properties and methods, then derived classes with specific functionalities.

    • Implemented encapsulation by restricting access to certain data and methods within classes, ensuring data integrity and security.

    • Leveraged polymorphism ...

  • Answered by AI

Infosys interview questions for designations

 Technical Operations Analyst

 (1)

 Technical Lead

 (124)

 Technical Architect

 (5)

 Technical Specialist

 (4)

 Technical Consultant

 (2)

 Technical Test Leader

 (21)

 Associate Technical Consultant

 (3)

 Java Technical Lead

 (2)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Straigt interview with basic questions on java, spring boot etc. Query optimization was also asked
  • Q2. What is default keyword
  • Ans. 

    The default keyword is used in programming languages to specify a default value or behavior.

    • In switch statements, default is used as a catch-all case when no other case matches

    • In function parameters, default values can be specified using the default keyword

    • In object destructuring, default values can be assigned using the default keyword

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. HR round with salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy job interview if you prepare a bit

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Based On Projects
Round 2 - Technical 

(1 Question)

  • Q1. Based On Projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Compare strings,Hash map, count duplicate characters , find third highest sal from emp table in sql
  • Ans. 

    Comparing strings, counting duplicate characters using hash map, and finding the third highest salary from emp table in SQL.

    • Use a hash map to count duplicate characters in a string.

    • Compare strings by using built-in string comparison functions or algorithms.

    • To find the third highest salary in SQL, you can use a subquery or window function like ROW_NUMBER().

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Why do you want to join us, tell me about yourself
Round 3 - HR 

(1 Question)

  • Q1. Current and expected salary, any offer in hand?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is string pool?
  • Ans. 

    String pool is a mechanism in programming languages where strings are stored in a shared memory area to save memory and improve performance.

    • String pool helps in reducing memory usage by storing only one copy of each unique string.

    • Strings in the pool can be easily shared among different parts of the program.

    • In Java, string literals are automatically stored in the string pool.

    • Example: String str1 = "Hello"; String str2 =...

  • Answered by AI
  • Q2. Explain to me the flow of the Springboot Application.
  • Ans. 

    The flow of a Springboot Application involves the initialization of the application context, handling HTTP requests, processing business logic, and returning responses.

    • Initialization of the application context using annotations like @SpringBootApplication

    • Handling HTTP requests through controllers annotated with @RestController

    • Processing business logic in service classes annotated with @Service

    • Interacting with databases...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Hive vs external table?
  • Ans. 

    Hive tables store data in HDFS while external tables reference data stored outside HDFS.

    • Hive tables store data in HDFS, while external tables reference data stored outside HDFS.

    • External tables are useful when data needs to be shared across different Hive instances or when data is already stored in a different location.

    • Hive tables are managed by Hive and are deleted when the table is dropped, while external tables are n...

  • Answered by AI
  • Q2. Dwh vs datalake?
  • Ans. 

    Data warehouse (DWH) is structured and optimized for querying and analysis, while data lake is a vast repository for storing raw data in its native format.

    • DWH is used for structured data and is optimized for querying and analysis.

    • Data lake stores raw data in its native format, allowing for more flexibility and scalability.

    • DWH is typically used for business intelligence and reporting purposes.

    • Data lake is suitable for s...

  • Answered by AI

Skills evaluated in this interview

Technical Analyst Interview Questions & Answers

user image Pransu Panwar

posted on 1 Jul 2024

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

(1 Question)

  • Q1. Deep dived on the work mentioned in your resume about ETRM domain.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Given an array where all the elements appears twice except one. Write a code to find that one element
  • Ans. 

    Find the element that appears only once in an array of strings

    • Use XOR operation to find the element that appears only once

    • Iterate through the array and XOR each element to find the unique element

    • Example: ['apple', 'banana', 'apple', 'orange', 'banana'] should return 'orange'

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Technical Analyst interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and One-on-one Round.
How to prepare for Infosys Technical 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 F5.
What are the top questions asked in Infosys Technical Analyst interview?

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

  1. What is Angular ? Write a small piece of code in Angula...read more
  2. given an array where all the elements appears twice except one. Write a code to...read more
  3. Exception handling? How you are handling in your proje...read more

Tell us how to improve this page.

Infosys Technical Analyst Interview Process

based on 10 interviews in last 1 year

2 Interview rounds

  • Technical Round
  • HR Round
View more

People are getting interviews through

based on 12 Infosys interviews
Job Portal
Referral
Company Website
Recruitment Consultant
50%
25%
17%
8%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Technical Analyst Salary
based on 2.8k salaries
₹2.8 L/yr - ₹11 L/yr
30% less than the average Technical Analyst Salary in India
View more details

Infosys Technical Analyst Reviews and Ratings

based on 265 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

2.6

Salary & Benefits

4.4

Job Security

3.9

Company culture

2.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 265 Reviews and Ratings
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.7k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39k 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.2k salaries
unlock blur

₹4.3 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.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview