Upload Button Icon Add office photos

Filter interviews by

TSYS|Total System Services Sdet Interview Questions and Answers

Updated 30 May 2022

TSYS|Total System Services Sdet Interview Experiences

3 interviews found

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

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 ... read more
asked in Amazon
Q2. what happen between, when you enter a URL into a browser address ... read more
asked in InMobi
Q3. In a line where words are separated by spaces, , and capitalize f ... read more
Q4. Given a circular linked list containing sorted elements (int valu ... read more
asked in Amazon
Q5. how will you check that each page of amazon.com is having its log ... read more

Interview Questionnaire 

1 Question

  • Q1. 1. Array vs List Performance Comparison, Polymorphism, Delegation, MSTEST Attributes, Selenium basics

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Basic javascript.. closures,hoisting, es6 features etc
  • Q2. Prototype in JavaScript
  • Ans. 

    Prototyping in JavaScript allows for quick and easy creation of new objects and functions.

    • Prototyping allows for inheritance and sharing of properties and methods.

    • New objects can be created using the 'new' keyword and the prototype of an existing object.

    • Functions can also be prototyped to add new methods or properties.

    • Example: function Person(name) { this.name = name; } Person.prototype.greet = function() { console.log...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Show your finance and analytics background in the resume.

Round: Test
Experience: aptitude, same as cat exam

Round: HR Interview
Experience: They asked me about my interest, why do I want to join citicorp. I discussed current financial events like demonetisation, etc, its impacts. They asked some questions like today's dollar rate.

Round: Technical Interview
Experience: They asked me to discuss my internship work which I had written in my resume. They asked whether the work which I have done was used by my company.

Round: HR Interview
Experience: In this 3rd and final round, they asked me if I won't leave the job later if I get better better offer from somewhere else. They asked me whether I am happy with the compensation they are offering me.

College Name: IIT Madras

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Citi bank has to enter Indian Market where should it set up its offices?
  • Ans. 

    Citi bank should set up its offices in major cities like Mumbai, Delhi, and Bangalore.

    • Citi bank should consider the economic and political stability of the region.

    • The bank should also consider the availability of skilled workforce and infrastructure.

    • Major cities like Mumbai, Delhi, and Bangalore have a large customer base and a well-established financial sector.

    • Setting up offices in multiple cities can help the bank re...

  • Answered by AI
  • Q2. If I am(interviewer) a client will you(interviewee) give me credit card?

Interview Preparation Tips

Round: Test
Experience: 10 single correct questions, 10 CAT based questions, 5 data sufficiency questions, 2 subjective questions were asked.
Tips: All the objective questions were easy so everyone would have solved. Subjective questions were important for selecting candidates .Final solution for subjective questions are not important ,the way you approach is important.
Duration: 45 minutes

Round: Case Study Interview
Experience: Questioned on Resume points. A case study was given and the student has to analyse it.

Round: Case Study Interview
Experience: Case study question and brain teaser were asked. Brainteaser was an easy question.

Skill Tips: Mock interviews with friends and ready with all resume points of how to explain them each helps. Solved many case studies. Updated myself with latest news. I also read Wiki questions like how to get 3 wolnes, 2 men to other side of river?.
Skills: Soft skills, Case study solving ability
College Name: IIT MADRAS

Interview Questionnaire 

2 Questions

  • Q1. Why do you think this works? What are the drawbacks?
  • Ans. 

    This question is asking for an analysis of the effectiveness and drawbacks of a certain approach or solution.

    • The question is asking for an evaluation of why a particular approach or solution is effective.

    • The answer should also include an analysis of the drawbacks or limitations of the approach.

    • Examples and evidence should be provided to support the analysis.

    • The response should demonstrate critical thinking and the abil...

  • Answered by AI
  • Q2. Why Citi? Why not higher studies?

Interview Preparation Tips

Round: Test
Tips: Could use C/C++/Java to solve,
Duration: 120 minutes
Total Questions: 62

Round: Other Interview
Experience: Simple puzzles, Basic data structures and algorithms based question were asked.

Round: Other Interview
Experience: Asked about my Analytics intern – Explained some Text mining, machine learning techniques like Artificial Neural Networks. Also DDP and Projects – some Regression and Time Series Concepts.

Round: HR Interview
Experience: Basic HR and background check, Also Check if you are genuinely interested and will not leave the company.

General Tips: Talk to people, read stuff, find out what interests you. Decide a few areas and prepare for those. Take part in insti clubs, get to know new stuff.There are a number of free online video courses available like coursera, edX, etc. Have a look at these, pick up one or two, learn whenever you have time. If possible, even submit the assignments and give the quizzes. A programming language cannot be learned just by reading a book or watching videos. You have to practice and do somehands-on exercises.While preparing for Puzzles and coding questions, do not directly go to the solution, always make an attempt, scribble your thoughts on a piece of paper.Participate in competitions (for both core and non-core), you ll learn a lot through such experiences than what you learn from textbooks.
Skill Tips: Speak confidently and explain your projects in simple terms. Ask if they want further explanation, and only then talk about it in depth.
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Test conducted covered 12th class mathematics like probability, permutations and combinations, etc. 

Good knowledge of this subject was needed for clearing this round.Around 40 students were short-listed after this round.

Round: Case Study Interview
Experience: Questions asked were based on probability and optimization.

Round: Technical Interview
Experience: This round judged the candidate's knowledge on Data Analysis, General Awareness and other questions asked were resume-based.

Round: HR Interview
Experience: In this, a candidate were asked some random questions and questions regarding himself.

General Tips: Have a good practice on all the questions sent by BC.For every point mentioned in the resume, one should have a backup for that point.Read Newspapers (at least Economic Times) at least before 2 months.
Skill Tips: CAT preparation would definitely help (almost same topics as CAT).
Skills: Knowledge in Probability and Statistics., Basics in Operation Research (Optimization).
College Name: IIT MADRAS
Motivation: The company encourages entrepreneurial skills,enabling and empowering employees to take appropriate decisions. Those wanting to grow better as an entrepreneur should definitely apply here.

Interview Questionnaire 

3 Questions

  • Q1. Problem on Probability and Optimization
  • Q2. Questions based on Data Analysis, General Awareness and Resume-based questions
  • Q3. Basic HR Questions such as 'Tell me abour yourself.' and a few random questions

Interview Preparation Tips

Round: Test
Experience: It was basic 12th class maths such as probability, permutation andcombination and things,  and stuff such as data sufficiency where a question is provided with some data and you will be asked whether you will able to solve it or not with the help of given data.
Overall good experience, About 40 students were selected.
Tips: Prepare well the part of quantitative and analytical analysis in CAT's syllabus.

Round: Case Study Interview
Experience: It was a good round with questions mainly focused on probability and statistics, and optimization.
Tips: Basic knowledge of probability and statistics will do.

Round: Technical Interview
Experience: The round was a long one, with questions on data analysis and about current economic affairs in the world.
They also discussed about things mentioned in resume in detail.
Tips: 1. Be through with your resume with explanation for each point in mind.
2. Gather the knowledge about current affairs. Try to read newspapers such as The Economic Times for at least 2 months prior to interview.

Round: HR Interview
Experience: Questions were asked on ourselves to judge the personality and a few random questions as per HR.
Tips: Be prepared with questions such as:
1. Tell me about yourself.
2. Strengths and Weaknesses.
3. Why this company?
4. Why should you be hired?
 
And a few more of typical questions. Keep your mind open for anything.

General Tips: 1. Read newspapers such as The Economic Times for at least two months prior to interview.
2. Prepare well on basic maths especially topics covered in CAT.
3. Be through with points mentioned in resume with a ready explanation for each.
Skill Tips: Basic knowledge will do. Try to practice more.
And read more stuff.
Skills: Knowledge in Probability and Statistics, Basics in Operation Research (Optimization)., Quantitative aptitude.
College Name: IIT MADRAS

TSYS|Total System Services Interview FAQs

How many rounds are there in TSYS|Total System Services Sdet 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 Sdet interview?

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

  1. 1. Array vs List Performance Comparison, Polymorphism, Delegation, MSTEST Attri...read more
  2. from OOPS to everything about testi...read more
  3. Basic java questions were as...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 572 Interviews
Citicorp Interview Questions
3.7
 • 571 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.7
 • 292 Interviews
Morningstar Interview Questions
3.9
 • 243 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
BNP Paribas Interview Questions
3.8
 • 180 Interviews
View all
TSYS|Total System Services Sdet Salary
based on 18 salaries
₹6.1 L/yr - ₹20 L/yr
12% more than the average Sdet Salary in India
View more details
Senior Software Engineer
510 salaries
unlock blur

₹9.7 L/yr - ₹30 L/yr

Software Engineer
288 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Senior Associate Software Engineer
105 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Lead Software Engineer
103 salaries
unlock blur

₹18 L/yr - ₹39 L/yr

Senior Test Analyst
82 salaries
unlock blur

₹7.9 L/yr - ₹26.6 L/yr

Explore more salaries
Compare TSYS|Total System Services with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

American Express

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