Upload Button Icon Add office photos

T-Systems ICT India

Compare button icon Compare button icon Compare

Filter interviews by

T-Systems ICT India Software Trainee Interview Questions and Answers

Updated 13 Nov 2024

T-Systems ICT India Software Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding and SQL quries

Round 2 - Technical 

(2 Questions)

  • Q1. Differenece between Stack and heap
  • Ans. 

    Stack is used for static memory allocation and stores local variables, while heap is used for dynamic memory allocation and stores objects.

    • Stack memory is allocated in a contiguous block and is faster to access.

    • Heap memory is allocated in a non-contiguous manner and is slower to access.

    • Stack memory is automatically managed by the system, while heap memory needs to be manually managed by the programmer.

    • Example: int x = ...

  • Answered by AI
  • Q2. Oops with real world example
  • Ans. 

    Oops is a programming paradigm that focuses on objects and classes. Real world example: Car

    • Oops focuses on objects and classes

    • Objects have attributes (variables) and behaviors (methods)

    • Example: Car - attributes like color, model, speed; behaviors like drive, stop

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. DSA CIRCULAR QUEUE
  • Q2. POLYMORPHISM and its types
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types.

    • Types of polymorphism: compile-time (method overloading) and runtime (method overriding)

    • Compile-time polymorphism: multiple methods with the same name but different parameters

    • Runtime polymorphism: a subclass provides a specific implementation of a method that is already provided by its parent class

    • Example of compile-time polym...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA AND OOPS very well

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They gave 3 codes in which we have to write atleast 2 of them.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. What are the conclusions of your project?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude basic question

Round 2 - Coding Test 

2 coding questions, questions were base on basic oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - so try to Prepare basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 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 - Aptitude Test 

It's ask Quantitative, verbal Ability,and logical Questions.. All question was easily to hard levels..

Round 3 - HR 

(2 Questions)

  • Q1. After Aapptitude test I Selected in next rounds that's HR round it's was best Experience in interview... interviewer is very Friendly nature with me..and so am aalso so happy..that time
  • Q2. Q1.tell me about your self ? Q2.which language you do perfect? C/Java Q3.Tell me Some project Details? Q4.what is Your aim in your life? Q5.whats your father doing?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic cognitive, logical, verbal and then advance

Round 2 - Coding Test 

1 easy code- you can easily solve 1st code
2nd hard code-if you solve this you will get digital profile

Round 3 - Technical 

(2 Questions)

  • Q1. As i was selected for digital this interview was bit hard
  • Q2. C questions sql questions java oops concepts about project

Interview Preparation Tips

Interview preparation tips for other job seekers - do your best , brush up dsa and oops concepts and also project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

This is a basic test where you will be asked to solve logical and reasoning questions. Pseudo codes and some basic programs.

Round 2 - Technical 

(4 Questions)

  • Q1. They will ask about the programming language that we know well. Be prepared everything about the specific programming language. And last but not least if you had done any projects be prepared on that as we...
  • Q2. What is Object-oriented programming?
  • Ans. 

    Object-oriented programming is a programming paradigm that organizes code into objects that interact with each other.

    • Encourages modular and reusable code

    • Focuses on data and behavior encapsulation

    • Supports inheritance and polymorphism

    • Examples: Java, C++, Python

  • Answered by AI
  • Q3. What is encapsulation?
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation is a fundamental principle of object-oriented programming.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data and methods within a class, we can control access to them.

    • Encapsulation improves code maintainability and reusability.

    • Example: A class with private ...

  • Answered by AI
  • Q4. Program to find prime number
  • Ans. 

    Program to find prime number

    • A prime number is a number greater than 1 that has no positive divisors other than 1 and itself

    • To check if a number is prime, iterate from 2 to the square root of the number and check if it divides the number evenly

    • If the number is divisible by any number in the range, it is not prime

    • Optimization: Only iterate up to the square root of the number, as factors repeat after that

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions like Tell me about yourself, strengths and weakness, will you be able to relocate, any challenges faced, participated in any challenges.

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Trainee interview:
  • OOPS
  • Java
  • HTML
  • CSS
  • SQL
Interview preparation tips for other job seekers - Just be confident and try to express that you are well versed with what you know.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1.c basic questions
  • Q2. 2.os concepts and linux concepts and for freshers they will check your communication skills
Round 2 - HR 

(1 Question)

  • Q1. Asked about relocation ,package discussion

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. Basic questions of java like core java , oops concepts
  • Q2. What is constructor
  • Ans. 

    A constructor is a special method that is used to initialize objects of a class.

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

    • They are called automatically when an object is created.

    • They can be used to set initial values for object properties.

    • Constructors can be overloaded to accept different parameters.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q3. How can we achieve multiple inheritance in java
  • Ans. 

    Multiple inheritance cannot be achieved directly in Java, but it can be simulated using interfaces or abstract classes.

    • Java does not support multiple inheritance of classes

    • Multiple inheritance can be achieved using interfaces or abstract classes

    • Interfaces allow a class to inherit from multiple interfaces

    • Abstract classes can provide partial implementation and can be extended by a single class

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good and I was selected in first attempt

Skills evaluated in this interview

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

I applied via campus placement at Sri Ramakrishna Institute of Technology, Coimbatore and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy basis aptitude questions like train and work

Round 2 - Coding Test 

C, Java, Python are the main language

Interview Preparation Tips

Topics to prepare for Accenture Software Trainee interview:
  • Problem Solving
Interview preparation tips for other job seekers - No back off
All the best

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your technical skills and background?
  • Q2. What is the use of pointers?
  • Ans. 

    Pointers are variables that store memory addresses. They are used to manipulate data structures and improve program efficiency.

    • Pointers allow for dynamic memory allocation

    • Pointers can be used to pass values by reference

    • Pointers can be used to create linked lists

    • Pointers can be used to access array elements

    • Example: int *ptr = # // stores address of num variable

    • Example: void swap(int *x, int *y) { int temp = *x; *x =...

  • Answered by AI
  • Q3. Difference between arrays and linkedlist?
  • Ans. 

    Arrays are fixed in size and contiguous memory while linked lists are dynamic and non-contiguous.

    • Arrays have constant time access to elements while linked lists require traversal.

    • Arrays are better for random access while linked lists are better for insertion and deletion.

    • Arrays use less memory overhead than linked lists.

    • Example: Array of strings - ['apple', 'banana', 'orange']

  • Answered by AI
  • Q4. Tell me about variables and its types?
  • Ans. 

    Variables are containers that store data values. There are different types of variables in programming.

    • Variables are declared using keywords like var, let, const.

    • Variables can store different types of data such as numbers, strings, booleans, objects, arrays, etc.

    • Variables can be global or local depending on where they are declared.

    • Variables can be reassigned with new values.

    • Examples: var age = 25; let name = 'John'; co

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't get disappointed for any reason

Skills evaluated in this interview

T-Systems ICT India Interview FAQs

How many rounds are there in T-Systems ICT India Software Trainee interview?
T-Systems ICT India interview process usually has 3 rounds. The most common rounds in the T-Systems ICT India interview process are Coding Test, Technical and HR.
What are the top questions asked in T-Systems ICT India Software Trainee interview?

Some of the top questions asked at the T-Systems ICT India Software Trainee interview -

  1. Differenece between Stack and h...read more
  2. Oops with real world exam...read more
  3. POLYMORPHISM and its ty...read more

Tell us how to improve this page.

T-Systems ICT India Software Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Consultant
1.1k salaries
unlock blur

₹10 L/yr - ₹42 L/yr

Consultant
1.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate Consultant
246 salaries
unlock blur

₹3.5 L/yr - ₹8.6 L/yr

SAP Basis Consultant
179 salaries
unlock blur

₹4 L/yr - ₹20 L/yr

Softwaretest Engineer
116 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare T-Systems ICT India with

IBM

4.0
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview