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

based on 37.9k Reviews

Filter interviews by

Infosys Interview Questions, Process, and Tips

Updated 27 Jan 2025

Top Infosys Interview Questions and Answers

  • Q1. At what scale did you choose yourself in the programming language?
  • Q2. Explain Oop concepts with examples ,what is static variable, conditions operator, arithmetic operator
  • Q3. Which programming languages you are familiar with?
View all 76 questions

Infosys Interview Experiences

182 interviews found

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate basic aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

The difficulty level was medium to hard.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About tge latest technologies in IT industry
  • Q2. Java OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Get perfect with a any 1 programming language and DBMS

System Engineer Interview Questions Asked at Other Companies for Experienced

asked in Infosys
Q1. Quick Sort Problem Statement You are provided with an array of in ... read more
Q2. What is Matlab, which tools you have used to perform development ... read more
asked in Siemens
Q3. what is the disadvantage or drawback in S7 controller?
Q4. What is IPSEC VPN? Different between phase 1 and Phase 2
Q5. Difference between HTTP and HTTPS, What is UDP and TCP, Port numb ... read more

I applied via Walk-in

Round 1 - Aptitude Test 

Aptitude and reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Based on resume they will ask the questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be confident with resume related topics

I applied via Naukri.com and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

There was 2 questions in coding you can attempt it in any language.

Round 3 - Aptitude Test 

It was a general aptitude test

Round 4 - Technical 

(1 Question)

  • Q1. Interview based on your knowledge, questions about oops dbms python
Round 5 - HR 

(1 Question)

  • Q1. General discussion about your behaviour

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and don't hesitate to ask something

Infosys interview questions for designations

 System Engineer Hardware

 (101)

 Assistant System Engineer

 (16)

 System Software Engineer

 (6)

 Junior System Engineer

 (3)

 System Test Engineer

 (1)

 Network & System Engineer

 (1)

 System Engineer Analyst

 (1)

 IT System Engineer

 (3)

System Engineer Interview Questions & Answers

user image MANJUL PRAKASH

posted on 10 Nov 2022

I applied via Company Website and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Medium level Apti and technical MCQ and English

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic Questions oops concepts ? stack Queue Linklist tree.
  • Q2. Delete a node from end of Linklist.
  • Ans. 

    To delete a node from the end of a linked list, traverse the list to the second last node and update its next pointer to null.

    • Traverse the linked list to the second last node

    • Update the next pointer of the second last node to null

    • Free the memory of the last node

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive mainly focus on data structure and oops concepts with real Example mainly check the concept.

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

System Engineer Interview Questions & Answers

user image pushpa latha

posted on 5 Mar 2024

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

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning questions

Round 2 - Technical 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

System Engineer Jobs at Infosys

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

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and code output MCQs

Round 2 - One-on-one 

(1 Question)

  • Q1. About the technologies you have written in the resume and basics of OOPS,DBMS. 1-2 coding questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

The aptitude round consist of 4 section reasoning, apti,eng and coding.

Round 3 - Technical 

(4 Questions)

  • Q1. The technical interview round is one to one interview process in which they asked questions from your related background.
  • Q2. Whay is different between c and java
  • Ans. 

    C is a procedural programming language while Java is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • Java is an object-oriented programming language, focusing on classes and objects.

    • C requires manual memory management, while Java has automatic garbage collection.

    • C is platform-dependent, while Java is platform-independent due to its bytecode compilatio...

  • Answered by AI
  • Q3. What is abstraction and polymorphism
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

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

    • Polymorphism allows a single interface to be used for different data types or classes

    • Abstraction helps in reducing complexity and improving code...

  • Answered by AI
  • Q4. What is sdlc and stlc.
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC involves test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. In Hr round they asked general Hr questions and this round isn't elimination round.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
  • Data Structures
  • OOPS
  • Cyber security
  • Cloud Computing
Interview preparation tips for other job seekers - Self confidence and hard work is key to sucess.Work on the technology and the skills you know to achieve success.

Skills evaluated in this interview

System Engineer Interview Questions & Answers

user image perumallu akhila

posted on 14 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Basics of any one programming language questions

System Engineer Interview Questions & Answers

user image Ayushya Amit Patil

posted on 28 Jan 2024

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

I applied via Company Website and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Based on time, distance, probability, numerical, math

Round 2 - Technical 

(1 Question)

  • Q1. All technical questions
Round 3 - HR 

(1 Question)

  • Q1. Job profile related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Add only that skills in resume in which you are perfect

Infosys Interview FAQs

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

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

  1. At what scale did you choose yourself in the programming langua...read more
  2. Explain Oop concepts with examples ,what is static variable, conditions operat...read more
  3. Which programming languages you are familiar wi...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.

Infosys Interview Process

based on 116 interviews

5 Interview rounds

  • Aptitude Test Round - 1
  • Technical Round - 1
  • Technical Round - 2
  • Aptitude Test Round - 2
  • Personal Interview1 Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys System Engineer Salary
based on 39.2k salaries
₹2.5 L/yr - ₹7.9 L/yr
31% less than the average System Engineer Salary in India
View more details

Infosys System Engineer Reviews and Ratings

based on 3.6k reviews

3.8/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

2.8

Salary

4.0

Job security

3.9

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 3.6k Reviews and Ratings
Infotainment System Engineer

Chennai

7-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56.2k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.1k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹7.9 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.5k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview