Upload Button Icon Add office photos

Filter interviews by

T-Systems ICT India Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top T-Systems ICT India Interview Questions and Answers

View all 44 questions

T-Systems ICT India Interview Experiences

Popular Designations

86 interviews 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

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Telecaller Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Typing Test 

(7 Questions)

  • Q1. How to developed for my company
  • Ans. I am developed for my company for working hard works
  • Answered Anonymously
  • Q2. What are the company future developed
  • Ans. I am working for teams vice next following hardworking
  • Answered Anonymously
  • Q3. I asking more the question for employed
  • Q4. What are the work for company?
  • Q5. Why are you not developed for office
  • Q6. Whta is work for company next level
  • Q7. What is connected to company
  • Ans. 

    Various stakeholders such as employees, customers, suppliers, investors, and the community are connected to the company.

    • Employees are connected through employment contracts and work relationships.

    • Customers are connected through purchases and interactions with the company's products or services.

    • Suppliers are connected through supply agreements and transactions.

    • Investors are connected through investments in the company's...

  • Answered by AI
Round 2 - Aptitude Test 

I will sharing my work developed

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing but developed for office

Telecaller Interview Questions asked at other Companies

Q1. 1.What is the Excel? Excel is a short cut method and easy to method 2.What is the vlookup? Vlookup is a mapping in the one file to another file 3.Tell me about cut, copy, paste? Cut: Ctrl+p Copy: Ctrl+c Paste: Ctrl+v File save: Ctrl+s 4.wha... read more
View answer (1)

Applications Engineer Interview Questions & Answers

user image Kalpesh CHAUDHARI

posted on 11 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Splunk features, kibana, ELK stack
  • Q2. Explain procedure and steps to solve data synchronisation issue in the database
  • Ans. 

    To solve data synchronisation issue in a database, follow these steps

    • Identify the source of the synchronization issue

    • Check for any network connectivity problems

    • Ensure that all databases are using the same time zone

    • Use database triggers to automatically update data

    • Implement a data synchronization tool or software

    • Perform regular data audits to identify discrepancies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good and interviewer join the call on time. Interviewer give proper idea about work culture and the roles and responsibilities of this position. Asked questions related to the project and work only not any random question.

Applications Engineer Interview Questions asked at other Companies

Q1. Missing NumberYou are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is ... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is application packaging
  • Ans. 

    Application packaging is the process of creating a deployable package containing all necessary files and configurations for an application.

    • Involves bundling all files, libraries, and dependencies required for an application to run

    • Ensures consistency and ease of deployment across different environments

    • Common tools used for application packaging include MSI, RPM, and Docker images

  • Answered by AI
  • Q2. Mai structure
Round 2 - One-on-one 

(1 Question)

  • Q1. Team handling process
Round 3 - HR 

(1 Question)

  • Q1. About salary discussion and they offered me 5 something

Interview Preparation Tips

Interview preparation tips for other job seekers - I waited for 3 months and finally everyone scolded me and said that we will not release the offer and told lies.

Infrastructure Engineer Interview Questions asked at other Companies

Q1. What type of ticketing tool was used in your previous organization?
View answer (1)

T-Systems ICT India interview questions for popular designations

 Consultant

 (21)

 Senior Consultant

 (10)

 Junior Consultant

 (3)

 SAP Basis Consultant

 (3)

 Senior Software Engineer

 (3)

 Software Engineer

 (3)

 Devops Consultant

 (2)

 SAP Security Consultant

 (2)

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

(2 Questions)

  • Q1. Technical skills related questions
  • Q2. Hands on / live coding
Round 2 - Technical 

(1 Question)

  • Q1. Deep knowledge checking for mentioned skill

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Get interview-ready with Top T-Systems ICT India Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Concrete class ?
  • Ans. 

    A concrete class is a class that can be instantiated, meaning it can be used to create objects.

    • Cannot be abstract

    • Can be instantiated

    • Can have concrete methods and properties

    • Example: class Car {}

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at T-Systems ICT India

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is procurement process?
  • Ans. 

    Procurement process is the series of steps involved in acquiring goods or services from external sources.

    • Identifying the need for goods or services

    • Requesting quotes or proposals from suppliers

    • Evaluating and selecting suppliers

    • Negotiating contracts and terms

    • Issuing purchase orders

    • Receiving and inspecting goods or services

    • Processing invoices and payments

  • Answered by AI
  • Q2. Tell me about Ethical procurement?
  • Ans. 

    Ethical procurement involves sourcing goods and services in a socially responsible and sustainable manner.

    • Ensuring suppliers adhere to labor laws and fair trade practices

    • Prioritizing environmentally friendly products and practices

    • Avoiding suppliers with a history of unethical behavior

    • Promoting diversity and inclusion in the supply chain

    • Regularly auditing suppliers to ensure compliance with ethical standards

  • Answered by AI
  • Q3. What are different types of purchase order & what is blanket PO?
  • Ans. 

    Different types of purchase orders include standard PO, blanket PO, contract PO, and planned PO.

    • Standard PO: Used for one-time purchases of goods or services.

    • Blanket PO: Used for multiple deliveries over a period of time, with a set total amount.

    • Contract PO: Used for long-term agreements with specific terms and conditions.

    • Planned PO: Used for recurring purchases based on predetermined schedules.

    • Example: A company may u...

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

(2 Questions)

  • Q1. What are your strengths and weakness?
  • Ans. 

    My strengths include strong leadership skills and strategic thinking. My weakness is that I can be overly critical of myself.

    • Strengths: strong leadership skills

    • Strengths: strategic thinking

    • Weakness: overly critical of myself

  • Answered by AI
  • Q2. What strength put different from others?
  • Ans. 

    My ability to think strategically and see the big picture sets me apart from others.

    • Strong strategic thinking skills

    • Ability to see the big picture

    • Proven track record of making impactful decisions

    • Effective problem-solving skills

    • Excellent communication and leadership abilities

  • Answered by AI

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (55)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mim process details
  • Q2. Incident management process
Round 2 - Behavioral 

(1 Question)

  • Q1. More about work experience i had

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise while answering

Top T-Systems ICT India Senior Consultant Interview Questions and Answers

Q1. How to run failed test cases in Testng? How to run specific set of test cases? How to run specific suite in maven?
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Procurement , skills, sap, contracts
Round 2 - Technical 

(1 Question)

  • Q1. Negotiation , purchase order, ethics, ptop
Round 3 - HR 

(1 Question)

  • Q1. Salary, notice period, hike

Procurement Specialist Interview Questions asked at other Companies

Q1. What is the first thing you consider when you are buying a product
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java & Android Basics
Round 2 - Technical 

(1 Question)

  • Q1. Kotlin Basics & some code snippets
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion about package and all

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)

T-Systems ICT India Interview FAQs

How many rounds are there in T-Systems ICT India interview?
T-Systems ICT India interview process usually has 2-3 rounds. The most common rounds in the T-Systems ICT India interview process are Technical, Resume Shortlist and HR.
How to prepare for T-Systems ICT India 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 T-Systems ICT India. The most common topics and skills that interviewers at T-Systems ICT India expect are Information Technology, Healthcare, Python, Logistics and Automotive.
What are the top questions asked in T-Systems ICT India interview?

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

  1. How to run failed test cases in Testng? How to run specific set of test cases? ...read more
  2. What are the benefits of using Bootstrap over others? Can you name alternatives...read more
  3. Architecture of Splunk in current org and how team is managing it, Any customiz...read more
How long is the T-Systems ICT India interview process?

The duration of T-Systems ICT India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

T-Systems ICT India Interview Process

based on 36 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 54 T-Systems ICT India interviews
Job Portal
Referral
Campus Placement
Company Website
Recruitment Consultant
31%
22%
9%
6%
6%
26% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all

T-Systems ICT India Reviews and Ratings

based on 819 reviews

3.8/5

Rating in categories

3.6

Skill development

4.1

Work-Life balance

3.6

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 819 Reviews and Ratings
SAP CPQ modeler

Pune

4-8 Yrs

Not Disclosed

Application Manager

Pune

5-8 Yrs

Not Disclosed

ServiceNow Architect

Pune

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
1.1k salaries
unlock blur

₹10 L/yr - ₹40.6 L/yr

Consultant
1.1k salaries
unlock blur

₹8 L/yr - ₹34 L/yr

Associate Consultant
222 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

SAP Basis Consultant
171 salaries
unlock blur

₹4 L/yr - ₹17.6 L/yr

Softwaretest Engineer
117 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare T-Systems ICT India with

IBM

4.1
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview