Upload Button Icon Add office photos

Filter interviews by

TSYS|Total System Services Senior Software Developer Interview Questions, Process, and Tips

Updated 10 Oct 2024

TSYS|Total System Services Senior Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Solid principles
  • Q2. OOPS concepts in c++
  • Ans. 

    OOPS concepts in C++ include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: creating new classes based on existing classes, allowing for code reuse

    • Polymorphism: ability for objects of different classes to be treated as objects of a common superclass

    • Abstraction: hiding complex implementation details and sh

  • Answered by AI
  • Q3. Multi threading and its implementation
  • Ans. 

    Multi threading is a programming concept where multiple threads run concurrently within a single process.

    • Multi threading allows for better utilization of CPU resources by running multiple tasks simultaneously.

    • Threads share the same memory space, which can lead to synchronization issues if not handled properly.

    • Examples of multi threading implementations include Java's Thread class, C#'s Task Parallel Library, and Python

  • Answered by AI
  • Q4. Diamond problem in c++
  • Ans. 

    Diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common base class.

    • Diamond problem can be resolved using virtual inheritance in C++.

    • Virtual inheritance ensures that only one instance of the common base class is inherited by the derived class.

    • Example: class A is inherited by classes B and C, then class D inherits from both B and C. Using virtual inheritance for class A re

  • Answered by AI
  • Q5. Types of inheritance and examples
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and multipath inheritance.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inher...

  • Answered by AI
  • Q6. Runtime and compile time polymorphism

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic C++ comcepts.

Skills evaluated in this interview

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

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.

Interview Questionnaire 

9 Questions

  • Q1. The technical round was followed by HR interview to save time
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a program to perform multiple tasks concurrently.

    • Multithreading allows for better utilization of CPU resources

    • It can improve program performance and responsiveness

    • Examples include running multiple downloads simultaneously or updating a GUI while performing a background task

    • Synchronization is important to prevent race conditions and ensure thread safety

  • Answered by AI
  • Q3. How is multithreading implemented in JAVA
  • Ans. 

    Multithreading in Java allows concurrent execution of multiple threads.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • The start() method is used to start a new thread, which calls the run() method.

    • Synchronization mechanisms like synchronized blocks and locks can be used to control access to ...

  • Answered by AI
  • Q4. Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain?
  • Ans. 

    No, Java does not support multiple inheritance. However, interfaces can inherit multiple interfaces.

    • Java does not allow a class to inherit from multiple classes.

    • This is because multiple inheritance can lead to ambiguity and conflicts.

    • However, a class can implement multiple interfaces in Java.

    • An interface can extend multiple interfaces, allowing for inheritance of multiple interfaces.

    • This is known as interface inheritan

  • Answered by AI
  • Q5. Difference between DO-WHILE & WHILE Loop
  • Ans. 

    DO-WHILE loop executes the code block at least once, while WHILE loop executes only if the condition is true.

    • DO-WHILE loop checks the condition at the end of the loop

    • WHILE loop checks the condition at the beginning of the loop

    • DO-WHILE loop executes the code block at least once

    • WHILE loop may not execute the code block at all if the condition is false

  • Answered by AI
  • Q6. Rate urself on 1-10 scale
  • Ans. 

    I would rate myself as an 8 on a scale of 1-10.

    • I have a strong understanding of software development principles and practices.

    • I have experience working with multiple programming languages and frameworks.

    • I am skilled in problem-solving and debugging.

    • I have successfully delivered complex software projects in the past.

    • I continuously strive to learn and improve my skills.

  • Answered by AI
  • Q7. How wil you dispaly data of two tables? explain?
  • Ans. 

    Display data of two tables by joining them using a common column.

    • Use SQL JOIN statement to combine data from two tables based on a common column.

    • Choose the appropriate type of JOIN based on the relationship between the tables.

    • Specify the columns to be displayed in the SELECT statement.

    • Use aliases to differentiate between columns with the same name in both tables.

    • Apply any necessary filters or sorting to the result set.

  • Answered by AI
  • Q8. Why should i hire you
  • Q9. Why TCS

Interview Preparation Tips

Round: Test
Experience: If you are taking examination of both analytical and verbal part then you will get 10 minutes for verbal part first and then 80 minutes for analytical part. Even if you solve verbal part in less than 10 minutes the remaining time will not be added to your analytical part. Analytical part consists of 30 questions need to be solved within 80 minutes. You can easily navigate the question and exam environment is same as in TCS Open See Same. You will have an on screen calculator. You can also carry a calculator in examination hall. My suggestion is to carry your own calculator because on screen calculator will only waste your time.
Tips: You can refer Quantitative Aptitude by Arun Sharma : This is the book for a CAT aspirants. Believe me if you solve LOD 1 and LOD 2, you can easily crack the analytical round. This is the sole book I used while preparing for TCS. Here you will get each concept explained beautifully. Read all the theory and solve example problems also. Do not rely on Quantitative Aptitude by R. S. AGARWAL
Duration: 90 minutes
Total Questions: 50

Round: Technical Interview
Experience: I do not remember all the questions they asked me, but a few are as above. i hope it helps :)
Tips: In technical round you will be asked simple conceptual questions. Never ever show how smart you are because interviewer is smarter than you. Keep calm and be confident. If you do not know answer of any question, simply say no and do not proceed with half answers or wrong answer because they will trap you in your own answer.  In this round you will be asked question mostly from your CV. If you are a CSE/IT guy then never ever rely only on your CV. It entirely depends on the interviewer mind. If they do not see your resume then you will be asked question from any topic related to CSE/IT branch. So the idea is to prepare well for the subject and topic you have mentioned in your CV and also keep sound knowledge of other CSE/IT subjects.  This is what happened in my P. I. . They reviewed my resume but not even a single technical questions they asked related to the subjects or topics mentioned in my resume. So guys/gals be prepared and have a basic knowledge of important CSE/IT subjects ( Data Structure, DBMS, C/C++, JAVA, Operating Systems,  Software Engineering etc.) .   They do not go in depth of any subject and ask only basic questions.

General Tips: Keep trying ! :)
Skill Tips: NA
Skills: C programming basics, JAVA , DB, C++, OS basics
College Name: TERNA ENGINEERING COLLEGE
Motivation: TCS is the largest software company of India. It is the most admired company of India. Being an employee of TCS is what many dream. And getting into TCS is quite easy also. All that you need is your desire and work towards it.
Funny Moments: Yet to happen

Skills evaluated in this interview

Interview Questionnaire 

12 Questions

  • Q1. Basic c, c++, java questions
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a program to perform multiple tasks concurrently.

    • Multithreading allows for better utilization of CPU resources

    • It can improve program performance and responsiveness

    • Examples include running multiple downloads simultaneously or updating a GUI while performing a background task

    • Synchronization is important to prevent race conditions and ensure thread safety

  • Answered by AI
  • Q3. How multithreading is carried in java
  • Ans. 

    Java supports multithreading through the java.lang.Thread class and java.util.concurrent package.

    • Java threads are created by extending the Thread class or implementing the Runnable interface.

    • Threads can be started using the start() method.

    • Synchronization can be achieved using synchronized keyword or locks.

    • Java provides several classes and interfaces to support concurrent programming such as Executor, ExecutorService, F...

  • Answered by AI
  • Q4. Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain
  • Ans. 

    Java does not support multiple inheritance, but interfaces can inherit multiple interfaces.

    • Java does not allow a class to inherit from multiple classes, but it can implement multiple interfaces.

    • Interfaces can inherit from multiple interfaces using the 'extends' keyword.

    • For example, interface C can extend interfaces A and B: 'interface C extends A, B {}'

  • Answered by AI
  • Q5. Difference between Do – While and While loop.
  • Ans. 

    Do-While loop executes the code block once before checking the condition, while loop checks the condition first.

    • Do-While loop is used when the code block needs to be executed at least once.

    • While loop is used when the code block may not need to be executed at all.

    • Do-While loop is less efficient than While loop as it always executes the code block at least once.

    • Example of Do-While loop: do { //code block } while (conditi...

  • Answered by AI
  • Q6. How will you display data of two tables?
  • Ans. 

    Join the tables on a common column and display the combined data.

    • Identify the common column in both tables

    • Use JOIN statement to combine the tables

    • Select the columns to display

    • Apply any necessary filters or sorting

    • Display the data in a table or list format

  • Answered by AI
  • Q7. Explain. Difference between primary key and unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column.

    • Primary key cannot have null values, while unique key can have one null value.

    • A table can have only one primary key, but multiple unique keys.

    • Primary key is used as a foreign key in other tables, while unique key is not.

    • Example: Employee ID can be a primary key, while email address can be a unique key.

  • Answered by AI
  • Q8. Rate urself on 1 to 10 scale
  • Q9. Y r ur academics below 6.5cgpa
  • Q10. Y shud i hire u
  • Ans. 

    I have a strong background in software development, excellent problem-solving skills, and a passion for learning new technologies.

    • Extensive experience in programming languages such as Java, Python, and C++

    • Proven track record of delivering high-quality software solutions on time and within budget

    • Strong analytical and problem-solving skills, with the ability to quickly adapt to new technologies and frameworks

    • Excellent co...

  • Answered by AI
  • Q11. What r ur weaknesses
  • Q12. Can u work in nyt shifts if required

Interview Preparation Tips

Round: Test
Experience: have intrest in coding.. must know programming logics
Tips: be calm and attmpt evry question..

Round: Group Discussion
Experience: make sure you are prepared frequently asked topics.. speak honestly.. speak more herewich wil reflect ur confident but dont over do. also maintain the constant voice tone
Tips: be honest to urself.. dnt let ur imag go down

Round: Technical Interview
Experience: In technical round you will be asked simple conceptual questions. Never ever show how smart you are because interviewer is smarter than you. Keep calm and be confident. If you do not know answer of any question, simply say no and do not proceed with half answers or wrong answer because they will trap you in your own answer.  In this round you will be asked question mostly from your CV. If you are a CSE/IT guy then never ever rely only on your CV. It entirely depends on the interviewer mind. If they do not see your resume then you will be asked question from any topic related to CSE/IT branch. So the idea is to prepare well for the subject and topic you have mentioned in your CV and also keep sound knowledge of other CSE/IT subjects.  This is what happened in my P. I. . They reviewed my resume but not even a single technical questions they asked related to the subjects or topics mentioned in my resume. So guys/gals be prepared and have a basic knowledge of important CSE/IT subjects ( Data Structure, DBMS, C/C++, JAVA, Operating Systems,  Software Engineering etc.) .   They do not go in depth of any subject and ask only basic questions.
Tips: first clear ur basiic concepts.. n also have gr88 coding skills n logics for the same.

Round: HR Interview
Experience: being 100% honest wil help u clear dis easilyy n get thru IT.. since its da lasst round.. ALL DA VERY BEST GUYS :)

General Tips: be confident & well prepared
Skill Tips: Gain programming skills.. that help u clear all the 3 rounds successfully. Smile whenever possible.
Skills: Ability To Deal Diplomatically, positive outlook, hardworker
College Name: PIIT, PANVEL
Motivation: wear a SMILE always.. no matter wat happens
Funny Moments: yet to happen.. preparing for last sems now..

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. The tech intrview was followed by the hr interview
  • Q2. Basic question on c c++ java
  • Q3. Basics of os, oops, db
  • Q4. Basic of loops
  • Q5. Rate ur self
  • Q6. Wht rur hobbys, strength, weaknesses
  • Ans. 

    My hobbies include coding, reading, and playing video games. My strengths are problem-solving, attention to detail, and teamwork. My weaknesses are impatience and a tendency to overthink.

    • Hobbies: Coding, reading, playing video games

    • Strengths: Problem-solving, attention to detail, teamwork

    • Weaknesses: Impatience, tendency to overthink

  • Answered by AI
  • Q7. Why shud i hire u
  • Q8. Why tcs

Interview Preparation Tips

Round: Test
Experience: Written round consists of Analytical Test and Verbal Ability Test. TCS has various criteria for skipping Analytical Test. If you are a geek ( in top five of a few stream like CSE/IT/ECE/EE/Mechanical ) then you will be allowed to skip the Analytical round. Also if you have at least 75% aggregate in 10th and 12th  and a minimum percentage marks in college ( This is set by TCS and varies from college to college, May be 8.5 pointer or 7.90 or as desired by TCS )   then you can skip analytical round. TCS is continuously changing its placement process so prepare for the worst and do not pretend that you can skip the analytical round even if you are a geek.
Tips: be well pprepared on ur side....
Duration: 90mins minutes
Total Questions: 50

Round: Technical Interview
Experience: be confident while answering.. listen carefuly every question
Tips: dont misinterprete the interviewer. be good listener and also honest

General Tips: be cool n prepare for the test
Skill Tips: develop ur communication skills
Skills: basic programming skills, basic coding logics, develop logical thinking
College Name: PIIT, PANVEL
Motivation: always share ur problems n clr ur concepts
Funny Moments: yet to happen.. preparing fr 8th sem.. i hope i do well der

Interview Questionnaire 

