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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys System Engineer Interview Questions and Answers

Updated 3 Aug 2025

646 Interview questions

A System Engineer was asked 1w ago
Q. How do you measure the effectiveness of your client advocacy efforts?
Ans. 

Effectiveness of client advocacy efforts can be measured through various metrics and feedback mechanisms.

  • Track engagement metrics: Monitor social media shares, likes, and comments to gauge public interest.

  • Conduct surveys: Use pre- and post-advocacy surveys to assess changes in client awareness and attitudes.

  • Analyze case studies: Review specific instances where advocacy led to tangible outcomes, such as policy chan...

🔥 Asked by recruiter 2 times
A System Engineer was asked 2w ago
Q. What are global and local variables?
Ans. 

Global variables are accessible throughout the program, while local variables are confined to the block or function where they are defined.

  • Global variables are declared outside of functions and can be accessed anywhere in the code.

  • Local variables are declared within a function or block and can only be accessed within that scope.

  • Example of a global variable: `int globalVar = 10;`

  • Example of a local variable: `void f...

System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. Election Winner Determination In an ongoing election between two ... read more
asked in Infosys
Q2. Count Ways to Reach the N-th Stair Problem Statement You are prov ... read more
asked in TCS
Q3. Given a parking lot represented as an RxC matrix where each space ... read more
asked in TCS iON
Q4. GCD (Greatest Common Divisor) Problem Statement You are given two ... read more
asked in Infosys
Q5. Distinct Strings With Odd and Even Swapping Allowed Problem State ... read more
🔥 Asked by recruiter 2 times
A System Engineer was asked 2w ago
Q. What is a class and a method?
Ans. 

A class is a blueprint for creating objects, while a method is a function defined within a class that operates on its data.

  • A class encapsulates data and behavior in object-oriented programming.

  • Example: class Car { } defines a Car class.

  • A method is a function that belongs to a class.

  • Example: class Car { void drive() { } } defines a drive method.

🔥 Asked by recruiter 2 times
A System Engineer was asked 2w ago
Q. Write a for loop to print elements.
Ans. 

A for loop iterates through an array to print each element sequentially.

  • Use a for loop syntax: for (initialization; condition; increment) { }

  • Example: for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }

  • In JavaScript: for (let i = 0; i < array.length; i++) { console.log(array[i]); }

  • In Python: for element in array: print(element)

🔥 Asked by recruiter 3 times
A System Engineer was asked 3w ago
Q. What is C?
Ans. 

C is a high-level programming language known for its efficiency and control over system resources.

  • Developed in the early 1970s at Bell Labs.

  • Used for system programming, embedded systems, and application development.

  • Supports procedural programming and low-level memory manipulation.

  • Example: Writing operating systems like UNIX.

  • C is the foundation for many modern languages like C++, C#, and Java.

What are the roles & responsibilities of a System Engineer at Infosys?

System Design & Architecture

  • Design secure system architectures
  • Implement architecture in relevant programming languages
  • Integrate automotive electronic systems

Read full roles & responsibilities

🔥 Asked by recruiter 12 times
A System Engineer was asked 3w ago
Q. What is Java?
Ans. 

Java is a high-level, object-oriented programming language designed for portability and ease of use across platforms.

  • Developed by Sun Microsystems in 1995, now owned by Oracle.

  • Java is platform-independent due to the Java Virtual Machine (JVM).

  • It follows the principle of 'Write Once, Run Anywhere' (WORA).

  • Commonly used for web applications, mobile apps (Android), and enterprise software.

  • Example: Java is used in popu...

Infosys HR Interview Questions

880 questions and answers

Q. How have you addressed security concerns in your project?
Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?
A System Engineer was asked 1mo ago
Q. What is the process for reversing a number?
Ans. 

Reversing a number involves converting it to a string, reversing the string, and converting it back to a number.

  • Convert the number to a string: e.g., 123 becomes '123'.

  • Reverse the string: '123' becomes '321'.

  • Convert the reversed string back to a number: '321' becomes 321.

  • Handle negative numbers: -123 becomes '-321'.

  • Consider leading zeros: 100 becomes '001', which is 1.

Are these interview questions helpful?
A System Engineer was asked 1mo ago
Q. What is method overriding?
Ans. 

Method overriding allows a subclass to provide a specific implementation of a method already defined in its superclass.

  • Occurs in object-oriented programming (OOP) when a subclass redefines a method of its superclass.

  • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

  • Example: If a superclass has a method 'draw()', a subclass can override it to provide a s...

A System Engineer was asked 1mo ago
Q. What are the details of Object-Oriented Programming (OOP) concepts?
Ans. 

OOP is a programming paradigm based on objects, encapsulating data and behavior for modular and reusable code.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the same interface for di...

A System Engineer was asked 1mo ago
Q. What are the fundamental concepts of coding?
Ans. 

Fundamental coding concepts include syntax, data structures, algorithms, and debugging, essential for effective programming.

  • Syntax: The set of rules that defines the combinations of symbols that are considered to be correctly structured programs. Example: In Python, indentation is crucial.

  • Data Structures: Ways to organize and store data for efficient access and modification. Example: Arrays, linked lists, and hash...

Infosys System Engineer Interview Experiences

1.2k interviews found

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1.Tell us about your final year project.
  • Q2. 2.introduce yourself
  • Q3. 3.why Infosys?
  • Q4. 4.as I'm from electrical background they asked me some questions from power system.
  • Q5. 5. From DBMS they asked me about indexing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through with basic interview questions and try to prepare one coding language and one or two departmental language. Most importantly be prepared with final year project.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you provide details about your internship experience?
  • Ans. 

    I completed a 6-month internship at a tech company, where I worked on network infrastructure projects.

    • Assisted in setting up and configuring network devices such as routers and switches

    • Troubleshooted network issues and implemented solutions

    • Collaborated with team members on various IT projects

    • Participated in meetings with clients to discuss project requirements

  • Answered by AI
  • Q3. Given a puzzle to solve
  • Q4. What can you tell me about your major projects?
  • Ans. 

    I have worked on various major projects including designing and implementing network infrastructure, developing automation scripts, and optimizing system performance.

    • Designed and implemented a new network infrastructure for a large company, improving network speed and reliability

    • Developed automation scripts to streamline system monitoring and maintenance tasks, saving time and reducing errors

    • Optimized system performanc...

  • Answered by AI
  • Q5. What is the latest news you have heard regarding technology?
  • Ans. 

    The latest news I heard regarding technology is the release of the new iPhone 13 with improved camera features.

    • Apple recently announced the release of the iPhone 13 series with upgraded camera capabilities.

    • The new iPhone 13 models come with improved low-light performance and cinematic mode for videos.

    • Apple also introduced the A15 Bionic chip for enhanced performance and battery life.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay composed, exhibit confidence, and ensure effective communication.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

There were a total of seven sections: verbal ability, logical reasoning, arithmetic problems, verbal reasoning, puzzles, pseudocodes, and essay writing, with each section having its own cutoff scores.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is the SQL query to retrieve the person with the highest salary?
  • Ans. 

    Use SQL query with MAX function to retrieve person with highest salary.

    • Use SELECT statement to retrieve data

    • Use MAX function to find the highest salary

    • Use WHERE clause to filter out the person with highest salary

  • Answered by AI
  • Q2. Can you describe the projects you have worked on?
  • Ans. 

    I have worked on projects involving network infrastructure upgrades, cloud migration, and cybersecurity enhancements.

    • Upgraded network infrastructure to improve performance and reliability

    • Migrated on-premise systems to the cloud for increased scalability and cost savings

    • Implemented cybersecurity measures such as firewalls and intrusion detection systems

    • Developed disaster recovery plans to ensure business continuity in c...

  • Answered by AI
  • Q3. Write a query to merge 2 tables?
  • Ans. 

    Merge 2 tables using SQL query

    • Use the JOIN keyword to combine rows from both tables based on a related column

    • Specify the columns to be selected from each table

    • Use different types of joins like INNER JOIN, LEFT JOIN, RIGHT JOIN, or FULL JOIN based on the requirement

  • Answered by AI
  • Q4. Tell me about the internship that you have done?
  • Ans. 

    I completed a system engineering internship at XYZ Company, where I worked on designing and implementing network infrastructure.

    • Worked on configuring routers and switches

    • Assisted in troubleshooting network issues

    • Collaborated with team members on project planning and execution

  • Answered by AI
  • Q5. Behavioural questions
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.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Duration was 1.5 hrs. Questions were asked on topics like aptitude, reasoning , puzzle solving and verbal ability. Also a topic was given on which candidates were expected to write an essay. Overall the difficulty level was easy to medium.

Round 2 - One-on-one 

(8 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a dedicated System Engineer with a passion for optimizing systems and enhancing performance through innovative solutions.

    • Educational Background: Bachelor's degree in Computer Engineering from XYZ University.

    • Professional Experience: Over 5 years of experience in system design and implementation at ABC Corp.

    • Technical Skills: Proficient in Linux, Python, and cloud technologies like AWS and Azure.

    • Project Example: Led ...

  • Answered by AI
  • Q2. Explain about your projects (mentioned in resume)
  • Ans. 

    I worked on various projects focusing on system integration, automation, and performance optimization in diverse environments.

    • Developed a cloud-based monitoring system that reduced downtime by 30%.

    • Implemented automation scripts using Python to streamline deployment processes.

    • Collaborated with cross-functional teams to enhance system performance, resulting in a 20% increase in efficiency.

    • Led a project to migrate legacy ...

  • Answered by AI
  • Q3. Have you got any certifications on cloud technologies?
  • Ans. 

    Yes, I have certifications in AWS and Azure cloud technologies.

    • Certified AWS Solutions Architect

    • Microsoft Certified: Azure Administrator Associate

    • Completed training courses on Google Cloud Platform

  • Answered by AI
  • Q4. What do you do in your free time?
  • Q5. Explain about Encapsulation (OOPS concept)
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for data hiding, which prevents outside code from directly accessing an object's internal state.

    • Access to the data is typically controlled through public methods (getters and setters) defined in the cl...

  • Answered by AI
  • Q6. Tell about your previous intern/work experience if any
  • Ans. 

    I interned at a tech firm where I developed automation scripts and improved system performance through monitoring tools.

    • Developed automation scripts using Python to streamline repetitive tasks, reducing processing time by 30%.

    • Collaborated with a team to implement a new monitoring tool that improved system uptime by 15%.

    • Participated in troubleshooting sessions, identifying and resolving system issues, which enhanced my ...

  • Answered by AI
  • Q7. What is the one thing that you can say about you for which haven't been noticed by others and credited?
  • Ans. 

    I possess a unique ability to connect disparate ideas, fostering innovative solutions that often go unnoticed in team discussions.

    • I often synthesize information from various fields, leading to creative problem-solving. For example, I combined principles from software engineering and psychology to improve user experience in a project.

    • During team meetings, I frequently identify underlying patterns in discussions that oth...

  • Answered by AI
  • Q8. Questions about schooling, CGPA in college

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for round 1 test from various youtube videos. It helped me to clear the 1st round. For interview, don't mention things you aren't confident enough in your resume. Prepare well on OOPS concepts, SQL concepts, SDLC concepts and do general research about the company like who is the current ceo, what products are they offering right now, company values, etc.

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are sorting algorithms, and can you explain their various types and uses?
  • Ans. 

    Sorting algorithms arrange data in a specific order, crucial for efficient data processing and retrieval.

    • Types of sorting algorithms include: Bubble Sort, Quick Sort, Merge Sort, and Heap Sort.

    • Bubble Sort is simple but inefficient for large datasets; it repeatedly steps through the list.

    • Quick Sort is efficient for large datasets, using a divide-and-conquer approach to sort elements.

    • Merge Sort divides the array into hal...

  • Answered by AI
  • Q2. What is the Software Development Lifecycle (SDLC)?
  • Ans. 

    The Software Development Lifecycle (SDLC) is a structured process for developing software applications through various stages.

    • 1. Requirements Gathering: Identify user needs and system requirements.

    • 2. Design: Create architecture and design specifications for the software.

    • 3. Implementation: Write and compile the code based on design documents.

    • 4. Testing: Validate the software through various testing methods (e.g., unit t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up you Aptitude and logical reasoning.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Questions regarding aptitude, pseudocode, and communication skills.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What was your involvement in your college project?
  • Ans. 

    I was the team leader for our college project on developing a smart home automation system.

    • Led a team of 5 members in designing and implementing the system

    • Responsible for project planning, delegating tasks, and ensuring deadlines were met

    • Implemented features such as voice-controlled lights, temperature control, and security cameras

    • Presented the project at a college exhibition and received positive feedback

    • Collaborated ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

It is very easy, questions on all topics are covered.

Round 2 - Technical 

(2 Questions)

  • Q1. What is abstraction and encapsulation?
  • Ans. 

    Abstraction is hiding unnecessary details while encapsulation is bundling data and methods together.

    • Abstraction focuses on showing only essential features of an object while hiding unnecessary details.

    • Encapsulation involves bundling the data (attributes) and methods (functions) that operate on the data into a single unit.

    • Abstraction allows for easier understanding and management of complex systems.

    • Encapsulation helps i...

  • Answered by AI
  • Q2. Write a sql query to update a record
  • Ans. 

    SQL query to update a record in a database table

    • Use the UPDATE statement followed by the table name

    • Set the column(s) to be updated using SET keyword

    • Specify the new values for the column(s) to be updated

    • Use WHERE clause to specify the condition for which record to update

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you able to relocate?
  • Q2. Why Infosys?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

General Aptitude , Grammar MCQ and Essay Writing

Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself?
  • Q2. Which Language are you Familiar ?
  • Ans. 

    I am familiar with several programming languages, including Python, Java, and Bash, which I use for automation and system management.

    • Python: Used for scripting and automation tasks, such as data processing and system monitoring.

    • Java: Familiar with building cross-platform applications and understanding object-oriented programming principles.

    • Bash: Proficient in writing shell scripts for automating system administration t...

  • Answered by AI
  • Q3. Basic Questions from oops and dbms
  • Q4. Why did you choose Infosys ?
  • Q5. Questions from my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have a well Structed Tell me about yourself and basic understanding of oops and dbms and current trends like Gen AI.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

................................................................................

Round 2 - Technical 

(2 Questions)

  • Q1. What questions were asked regarding the projects you have completed?
  • Ans. 

    Questions about projects completed in previous roles.

    • Asked to describe specific projects worked on

    • Inquired about the technologies used in the projects

    • Asked about the challenges faced and how they were overcome

    • Asked about the impact of the projects on the organization

    • Inquired about the team collaboration and communication during the projects

  • Answered by AI
  • Q2. What technologies were used in your project?
  • Ans. 

    The project utilized a variety of technologies including cloud computing, virtualization, automation tools, and network protocols.

    • Cloud computing (e.g. AWS, Azure)

    • Virtualization (e.g. VMware, Hyper-V)

    • Automation tools (e.g. Ansible, Puppet)

    • Network protocols (e.g. TCP/IP, DNS)

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are the principles of software engineering?
  • Ans. 

    Principles of software engineering are guidelines that help in the development of high-quality software.

    • Requirements gathering and analysis

    • Design

    • Implementation

    • Testing

    • Maintenance

    • Documentation

    • Quality assurance

    • Version control

    • Continuous integration

    • Agile development

  • Answered by AI
  • Q2. Subqueries, views, joins in SQL
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Basic verbal abilitic and logical reasoning question ,pseudocode and essay writing

Round 2 - Technical 

(5 Questions)

  • Q1. About my internship and projects
  • Q2. Area of intrest
  • Ans. 

    My area of interest is in network security and data encryption.

    • I have experience in implementing firewalls and intrusion detection systems.

    • I am familiar with encryption algorithms such as AES and RSA.

    • I enjoy staying up-to-date on the latest security threats and technologies.

    • I have worked on securing networks for financial institutions and government agencies.

  • Answered by AI
  • Q3. Osi models and basic networking
  • Q4. Why do u want to join infosys
  • Ans. 

    I want to join Infosys for its innovative culture, growth opportunities, and commitment to technology and client success.

    • Infosys is a leader in technology and consulting, providing a platform for continuous learning and professional growth.

    • The company's commitment to innovation aligns with my passion for developing cutting-edge solutions, as seen in their work with AI and automation.

    • Infosys's diverse work environment f...

  • Answered by AI
  • Q5. Favourite sport

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and good communication skill is enough to crack this interview

What people are saying about Infosys

View All
lesspine
Verified Icon
5d
works at
Infosys
Seeking insights on TCS offer letter
Hii All, I have attended interview for service desk role in tcs at the end of June my tech round and managerial round later I have submitted all my documents in ibegin portal all are showing verified in the portal and in the 2nd week of July I have completed my hr round and later multiple follow ups given update like internal approvals will take time it's been more than month I have contacted hr and he said like internal approvals will take time I asked will it be a month she said it will take more than a month no clear timeline. So will I get offer letter or not seeking insights on this.
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys System Engineer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Infosys System Engineer 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, .Net, ASP.Net, C++ and Java.
What are the top questions asked in Infosys System Engineer interview?

Some of the top questions asked at the Infosys System Engineer interview -

  1. What are oops concep...read more
  2. What is SQL? Explain in deta...read more
  3. How to select a record from a tab...read more
What are the most common questions asked in Infosys System Engineer HR round?

The most common HR questions asked in Infosys System Engineer interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Infosys System Engineer interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 750 interview experiences

Difficulty level

Easy 37%
Moderate 62%
Hard 1%

Duration

Less than 2 weeks 60%
2-4 weeks 26%
4-6 weeks 7%
6-8 weeks 4%
More than 8 weeks 4%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS System Engineer Interview Questions
3.5
 • 11.2k Interviews
Wipro System Engineer Interview Questions
3.7
 • 6.2k Interviews
IBM System Engineer Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys System Engineer Salary
based on 32.6k salaries
₹2.4 L/yr - ₹6 L/yr
32% less than the average System Engineer Salary in India
View more details

Infosys System Engineer Reviews and Ratings

based on 4k reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.7

Salary

3.9

Job security

3.8

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 4k Reviews and Ratings
Infotainment System Engineer

Chennai

7-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.1k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54.4k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.4k salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

System Engineer
32.6k salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Associate Consultant
32.4k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.5
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview