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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Don't remember the questions
Round 3 - Technical 

(1 Question)

  • Q1. Don't remember the questions
Round 4 - HR 

(1 Question)

  • Q1. Don't remember the questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to learn about payments and it's processing before giving interview. Also, it's better to clarify small and big things with HR in the beginning itself before joining. Overall it's a good company compared to others.

Top TSYS|Total System Services Senior Software Engineer Interview Questions and Answers

Q1. Q. How to improve SQL performance
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Jun 2022

Round 1 - HR 

(1 Question)

  • Q1. General discussion about work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions about technology they are hiring for

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, interview was taken by us person. Do keep calm and be confident about to your answer. And have a good communication skills.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
TSYS|Total System Services Interview Questions and Answers for Freshers
illustration image

I applied via LinkedIn and was interviewed in Feb 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 

(1 Question)

  • Q1. Cyberkill chain Scenario based questions Tools you worked on Correlation Parsing SIEM architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - -Do your best
- asked basic question even it's for senior profile related to security domain
-scenario based questions
-about your previous wotk

Information Security Analyst Interview Questions asked at other Companies

Q1. What is vulnerability management? How do Vulnerability scanners work? What is OWASP top 10? What is SQL injection? How to mitigate SQLi attacks? What is XSS? How to mitigate XSS attacks? What is MITRE framework? What is Cyber-kill chain? Wh... read more
View answer (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 30 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Basic java questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interviews
Prepare for java and selenium

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

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)

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oracle collections and procedures
  • Q2. Ref cursors object types tuning
Round 2 - Behavioral 

(1 Question)

  • Q1. Work details, every routine, business details
Round 3 - HR 

(2 Questions)

  • Q1. About yourself, family details
  • Q2. What would you do if you get an offer from another organization during notice period?

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice collections and be confident. Keep the concepts clear. Easy interview.

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

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

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Explain Microservices architecture.
  • Ans. 

    Microservices architecture is an approach to software development where a large application is broken down into smaller, independent services.

    • Each service is responsible for a specific task or function

    • Services communicate with each other through APIs

    • Each service can be developed, deployed, and scaled independently

    • Allows for greater flexibility and agility in development

    • Examples include Netflix, Amazon, and Uber

  • Answered by AI
  • Q2. What is Sprint Velocity
  • Ans. 

    Sprint Velocity is the amount of work a team can complete during a sprint.

    • It is measured in story points or hours.

    • It helps the team to plan and forecast future sprints.

    • It is calculated by dividing the total number of story points completed by the number of sprints.

    • It can be used to identify areas of improvement and adjust team capacity accordingly.

  • Answered by AI
  • Q3. Various CI - CD tools that you have used.
  • Ans. 

    I have experience with Jenkins, GitLab CI/CD, and CircleCI.

    • Jenkins - widely used open-source CI/CD tool with a large plugin ecosystem

    • GitLab CI/CD - integrated with GitLab for seamless code management and deployment

    • CircleCI - cloud-based CI/CD platform with easy setup and integration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - TSYS interviews are mostly technical for this position, be prepared with the latest technology trends that you have used or have experience.

Skills evaluated in this interview

Technical Project Manager Interview Questions asked at other Companies

Q1. 1) What are Isolation levels in SQL? 2) What happens if same SP is modified by multiple users at same time, how do u capture the details of each user's changes? 3) What are ACID properties? 4) What are triggers & its types? 5) What is f... read more
View answer (1)

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Q. How to improve SQL performance
  • Ans. 

    Improving SQL performance involves optimizing queries, indexes, and server resources.

    • Optimize queries by reducing complexity and avoiding unnecessary joins

    • Use indexes to speed up data retrieval

    • Ensure server resources are adequate for the workload

    • Consider partitioning large tables to improve query performance

    • Use stored procedures to reduce network traffic and improve security

  • Answered by AI
  • Q2. Q.What is index,Trigger,Stored procedure
  • Ans. 

    Index, trigger, and stored procedure are database objects used to improve performance and automate tasks.

    • An index is a data structure that improves the speed of data retrieval operations on a database table.

    • A trigger is a set of instructions that automatically executes in response to certain events, such as an insert, update, or delete operation on a table.

    • A stored procedure is a precompiled set of SQL statements that ...

  • Answered by AI
  • Q3. Q.Define relationship in sql
  • Ans. 

    Relationship in SQL refers to the association between two or more tables based on common fields.

    • Relationships are established using foreign keys

    • Types of relationships include one-to-one, one-to-many, and many-to-many

    • Relationships can be visualized using ER diagrams

    • Joins are used to retrieve data from related tables

  • Answered by AI
  • Q4. Q.Define Class module in vba
  • Ans. 

    Class module is a custom object in VBA that allows you to define your own properties and methods.

    • Class modules are used to create custom objects in VBA

    • They allow you to define your own properties and methods

    • You can create instances of a class module and use them in your code

    • Class modules are useful for encapsulating complex logic and data

    • They can be used to create reusable code libraries

  • Answered by AI
  • Q5. Q.Objects in ms access
  • Ans. 

    Objects in MS Access are used to represent tables, forms, reports, and other database objects.

    • Objects are used to organize and manage data in MS Access.

    • Tables are the most basic object and store data in rows and columns.

    • Forms are used to display and edit data in a user-friendly way.

    • Reports are used to present data in a formatted and organized way.

    • Queries are used to retrieve and manipulate data from tables.

    • Modules are ...

  • Answered by AI
  • Q6. Q.What is Design view,Datasheet view in ms access
  • Ans. 

    Design view is used to create and modify database objects, while Datasheet view is used to view and edit data in tables.

    • Design view allows users to create and modify tables, queries, forms, reports, and macros.

    • Datasheet view displays data in a spreadsheet-like format and allows users to edit data directly.

    • Design view is used to set properties and define relationships between tables.

    • Datasheet view is used to sort, filte...

  • Answered by AI
  • Q7. Q. Describe joins and types in sql
  • Ans. 

    Joins are used to combine data from two or more tables in SQL. There are different types of joins.

    • Inner join returns only the matching rows from both tables

    • Left join returns all the rows from the left table and matching rows from the right table

    • Right join returns all the rows from the right table and matching rows from the left table

    • Full outer join returns all the rows from both tables

    • Cross join returns the Cartesian p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare practical question for sql

Skills evaluated in this interview

Top TSYS|Total System Services Senior Software Engineer Interview Questions and Answers

Q1. Q. How to improve SQL performance
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Linux troubleshooting scenario based questions, Terraform, Ansible
  • Q2. AWS cloud platform basic services related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 2 technical , 1 managerial round and then HR will call you for salary discussion. Total 4 rounds.

Linux System Administrator Interview Questions asked at other Companies

Q1. What are the causes of user not able to login application
View answer (9)

I applied via Referral and was interviewed before Dec 2021. There were 5 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 - Coding Test 

Mcq test java, xpath, selenium, sql by hackers rank.. Later saw it is happened to everyone.. My case it was happened.. 2020 nov

Round 3 - Technical 

(1 Question)

  • Q1. Same that every interview ask... But interviewer is good person
Round 4 - Behavioral 

(1 Question)

  • Q1. Managerial question, fews manual testing scenario.. I have asked many people about company review before joined about tsys but later experience not match as now global payment have acquired.. And we are me...
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion.. Not much as i already good lavel as i was before in oracle and they have bugat issue.. Hr told many things but all policy change.. Every thing depends manager but my case manager was n...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please take care if you are joining global payment.. It's not any more tsus system

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. From OOPS to everything about testing

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great experience , Interview process is easy going from some of the hackearth to technical rounds

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

REVIEWS

Stock Holding Corporation of India

No Reviews

REVIEWS

Stock Holding Corporation of India

No Reviews

REVIEWS

Stock Holding Corporation of India

No Reviews

INTERVIEWS

Brink's

No Interviews

INTERVIEWS

Loomis

No Interviews

SALARIES

Stock Holding Corporation of India

No Salaries

INTERVIEWS

SIS Prosegur Holdings

No Interviews

INTERVIEWS

Secure Value

No Interviews

DESIGNATION

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 490 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 490 Reviews and Ratings
Senior Software Engineer
480 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
284 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Software Engineer
103 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent