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 2 Apr 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 77 questions

Infosys Interview Experiences

181 interviews found

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Be confident with your domain knowledge
Round 3 - Coding Test 

Need to write hard and easy code

Round 4 - HR 

(1 Question)

  • Q1. Be clear with HR policies

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best prepare well
Be good and bold while your answering questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 3 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 - Aptitude Test 

Written test for level one

Round 3 - Technical 

(1 Question)

  • Q1. Prepare coding dsa and oops

System Engineer Interview Questions Asked at Other Companies for undefined

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
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 Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were related to my core branch electronics
  • Q2. What was my final year project, how it works?
  • Ans. 

    My final year project was a smart home automation system using IoT technology.

    • Implemented sensors to monitor temperature, light, and motion in the house

    • Developed a mobile app to control appliances remotely

    • Utilized a central hub to communicate between sensors and the app

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was focused on my core branch.
Oops concept in java.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

I faced basic questions and had to complete approximately 50 questions within the allotted time.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to basics of programming and a bit of puzzles

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)

 System Engineer Analyst

 (1)

 Network & System Engineer

 (1)

 IT System Engineer

 (3)

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

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. SELF INTRODUCTION AND FINAL YEAR PROJECT BRIEFING
  • Q2. OOPS CONCEPTS AND PRINCIPLES
  • Ans. 

    OOPS concepts and principles are fundamental to object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

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

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the impl...

  • Answered by AI

Get interview-ready with Top Infosys Interview Questions

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

I appeared for an interview before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. What is normalisation
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by storing data in a structured manner

    • Normalization ensures data integrity by avoiding anomalies like insertion, update, and deletion anomalies

  • Answered by AI

System Engineer Jobs at Infosys

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

I applied via Company Website and was interviewed in Jul 2022. There were 2 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 - Technical 

(4 Questions)

  • Q1. 1)Explain project 2)what is constructor 3)what multiple inheritance 4) what is access modifier
  • Ans. 

    Interview questions for System Engineer position

    • Project is a temporary endeavor to create a unique product or service

    • Constructor is a special method used to initialize objects

    • Multiple inheritance is the ability of a class to inherit properties and behavior from multiple parent classes

    • Access modifier is a keyword that determines the visibility and accessibility of a class, method, or variable

  • Answered by AI
  • Q2. Tell me about yourself
  • Q3. Difference between method overloading and overriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is used to provide different ways of calling the same method with different parameters.

    • Method overriding is used to provide a specific implementation of a method that is already provided by i...

  • Answered by AI
  • Q4. What is constructor and explan it?
  • Ans. 

    A constructor is a special method that is used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can take parameters to initialize the object's properties.

    • If no constructor is defined, a default constructor is created by the compiler.

    • Example: public class Car { public Car(String make, String model) { this.make = make

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
  • Sql
Interview preparation tips for other job seekers - Learn confidently and speak confidently, learn one language and brief confident to that language.

Skills evaluated in this interview

System Engineer Interview Questions & Answers

user image Pankaj Kumbhar

posted on 14 Jul 2024

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

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

(4 Questions)

  • Q1. Explain Oop concepts with examples ,what is static variable, conditions operator, arithmetic operator
  • Ans. 

    OOP concepts include encapsulation, inheritance, polymorphism, and abstraction. Static variables are shared among all instances of a class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: Allowing a class to inherit properties and behavior from another class

    • Polymorphism: Ability for objects to be treated as instances of their parent class

    • Abstraction: Hiding the im...

  • Answered by AI
  • Q2. What is data base and their types why we use db jions conditions
  • Ans. 

    A database is a collection of organized data that can be easily accessed, managed, and updated. There are different types of databases such as relational, NoSQL, and object-oriented databases.

    • Types of databases include relational databases (e.g. MySQL, Oracle), NoSQL databases (e.g. MongoDB, Cassandra), and object-oriented databases (e.g. db4o).

    • We use database joins to combine rows from two or more tables based on a re...

  • Answered by AI
  • Q3. Tell me about your self
  • Q4. Do you have any questions

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Core java and database
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

I am not sure about it

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your primary skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well yourself, and have some confidence while speaking with interviewer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was little tough but prepare and practice well.

Round 2 - Technical 

(6 Questions)

  • Q1. Explain OOP's Concepts.
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation is the concept of bundling data and methods that operate on the data within a single unit, called an object.

    • Inheritance allows objects to inherit attributes and methods from parent objects.

    • Polymorphism allows objects t...

  • Answered by AI
  • Q2. Some basic SQL questions.
  • Q3. Difference between C++ and Java.
  • Ans. 

    C++ is a statically typed language with manual memory management, while Java is a dynamically typed language with automatic memory management.

    • C++ is compiled directly to machine code, while Java is compiled to bytecode and runs on a virtual machine (JVM).

    • C++ supports multiple inheritance, while Java supports only single inheritance through interfaces.

    • C++ allows for pointer arithmetic, while Java does not have pointers.

    • ...

  • Answered by AI
  • Q4. Basic of any programming language you know.
  • Q5. Explain some basic commands of UNIX
  • Ans. 

    Basic UNIX commands include ls, cd, pwd, mkdir, rm, cp, mv, cat, grep, and chmod.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

    • cp - copy files

    • mv - move files

    • cat - concatenate and display files

    • grep - search text

    • chmod - change file permissions

  • Answered by AI
  • Q6. Tell me about yourself (Introduce yourself)

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • OOPS
  • SQL
Interview preparation tips for other job seekers - Prepare and Practice well you will crack the interview.

Skills evaluated in this interview

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, C++ and Java.
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 122 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 31.7k salaries
₹2.5 L/yr - ₹5.6 L/yr
31% less than the average System Engineer Salary in India
View more details

Infosys System Engineer Reviews and Ratings

based on 3.7k reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.7

Salary

4.0

Job security

3.8

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 3.7k Reviews and Ratings
Infotainment System Engineer

Chennai

7-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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