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

Updated 3 Mar 2025

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 ...read more
  • Q2. Maximum Subarray Sum Problem Statement Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum su ...read more
  • Q3. Distinct Strings With Odd and Even Swapping Allowed Problem Statement You are provided with an array of strings, and your objective is to determine the number of unique ...read more
View all 611 questions

Infosys System Engineer Interview Experiences

1.1k interviews found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Describe Oops concept with real world examples?
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes to organize code and improve reusability.

    • Oops concept stands for Object-Oriented Programming System

    • It includes concepts like inheritance, polymorphism, encapsulation, and abstraction

    • Real world examples include a car (object) with properties like color, model, and methods like start, stop, accelerate

    • Another example is a bank account (object) with...

  • Answered by AI
  • Q2. What is SDLC and explain each stage?
  • 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.

    • 1. Planning: Define the project scope, requirements, and create a project plan.

    • 2. Analysis: Gather and analyze requirements from stakeholders.

    • 3. Design: Create a detailed design of the software based on requirements.

    • 4. Implementation: Develop the software based on the...

  • Answered by AI
  • Q3. Explain in detaild the project you did in your academic?
  • Ans. 

    Developed a smart irrigation system using IoT technology

    • Researched different IoT sensors and devices for monitoring soil moisture levels

    • Designed a mobile application for users to remotely control the irrigation system

    • Implemented machine learning algorithms to predict optimal watering schedules

    • Conducted field tests to validate the system's effectiveness

    • Presented the project at a university symposium

  • Answered by AI

Skills evaluated in this interview

System Engineer Interview Questions & Answers

user image Raja Pandi

posted on 15 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In the first round, multiple-choice questions based on aptitude are administered.

Round 2 - Technical 

(2 Questions)

  • Q1. Java Core concepts
  • Q2. Mysql basics

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 iON
Q3. GCD (Greatest Common Divisor) Problem Statement You are given two ... read more
asked in Infosys
Q4. Maximum Subarray Sum Problem Statement Given an array arr of leng ... read more
asked in Infosys
Q5. Distinct Strings With Odd and Even Swapping Allowed Problem State ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dr DY Patil Institute of Technology (Womens Polytechnic), Pune and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a great experience and a platform to assess my aptitude skills

Round 2 - One-on-one 

(2 Questions)

  • Q1. Some questions on OOPS
  • Q2. Write query on joining 2 tables and display top 5 employee
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Experienced in designing, implementing, and maintaining network systems

    • Proficient in troubleshooting hardware and software issues

    • Skilled in working with various operating systems such as Windows, Linux, and Unix

    • Certified in network security protocols such as CISSP or CCNA

  • Answered by AI
  • Q2. Why do you want to join us
  • Ans. 

    I am excited about the innovative projects and collaborative team environment at your company.

    • I am impressed by the company's reputation for cutting-edge technology and solutions.

    • I am eager to work with a team of talented professionals who share my passion for problem-solving.

    • I believe that my skills and experience align well with the company's goals and objectives.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is relational database
  • Ans. 

    Relational database is a type of database that stores and provides access to data points that are related to one another.

    • Organized into tables with rows and columns

    • Uses SQL for querying and managing data

    • Supports relationships between tables through keys

    • Examples: MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q2. What are tuples in python
  • Ans. 

    Tuples in Python are immutable sequences of elements, typically used to store related data.

    • Tuples are created using parentheses () and can contain elements of different data types

    • Tuples are immutable, meaning their elements cannot be changed once they are created

    • Tuples can be used to return multiple values from a function or as keys in dictionaries

  • Answered by AI

Skills evaluated in this interview

Infosys interview questions for designations

 System Engineer Hardware

 (100)

 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)

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

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

Had One Apti test and interview.
Selected in the First round and awaiting updates

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is networking?
  • Ans. 

    Networking is the practice of connecting computers and other devices to share resources and information.

    • Networking involves the use of hardware such as routers, switches, and cables to connect devices.

    • It also includes the use of software protocols like TCP/IP to facilitate communication between devices.

    • Networking allows for sharing resources such as files, printers, and internet connections among connected devices.

    • Exam...

  • Answered by AI
  • Q2. Indepth analysis of TCP/UDP
  • Ans. 

    TCP and UDP are both transport layer protocols used in networking to transmit data between devices.

    • TCP (Transmission Control Protocol) is a connection-oriented protocol that ensures reliable data delivery by establishing a connection before sending data.

    • UDP (User Datagram Protocol) is a connectionless protocol that does not guarantee delivery of data and is used for applications where speed is more important than relia...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Html css javascript questions and sql and java all basics

System Engineer Jobs at Infosys

View all

System Engineer Interview Questions & Answers

user image harsh vardhan

posted on 2 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quant question from topic profit loss, time work , speed time distance. Alos question from reasoning and english

System Engineer Interview Questions & Answers

user image JESREE Malla

posted on 1 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What do you know about oops concepts?
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining network systems

    • Proficient in various operating systems such as Windows, Linux, and Unix

    • Skilled in troubleshooting network issues and optimizing system performance

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The topics came from Percentages, profit and loss, number system, time and work. Logic reasoning from blood relations, data interpretation, statement and conclusion.

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round test consist of 7 sections, the more waitage sections are verbal, numerical puzzle and pseudocode.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Resume based questions .
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on skills
Round 3 - HR 

(1 Question)

  • Q1. Salary was discussed .

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
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 System Engineer Interview Process

based on 705 interviews

5 Interview rounds

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

Infosys System Engineer Reviews and Ratings

based on 3.6k reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

2.8

Salary

4.0

Job security

3.8

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 3.6k Reviews and Ratings
Infotainment System Engineer

Chennai

7-10 Yrs

Not Disclosed

Infotainment System Engineer

Chennai

7-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview