Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 86.8k Reviews

Filter interviews by

TCS Application Developer Interview Questions, Process, and Tips

Updated 23 Jun 2024

Top TCS Application Developer Interview Questions and Answers

  • Q1. What is software devlopement life cycle and why testing is done?
  • Q2. What is the difference between different kind of linux OS?
  • Q3. Difference between windows and linux and  which OS you prefer and why?
View all 28 questions

TCS Application Developer Interview Experiences

18 interviews found

Interview Questionnaire 

6 Questions

  • Q1. Explain software development life cycle
  • Ans. 

    Software development life cycle is a process of planning, designing, developing, testing, and deploying software.

    • SDLC is a framework that guides the development of software.

    • It involves several stages such as planning, designing, coding, testing, and deployment.

    • Each stage has its own set of activities and deliverables.

    • The stages are often iterative, meaning they may be repeated until the desired outcome is achieved.

    • Exam...

  • Answered by AI
  • Q2. Explain some DBMS queries(select,delete,insert,update,drop)
  • Ans. 

    DBMS queries are used to interact with a database. Common queries include select, delete, insert, update, and drop.

    • SELECT: Retrieves data from a database table

    • DELETE: Removes data from a database table

    • INSERT: Adds new data into a database table

    • UPDATE: Modifies existing data in a database table

    • DROP: Deletes an entire database table

  • Answered by AI
  • Q3. Simple questions on C programming ( what is Studio.h, preprocessor)
  • Ans. 

    Studio.h is a header file in C programming used for input/output operations.

    • Studio.h contains functions like printf() and scanf() for input/output operations.

    • Preprocessor directives like #define and #include are used to include the header file.

    • Studio.h is part of the standard C library and is included in most C compilers.

    • It is important to include the header file in your program if you plan to use input/output function

  • Answered by AI
  • Q4. Tell  something about yourself
  • Q5. Why TCS
  • Ans. 

    TCS is a leading global IT services company with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality IT solutions to clients worldwide.

    • TCS offers a wide range of services and solutions, including consulting, digital transformation, and business process outsourcing.

    • TCS has a strong focus on innovation and invests heavily in research and development.

    • TCS has ...

  • Answered by AI
  • Q6. What is your long term goal

Interview Preparation Tips

Round: HR Interview
Tips: At the they might ask to ask something from them , so i will suggest to better ask them any question.This will leave a good impression.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Q2. Condition - If given chance how will you control the traffic of Chennai
  • Q3. How you know bout TCS
  • Ans. 

    TCS is a global IT services and consulting company.

    • TCS stands for Tata Consultancy Services.

    • It is one of the largest IT services companies in the world.

    • TCS provides a wide range of services including software development, consulting, and business process outsourcing.

    • The company has a strong presence in various industries such as banking, healthcare, and retail.

    • TCS is known for its innovation and use of emerging technol...

  • Answered by AI
  • Q4. Simple questions based on final year project

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Application Developer Interview Questions Asked at Other Companies

asked in Fujitsu
Q1. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in Oracle
Q2. Minimum Cost to Connect All Points Problem Statement Given an arr ... read more
asked in Oracle
Q3. Remove the Kth Node from the End of a Linked List You are given a ... read more
asked in Oracle
Q4. Count Subsequences Problem Statement Given an integer array ARR o ... read more
asked in Oracle
Q5. Partition Equal Subset Sum Problem Given an array ARR consisting ... read more

Interview Questionnaire 

6 Questions

  • Q1. Questions based on final year projects
  • Q2. What is the difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for function overloading and templates.

    • C++ has a more complex syntax compared to C.

    • C++ has a standard library that includes many useful functions.

    • C++ is generally considered to be a more powerful language than C.

  • Answered by AI
  • Q3. Explain Java Virtual Machine
  • Ans. 

    Java Virtual Machine (JVM) is an abstract machine that enables a computer to run Java programs.

    • JVM is responsible for interpreting the compiled Java code and executing it on the computer.

    • It provides a platform-independent environment for Java programs to run on different operating systems.

    • JVM has several components such as class loader, bytecode verifier, and execution engine.

    • JVM memory is divided into different region...

  • Answered by AI
  • Q4.  What is inheritance and polymorphism explain with real time examples
  • Ans. 

    Inheritance is a way to create new classes based on existing classes. Polymorphism allows objects of different classes to be treated as if they were of the same class.

    • Inheritance allows a child class to inherit properties and methods from a parent class.

    • Polymorphism allows a method to be used with objects of different classes that share a common interface.

    • Example of inheritance: A car class can be inherited by a sports...

  • Answered by AI
  • Q5.  What is your strength and weakness with incident
  • Ans. 

    My strength is my ability to remain calm and focused during incidents. My weakness is that I can sometimes overanalyze situations.

    • Strength: Ability to remain calm and focused during incidents

    • Weakness: Tendency to overanalyze situations

    • Strength: Quick decision-making skills

    • Weakness: Difficulty in delegating tasks

    • Strength: Effective communication with team members

    • Weakness: Struggle with time management

  • Answered by AI
  • Q6. What extra curriculum you have been doing
  • Ans. 

    I have been actively involved in volunteering and participating in various clubs and organizations.

    • Volunteering at local animal shelter

    • Member of debate club and Model UN

    • Participated in community service projects with National Honor Society

    • Organized fundraising events for charity organizations

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Application Developer Interview Questions & Answers

user image Preethi Jennifer

posted on 11 Nov 2015

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between different kind of linux OS?
  • Ans. 

    Different Linux OS have different features, package managers, and user interfaces.

    • Linux distributions have different package managers, such as apt, yum, and pacman.

    • Some distributions are designed for specific purposes, such as Kali Linux for penetration testing.

    • User interfaces can vary greatly, with some distributions using GNOME, KDE, or Xfce.

    • Some distributions are more lightweight and optimized for older hardware, su

  • Answered by AI
  • Q2. What is cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It eliminates the need for physical servers and hardware, reducing costs and increasing scalability.

    • Examples include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
  • Q3. Few questions based on final year project

Interview Preparation Tips

Round: Technical Interview
Experience: They didn't asked much questions, only my real time projects was targeted.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

TCS interview questions for designations

 Java Application Developer

 (2)

 Assistant Application Developer

 (1)

 Mobile Application Developer

 (1)

 IOS Application Developer

 (1)

 Android Mobile Application Developer

 (1)

 Bilingual Application Developer

 (1)

 Fullstack Java Application Developer

 (1)

 Application Support Engineer

 (7)

Interview Questionnaire 

6 Questions

  • Q1. Give a detail description of final year project
  • Q2. What is software devlopement life cycle and why testing is done?
  • Ans. 

    Software development life cycle (SDLC) is a process followed to develop software. Testing is done to ensure quality and functionality.

    • SDLC is a process that includes planning, designing, coding, testing, and maintenance.

    • Testing is done to identify and fix defects, ensure functionality, and improve quality.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing can be m...

  • Answered by AI
  • Q3. Difference between windows and linux and  which OS you prefer and why?
  • Ans. 

    Windows and Linux are two different operating systems. I prefer Linux because of its open-source nature and flexibility.

    • Windows is a proprietary operating system developed by Microsoft, while Linux is an open-source operating system.

    • Linux is more flexible and customizable than Windows.

    • Linux is known for its stability and security.

    • Windows is more user-friendly and has better compatibility with software.

    • Examples of Linux...

  • Answered by AI
  • Q4. Give a introduction about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in marketing and sales.

    • I have over 10 years of experience in the marketing industry, working for both small startups and large corporations.

    • I have a proven track record of successfully implementing marketing strategies that have resulted in significant revenue growth.

    • I am skilled in market research, competitor analysis, and customer segmentat...

  • Answered by AI
  • Q5. Why your CGPA is low when compared to your school percentage
  • Ans. 

    My CGPA is lower than my school percentage due to various factors.

    • Different grading systems: CGPA is based on a different scale than school percentage.

    • Difficulty level: The subjects in college may be more challenging than in school.

    • Personal circumstances: I may have faced personal challenges that affected my academic performance.

    • Learning style: College may require different study techniques that I am still adapting to.

    • ...

  • Answered by AI
  • Q6. Can you work in the company for two years at a stretch

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

Interview Questionnaire 

5 Questions

  • Q1.  What is sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting is used to organize data for easier access and retrieval.

    • There are various sorting algorithms such as bubble sort, insertion sort, quicksort, etc.

    • Sorting can be done in ascending or descending order.

    • Examples of sorting include sorting a list of names alphabetically or sorting a list of numbers in numerical order.

  • Answered by AI
  • Q2. What is the difference between heap sorting and insertion sorting
  • Ans. 

    Heap sorting is a comparison-based sorting algorithm that divides the input into a sorted and an unsorted region, while insertion sorting builds the final sorted array one item at a time.

    • Heap sorting has a worst-case time complexity of O(n log n), while insertion sorting has a worst-case time complexity of O(n^2)

    • Heap sorting is not an in-place sorting algorithm, while insertion sorting is

    • Heap sorting is more efficient ...

  • Answered by AI
  • Q3.  What is type casting
  • Ans. 

    Type casting is the process of converting a variable from one data type to another.

    • It is also known as type conversion.

    • It can be done implicitly or explicitly.

    • Explicit type casting involves the use of casting operators.

    • Examples include converting an integer to a string or a float to an integer.

    • Type casting can lead to loss of data or precision.

  • Answered by AI
  • Q4. Describe types of inheritance
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • Single Inheritance: A derived class inherits from a single base class.

    • Multiple Inheritance: A derived class inherits from multiple base classes.

    • Multilevel Inheritance: A derived class is created from another derived class.

    • Hierarchical Inheritance: Multiple derived classes inherit from a single base class.

    • Hybrid Inheritance: Combinatio

  • Answered by AI
  • Q5. What is the  source code for doubly linked list
  • Ans. 

    The source code for doubly linked list is a data structure that contains nodes with pointers to the previous and next nodes.

    • Declare a node struct with data, prev, and next pointers

    • Create a head and tail pointer to the first and last nodes

    • Implement functions to add, remove, and traverse nodes

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience:  

General Tips: One should be well prepared with their final year project, and the extra curricular activities in which one was/ is involved in.
Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. What is the difference between window os and ubuntu
  • Ans. 

    Windows OS is a proprietary operating system developed by Microsoft while Ubuntu is a free and open-source operating system based on Linux.

    • Windows OS is more widely used in desktops and laptops while Ubuntu is popular among developers and servers.

    • Windows OS has a graphical user interface (GUI) while Ubuntu can be used with or without a GUI.

    • Windows OS has a larger selection of software and games available while Ubuntu h...

  • Answered by AI
  • Q2. What are the  advantages and disadvantages of open source software
  • Q3.  The use of 64 bit architecture
  • Ans. 

    64-bit architecture allows for larger memory addressing and faster processing speeds.

    • 64-bit architecture can address more memory than 32-bit architecture

    • 64-bit architecture can perform more calculations per clock cycle

    • 64-bit architecture is required for certain software applications, such as video editing or scientific simulations

  • Answered by AI
  • Q4. Different questions were asked on the basis of resume

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Q2. Are you willing to relocate
  • Q3. Are you aware of TCS 2 years bond
  • Q4. Getch() in C
  • Ans. 

    getch() is a function in C that reads a single character from the keyboard without echoing it.

    • getch() is defined in the header file.

    • It is commonly used to read single characters for menu selection or password input.

    • The character read by getch() is not displayed on the screen.

    • getch() is a blocking function, meaning it waits for user input before proceeding.

    • Example: char ch = getch();

  • Answered by AI
  • Q5. Polymorphism in java
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. In Java, it is achieved through method overriding and interfaces.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.

    • Interfaces allow for polymorphism by defining a set of methods that a clas...

  • Answered by AI
  • Q6. Difference between post and get methods of php
  • Ans. 

    POST and GET are HTTP methods used to send data to a server. POST is used to send data in the request body while GET sends data in the URL.

    • POST is more secure as it doesn't expose data in the URL

    • GET has a limit on the amount of data that can be sent

    • POST is used for submitting forms, uploading files, etc.

    • GET is used for fetching data from the server

    • Examples: POST - submitting a login form, GET - fetching search results

  • Answered by AI
  • Q7. Basic networking questions

Interview Preparation Tips

Round: HR Interview
Experience: ve done self analysis well
Tips: Be calm and composed

Round: Technical Interview
Experience: overall technical interview was fine.They dont go in deep and stick only to the basics.Make sure you know well the stuff you mention in your resume
Tips: Be absolutely confident of your basics

General Tips: Be confident and rest assured
Skills: Areas Of Interest, Basic C/C++
College Name: Vidyalankar Institute Of Technology
Motivation: Plethora of opportunities for freshers

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Application Developer interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are HR, Resume Shortlist and Technical.
How to prepare for TCS Application Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TCS. The most common topics and skills that interviewers at TCS expect are Application Development, Cobol, JCL, Javascript and Angular.
What are the top questions asked in TCS Application Developer interview?

Some of the top questions asked at the TCS Application Developer interview -

  1. What is software devlopement life cycle and why testing is do...read more
  2. What is the difference between different kind of linux ...read more
  3. Difference between windows and linux and  which OS you prefer and w...read more

Tell us how to improve this page.

TCS Application Developer Interview Process

based on 5 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more
TCS Application Developer Salary
based on 589 salaries
₹2.3 L/yr - ₹11.1 L/yr
44% less than the average Application Developer Salary in India
View more details

TCS Application Developer Reviews and Ratings

based on 42 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

2.8

Salary

4.5

Job security

3.8

Company culture

2.6

Promotions

3.4

Work satisfaction

Explore 42 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67.5k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
29k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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