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 Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Infosys Interview Questions and Answers

View all 4.5k questions

Infosys Interview Experiences

Popular Designations

7.5k interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. Why did you use Jmeter?
  • Ans. 

    I used Jmeter for its user-friendly interface, extensive features, and ability to simulate real-world scenarios.

    • Jmeter has a user-friendly interface which makes it easy to create and execute performance tests.

    • It offers a wide range of features for load testing, stress testing, and performance monitoring.

    • Jmeter allows for the simulation of real-world scenarios, helping to identify performance bottlenecks and optimize sy...

  • Answered by AI
  • Q2. What is SLA in performance testing?
  • Ans. 

    SLA in performance testing refers to the agreed upon level of service that a system must meet in terms of response time, throughput, and other performance metrics.

    • SLA stands for Service Level Agreement

    • It defines the expected performance metrics that a system must meet

    • SLAs are typically agreed upon between stakeholders and are used to measure the performance of a system

    • Examples of SLAs include response time should be le...

  • Answered by AI
  • Q3. What is Correlation in Jmeter?
  • Ans. 

    Correlation in JMeter is the process of extracting dynamic values from server responses and passing them as inputs to subsequent requests.

    • Correlation is important in performance testing to simulate real user behavior.

    • It involves identifying and capturing dynamic values like session IDs, tokens, etc.

    • These values are then extracted using regular expressions or built-in JMeter functions.

    • The extracted values are stored in ...

  • Answered by AI
  • Q4. How many types of listeners did you use
  • Ans. 

    I used multiple types of listeners including JMeter listeners, PerfMon Metrics Collector, and InfluxDB Backend Listener.

    • JMeter listeners

    • PerfMon Metrics Collector

    • InfluxDB Backend Listener

  • Answered by AI
  • Q5. What is parameterization?
  • Ans. 

    Parameterization is the process of replacing hard-coded values in a test script with variables to make the script more dynamic and reusable.

    • Parameterization helps in simulating real-world scenarios by varying input data during test execution.

    • It allows for running the same test script with different sets of data without the need to modify the script each time.

    • Common examples of parameterization include using CSV files, ...

  • Answered by AI
  • Q6. What are threads and thread groups?
  • Ans. 

    Threads are lightweight processes within a process that can run concurrently. Thread groups are a collection of threads.

    • Threads are independent sequences of execution within a process.

    • Thread groups are used to organize and manage multiple threads together.

    • Threads within a group can share resources and communicate with each other.

    • Example: In performance testing, threads can simulate multiple users accessing a system con

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Performance Test Engineer interview:
  • jmater

Skills evaluated in this interview

Top Infosys Performance Test Engineer Interview Questions and Answers

Q1. What is difference between concurrent users and simultaneous users?
View answer (2)

Performance Test Engineer Interview Questions asked at other Companies

