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

Clear (1)

Infosys System Engineer Trainee Interview Questions, Process, and Tips

Updated 31 Jan 2025

Top Infosys System Engineer Trainee Interview Questions and Answers

  • Q1. What languages do you know? rate yourself out of 10 for each of them
  • Q2. Tell how significant are they in the current market
  • Q3. Why mongo db instead of mysql. What is the bot commands you have used in your automation project using Python. Questions around the projects you have done in college.
View all 28 questions

Infosys System Engineer Trainee Interview Experiences

67 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 Resume tips
Round 2 - Aptitude Test 

Basic logical aptitude, quantitative aptitude.

Round 3 - Technical 

(2 Questions)

  • Q1. Explain your final year project.
  • Q2. Introduce yourself and your education background.

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be bold and confident. Communication skill must be good. If so, we can clear the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions about searching and sorting algorithms
  • Ans. Explained about algorithms and their use cases.
  • Answered Anonymously
  • Q2. What is 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]

  • Answered by AI

Skills evaluated in this interview

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 take string and give all possible permutation ... read more
asked in Infosys
Q3. What languages do you know? rate yourself out of 10 for each of t ... read more
asked in Infosys
Q4. Tell 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

I applied via Other and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself.
  • Q2. Explain your project and what si your role in the project?
  • Ans. 

    I worked on a project to develop a web-based inventory management system for a retail company.

    • Developed the front-end using HTML, CSS, and JavaScript

    • Designed and implemented the back-end using PHP and MySQL

    • Collaborated with a team of developers and project managers

    • My role was to primarily work on the front-end development and assist with the back-end development

    • Conducted testing and debugging to ensure the system was f

  • Answered by AI
  • Q3. Basic questions on OOP concepts, DBMS, SQL, pelindrome strings.
  • Q4. Difference between var and varchar.
  • Ans. 

    var is a data type used to store variable-length character strings, while varchar is a data type used to store variable-length character strings with a maximum length.

    • var is used in programming languages like C# and Java, while varchar is used in database management systems like MySQL and SQL Server.

    • var does not require a maximum length to be specified, while varchar requires a maximum length to be specified.

    • var is mor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic and listen the question carefully.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 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 Resume tips
Round 2 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Learn about the company
Watch videos of people who had experience

Infosys interview questions for designations

 Assistant System Engineer Trainee

 (3)

 System Engineer

 (1.1k)

 Engineer Trainee

 (4)

 Trainee

 (15)

 System Executive

 (3)

 System Engineer Hardware

 (100)

 Assistant System Engineer

 (16)

 System Engineer 3

 (12)

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

I applied via Campus Placement and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Aptitude Test 

Time based questions, Data interpretation, logical reasoning

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions on known programming language, Project experience and self introduction, simple programming

Get interview-ready with Top Infosys Interview Questions

I applied via Campus Placement and was interviewed in Jan 2022. 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 Resume tips
Round 2 - Aptitude Test 
Round 3 - One-on-one 

(1 Question)

  • Q1. Java , industrial Training project

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience. Grab good hold on aptitute and learn good techies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2022. 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. For loop explanation with example
  • Ans. 

    For loop is a programming construct used to repeat a block of code for a specified number of times.

    • For loop has three parts: initialization, condition, and increment/decrement

    • Example: for(int i=0; i<5; i++) { //code to be repeated }

    • For loop can also be used with arrays and collections

  • Answered by AI
  • Q2. Oops concept , encapsulation and abstraction
  • Q3. What are access Specifiers
  • Ans. 

    Access specifiers are keywords in object-oriented programming languages that determine the visibility of class members.

    • Access specifiers are used to restrict access to class members.

    • There are three access specifiers: public, private, and protected.

    • Public members can be accessed from anywhere in the program.

    • Private members can only be accessed within the class.

    • Protected members can be accessed within the class and its s...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about your self
  • Q2. Any previous experience
  • Q3. Whether ok for night shits
  • Q4. What do I know about company
  • Q5. Explain how smart work vs hard work
  • Ans. 

    Smart work is efficient and strategic, while hard work is simply putting in effort.

    • Smart work involves prioritizing tasks and finding the most effective way to complete them

    • Hard work is simply putting in effort without necessarily being efficient

    • Smart work can lead to better results with less effort, while hard work can lead to burnout

    • An example of smart work is using technology to automate repetitive tasks, while an e...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys System Engineer Trainee interview:
  • Core Java
  • C
  • Python
  • SQL
Interview preparation tips for other job seekers - Be prepared for everything related to technical whatever language it is .Basics should be learnt with atleast 1 example for each topic . Finally make a note of that company profile for the past 3 years

Skills evaluated in this interview

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

I was interviewed before Oct 2022.

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 Resume tips
Round 2 - Aptitude Test 

General Aptitude test

Round 3 - Technical 

(1 Question)

  • Q1. Questions about projects done.

I applied via Naukri.com and was interviewed in Sep 2021. 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 Resume tips
Round 2 - Aptitude Test 

Aptitude questions and code snippets also was there puzzle question

Round 3 - Technical 

(2 Questions)

  • Q1. Previous experience details
  • Q2. Projects worked in graduation and previously worked organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence prepare well.. Strong aptitude skills needed
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Sep 2022. 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 Resume tips
Round 2 - Aptitude Test 

Was basic and not of much difficulty

Round 3 - HR 

(1 Question)

  • Q1. Where do u see yourself in five years ? Basically they check your confidence level .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident . Even if you feel you don’t know anything about the questions they ask say whatever you know and if you really don’t know say them that you don’t know .
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Balrampur Chini Mills

No Interviews

INTERVIEWS

Coforge

No Interviews

INTERVIEWS

EID Parry (India)

No Interviews

INTERVIEWS

Bajaj Hindusthan

No Interviews

INTERVIEWS

Infosys

No Interviews

REVIEWS

Koch Business Solutions

No Reviews

SALARIES

Hewlett Packard Enterprise

INTERVIEWS

Hetero

No Interviews

REVIEWS

Hewlett Packard Enterprise

No Reviews

Tell us how to improve this page.

Infosys System Engineer Trainee Interview Process

based on 41 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Infosys System Engineer Trainee Salary
based on 586 salaries
₹1 L/yr - ₹4.5 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 100 reviews

3.3/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

2.8

Salary

2.9

Job security

3.4

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 100 Reviews and Ratings
Technology Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28.1k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent