i
TCS
Filter interviews by
I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.
Use a HashSet to remove duplicates from an ArrayList of strings.
Create a HashSet and add all elements from the ArrayList to it.
Clear the ArrayList and then add all elements back from the HashSet.
I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.
A cookie is a small piece of data stored on the user's computer by the web browser, used to track user activity and personalize user experience.
Cookies are used to store user preferences, login information, and shopping cart items.
They help websites remember users and their preferences, making the browsing experience more personalized.
Cookies can also be used for tracking user behavior, such as analyzing website traffi...
Core java, servlet ,jdbc
What people are saying about TCS
I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.
Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hash map uses hashing to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
TCS interview questions for designations
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
SAGA pattern is a design pattern used in microservices architecture to manage distributed transactions.
SAGA pattern breaks down a long-running transaction into a series of smaller, independent transactions.
Each step in the SAGA pattern is a separate service that communicates with other services through events.
If a step fails, compensating transactions are executed to rollback the changes made by previous steps.
Example:...
API stands for Application Programming Interface. It defines the methods and data formats that applications can use to communicate with each other.
API is a set of rules and protocols that allows different software applications to communicate with each other.
To secure an API, you can use authentication methods like OAuth, API keys, or JWT tokens.
Implementing encryption (HTTPS) and rate limiting can also enhance API secu...
I appeared for an interview in Aug 2023.
A simple program to print 'fizz' for multiples of 3, 'buzz' for multiples of 5, and 'fizzbuzz' for multiples of both.
Iterate through numbers from 1 to n.
Use modulo operator to check divisibility by 3 and 5.
Print 'fizz', 'buzz', or 'fizzbuzz' accordingly.
Yes, classes implementing an interface must implement interface methods.
Classes implementing an interface must provide concrete implementations for all methods declared in the interface.
Failure to implement all interface methods will result in a compilation error.
Interfaces are used to define a contract that implementing classes must adhere to.
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
I am open to discussing salary based on the responsibilities and requirements of the position.
I am flexible and open to negotiation.
I am looking for a competitive salary based on my skills and experience.
I would like to be compensated fairly for the value I can bring to the company.
I am interested in discussing the overall compensation package, including benefits and bonuses.
My family background is diverse and multicultural, with members from different countries and professions.
My parents are from different countries, which has exposed me to different cultures and languages.
My father is a doctor and my mother is an engineer, which has influenced my interest in both medicine and technology.
I have relatives who are teachers, artists, and entrepreneurs, which has broadened my perspective on v...
Looking for new challenges and growth opportunities.
Seeking a more challenging role to enhance my skills and knowledge.
Interested in working with new technologies and frameworks.
Want to be part of a dynamic and innovative team.
Desire for career growth and advancement.
Looking for a better work-life balance.
In 5 years, I see myself as a highly skilled Fullstack Java Developer, leading a team and working on complex projects.
Leading a team of developers
Working on complex projects
Continuously improving my skills
Contributing to the success of the company
I am a Fullstack Java Developer with experience in developing web applications using Java, Spring, and JavaScript.
I have a strong understanding of Java programming language and its frameworks like Spring and Hibernate.
I am proficient in front-end technologies like HTML, CSS, and JavaScript.
I have experience in developing RESTful APIs and working with databases like MySQL and MongoDB.
I am familiar with Agile development...
I applied via Approached by company and was interviewed in Dec 2021. There were 2 interview rounds.
Decorators in Angular are functions that allow you to modify or extend the behavior of classes or methods.
Decorators are used to add metadata to classes or methods in Angular applications.
They are prefixed with @ symbol and are followed by the decorator name.
Common decorators in Angular include @Component, @Directive, @Injectable, @Input, @Output, etc.
Decorators can be used for various purposes such as defining compone...
based on 4 interviews
Interview experience
based on 11 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.1k
salaries
| ₹5 L/yr - ₹16 L/yr |
AST Consultant
51.9k
salaries
| ₹8 L/yr - ₹25.4 L/yr |
Associate Consultant
30.4k
salaries
| ₹9 L/yr - ₹32 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹6 L/yr |
Amazon
Wipro
Infosys
Accenture