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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cpu? can you explain in simple words
  • Q2. What is system?

System Engineer Interview Questions & Answers

user image pavan kalyan kanchipati

posted on 7 Nov 2024

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

They asked questions on arithmetic, logical reasoning and english vocabulary and grammar.

Round 2 - HR 

(2 Questions)

  • Q1. Tell be about yourself
  • Ans. 

    I am a dedicated System Engineer with 5 years of experience in designing, implementing, and maintaining complex IT systems.

    • Experienced in network infrastructure design and implementation

    • Proficient in troubleshooting and resolving technical issues

    • Skilled in scripting and automation for system optimization

    • Certified in various IT certifications such as CCNA and MCSE

  • Answered by AI
  • Q2. What is your goal
Round 3 - One-on-one 

(3 Questions)

  • Q1. Write a code on sorting
  • Ans. 

    Code for sorting an array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or quicksort

    • Compare strings using strcmp() function in C or compareTo() method in Java

    • Ensure the sorting algorithm is efficient and handles edge cases like empty array or duplicate strings

  • Answered by AI
  • Q2. What is a function
  • Ans. 

    A function is a block of code that performs a specific task when called.

    • Functions can take input parameters and return output values

    • Functions can be reused multiple times in a program

    • Examples: sum(x, y) returns the sum of x and y, print(message) displays a message on the screen

  • Answered by AI
  • Q3. What are data types in c language
  • Ans. 

    Data types in C language define the type of data that a variable can store.

    • Basic data types include int, float, char, double, etc.

    • Derived data types include arrays, pointers, structures, unions, etc.

    • Example: int num = 10; char letter = 'A'; float value = 3.14;

  • Answered by AI

Skills evaluated in this interview

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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at CVR College of Engineering, Hyderabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Covers all aptitude topics

Round 2 - HR 

(2 Questions)

  • Q1. Self introduction,why infosys
  • Q2. Projects mini and major
Round 3 - Technical 

(2 Questions)

  • Q1. Simple java programs
  • Q2. Sql queries,java programs
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The round 1 was an online assessment that was held in campus labs. It was a 2 hour long test having 7 sections that are reasoning ability,verbal ability,comprehension,pseudocode,puzzle solving,essay writing,quants. There was a sectional cutoff around 70%

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself?
  • Q2. React.js basics' questions and nextjs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice previous year questions on youtube.
Checkout for past year interview experience as well.

Infosys interview questions for designations

 System Engineer Hardware

 (100)

 Assistant System Engineer

 (16)

 System Software Engineer

 (6)

 Junior System Engineer

 (3)

 Network & System Engineer

 (1)

 System Test Engineer

 (1)

 System Engineer Analyst

 (1)

 System Associate

 (32)

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

Reasoning, English, Pseudo cod

Round 2 - One-on-one 

(1 Question)

  • Q1. Does infosys operate in Japan?
  • Ans. 

    Yes, Infosys operates in Japan.

    • Infosys has a presence in Japan with offices in Tokyo and Osaka.

    • Infosys provides IT consulting, services, and solutions to clients in Japan.

    • Infosys has partnerships with Japanese companies to deliver technology solutions.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. How can I work infosys?

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard

Get interview-ready with Top Infosys Interview Questions

System Engineer Interview Questions & Answers

user image Nilay Rastogi

posted on 11 Oct 2024

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

30 question related to aptitude and coding sudo code.

Round 2 - Technical 

(2 Questions)

  • Q1. Why we use while loop and for loop.
  • Ans. 

    While loops are used when the number of iterations is unknown, while for loops are used when the number of iterations is known.

    • While loops are used when a condition needs to be checked before each iteration.

    • For loops are used when the number of iterations is known beforehand.

    • While loops are more flexible but can lead to infinite loops if not properly controlled.

    • For loops are more structured and easier to read for repet...

  • Answered by AI
  • Q2. What is machine learning and Artificial intelligence
  • Ans. 

    Machine learning is a subset of artificial intelligence that allows systems to learn and improve from experience without being explicitly programmed.

    • Machine learning involves algorithms that learn patterns and make predictions based on data.

    • Artificial intelligence is the broader concept of machines being able to carry out tasks in a way that we would consider 'smart'.

    • AI can include machine learning, but also encompasse...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. 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 troubleshooting hardware and software issues

    • Skilled in network security protocols and best practices

    • Certified in Cisco networking technologies

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. Why we hire you
  • Ans. 

    I have the technical skills, experience, and passion to successfully contribute to the team and help achieve company goals.

    • Strong technical skills in system engineering

    • Proven track record of successfully completing projects

    • Passionate about staying up-to-date with the latest technologies

    • Ability to work well in a team and communicate effectively

  • Answered by AI

Skills evaluated in this interview

System Engineer Jobs at Infosys

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you will see yourself after 5 years
Round 2 - Aptitude Test 

DURATION WAS 2 HOURS

Interview Preparation Tips

Interview preparation tips for other job seekers - E3E
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour test 4 sections

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your college project
  • Q2. Java concept based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. 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 complex systems

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

    • Skilled in network security protocols and technologies like VPNs and firewalls

    • Strong problem-solving skills and ability to work well under press

  • Answered by AI
  • Q2. Can you provide an explanation about your project?
  • Ans. 

    Developed a system to automate data processing for a large manufacturing company.

    • Designed and implemented a custom software solution to streamline data collection and analysis

    • Integrated various data sources and created automated workflows to improve efficiency

    • Collaborated with cross-functional teams to gather requirements and ensure successful implementation

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Too hard questions and tricky also

Round 2 - Technical 

(2 Questions)

  • Q1. What is constructor
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

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

    • They do not have a return type

    • They can be used to initialize object properties

  • Answered by AI
  • Q2. What is friend function
  • Ans. 

    A friend function is a function that is not a member of a class but has access to the private and protected members of the class.

    • Friend functions are declared inside a class with the keyword 'friend'.

    • They can access private and protected members of the class.

    • Friend functions are not member functions of the class.

    • They are often used to allow external functions or classes to access private members of a class.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location priority

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t apply

Skills evaluated in this interview

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