Upload Button Icon Add office photos

TSYS|Total System Services

Compare button icon Compare button icon Compare

Filter interviews by

TSYS|Total System Services Development Leader Interview Questions and Answers

Updated 9 Nov 2024

TSYS|Total System Services Development Leader Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Related spring security
  • Q2. Micro service related

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about TSYS|Total System Services?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

Development Leader Interview Questions Asked at Other Companies

Q1. Explain about react core concepts and flux architecture
Q2. How would you design an item inventory system for a shopping port ... read more
Q3. Write code to convert a Roman numeral to an integer.
Q4. Design an RTL Visa system.
Q5. What is Hibernate?

Interview Questionnaire 

1 Question

  • Q1. It was mostly about the instrument reference data and typical business analyst question about change management, BRD, Agile and technology we use.

I applied via Walk-in and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are your strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, be honest

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Very basic Java, spring and Angular questions
  • Q2. Difference between various Angular versions
  • Ans. 

    Angular is a popular JavaScript framework. Each version brings new features and improvements.

    • AngularJS (1.x) is the first version, now deprecated

    • Angular 2+ is a complete rewrite, with better performance and modularity

    • Angular 4+ introduced smaller bundle sizes and improved animations

    • Angular 5+ added support for progressive web apps and improved compiler

    • Angular 6+ introduced Angular Elements and improved the CLI

    • Angular 7...

  • Answered by AI
  • Q3. Serialization and volatile, transient

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very thorough with your basics

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  programming coding,OOPS concepts,selenium webdriver architecture and selenium methods, Api collections,BDD approach and maven build life cycle,Jenkins job configuration
  • Q2. Difference between string builder and string buffer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updating profile in naukri or other job portals ,keep preparing for interview questions for sdet role and qa automation profile,throughly know concepts on job description of companies

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Basic react
  • Q2. Basic javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the technology u use including all the basic stuff and technical names of it
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few DSA questions, questions about my projects and my resume. Also, since I specialise in python, if I could create an API using it. HR questions, hobbies, leadership experience...

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding the culture of J.P. Morgan Chase played a big role in passing the interview. The coding questions were easy/medium level. The interviewers were very friendly.

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Data warehousing concepts
  • Q2. Database optimization

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview over zoom due to pandemic. Technical interview was in depth.

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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 tips
Round 2 - Coding Test 

Springboot features
how to use property values
dependency injection
java core concepts
data structure questions

Round 3 - Coding Test 

Arrange 1 's and 0's in a given array

Round 4 - Behavioral 

(3 Questions)

  • Q1. Explain microservice pattern,
  • Ans. 

    Microservice pattern is an architectural style where an application is composed of small, independent services that communicate with each other.

    • Each service is responsible for a specific task or functionality

    • Services communicate with each other through APIs

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

    • Allows for greater flexibility, agility, and resilience

    • Examples include Netflix, Amazon, and Uber

  • Answered by AI
  • Q2. Explain logging implementation in microservice 12 factor details
  • Ans. 

    Logging in microservices follows 12 factor principles.

    • Each microservice should log to stdout or stderr

    • Logs should be treated as event streams and sent to a centralized log aggregator

    • Logs should be structured data in a common format like JSON or syslog

    • Logs should include contextual information like request ID, user ID, etc.

    • Logs should be stored and rotated automatically

    • Logs should be monitored for errors and anomalies

  • Answered by AI
  • Q3. Disadvantage of microservice

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for technical question, coding round. Algorithms based on data structure.

Skills evaluated in this interview

TSYS|Total System Services Interview FAQs

How many rounds are there in TSYS|Total System Services Development Leader interview?
TSYS|Total System Services interview process usually has 1 rounds. The most common rounds in the TSYS|Total System Services interview process are Technical.
What are the top questions asked in TSYS|Total System Services Development Leader interview?

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

  1. Micro service rela...read more
  2. Related spring secur...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 622 Interviews
Citicorp Interview Questions
3.7
 • 590 Interviews
HSBC Group Interview Questions
3.9
 • 512 Interviews
American Express Interview Questions
4.1
 • 388 Interviews
UBS Interview Questions
3.9
 • 352 Interviews
Morgan Stanley Interview Questions
3.6
 • 309 Interviews
Morningstar Interview Questions
3.9
 • 251 Interviews
FactSet Interview Questions
3.9
 • 217 Interviews
View all
Senior Software Engineer
492 salaries
unlock blur

₹18.2 L/yr - ₹32 L/yr

Software Engineer
321 salaries
unlock blur

₹11.2 L/yr - ₹20 L/yr

Lead Software Engineer
112 salaries
unlock blur

₹24.4 L/yr - ₹39 L/yr

Software Developer
109 salaries
unlock blur

₹18.3 L/yr - ₹32 L/yr

Senior Associate Software Engineer
108 salaries
unlock blur

₹13.5 L/yr - ₹24.3 L/yr

Explore more salaries
Compare TSYS|Total System Services with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Citicorp

3.7
Compare
write
Share an Interview