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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self Hi My name is Vikram Adithya I am an hard working and passionate engineering student currently perceiveing in gokaraju rangaraju institute of engineering and technology .I stay with...
  • Q2. Intervier asked about what kind of problems did you solved in leetcode? I said palindrome factorial matrix multiplication etc . Intervier said every one can solve this
  • Q3. He asked me about my project role i said I have done documentation in my project he said every one can do that
  • Q4. He asked me to write project code
  • Q5. He asked me any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer carefully in infosys
If you crack it it is easy to get hired in infosys.

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)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is the difference between a development dependency and a regular dependency in software development?
  • Ans. 

    Development dependencies are needed for development and testing, while regular dependencies are needed for the application to run.

    • Development dependencies are used during the development process, such as testing frameworks or build tools.

    • Regular dependencies are required for the application to function properly in production.

    • Development dependencies are typically listed in the devDependencies section of package.json, w...

  • Answered by AI
  • Q2. What do the symbols ^ and ~ represent in the package.json file?
  • Ans. 

    Symbols ^ and ~ in package.json represent version ranges for dependencies.

    • The symbol ^ represents a range that allows minor version updates.

    • The symbol ~ represents a range that allows only patch updates.

    • For example, ^1.2.3 allows any version from 1.2.3 to <2.0.0, while ~1.2.3 allows any version from 1.2.3 to <1.3.0.

  • Answered by AI
  • Q3. How can a 404 page be handled in React routing?
  • Ans. 

    404 page can be handled in React routing by creating a Route component with a path of '*' at the end of all other routes.

    • Create a Route component with a path of '*' at the end of all other routes in the Switch component.

    • Inside the '*' Route component, render a custom 404 page component.

    • Use the Switch component to ensure that only one Route is rendered at a time.

  • Answered by AI
  • Q4. Some Javascript coding questions.
  • Q5. What is the component lifecycle in functional components?
  • Ans. 

    Component lifecycle in functional components involves useEffect hook for side effects.

    • Functional components use useEffect hook to handle side effects like fetching data, subscribing to events, etc.

    • useEffect hook can be used to mimic componentDidMount, componentDidUpdate, and componentWillUnmount lifecycle methods.

    • useEffect hook takes a callback function as its first argument and an optional array of dependencies as its...

  • Answered by AI
  • Q6. Explain redux data flow
  • Ans. 

    Redux data flow is a unidirectional flow of data in React applications using a centralized store.

    • Actions are dispatched to the store

    • Reducers update the state based on the action

    • Components subscribe to the store to access the updated state

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Reactjs Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Get your basic cleared and be prepared

Top Infosys Reactjs Developer Interview Questions and Answers

Q1. What are higher-order functions in JS
View answer (3)

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)
Infosys Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. Create one Spring boot controller from end to end. No need to create a spring boot project we just want to see the structure and end to end implementation.
  • Q2. Write a java 8 program to get the characters from a string whose count is 2 or more than 2 e.g. input: baseball , output: b, a, l.
  • Q3. Why you left your previous organization.
  • Q4. What is the functional interface
  • Q5. What are the OOPS concepts. and some questions related to inheritance.
  • Q6. Asked about the project mentioned in CV (Client project) and asked its architecture.
  • Q7. Various SQL join types
Round 2 - HR 

(3 Questions)

  • Q1. Are you ready to relocate to job location
  • Q2. Why are you leaving your previous organization.
  • Q3. Expectation about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your basics strong, and keep hands on problems.

Top Infosys Java Developer Interview Questions and Answers

Q1. Which should be preferred between String and StringBuffer when there are many updates required to the data?
View answer (1)

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 (3)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Assignment 

They gave a case study where the candidate had to showcase the audience segmentation, create a brochure design with content and showcase the writing skills based on a product that they gave.

Round 2 - Technical 

(2 Questions)

  • Q1. How would you plan a brochure layout?
  • Q2. How would you coordinate with stakeholders for information collection?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a poor experience, as I qualified the round but they closed the position and never informed. The HR invited me for the final round at the Hyderabad branch via call and assured me the interview will happen. However, they never shared a formal invite. I kept following for a month and then they said the position is on hold via call.

After that, they put a rejection on my profile due to which I cannot apply on Infosys for the next 6 months because of their policy.

The position was one of the roles for attracting investors. Time pass for them. Completely unorganized.

Marketing Executive Interview Questions asked at other Companies

Q1. What is Service Scape ? After going through website, what do you think, how can we make better Servicescape for B2B marketplaces throgh Brandsmith Worldwide?
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sap bw consultant
  • Ans. 

    Based on requirement identified data source replicated into BW and if required made some enhancements. Knowledge on customized Data Sources using ABAP CDS Views and Data

  • Answered Anonymously
  • Q2. Sap bw4hana
  • Ans. 

    Knowledge on customized Data Sources using ABAP CDS Views and Data sources enhancements in different areas like SAP SD and FICO

  • Answered Anonymously
Round 2 - Technical 

(2 Questions)

  • Q1. Sap abap consultant
  • Ans. 

    Knowledge on SAP ABAP CDS Views, Extended CDS View, Applied annotations based on requirement, arithmetic functions, case statements and where conditions

  • Answered Anonymously
  • Q2. Sap abap cds
Round 3 - Technical 

(2 Questions)

  • Q1. Abap enhancement is in just basic
  • Q2. S4h
Round 4 - Case Study 

About ourself and what about me

Interview Preparation Tips

Interview preparation tips for other job seekers - Please let me see in my technical knowledge

SAP Consultant Interview Questions asked at other Companies

Q1. what all changes are there from AS to IND-AS in IND-AS 116
View answer (1)

Get interview-ready with Top Infosys Interview Questions

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

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

Round 1 - Technical 

(8 Questions)

  • Q1. Nth higest salary query in sql
  • Q2. Constraints
  • Q3. Delete drop truncate
  • Q4. Identity column
  • Q5. Ref and out
  • Q6. Polymorphism code
  • Q7. Inheritance, interface, abstract class,access modifiers, solid principles,design patterns
  • Q8. Remove duplicates from an array
  • Ans. 

    Remove duplicates from an array of strings

    • Create a Set to store unique elements

    • Iterate through the array and add each element to the Set

    • Convert the Set back to an array to get the unique elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the job description and prepare well

Top Infosys Senior Consultant Interview Questions and Answers

Q1. What do understand by umask value and what are the by default values of umask if I create a file or a directory as a user and root?
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Jobs at Infosys

View all
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java questions
  • Q2. 3 Coding problems to solve
Round 2 - Behavioral 

(2 Questions)

  • Q1. Worst thing was he started asking Devops questions to a Java Developer.
  • Q2. Why is your current company not utilizing a technology that I am familiar with, despite my ability to answer all related questions accurately?
  • Ans. 

    Current company may have different priorities, budget constraints, existing systems, or may not see the immediate need for the technology.

    • Different priorities: Company may be focusing on other projects or technologies that are deemed more important at the moment.

    • Budget constraints: Implementing new technology can be costly and the company may not have the budget for it.

    • Existing systems: Company may already have systems...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well not all peoples are same but yes really worried that such peoples are there who asks you anything and will suggests that convince current employer to use a silly technology which is not used in 80% of companies.

Top Infosys Java Developer Interview Questions and Answers

Q1. Which should be preferred between String and StringBuffer when there are many updates required to the data?
View answer (3)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Supervisor Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

An aptitude test is an assessment used to measure a person's abilities, skills, or potential in various areas. These tests are commonly used for academic evaluations, job placements, and competitive exams.

Types of Aptitude Tests

1. Numerical Reasoning – Assesses mathematical skills, data interpretation, and problem-solving ability.


2. Verbal Reasoning – Measures comprehension, grammar, and logical deduction from written material.


3. Logical Reasoning – Evaluates pattern recognition, sequences, and problem-solving skills.


4. Abstract Reasoning – Tests ability to analyze patterns, shapes, and logical sequences.


5. Spatial Reasoning – Measures ability to visualize objects and manipulate shapes in space.


6. Mechanical Reasoning – Evaluates understanding of physics, mechanics, and technical concepts.


7. Situational Judgment Test (SJT) – Assesses decision-making and problem-solving in workplace scenarios.


