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 Trainee Interview Questions and Answers

Updated 20 Apr 2025

30 Interview questions

🔥 Asked by recruiter 11 times
A System Engineer Trainee was asked 2mo ago
Q. What is OOPS?
Ans. 

OOP (Object-Oriented Programming) is a programming paradigm based on objects that encapsulate data and behavior.

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

🔥 Asked by recruiter 16 times
A System Engineer Trainee was asked 2mo ago
Q. What is SDLC?
Ans. 

SDLC stands for Software Development Life Cycle, a structured process for developing software applications.

  • Phases include: Requirement Analysis, Design, Implementation, Testing, Deployment, and Maintenance.

  • Example: In Requirement Analysis, stakeholders define what the software should do.

  • Design phase involves creating architecture and user interface layouts.

  • Implementation is where actual coding takes place.

  • Testing ...

System Engineer Trainee Interview Questions Asked at Other Companies

asked in Nagarro
Q1. 1.what is stack? 2.undo-redo 3.backward and forward in the browse ... read more
asked in Travelyaari
Q2. Write a program to generate all possible permutations and combina ... read more
asked in Infosys
Q3. What programming languages do you know? Rate your proficiency in ... read more
asked in Infosys
Q4. How significant are they in the current market?
asked in Infosys
Q5. Why mongo db instead of mysql. What is the bot commands you have ... read more
A System Engineer Trainee was asked 5mo ago
Q. What is the code for swapping two numbers?
Ans. 

The code for swapping two numbers involves using a temporary variable to store one of the numbers before swapping them.

  • Declare three variables: a, b, and temp.

  • Assign values to a and b.

  • Store the value of a in temp.

  • Assign the value of b to a.

  • Assign the value of temp to b.

A System Engineer Trainee was asked 7mo ago
Q. Write a Python program to generate the Fibonacci sequence.
Ans. 

Python code to generate Fibonacci sequence

  • Use a loop to generate Fibonacci numbers

  • Start with 0 and 1 as the first two numbers

  • Add the previous two numbers to get the next number

  • Repeat until desired number of Fibonacci numbers are generated

A System Engineer Trainee was asked 7mo ago
Q. Tell me about your educational background.
Ans. 

I have a Bachelor's degree in Computer Science from XYZ University.

  • Bachelor's degree in Computer Science

  • Graduated from XYZ University

  • Specialized in system engineering courses

A System Engineer Trainee was asked 9mo ago
Q. What is your current location?
Ans. 

I am currently located in New York City.

  • New York City

  • East Coast

  • USA

A System Engineer Trainee was asked 11mo ago
Q. How do you define a string?
Ans. 

A string is a sequence of characters, typically used to represent text.

  • A string is enclosed in quotation marks, either single ('') or double ("").

  • Strings can contain letters, numbers, symbols, and spaces.

  • Examples: 'hello', "12345", 'special characters: !@#$%^&*'

Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A System Engineer Trainee was asked 11mo ago
Q. What is the OOPS concept?
Ans. 

OOPS (Object-Oriented Programming) concept is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPS focuses on creating objects that interact with each other to solve a problem

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

  • Example: Inheritance allows a class to inherit properties and methods from another class

A System Engineer Trainee was asked 12mo ago
Q. What are some basic OOP concepts?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

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

  • Inheritance: Mechanism where a new class derives properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the same ...

A System Engineer Trainee was asked
Q. What is the quick sort algorithm?
Ans. 

Quick sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort an array efficiently.

  • Divides the array into two sub-arrays based on a pivot element

  • Recursively sorts the sub-arrays

  • Combines the sorted sub-arrays to produce the final sorted array

  • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

Infosys System Engineer Trainee Interview Experiences

68 interviews found

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

Basic aptitude, pseudo code, puzzle

Round 2 - One-on-one 

(1 Question)

  • Q1. More about yourself and project u have worked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative and Technical

Round 2 - Technical 

