Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: 4 years og experience

Interview Questionnaire 

11 Questions

  • Q1. What is the difference between multi tasking, multi processing and multi programming operating systems with examples ?
  • Ans. 

    Multi tasking, multi processing, and multi programming are different approaches to managing tasks in an operating system.

    • Multi tasking allows multiple tasks to run concurrently on a single processor.

    • Multi processing involves multiple processors running tasks simultaneously.

    • Multi programming allows multiple programs to be loaded into memory and executed concurrently.

    • Examples of multi tasking operating systems include Wi...

  • Answered by AI
  • Q2. Tell me about memory allocation (stack vs. heap)?
  • Ans. 

    Memory allocation refers to the process of assigning memory to programs during runtime.

    • Stack allocation is done automatically and is limited in size.

    • Heap allocation is done manually and is larger in size.

    • Stack memory is used for local variables and function calls.

    • Heap memory is used for dynamic memory allocation.

    • Memory leaks can occur if heap memory is not properly managed.

  • Answered by AI
  • Q3. You have two threads one printing even numbers in order and other odd numbers. Design an algorithm so that it prints numbers in natural order?
  • Ans. 

    Use a shared variable and synchronization mechanisms to ensure natural order printing of numbers.

    • Create two threads, one for printing even numbers and the other for printing odd numbers.

    • Use a shared variable to keep track of the current number to be printed.

    • Implement synchronization mechanisms like locks or semaphores to ensure only one thread can access the shared variable at a time.

    • Each thread should check if it is i...

  • Answered by AI
  • Q4. Print a matrix in spiral order?
  • Ans. 

    Printing a matrix in spiral order

    • Start from the first element and print it

    • Move in a spiral order towards the center of the matrix

    • Repeat until all elements are printed

  • Answered by AI
  • Q5. Thread class and Runnable Interface?
  • Ans. 

    Thread class and Runnable Interface are used for multithreading in Java.

    • Thread class is a predefined class in Java that provides methods to create and control threads.

    • Runnable interface is used to define a task that can be executed by a thread.

    • Thread class implements Runnable interface.

    • Thread class provides more control over threads than Runnable interface.

    • Example: Thread t = new Thread(new MyRunnable()); t.start();

    • Exa...

  • Answered by AI
  • Q6. What’s the difference between a Linked List and an ArrayList and give me an example of when to use which?
  • Ans. 

    Linked List is a dynamic data structure while ArrayList is a static data structure.

    • Linked List is best for frequent insertion and deletion operations.

    • ArrayList is best for frequent access operations.

    • Linked List uses more memory than ArrayList.

    • ArrayList is faster than Linked List for accessing elements.

    • Use Linked List when you need to frequently add or remove elements from the list.

    • Use ArrayList when you need to frequen

  • Answered by AI
  • Q7. Questions of OS concepts?
  • Q8. A role play scenario was given. With a clear instruction on I don’t need to know the basis and the hypothetical assumption was presented. I was told that I was expected to respond to the given scenario, in...
  • Q9. Why are you interested in a career in investment banking?
  • Ans. 

    I am not interested in a career in investment banking.

    • I am more interested in a career in software development

    • I enjoy problem-solving and creating innovative solutions through coding

    • Investment banking does not align with my passion and skill set

  • Answered by AI
  • Q10. Why have you chosen to apply to J.P. Morgan?
  • Ans. 

    I have chosen to apply to J.P. Morgan because of their reputation, global presence, and opportunities for growth.

    • J.P. Morgan has a strong reputation in the financial industry.

    • They have a global presence with offices in multiple countries.

    • The company offers various opportunities for career growth and development.

    • J.P. Morgan is known for its innovative technology solutions in the financial sector.

    • I am impressed by their ...

  • Answered by AI
  • Q11. Have you ever made a mistake? Tell us about it?
  • Ans. 

    Yes, I have made a mistake in my previous project.

    • I underestimated the complexity of a task and ended up missing the deadline.

    • I failed to properly test a feature, resulting in a bug that affected user experience.

    • I accidentally deleted an important file without having a backup.

    • I misunderstood a requirement and implemented a feature incorrectly.

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 1

General Tips: Interview Process: Aptitude test, followed by 3 rounds of interview. Interview process was very good. Just be positive to clear the interview.
Check this link before appearing for interview with JP Morgan. It will help  -----
Skills: Algorithm, Data structure, Stack
College Name: Na

Skills evaluated in this interview

Business Analyst Interview Questions & Answers

Citicorp user image Bhargava Excalibur

posted on 30 Aug 2015

Interview Questionnaire 

9 Questions

  • Q1. Tell me about your education background
  • Ans. 

    I have a Bachelor's degree in Business Administration and a Master's degree in Finance.

    • Bachelor's degree in Business Administration

    • Master's degree in Finance

  • Answered by AI
  • Q2. Explain one of your internships or project
  • Q3. Do you want to ask any question?
  • Q4. Estimate the number of atm in India
  • Ans. 

    There are approximately 200,000 ATMs in India.

    • As of March 2021, there were around 200,000 ATMs in India.

    • The number of ATMs in India has been steadily increasing over the years.

    • ATMs are operated by various banks and financial institutions in India.

    • The Reserve Bank of India regulates the functioning of ATMs in the country.

  • Answered by AI
  • Q5. Explain me about the internships followed by many questions
  • Q6. Why are you going for analytics though you have graduated from mining engineer
  • Ans. 

    Analytics offers a diverse range of career opportunities and aligns with my interests and skills.

    • Mining engineering and analytics share common skills such as data analysis and problem-solving.

    • Analytics offers a wider range of industries to work in, including finance, healthcare, and technology.

    • I have taken courses in data analytics and found it to be a fascinating field with endless possibilities.

    • I believe that my back...

  • Answered by AI
  • Q7. Why not Ph.d
  • Ans. 

    Ph.D not necessary for Business Analyst role

    • Ph.D is not a requirement for a Business Analyst role

    • Experience and skills are more important than a Ph.D

    • A Ph.D may not provide practical business knowledge

    • A Ph.D may not align with the goals of a Business Analyst role

  • Answered by AI
  • Q8. Why citi
  • Ans. 

    Citi is a leading global bank with a strong reputation for innovation and customer service.

    • Citi has a strong global presence with operations in over 160 countries

    • Citi is known for its innovative approach to banking, including its mobile app and digital banking services

    • Citi has a strong reputation for customer service, consistently ranking highly in customer satisfaction surveys

    • Citi offers a wide range of financial prod...

  • Answered by AI
  • Q9. Do you need to ask me anything

Interview Preparation Tips

Round: Test
Experience: The quantitative part is relatively easy, it is for testing the speed and accuracy, there are two math cases given the exam but they were also comparatively easy based on probability and statistics
Tips: In the math cases it is very important to analyse the result after solving it. that is what makes the difference because almost every one solves it
Duration: 30 minutes
Total Questions: 22

Round: Interview
Experience: The guy was one of the vice presidents in the firm. He seemed pretty cool.
They will make you more comfortable and they want you answer the questions.
Tips: Do not try to babble about all the courses that you have taken just brief him your specialization, projects and internships.

Try to explain an intern or project related to the position and be sure about what you are explaining these guys are technically very sound.

Try not to ask the bland questions like what are the opportunities at Citi , what is the vertical hierarchy in the firm. This is not an hr question and this is a trap. Ask him about the plunging profits or gains or what is citi's strategy to hold its position in certain countries. This will give him the impression that you did prepare for the interview.

Round: Interview
Experience: This was a mix of stress +guesstimate+ technical interview.
This round went so much longer than the first round. Some times they may ask an irrelevant question just to see how you react to it. In this round they have asked me everything about the projects and internships. As I told you they were technically sound they will track you up to every minute detail of the project. They have also asked many situation type questions. They have asked me about my high CGPA and why not a Ph.D.
Tips: Try to be as much cool as possible in this interview do not show a blank face to the interviewers when they have asked something from your CV. In the situation type questions try to relate those situations to something on your CV and then tell them how you have solved it. And you must be a master of your CV you must be able to answer about a particular graph or result from your project even during sleep. they shoot a lot of questions at you and answer them as appropriately as you can. Be sure to know what your strengths and weakness are. do not try to disguise your weakness as a strength, they will find out that you are trying to fake, they have seen thousand of candidates like you.

Round: Interview
Experience: I had a friendly chat with the HR to begin with as he was asking about my surname and stuff. the interview went on for 15-20 mins of the phone. here you need to really explain about why you are interested in citi and why you are into analytics
Tips: Follow the same tips mentioned in the third round.

General Tips: Be thorough with your projects and internships and do not try to fake the technical details
Skill Tips: Good technical knowledge is required and taking statistics courses would really help
Skills: Speed, Accuracy, Analytical ability, Stress handling, statistical methods basics, reasoning
College Name: IIT KHARAGPUR
Motivation: Nice work life balance and growth in the firm and the firms stability

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 

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

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 

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 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

Interview Preparation Tips

Round: Resume Shortlist
Experience: The resume was as per the norms of our institute’s placement office. One should mention only relevant points in the resume because if they ask you something from the resume and you are unable to answer then they will reject you bluntly.

Round: Test
Experience: In the written test the questions asked were mainly aptitude based. The company had sent us some sample question papers before the written test. The questions in the test appeared from those sample papers only. Most of the questions were tricky – questions were framed in a very lengthy manner and the answers or the data required to solve the question was hidden in the last few lines. Many students wasted their time analysing such questions completely. Out of the 80 odd students who appeared for the test only 11 qualified for the next round.

Round: Technical Interview
Experience: In the technical interview he asked me whether I knew programming, I replied in the negative. He asked me to suggest an algorithm to a problem. The problem was based on swapping of numbers. At first I gave a very bland reply. The interviewer wasn’t convinced by my reply and gave me another opportunity to explain me the process. This time I managed to answer appropriately. The interviewer then enquired about my internship and my projects.

Round: HR Interview
Experience: The HR interview was taken by some top company official. He asked me to narrate any challenging incident in my life that I had to struggle through to emerge out of it. One important thing to note here is that your CGPA would speak for you – if you have a good CGPA half the battle is won.

College Name: IIT ROORKEE
Motivation: TCS recruits a large number of students from various colleges across the country. Knowing this fact beforehand I was not much interested in joining the company. I appeared for its process as a last resort. The company had organized a pre-placement talk. I attended the talk and before appearing for the first round I went through the brochure that was given out during the pre-placement talk.

You do not require any specific information regarding the company to ace the interviews or any questionnaire.
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 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. Related spring secur...read more
  2. Micro service rela...read more

Recently Viewed

SALARIES

Stock Holding Corporation of India

INTERVIEWS

TSYS|Total System Services

No Interviews

INTERVIEWS

TSYS|Total System Services

No Interviews

SALARIES

Stock Holding Corporation of India

No Salaries

INTERVIEWS

Stock Holding Corporation of India

No Interviews

INTERVIEWS

ANZ Operations & Technology

No Interviews

SALARIES

Stock Holding Corporation of India

REVIEWS

Stock Holding Corporation of India

No Reviews

INTERVIEWS

TSYS|Total System Services

No Interviews

REVIEWS

Stock Holding Corporation of India

No Reviews

Tell us how to improve this page.

TSYS|Total System Services Development Leader Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Citicorp Interview Questions
3.7
 • 567 Interviews
Wells Fargo Interview Questions
3.9
 • 566 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
3.9
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
View all
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