8. Data Interpretation – Involves analyzing charts, graphs, and tables for insights.


9. Personality Tests – Measures behavioral traits, work style, and psychological attributes.



Purpose of Aptitude Tests

Hiring & Recruitment – Used by employers to assess job fit.

Academic Assessments – Common in college entrance exams (SAT, GRE, GMAT).

Career Guidance – Helps individuals identify suitable career paths.

Promotions & Training – Used within companies for internal promotions.


How to Prepare for an Aptitude Test?

Practice past question papers.

Improve time management skills.

Strengthen basic math, logic, and verbal reasoning.

Use online mock tests and study guides.


Do you need details on a specific aptitude test?

Round 2 - Coding Test 

An aptitude test is an assessment used to measure a person's abilities, skills, or potential in various areas. These tests are commonly used for academic evaluations, job placements, and competitive exams.

Types of Aptitude Tests

1. Numerical Reasoning – Assesses mathematical skills, data interpretation, and problem-solving ability.


2. Verbal Reasoning – Measures comprehension, grammar, and logical deduction from written material.


3. Logical Reasoning – Evaluates pattern recognition, sequences, and problem-solving skills.


4. Abstract Reasoning – Tests ability to analyze patterns, shapes, and logical sequences.


5. Spatial Reasoning – Measures ability to visualize objects and manipulate shapes in space.


6. Mechanical Reasoning – Evaluates understanding of physics, mechanics, and technical concepts.


7. Situational Judgment Test (SJT) – Assesses decision-making and problem-solving in workplace scenarios.


8. Data Interpretation – Involves analyzing charts, graphs, and tables for insights.


9. Personality Tests – Measures behavioral traits, work style, and psychological attributes.



Purpose of Aptitude Tests

Hiring & Recruitment – Used by employers to assess job fit.

Academic Assessments – Common in college entrance exams (SAT, GRE, GMAT).

Career Guidance – Helps individuals identify suitable career paths.

Promotions & Training – Used within companies for internal promotions.


How to Prepare for an Aptitude Test?

Practice past question papers.

Improve time management skills.

Strengthen basic math, logic, and verbal reasoning.

Use online mock tests and study guides.


Do you need details on a specific aptitude test?

Supervisor Interview Questions asked at other Companies

Q1. Self introduction? &amp; what is mean by eCommerce ? How it can do
View answer (10)

Software Developer Interview Questions & Answers

user image Anitha Narojula

posted on 30 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Could you clarify what specific coding test you're referring to? There are many different types of coding tests, such as:

- **Technical interviews** from companies like Google, Amazon, or Microsoft
- **Online platforms** like LeetCode, HackerRank, or CodeSignal
- **University coding challenges** or competitive programming contests

Let me know what you're looking for, and I can provide details accordingly!

Round 2 - Group Discussion 

Could you clarify what you mean by "GD"? In many contexts, GD stands for **Group Discussion**, often used in recruitment or academic settings. If that's what you're referring to, here are some common details about Group Discussions (GD):

### Purpose:
- **Evaluate communication skills**: The GD is typically used to assess how well you express your thoughts and articulate them in a group.
- **Teamwork and leadership**: It's a good way to see how you collaborate with others, share ideas, and potentially lead the conversation.
- **Problem-solving ability**: In many cases, a GD will focus on current affairs or hypothetical situations to evaluate how well you analyze and come up with solutions.

### Format:
- **Topic Assignment**: Participants are given a topic (usually related to current affairs, technology, business, etc.).
- **Duration**: The GD might last from 15 to 30 minutes, depending on the group size.
- **Group Size**: Typically involves 6 to 10 participants.

### Common Evaluation Criteria:
1. **Communication Skills**: Clarity, confidence, and articulation.
2. **Team Interaction**: Listening skills, respecting others’ views, and contributing effectively.
3. **Knowledge**: Awareness of the topic and the ability to make relevant points.
4. **Leadership & Initiative**: Taking charge when needed or encouraging others to participate.
5. **Problem-Solving Ability**: Offering logical, well-thought-out solutions or perspectives.

### Tips for a Successful GD:
1. **Prepare for common topics**: Stay updated on current affairs and popular business trends.
2. **Participate actively**: Speak up, but don’t dominate the discussion. Allow others to express their views as well.
3. **Stay calm and composed**: Don’t interrupt others, and be respectful.
4. **Structure your thoughts**: Try to present your points logically, with examples when possible.
5. **Be a good listener**: Acknowledge other participants' ideas and build upon them.

Is this what you were referring to, or is there a different context for "GD"? Let me know if you need further clarification!

Top Infosys Software Developer Interview Questions and Answers

Q1. 1. what is the difference between exception and error. How did u solve the errors in the code deployment?
View answer (16)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website

Round 1 - Technical 

(9 Questions)

  • Q1. Question on LIST_AGGR
  • Q2. Question on dynamic SQL ,what is a bind variable
  • Q3. Question on constraints ,do we can delete a child table column having connection with foreign key with parent table
  • Q4. Triggers : do we can use commit or roll back with in trigger ?
  • Ans. 

    No, we cannot use commit or roll back within a trigger.

    • Triggers are automatically committed or rolled back as part of the transaction that fired them.

    • Using commit or rollback within a trigger can lead to unpredictable behavior and is not recommended.

  • Answered by AI
  • Q5. Materialized views and how to refresh
  • Ans. 

    Materialized views store the results of a query and can be refreshed to update the data.

    • Materialized views store the results of a query in a table-like structure

    • They can be refreshed manually or automatically based on a schedule

    • Refresh options include full, fast, and force refresh

    • Example: CREATE MATERIALIZED VIEW mv_name AS SELECT * FROM table_name;

  • Answered by AI
  • Q6. Print 1 to 10 using sql
  • Ans. 

    Use CONNECT BY LEVEL to print numbers from 1 to 10 in Oracle SQL

    • Use CONNECT BY LEVEL to generate rows from 1 to 10

    • Select the generated numbers in the query

  • Answered by AI
  • Q7. What is Context switching ? And about collection types ...
  • Ans. 

    Context switching is the process of storing and restoring the state of a CPU so that multiple processes can share the same CPU.

    • Context switching allows the CPU to switch from one process to another, enabling multitasking.

    • In Oracle PLSQL, collection types are used to store multiple values in a single variable.

    • Examples of collection types in PLSQL include arrays, nested tables, and associative arrays.

  • Answered by AI
  • Q8. Tell me about Analytical functions you worked on ?
  • Ans. 

    Analytical functions are used to perform calculations across a set of rows related to the current row.

    • Analytical functions are used to calculate aggregate values based on a group of rows.

    • They can be used to calculate running totals, moving averages, rank, percentiles, etc.

    • Examples include functions like ROW_NUMBER(), RANK(), DENSE_RANK(), LAG(), LEAD(), SUM() OVER(), AVG() OVER().

  • Answered by AI
  • Q9. What are Set operators ,which one keep duplicates among them
  • Ans. 

    Set operators are used to combine the result sets of two or more SELECT statements. UNION ALL keeps duplicates.

    • Set operators include UNION, UNION ALL, INTERSECT, and MINUS

    • UNION ALL retains duplicate rows from the result sets

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Oracle SQL and PLSQL Developer interview:
  • Siva academy
  • Techtfq
  • Kudvenkat

Skills evaluated in this interview

Top Infosys Oracle SQL and PLSQL Developer Interview Questions and Answers

Q1. Tell me about Analytical functions you worked on ?
View answer (1)

Oracle SQL and PLSQL Developer Interview Questions asked at other Companies

Q1. Tell me about Analytical functions you worked on ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

JOBS

Browse jobs

Discover jobs you love

SALARIES

Deloitte

SALARIES

Genpact

SALARIES

Genpact

SALARIES

Infosys

JOBS

PwC

No Jobs

JOBS

IBM

No Jobs

SALARIES

Capgemini

JOBS

Cognizant

No Jobs

Tell us how to improve this page.

Infosys Interview Process

based on 4.8k interviews

Interview experience

4.1
  
Good
View more

HCLTech

Find your spark at a global tech company that values your every skill

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

Java Developer - Hyderabad, Pune, Chennai

Hyderabad / Secunderabad,

Pune

+1

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