Q1. List some scenarios where you observe issues with the heap dump and provide recommendations to the dev team. Follow-up questions will be asked based on your answer to the previous questions.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Reverse string java program
  • Ans. 

    Reverse a string in Java using array of characters

    • Convert the string to a character array

    • Use two pointers to swap characters at opposite ends of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q2. Explain your framework
  • Ans. 

    Our framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient testing.

    • Combines data-driven and keyword-driven testing

    • Uses reusable functions and test data

    • Supports both manual and automated testing

    • Provides detailed reporting and logging

    • Allows for easy maintenance and scalability

  • Answered by AI
  • Q3. Collection framework
  • Q4. How to handle dropdown using selenium
  • Ans. 

    Dropdowns in Selenium can be handled using Select class in WebDriver

    • Use Select class from Selenium WebDriver to interact with dropdowns

    • Identify the dropdown element using its locator (id, name, class, etc.)

    • Create a Select object by passing the dropdown element as a parameter

    • Use selectByVisibleText(), selectByValue(), or selectByIndex() methods to choose an option

    • Example: WebElement dropdown = driver.findElement(By.id("...

  • Answered by AI
  • Q5. What is difference between Scenario and Scenario Outline
  • Ans. 

    Scenario is a single test case while Scenario Outline is a template for multiple test cases with different inputs

    • Scenario is a single test case with specific inputs and expected outcomes

    • Scenario Outline is a template for multiple test cases with placeholders for different inputs

    • In Scenario Outline, examples table is used to provide different sets of inputs for each test case

  • Answered by AI
  • Q6. Give example where you have used oops in your Automation Framework
  • Ans. 

    I have used OOPs concepts in my Automation Framework by creating classes for different page objects and using inheritance for reusable code.

    • Created a base class for common functionalities like opening browser, closing browser, etc.

    • Implemented inheritance by creating child classes for specific page objects like login page, home page, etc.

    • Used encapsulation to hide the internal details of the page objects and provide pub...

  • Answered by AI

Skills evaluated in this interview

IT Testing Engineer 1 Interview Questions asked at other Companies

Q1. Give example where you have used oops in your Automation Framework
View answer (1)

System Engineer Interview Questions & Answers

user image Ashutosh kumar

posted on 13 Feb 2025

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

(2 Questions)

  • Q1. What is your day to day life what do you do as accordingly to your roles and what are your responsibilities in previous company
  • Q2. What is your currentctc

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways to Reach the N-th Stair Problem Statement You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or two steps at a time. Your task is to d... read more
View answer (4)

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Write code for getting title of web page
  • Q3. Write code to print duplicate characters of string
  • Q4. Framework structure

Top Infosys Automation Test Engineer Interview Questions and Answers

Q1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,test scanario 3.Positive and negative scanarion on pen. 4.selenium framework. 5.how to write selenium test cases.
View answer (2)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Infosys interview questions for popular designations

 System Engineer

 (1.1k)

 Software Engineer

 (307)

 Technology Analyst

 (277)

 Associate Consultant

 (270)

 Senior Systems Engineer

 (267)

 Software Developer

 (258)

 Business Analyst

 (240)

 Senior Associate Consultant

 (176)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at KCG College of Technology, Chennai and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal aptitude,reasoning

Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about youself
  • Q2. Explain your project
  • Ans. 

    Developed a system to automate network monitoring and alerting

    • Implemented SNMP monitoring to track network devices

    • Configured alerts for network outages and performance issues

    • Integrated with ticketing system for automatic incident creation

  • Answered by AI
  • Q3. Write a program to reverse a string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
  • Q4. Your strengths and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - they expect confidence and to be very fluent in english

Top Infosys System Engineer Interview Questions and Answers

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (9)

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (12)

Get interview-ready with Top Infosys Interview Questions

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

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(12 Questions)

  • Q1. What is your overall career experience yet?
  • Ans. 

    I have over 10 years of experience in Java development, working on various projects and technologies.

    • 10+ years of experience in Java development

    • Worked on various projects and technologies

    • Strong understanding of software development lifecycle

    • Experience with frameworks like Spring and Hibernate

    • Knowledge of design patterns and best practices

  • Answered by AI
  • Q2. If I have OS and JDK only How will you setup a Spring-Boot project in my laptop?
  • Ans. 

    To set up a Spring-Boot project with only OS and JDK, you need to install Maven and then create a new project using Spring Initializr.

    • Install Apache Maven to manage dependencies and build the project

    • Use Spring Initializr to generate a new Spring Boot project with required dependencies

    • Import the project into your IDE and start coding

  • Answered by AI
  • Q3. What are the Spring boot annotations you use commonly?
  • Ans. 

    Commonly used Spring Boot annotations include @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository.

    • @RestController - Used to define RESTful web services.

    • @Autowired - Used for automatic dependency injection.

    • @RequestMapping - Used to map web requests to specific handler methods.

    • @Service - Used to indicate that a class is a service component.

    • @Component - Used to indicate that a class is a Spring...

  • Answered by AI
  • Q4. What is the latest REST API you have developed?
  • Ans. 

    I recently developed a REST API for a banking application to handle customer transactions.

    • Implemented CRUD operations for customer accounts and transactions

    • Used Spring Boot framework for building the API

    • Secured API endpoints using OAuth 2.0 authentication

    • Utilized Swagger for API documentation

  • Answered by AI
  • Q5. How do you achieve Pagination in APIs?
  • Ans. 

    Pagination in APIs is achieved by using query parameters like page number and page size.

    • Use query parameters like 'page' and 'size' to specify the page number and number of items per page.

    • Implement logic in the backend to fetch and return only the specified page of data.

    • Calculate the total number of pages based on the total number of items and page size.

    • Include links to navigate to the next and previous pages in the AP

  • Answered by AI
  • Q6. A query in backend yields to 500 results but in UI you have to sort it to 10 results per page, how will you help UI achieve this?
  • Ans. 

    Implement pagination in UI by limiting results to 10 per page.

    • Implement pagination logic in UI to display 10 results per page.

    • Use backend query parameters like 'offset' and 'limit' to fetch specific results.

    • Utilize front-end frameworks like React or Angular for efficient pagination implementation.

  • Answered by AI
  • Q7. What are actuators in Spring boot?
  • Ans. 

    Actuators in Spring Boot are built-in tools that help monitor and manage the application.

    • Actuators provide endpoints to monitor application health, metrics, info, etc.

    • They can be used to interact with the application at runtime.

    • Examples include /actuator/health, /actuator/metrics, /actuator/info, etc.

  • Answered by AI
  • Q8. What is role of pom.xml in a maven project?
  • Ans. 

    pom.xml is a configuration file in a Maven project that defines project dependencies, build settings, and plugins.

    • Defines project dependencies and their versions

    • Specifies build settings such as source directory, target directory, and compiler version

    • Configures plugins for various tasks like compiling code, running tests, packaging the project

    • Helps in managing project lifecycle phases like clean, compile, test, package,

  • Answered by AI
  • Q9. Explain the practical difference between GET & POST method calls?
  • Ans. 

    GET is used to request data from a specified resource, while POST is used to submit data to a specified resource.

    • GET requests are idempotent, meaning they can be repeated without changing the result, while POST requests are not.

    • GET requests can be cached, bookmarked, and shared, while POST requests cannot.

    • GET requests have a limit on the amount of data that can be sent, while POST requests do not have such limitations.

    • ...

  • Answered by AI
  • Q10. Using single API endpoint can you perform all 3 operations, 1- Get the data, 2- Supply the data, 3- delete the data?
  • Ans. 

    Yes, by implementing a RESTful API with different HTTP methods for each operation.

    • Implement a RESTful API with different endpoints for each operation: GET for retrieving data, POST for supplying data, and DELETE for deleting data.

    • For example, GET /data to retrieve data, POST /data to supply data, and DELETE /data/{id} to delete data by ID.

    • Use proper HTTP methods and status codes to handle each operation effectively.

  • Answered by AI
  • Q11. Do you have cloud exposure?
  • Ans. 

    Yes, I have experience working with cloud technologies such as AWS, Azure, and Google Cloud Platform.

    • Experience with AWS, Azure, and Google Cloud Platform

    • Deploying applications on cloud infrastructure

    • Working with cloud services like EC2, S3, and RDS

  • Answered by AI
  • Q12. What other technologies have you worked upon, in what capacity?
  • Ans. 

    I have worked with technologies such as Spring Boot, Hibernate, Angular, and Docker in various projects.

    • Spring Boot

    • Hibernate

    • Angular

    • Docker

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give mock interviews

Skills evaluated in this interview

Top Infosys Senior Java Developer Interview Questions and Answers

Q1. A query in backend yields to 500 results but in UI you have to sort it to 10 results per page, how will you help UI achieve this?
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
Add answer

Jobs at Infosys

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

I applied via AmbitionBox and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Assignment 

Graphic design and web design assistant

Round 2 - Technical 

(3 Questions)

  • Q1. Graphic design questions
  • Q2. Assistant design questions
  • Q3. Good design knowledge questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic self intro questions
  • Q2. Salary package for future

Interview Preparation Tips

Interview preparation tips for other job seekers - Non of these

Web Designer and Graphics Designer Interview Questions asked at other Companies

Q1. What are the benefits of CSS file for Web Designers?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Difference between list and set
  • Ans. 

    List is an ordered collection that allows duplicate elements, while Set is an unordered collection that does not allow duplicates.

    • List maintains the insertion order of elements, while Set does not guarantee any specific order.

    • List allows duplicate elements, while Set does not allow duplicates.

    • Examples of List implementations in Java are ArrayList and LinkedList, while examples of Set implementations are HashSet and Tre

  • Answered by AI
  • Q2. Explain about @qualifiers
  • Ans. 

    Annotations used in Spring to disambiguate beans when multiple beans of the same type are present

    • Used in Spring framework to specify which bean to inject when multiple beans of the same type are present

    • Can be used with @Autowired or @Resource annotations

    • Example: @Qualifier("beanName")

  • Answered by AI
  • Q3. Can we use try and finally without catch?
  • Ans. 

    Yes, try and finally can be used without catch to handle exceptions.

    • try block is used to enclose the code that may throw an exception

    • finally block is used to execute code regardless of whether an exception is thrown or not

    • If catch block is not present, exceptions will not be caught and handled

  • Answered by AI
  • Q4. Annotations in @springbootApplication
  • Ans. 

    Annotations in @SpringBootApplication are used to configure the Spring Boot application.

    • Annotations like @SpringBootApplication are used to enable auto-configuration and component scanning in a Spring Boot application.

    • Other commonly used annotations include @RestController, @Service, @Repository, and @Component for defining different types of Spring beans.

    • Annotations like @Autowired are used for dependency injection in...

  • Answered by AI
  • Q5. @getmapping vs @postmapping
  • Ans. 

    The @GetMapping annotation is used to map HTTP GET requests to specific handler methods, while @PostMapping is used for POST requests.

    • GetMapping is used for retrieving data from the server, while PostMapping is used for sending data to the server.

    • GetMapping is idempotent, meaning it should not have any side effects, while PostMapping can have side effects.

    • GetMapping should not be used for operations that modify data, w...

  • Answered by AI
  • Q6. Features of Java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, functional interfaces, and default methods.

    • Lambda expressions allow for more concise code and easier parallel programming.

    • Streams provide a way to work with sequences of elements and perform operations such as filtering, mapping, and reducing.

    • Functional interfaces enable the use of lambda expressions and method references.

    • Default methods allo...

  • Answered by AI
  • Q7. Code in stream api - to find all the numbers less than 10 in a given array list
  • Ans. 

    Using stream api to find numbers less than 10 in an array list

    • Use stream() method on the array list to create a stream of elements

    • Use filter() method with a lambda expression to filter out numbers less than 10

    • Collect the filtered elements using collect() method to get the result

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Talked about expected salary
  • Q2. Preferred location asked

Interview Preparation Tips

Topics to prepare for Infosys Java Developer interview:
  • Java 8
  • Exception handling
  • Spring Boot
  • Collections
Interview preparation tips for other job seekers - Code in stream api is given very importance in Infosys .

Skills evaluated in this interview

Top Infosys Java Developer Interview Questions and Answers

Q1. OOPS QuestionWhich among String or String Buffer should be preferred when there are lot of updates required to be done in the data?
View answer (2)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

1. What process of data analysis?
2. What are the variable types of data analysis?

Round 2 - Aptitude Test 

1.What have you studied?
2.what you know about coding?
3.Do you know How to program?
4.what is data analysis?

Round 3 - Group Discussion 

Coding basic knowledges, programming,skills & etc.

Round 4 - One-on-one 

(7 Questions)

  • Q1. What's your Name?
  • Ans. 

    My name is John Smith.

    • My first name is John

    • My last name is Smith

  • Answered by AI
  • Q2. Why did you choose the job?
  • Ans. 

    I chose the job because of my passion for analyzing financial data and my desire to contribute to the success of the company.

    • Passion for analyzing financial data

    • Desire to contribute to company's success

    • Opportunity for growth and development

  • Answered by AI
  • Q3. What's your achievements?
  • Ans. 

    I have successfully implemented data-driven strategies that resulted in cost savings and revenue growth for my previous company.

    • Developed predictive models to optimize financial processes

    • Identified and resolved discrepancies in financial data

    • Implemented data visualization tools to improve decision-making

    • Collaborated with cross-functional teams to drive business outcomes

  • Answered by AI
  • Q4. What kind of job?
  • Q5. Are you know programming?
  • Ans. 

    Yes, I am proficient in programming languages such as Python, SQL, and R for data analysis and manipulation.

    • Proficient in programming languages like Python, SQL, and R

    • Experience in data analysis and manipulation

    • Ability to write scripts and automate tasks

  • Answered by AI
  • Q6. Do you want to work in this company?
  • Ans. 

    Yes, I am interested in working for this company because of its reputation in the industry and the opportunities for growth and development.

    • I am impressed by the company's track record of success and innovation.

    • I believe that working for this company will provide me with valuable experience and opportunities for career advancement.

    • I am excited about the prospect of contributing to the company's continued growth and suc

  • Answered by AI
  • Q7. From what point of veiw do you see this company?
  • Ans. 

    I see this company as a data-driven organization focused on leveraging financial information to make strategic decisions.

    • I see the company as having a strong emphasis on data analysis and interpretation.

    • I believe the company values accuracy, efficiency, and innovation in handling financial data.

    • I perceive the company as being proactive in utilizing data to drive business growth and profitability.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Financial Data Analyst interview:
  • Statistics
  • Data Analysis
  • SQL
  • Excel
  • Power Bi
  • Python
Interview preparation tips for other job seekers - Recruit candidates you must seeking for this job, this job needs you, growth your basic skills and coding, excel, python or R, power bi & Sql. Find out your knowledges then you'll got job. All the very best.

Financial Data Analyst Interview Questions asked at other Companies

Q1. If you are looking for SQL then is it possible that you will switch your career in SQL ?
View answer (1)

HR Manager Interview Questions & Answers

user image Anonymous

posted on 2 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and quantitative appititude

Round 2 - Group Discussion 

Related today environment like AI.

Round 3 - HR 

(8 Questions)

  • Q1. Tell me about your self?
  • Q2. Why are you become as an HR?
  • Q3. Why should are hire you?
  • Q4. Situational based questions.
  • Q5. What is your strength and weakness?
  • Q6. Why do you choose MBA?
  • Q7. Describe your one failed scenario?
  • Q8. Behavioral based questions.

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (2)

Infosys Interview FAQs

How many rounds are there in Infosys interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, HR and Aptitude Test.
How to prepare for Infosys 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, Java, Agile, Project Management and Performance Engineering.
What are the top questions asked in Infosys interview?

Some of the top questions asked at the Infosys interview -

  1. What is your strong point in terms of technical knowledge? Like JAVA, C, C++. ...read more
  2. 1. what is the difference between exception and error. How did u solve the erro...read more
  3. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP...read more
How long is the Infosys interview process?

The duration of Infosys interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys Interview Process

based on 4.8k interviews

Interview experience

4.1
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Infosys Reviews and Ratings

based on 39.3k reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 39.3k Reviews and Ratings
Microservice Architect - Gurugram

Hyderabad / Secunderabad,

Chennai

+1

7-12 Yrs

Not Disclosed

.NET Developer - (INDIA)******

Hyderabad / Secunderabad,

Chennai

+1

10-16 Yrs

Not Disclosed

Senior Technologist - AngularJS / Express JS / React JS / Node JS -IND

Hyderabad / Secunderabad,

Chennai

+1

10-16 Yrs

₹ 26-35.55 LPA

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