10 Questions

  • Q1. This round was followed by the HR interview
  • Q2. Tel mi abt urself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • Graduated with a degree in Computer Science

    • Worked on multiple projects using Java and Python

    • Familiar with Agile methodology

    • Strong problem-solving skills

    • Constantly learning and improving

  • Answered by AI
  • Q3. Ur strengths weaknesses
  • Q4. What is multithreaing
  • Ans. 

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

    • Multithreading improves performance by utilizing idle CPU time.

    • Threads share the same memory space, allowing for efficient communication.

    • Examples include web servers handling multiple requests and video games rendering graphics while processing user input.

  • Answered by AI
  • Q5. How it is implemented in java
  • Ans. 

    The question is asking about how a specific implementation is done in Java.

    • Explain the implementation details of the specific feature or functionality in Java

    • Provide code examples if applicable

    • Discuss any relevant libraries or frameworks used in the implementation

  • Answered by AI
  • Q6. Diff betn while & do while loop
  • Ans. 

    While loop executes only if the condition is true, do-while loop executes at least once before checking the condition.

    • While loop checks the condition first, then executes the code block

    • Do-while loop executes the code block first, then checks the condition

    • While loop may not execute at all if the condition is false initially

    • Do-while loop always executes at least once before checking the condition

  • Answered by AI
  • Q7. Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain?
  • Ans. 

    No, Java does not support multiple inheritance. However, interfaces can inherit multiple interfaces.

    • Java does not allow a class to inherit from multiple classes, which is known as multiple inheritance.

    • However, a class can implement multiple interfaces, which is known as multiple interface inheritance.

    • By implementing multiple interfaces, a class can inherit the abstract methods defined in those interfaces.

    • For example, c...

  • Answered by AI
  • Q8. How will you display data of two tables? Explain
  • Ans. 

    To display data of two tables, we can use JOIN operation in SQL.

    • Identify the common column(s) between the two tables.

    • Use JOIN operation to combine the data from both tables based on the common column(s).

    • Choose the appropriate type of JOIN operation (INNER, LEFT, RIGHT, FULL) based on the requirement.

    • Use SELECT statement to display the required columns from the combined table.

    • Example: SELECT t1.column1, t2.column2 FROM ...

  • Answered by AI
  • Q9. Diff betn primary & unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column.

    • Primary key is a column or set of columns that uniquely identifies each record in a table

    • Primary key cannot have null values

    • A table can have only one primary key

    • Unique key ensures that a column or set of columns have unique values

    • Unique key can have null values

    • A table can have multiple unique keys

  • Answered by AI
  • Q10. Rate urself on scale 1-10
  • Ans. 

    I would rate myself as an 8 on a scale of 1-10.

    • I have a strong understanding of software development principles and practices.

    • I have experience working with multiple programming languages and frameworks.

    • I am skilled in problem-solving and debugging.

    • I have successfully delivered complex software projects in the past.

    • I continuously strive to learn and improve my skills.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: If you are taking examination of both analytical and verbal part then you will get 10 minutes for verbal part first and then 80 minutes for analytical part. Even if you solve verbal part in less than 10 minutes the remaining time will not be added to your analytical part. Analytical part consists of 30 questions need to be solved within 80 minutes. You can easily navigate the question and exam environment is same as in TCS Open See Same. You will have an on screen calculator. You can also carry a calculator in examination hall. My suggestion is to carry your own calculator because on screen calculator will only waste your time.
Tips: develop programming skills, n clear ur basics first, also attnd all questions
Duration: 90mins minutes
Total Questions: 50

Round: Technical Interview
Experience: clear ur BASIC concepts.. all da besst !!!

General Tips: U can Do IT...
Skill Tips: think positive develop coding skills n u wl definetly clear all the rounds.
Skills: basic c programing skills, basic netwrking knowledge, coding logics
College Name: PIIT, PANVEL
Motivation: have faith in urself n u can achieve IT
Funny Moments: looking frwd to IT :)

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

TCS user image Shamika Gaokar

posted on 24 Sep 2015

Interview Questionnaire 

6 Questions

  • Q1. Why do you want to join TCS if you are from electronics?
  • Q2. Tell me about your background
  • Q3. Tell me about your hobbies
  • Q4. Are you open to relocation in any city?
  • Q5. How would you rate your C programming skill on a level of 0-5?
  • Ans. 

    4

    • Extensive experience in C programming

    • Proficient in writing efficient and optimized code

    • Familiar with memory management and pointers

    • Comfortable with low-level programming and system-level development

  • Answered by AI
  • Q6. Questions on Academic Projects

Interview Preparation Tips

Round: HR Interview
Experience: The interview went quite well. The usual questions of your background and hobbies were asked.
Tips: Do ask the interviewer a question when they ask if you have any questions in the end.

Round: Technical Interview
Experience: The interviewer was quite warm and friendly. She tried to make me feel comfortable before proceeding with technical questions.
Tips: Write your resume carefully as they ask about everything written on it.

Skills: C Programming
College Name: Vidyalankar Institute Of Technology

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. What all languages do you know?
  • Ans. 

    I know several programming languages including Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q2. Have you done any certification courses?
  • Ans. 

    Yes, I have completed a certification course in Java programming.

    • Completed Oracle Certified Associate, Java SE 8 Programmer certification

    • Attended a course on Advanced Java Programming at XYZ Institute

    • Certified in Agile Development Methodology

  • Answered by AI
  • Q3. Tell me something about TCS?
  • Ans. 

    TCS is a multinational IT services, consulting and business solutions organization.

    • Founded in 1968 by Tata Group

    • Headquartered in Mumbai, India

    • Operates in 46 countries

    • Provides services in areas such as IT, engineering, BPO, and consulting

    • Has over 469,000 employees worldwide

    • Listed among the top IT services companies globally

  • Answered by AI
  • Q4. What is your ambition?
  • Ans. 

    My ambition is to become a highly skilled software engineer and contribute to the development of innovative and impactful software solutions.

    • To continuously learn and improve my skills in software development

    • To work on challenging projects that push me to think creatively and outside the box

    • To collaborate with talented individuals and contribute to a team's success

    • To make a positive impact on society through the develo...

  • Answered by AI
  • Q5. Tell me something about yourself?
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for learning new technologies.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Proficient in programming languages such as Java and Python

    • Passionate about learning new technologies and staying up-to-date with industry trends

    • Strong problem-solving skills and ability to work in a team...

  • Answered by AI
  • Q6. Are you aware about TCS criteria?
  • Ans. 

    Yes, TCS has certain criteria for hiring software engineers.

    • TCS has a minimum academic requirement of 60% throughout the education.

    • They also have an age limit of 28 years for freshers.

    • TCS conducts a written test, technical interview, and HR interview during the hiring process.

    • They also have certain eligibility criteria for experienced professionals.

    • TCS also looks for candidates with good communication and interpersonal

  • Answered by AI
  • Q7. Tell me something about your family?
  • Ans. 

    My family is a close-knit group of individuals who support and care for each other.

    • My parents have been married for over 30 years.

    • I have two siblings, a younger brother and an older sister.

    • We enjoy spending time together, whether it's watching movies or going on vacations.

    • My family has always been supportive of my career aspirations.

  • Answered by AI
  • Q8. Any questions for me?
  • Ans. 

    Yes, what is the company culture like and what opportunities are there for professional development?

    • Ask about work-life balance

    • Inquire about mentorship programs

    • Ask about opportunities for attending conferences or training sessions

  • Answered by AI
  • Q9. What are your hobbies?
  • Ans. 

    I enjoy reading, hiking, and playing video games.

    • Reading: I love getting lost in a good book, especially science fiction and fantasy.

    • Hiking: I enjoy exploring new trails and challenging myself physically.

    • Video games: I like playing both single-player and multiplayer games, and I find it a great way to unwind after work.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Good. The interview was in the flow. I answered honestly what I know and what I dint knew.
Tips: Be preapared for anything. Be patient and confident while you speak. Work on communication skills almost daily

Round: HR Interview
Experience: Better then Technical
The panel was fantastic and made me feel home
I spoke very confidently there
Tips: Be the best and that will lead you to the organization

Skill Tips: Be honest thats all
Skills: Presence Of Mind, Attitude, Aptitude
College Name: Vidyalankar Institute Of Technology

TSYS|Total System Services Interview FAQs

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

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

  1. Multi threading and its implementat...read more
  2. Types of inheritance and examp...read more
  3. Diamond problem in ...read more

Tell us how to improve this page.

TSYS|Total System Services Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
TSYS|Total System Services Senior Software Developer Salary
based on 67 salaries
₹11.6 L/yr - ₹23 L/yr
33% more than the average Senior Software Developer Salary in India
View more details

TSYS|Total System Services Senior Software Developer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.2

Salary

4.2

Job security

4.2

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
515 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
284 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Software Engineer
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
102 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