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

Updated 12 Mar 2025

Infosys Internship Trainee Interview Experiences

5 interviews found

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

To get selected for Infosys Springboard u have to complete all the assessment course provided.

Round 2 - HR 

(2 Questions)

  • Q1. Show your adhar card
  • Q2. Show your college ID card
  • Ans. 

    I do not have my college ID card with me at the moment.

    • I can provide a copy of my college ID card upon request.

    • I can provide other forms of identification if needed.

    • I can confirm my enrollment status with my college email or official documents.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Start the course early.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad 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 - HR 

(3 Questions)

  • Q1. What is javascript
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites and web applications.

    • JavaScript is often used for client-side web development to add interactivity and dynamic content to websites.

    • It can also be used for server-side development with Node.js.

    • JavaScript is versatile and can be used for creating games, mobile apps, and desktop applications.

    • Common frameworks and libraries ...

  • Answered by AI
  • Q2. Javascript development
  • Q3. Javascript back end and front end
Round 3 - Coding Test 

What is Armstrong Numbers

Interview Preparation Tips

Interview preparation tips for other job seekers - Web development

Skills evaluated in this interview

Internship Trainee Interview Questions Asked at Other Companies

asked in ESAB
Q1. Tell about your UG project? How will you design a table for 1 ton ... read more
Q2. what you know abiu the technology that you are apply
Q3. What are the difgerent wavelengths at which optical fibre communi ... read more
Q4. What are timers im Microprocessor amd how can you trigger them?
Q5. How can you solve the issue if there is a network failure in the ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Introduce yourself
  • Q2. If I give you a 5000 how would you help the company for the growth

Interview Preparation Tips

Interview preparation tips for other job seekers - Till you get a job try try

Interview Questionnaire 

1 Question

  • Q1. Simple qns, coding

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy, nothing to fear

Infosys interview questions for designations

 Trainee

 (15)

 Graduate Trainee

 (5)

 Management Trainee

 (5)

 Project Trainee

 (3)

 job Trainee

 (3)

 Executive Trainee

 (1)

 fresher Trainee

 (1)

 System Engineer Trainee

 (67)

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - 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 thorough with your basics. Don't mention something that you are not totally good at.

Interview questions from similar companies

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of c, matrix multiplication, sql,he said to write group by query and swapping program without using third variable

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basics of the mentioned languages in the resume.

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions Will be asked as per your CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all the elements written in CV

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Polymorphism and it’s type?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has two or more methods with the ...

  • Answered by AI
  • Q2. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are injected into it rather than created within it.

    • It helps in achieving loose coupling between objects

    • It makes testing easier as dependencies can be mocked or stubbed

    • There are three types of Dependency Injection - Constructor Injection, Setter Injection, and Interface Injection

    • Example: In a web application, the database connection object can ...

  • Answered by AI
  • Q3. How Garbage Collection works in .Net?
  • Ans. 

    Garbage Collection in .Net automatically manages memory by freeing up unused objects.

    • Garbage Collector runs in the background and periodically checks for unused objects.

    • It frees up memory by deallocating objects that are no longer being used.

    • GC can be configured using different modes like Server, Workstation, Concurrent, etc.

    • GC can also be manually triggered using GC.Collect() method.

    • GC.SuppressFinalize() method can be...

  • Answered by AI
  • Q4. What is LINQ and some basic concept related it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy. Go through basic concepts of OOPs and SQL.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round is an aptitude online test that had Basics of Computer Science, Mathematics, English and then finally one basic program to code and compile like Palindrome.

Round 2 - Group Discussion 

Three panellists were present and it was a face-face round, Panellist 1 and 2 takes the technical discussions like classes, inheritance, oops concept, basic syntax, and such. Panellist 3 talks more about your resume skills, hobbies and the company overview.

Interview Preparation Tips

Topics to prepare for TCS System Engineer interview:
  • Basic Promgramming Questions
  • Aptitiude
Interview preparation tips for other job seekers - Since this was my first job it was slightly challenging in several ways in terms of how to present yourself, confidence and such. But make sure to stay humble and agree to most of the requests made and stick to the resume.

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Data Structure?
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to manage large amounts of data efficiently.

    • They can be implemented using arrays, linked lists, trees, graphs, and other techniques.

    • Examples include stacks, queues, hash tables, and binary search trees.

    • Choosing the right data structure for a particular problem is important for op...

  • Answered by AI
  • Q2. Real time use of stack and Queue?
  • Ans. 

    Stack and Queue are used in real-time systems for managing tasks and events.

    • Stack is used for managing function calls, undo/redo operations, and backtracking.

    • Queue is used for managing events, scheduling tasks, and buffering data.

    • Real-time systems use both data structures for managing tasks and events in a time-sensitive manner.

    • Examples include task scheduling in operating systems, event handling in GUI applications, a

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C
  • C++
  • Java
  • Pyth
Interview preparation tips for other job seekers - 1 hr C/ python Programming, Debugging, Programming, Networking

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Internship Trainee interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are HR, Coding Test and Aptitude Test.
What are the top questions asked in Infosys Internship Trainee interview?

Some of the top questions asked at the Infosys Internship Trainee interview -

  1. What is javascr...read more
  2. Show your adhar c...read more
  3. If I give you a 5000 how would you help the company for the gro...read more

Tell us how to improve this page.

Infosys Internship Trainee Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Internship Trainee Salary
based on 17 salaries
₹1.8 L/yr - ₹10 L/yr
132% more than the average Internship Trainee Salary in India
View more details

Infosys Internship Trainee Reviews and Ratings

based on 9 reviews

4.3/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.1

Salary

3.5

Job security

4.0

Company culture

4.1

Promotions

4.2

Work satisfaction

Explore 9 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
51k salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.7 L/yr

Senior Associate Consultant
28.5k salaries
unlock blur

₹6.2 L/yr - ₹17 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