Upload Button Icon Add office photos

Filter interviews by

TSYS|Total System Services Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top TSYS|Total System Services Interview Questions and Answers

View all 41 questions

TSYS|Total System Services Interview Experiences

Popular Designations

64 interviews found

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 Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Since it was a face-to-face coding round I was asked questions related to Array, LinkedList

Round 2 - Technical 

(3 Questions)

  • Q1. Asked questions based on the projects that I did during my college.
  • Q2. Basic aptitude questions were asked.
  • Q3. Questions related to core Java was asked.

Interview Preparation Tips

Topics to prepare for TSYS|Total System Services Associate Software Engineer interview:
  • Java
  • Data Structures
  • Algorithms
  • J2Ee
  • springboot
  • Spring Framework

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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 Jul 2022. There were 6 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 

Simple aptitude test ............

Round 3 - Coding Test 

3 question leetcode medium .......

Round 4 - Technical 

(1 Question)

  • Q1. Basic programming based questions
Round 5 - Technical 

(1 Question)

  • Q1. Project based questions
Round 6 - HR 

(1 Question)

  • Q1. Basic personal questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different SQL joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one match in both tables

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table

    • FULL JOIN: Returns rows when there is a match in one of the tables

    • CROSS J...

  • Answered by AI
  • Q2. What are CODS rule
  • Ans. 

    CODS rule is a troubleshooting method used in technical support to identify and resolve issues.

    • CODS stands for Cause, Observation, Diagnosis, Solution.

    • It helps technical support engineers systematically identify the root cause of a problem and provide a solution.

    • By following the CODS rule, engineers can efficiently troubleshoot and resolve technical issues.

    • Example: If a customer reports slow internet connection, the en...

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

(1 Question)

  • Q1. Different Questions Related to project development
Round 3 - HR 

(1 Question)

  • Q1. Personal Questions to judge the interest level,salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic English test to understand the listening ability

Round 2 - One-on-one 

(2 Questions)

  • Q1. Information about the previous organisation.
  • Q2. Some information about incident management.

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Operations Analyst Interview Questions asked at other Companies

Q1. What is the entry of interest received in advance?
View answer (10)

TSYS|Total System Services interview questions for popular designations

 Senior Software Engineer

 (7)

 Software Engineer

 (3)

 Sdet

 (3)

 Operations Analyst

 (2)

 Project Manager

 (2)

 Software Developer

 (2)

 Business Analyst

 (2)

 Fraud Analyst

 (2)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Past experience queries and some tech questions related to past projects
Round 2 - Technical 

(1 Question)

  • Q1. Some mainframe, CIBIL and db2 questions
Round 3 - HR 

(1 Question)

  • Q1. General questions

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Get interview-ready with Top TSYS|Total System Services Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Test on HackerRank, Some MCQs related to programming concepts and 1 coding question (Leetcode Easy) level

Round 2 - Technical 

(1 Question)

  • Q1. Basic Programming Questions, Fundamentals of DBMS, OS and Basic DSA Questions
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Interviewers are generally helpful.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1st round more over related to java, spring boot, MySQL and data structures
Round 2 - Technical 

(1 Question)

  • Q1. This round is also having the same as first but more deep
Round 3 - HR 

(1 Question)

  • Q1. Nothing much strength and weakness type questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

I applied via Recruitment Consulltant

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. Related to your field
Round 3 - One-on-one 

(1 Question)

  • Q1. Date of joining, final salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the relevant information or knowledge
Round 1 - One-on-one 

(2 Questions)

  • Q1. The roud was good and required tech question.
  • Q2. More technical and towards analytical question
Round 2 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for more tech and behaviour question

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2023

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

I applied via Referral and was interviewed before Sep 2022. There were 8 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 - Coding Test 

Hackerrank coding test

Round 3 - Assignment 

It was a case study on application test plan and strategy.

Round 4 - Technical 

(1 Question)

  • Q1. On java, selenium, performance testing, security tesing and database queries.
Round 5 - Technical 

(1 Question)

  • Q1. On Java, Selenium, database, different testing tools and processes, devops, cloud.
Round 6 - Group Discussion 

Discussion on different approaches of testing, coding standards, test frameworks, different automation tools, devops and cloud.

Round 7 - HR 

(1 Question)

  • Q1. General discussion on relocation, company culture and work environments.
Round 8 - HR 

(1 Question)

  • Q1. Discussion on salary and joining date.

Interview Preparation Tips

Interview preparation tips for other job seekers - I waited for 2 months after applying for the job. Once I got the initial call, it took only 2 weeks to wrap up all the round of interviews and releasing offer letter. It was a nice experience.

TSYS|Total System Services Interview FAQs

How many rounds are there in TSYS|Total System Services interview?
TSYS|Total System Services interview process usually has 2-3 rounds. The most common rounds in the TSYS|Total System Services interview process are Technical, HR and One-on-one Round.
How to prepare for TSYS|Total System Services 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 TSYS|Total System Services. The most common topics and skills that interviewers at TSYS|Total System Services expect are Coding, Python, Linux, Agile and HR.
What are the top questions asked in TSYS|Total System Services interview?

Some of the top questions asked at the TSYS|Total System Services interview -

  1. What types of high and critical alerts have you handled, and what steps did you...read more
  2. What is the architecture of a Security Information and Event Management (SIEM) ...read more
  3. If needed, will you work on the older technology sta...read more
How long is the TSYS|Total System Services interview process?

The duration of TSYS|Total System Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TSYS|Total System Services Interview Process

based on 47 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Wells Fargo Interview Questions
3.9
 • 564 Interviews
Citicorp Interview Questions
3.7
 • 564 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Diebold Nixdorf Interview Questions
3.8
 • 45 Interviews
ACI Worldwide Interview Questions
4.2
 • 11 Interviews
Global Payments Interview Questions
4.1
 • 10 Interviews
View all

TSYS|Total System Services Reviews and Ratings

based on 488 reviews

4.1/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.9

Salary

3.8

Job security

4.1

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 488 Reviews and Ratings
Senior Software Engineer
515 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
284 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Software Engineer
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TSYS|Total System Services with

Fiserv

3.0
Compare

FIS

3.9
Compare

Global Payments

4.1
Compare

First Data Corporation

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