i
TCS
Filter interviews by
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
1 hr test with mcq and coding snippet
Pointers are variables that store memory addresses of other variables in C programming language.
Pointers are used to manipulate data structures like arrays, linked lists, and trees.
They can be used to pass values by reference to functions.
Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().
A linked list program is a data structure that stores a sequence of elements with pointers to the next element.
Create a Node class with a value and a next pointer
Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes
Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);
Data structures are used to organize and manipulate data efficiently in various applications.
Data structures are used in databases to store and retrieve data quickly.
In computer graphics, data structures are used to represent geometric objects.
Data structures are used in algorithms such as sorting and searching.
In networking, data structures are used to represent network packets and routing tables.
Data structures are u...
Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Repeat until the entire array is sorted
Cloud computing is widely used in various industries for data storage, processing, and analysis.
Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.
Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.
Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
To add a new server in Spring Boot, you need to exclude the default Tomcat dependency and add the desired server dependency.
Exclude the Tomcat dependency in the pom.xml file
Add the desired server dependency in the pom.xml file
Configure the server properties in the application.properties or application.yml file
Checking if a string is not null without using string != null.
Use string.IsNullOrEmpty() method
Use string.IsNullOrWhiteSpace() method
Use string.Compare() method to compare with an empty string
Use string.Length property to check if length is greater than 0
Yoda notation is a programming style where the order of a conditional statement is reversed.
Used to avoid null pointer exceptions
Improves readability for complex conditions
Example: if ('red' === color) instead of if (color === 'red')
Convert a List of employees into a Map of Employees with ID as the key.
Create an empty Map
Iterate through the List of employees
For each employee, add a key-value pair to the Map with ID as key and employee object as value
I applied via Job Portal and was interviewed in Dec 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.
posted on 23 Feb 2022
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
Medium label coding questions and some MCQ questions related to IT
posted on 25 Aug 2023
I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.
Analytical, reasoning, quantitative
posted on 20 Nov 2021
I applied via Referral and was interviewed in Oct 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.
Networking is the practice of connecting devices together to share resources and information.
Networking involves the use of hardware and software to connect devices together.
It allows for the sharing of resources such as printers and files.
Networking also enables communication between devices, such as sending emails or accessing websites.
Examples of networking technologies include Ethernet, Wi-Fi, and Bluetooth.
We used a variety of technologies including Java, Spring Boot, React, and MySQL.
Java was used for the backend development
Spring Boot was used to create RESTful APIs
React was used for the frontend development
MySQL was used as the database management system
Server and client are two entities in a client-server architecture where the server provides services to the client.
Server is a computer program or device that provides services to other computer programs or devices, known as clients.
Client is a computer program or device that requests services from a server.
Examples of servers include web servers, mail servers, and file servers.
Examples of clients include web browsers
Interview experience
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
67.5k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.3k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.9k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
29k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture