Upload Button Icon Add office photos

Filter interviews by

TSYS|Total System Services Software Engineer2 Interview Questions and Answers

Updated 27 Jun 2022

TSYS|Total System Services Software Engineer2 Interview Experiences

1 interview found

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.

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What has been your experience with framework design and implementation?
  • Q3. What is the tech and languages you are comfortable with? Rate yourself on each.
  • Q4. What is your experience with finance?
  • Q5. What is TDD and BDD? What are the differences and which one do you prefer?
Round 2 - Technical 

(6 Questions)

  • Q1. Write a program to find the frequency of word in a sentence
  • Q2. Write a program to check if the sum of digits of.the given number is a prime number
  • Q3. Write an SQL query to get the second highest salary in the table
  • Q4. What is the difference between abstract class and interface? Give a use case for both.
  • Q5. Explain static and give it's use case.
  • Q6. Where are objects stored in memory?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly practice and study language of your choice
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. List and tuple difference
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List is defined using square brackets [], tuple using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and hybrid model discussion

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Asked questions on arrays

Round 2 - Technical 

(5 Questions)

  • Q1. Questions on databases
  • Q2. Questions on data structures
  • Q3. Questions on sql
  • Q4. Questions on projects
  • Q5. Questions on java
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Find the character with the maximum frequency
  • Ans. 

    Iterate through each character in the array of strings and keep track of the frequency of each character. Return the character with the maximum frequency.

    • Create a dictionary to store the frequency of each character

    • Iterate through each string in the array and then through each character in the string

    • Update the frequency count of each character in the dictionary

    • Return the character with the maximum frequency

  • Answered by AI
  • Q2. Valid parenthesis
Round 2 - Technical 

(1 Question)

  • Q1. Have you used Junit? What is the difference between SQl and NoSQl Databases? have you worked with Kafka? Kafka based questions. explain dockerization/ containerization. which java8 feature did you work wit...
  • Ans. 

    Yes, I have experience with Junit, SQL and NoSQL databases, Kafka, Dockerization, Java 8 features, stream() operations, and shell scripting in Unix.

    • I have used Junit for unit testing in Java projects.

    • SQL databases are relational databases that use structured query language for data manipulation, while NoSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.

    • I have work...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the most complex sql query you have written till date. Why did you use nested query to achieve your goal? explain the query. which join did you use in the query. have you implemented hashset? how w...
  • Ans. 

    The most complex SQL query involved nested queries for data manipulation. Used inner join. Implemented hashset and avoided trees due to their drawbacks.

    • Nested SQL query used for complex data manipulation

    • Inner join used for combining data from multiple tables

    • Implemented hashset for efficient data storage and retrieval

    • Avoided trees due to their drawbacks such as unbalanced structure and slower traversal times

  • Answered by AI
  • Q2. Find and replace words in a file using shell scripting. add an index in the beginning of each line in a file using shell scripting. what is multithreading? difference between single threaded and multithrea...
  • Ans. 

    Shell scripting for find and replace, adding index to lines, multithreading, hashmap vs hashtable, stack vs queue

    • Use sed command for find and replace in shell scripting

    • Use awk command to add an index at the beginning of each line in a file

    • Multithreading is the ability of a CPU to execute multiple threads concurrently

    • Single threaded means only one thread is executed at a time, while multithreaded allows multiple threads...

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

(1 Question)

  • Q1. Behavioral questions- tell me about yourself. do you have any questions for us?

Interview Preparation Tips

Topics to prepare for Fidelity Investments Software Engineer interview:
  • DSA
  • SQL
  • Shell Scripting
  • Kafka
Interview preparation tips for other job seekers - Depends on the team your interviewing with but I personally felt their interviews are un-structured. The questions were not based on my experience.

Skills evaluated in this interview

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

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

70 minutes 90 questions

Round 2 - Technical 

(2 Questions)

  • Q1. About oops few questions was asked
  • Q2. What is static in java and what is the difference between cpp and java
  • Ans. 

    Static in Java is a keyword used to create class-level variables and methods. Difference between cpp and java includes memory management, platform independence, and syntax.

    • In Java, 'static' keyword is used to create class-level variables and methods, while in C++, 'static' keyword is used to create variables with internal linkage.

    • Java has automatic memory management through garbage collection, while C++ requires manual...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is HTML and CSS?
  • Ans. 

    HTML and CSS are markup languages used for creating and styling web pages.

    • HTML stands for HyperText Markup Language and is used for structuring content on web pages.

    • CSS stands for Cascading Style Sheets and is used for styling the appearance of web pages.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for customization of colors, fonts, layout, and other visual aspects of a web...

  • Answered by AI
  • Q2. Operating Systems, DBMS, Python

Skills evaluated in this interview

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 Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Febonaci series in Kortin

Round 2 - Aptitude Test 

Math and Reasoning along with Puzzle

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

(2 Questions)

  • Q1. On demand video assessment that include questions to answer.
  • Q2. Games designed to test different ability.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dsa questions- medium level
  • Q2. Dsa questions - medium level

TSYS|Total System Services Interview FAQs

How many rounds are there in TSYS|Total System Services Software Engineer2 interview?
TSYS|Total System Services interview process usually has 3 rounds. The most common rounds in the TSYS|Total System Services interview process are Technical, Behavioral and HR.
What are the top questions asked in TSYS|Total System Services Software Engineer2 interview?

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

  1. Oracle collections and procedu...read more
  2. Ref cursors object types tun...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Citicorp Interview Questions
3.7
 • 564 Interviews
Wells Fargo Interview Questions
3.8
 • 563 Interviews
FIS Interview Questions
3.9
 • 481 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
View all
TSYS|Total System Services Software Engineer2 Salary
based on 40 salaries
₹8 L/yr - ₹15 L/yr
35% less than the average Software Engineer2 Salary in India
View more details
Senior Software Engineer
473 salaries
unlock blur

₹9.8 L/yr - ₹30 L/yr

Software Engineer
286 salaries
unlock blur

₹6.1 L/yr - ₹21 L/yr

Senior Associate Software Engineer
103 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Lead Software Engineer
102 salaries
unlock blur

₹18 L/yr - ₹39 L/yr

Senior Business Analyst
93 salaries
unlock blur

₹11.9 L/yr - ₹23 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