(2 Questions)

  • Q1. Python code for Fibonacci
  • Ans. 

    Python code to generate Fibonacci sequence

    • Use a loop to generate Fibonacci numbers

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat until desired number of Fibonacci numbers are generated

  • Answered by AI
  • Q2. Oops concept and acid properties

Skills evaluated in this interview

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

Basic apptitude test, cover mathematics, programming and puzzle

Round 2 - Technical 

(1 Question)

  • Q1. Encapsulation, abstraction, dbms
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS concept ?
  • Ans. 

    OOPS (Object-Oriented Programming) concept is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve a problem

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

    • Example: Inheritance allows a class to inherit properties and methods from another class

  • Answered by AI
  • Q2. How to define a string?
  • Ans. 

    A string is a sequence of characters, typically used to represent text.

    • A string is enclosed in quotation marks, either single ('') or double ("").

    • Strings can contain letters, numbers, symbols, and spaces.

    • Examples: 'hello', "12345", 'special characters: !@#$%^&*'

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. Why do you want to join Infosys?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Probability, distance time

Round 2 - One-on-one 

(2 Questions)

  • Q1. Preference to move Location
  • Ans. 

    I am open to relocating for the right opportunity.

    • I am willing to consider moving to a new location for career growth and development.

    • I am open to exploring new cities or countries for work.

    • I understand that relocation may be necessary for certain job opportunities.

    • I am flexible and adaptable to new environments.

  • Answered by AI
  • Q2. Current location
  • Ans. 

    I am currently located in New York City.

    • New York City

    • East Coast

    • USA

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and English

Round 2 - HR 

(2 Questions)

  • Q1. Details about education backgroud
  • Ans. 

    I have a Bachelor's degree in Computer Science from XYZ University.

    • Bachelor's degree in Computer Science

    • Graduated from XYZ University

    • Specialized in system engineering courses

  • Answered by AI
  • Q2. Extra curricular activities
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal numberical puzzle questions are expected

Round 2 - Technical 

(2 Questions)

  • Q1. Sdlc basic questions
  • Q2. Oops concepts and project related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare language and dbms

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

Normal aptitude questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Few easy level coding questions asked.
Like sorting,searching
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions which are easy to crack

Round 2 - One-on-one 

(1 Question)

  • Q1. One one one round was easy. The interviewer was very friendly.

What people are saying about Infosys

View All
yedabhai
1w
works at
Hyperpure
Are we not even safe in our own workplaces?
An Infosys employee was arrested for secretly recording women in the office washroom. Over 30 videos were found on his phone. This isn't just shocking, it's horrifying. Offices are meant to be safe, respectful spaces. 🙎 When will companies truly prioritize safety and surveillance in all corners, not just the visible ones?
FeedCard Image
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys System Engineer Trainee 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.
What are the top questions asked in Infosys System Engineer Trainee interview?

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

  1. What languages do you know? rate yourself out of 10 for each of t...read more
  2. Tell how significant are they in the current mar...read more
  3. Why mongo db instead of mysql. What is the bot commands you have used in your a...read more
What are the most common questions asked in Infosys System Engineer Trainee HR round?

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

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. Tell me about yourse...read more
How long is the Infosys System Engineer Trainee interview process?

The duration of Infosys System Engineer Trainee 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.4/5

based on 42 interview experiences

Difficulty level

Easy 52%
Moderate 48%

Duration

Less than 2 weeks 50%
2-4 weeks 27%
4-6 weeks 15%
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 Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys System Engineer Trainee Salary
based on 655 salaries
₹3 L/yr - ₹5.2 L/yr
At par with the average System Engineer Trainee Salary in India
View more details

Infosys System Engineer Trainee Reviews and Ratings

based on 112 reviews

3.3/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.0

Salary

2.9

Job security

3.4

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 112 Reviews and Ratings
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.8k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.1k salaries
unlock blur

₹9.4 L/yr - ₹16.4 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31.3k salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview