Filter interviews by
I applied via Campus Placement
2 questions were asked. Questions were easy - one from graph and one from dp.
Multi-programming involves running multiple programs on a single processor, while multi-tasking involves running multiple tasks within a single program.
Multi-programming allows multiple programs to be loaded into memory and executed concurrently, switching between them to utilize processor time efficiently.
Multi-tasking allows a single program to perform multiple tasks simultaneously, such as running multiple threads o...
To delete the middle element of a linked list, find the middle element using slow and fast pointers, then remove it by adjusting the pointers.
Use slow and fast pointers to find the middle element
Adjust pointers to skip the middle element and connect the surrounding nodes
Free the memory of the deleted node
Yes, I am open to relocating for the right opportunity.
I am open to relocating for the right job opportunity.
I am willing to move to a new location if required for the job.
I am flexible and willing to relocate for the right position.
I want to join TCS because of its reputation for providing challenging projects and opportunities for growth.
TCS is known for its innovative projects in various industries.
I am impressed by TCS's commitment to employee development.
I believe TCS will provide me with a platform to enhance my skills and knowledge.
I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed in Mar 2024. There were 3 interview rounds.
2 questions were asked. Questions was easy from the topic graph and dp.
Multiprogramming involves running multiple programs on a single processor, while multitasking involves executing multiple tasks within a single program.
Multiprogramming allows multiple programs to be loaded into memory and executed concurrently, while multitasking involves switching between multiple tasks within a single program.
In multiprogramming, the operating system decides which program gets the processor's attent...
To delete the middle element of a linked list, find the middle element using slow and fast pointers, then remove it by adjusting the pointers.
Use slow and fast pointers to find the middle element
Adjust pointers to remove the middle element
Update the links to maintain the integrity of the linked list
Yes, I am open to relocating for the right opportunity.
I am open to relocating for the right job opportunity.
I am willing to consider relocation for the right position.
I am flexible and willing to move for the right role.
I want to join TCS because of its reputation for providing challenging projects and opportunities for growth.
TCS is known for its challenging projects which will help me enhance my skills
TCS offers opportunities for growth and career advancement
I admire TCS's reputation in the industry for delivering quality work
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual polymorphism is achieved through virtual functions in C++.
Virtual functions allow a function in a base class to be overridden in a derived class.
Example: Animal class with virtual function 'makeSound' overridden in Dog a
Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.
Create a base class with virtual functions
Create derived classes that override the virtual functions
Use pointers or references of the base class to call the overridden functions
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Developed a web application for managing inventory and sales for a retail store.
Used Angular framework to create a responsive and user-friendly interface.
Implemented features for adding, updating, and deleting products in the inventory.
Integrated with backend APIs to fetch real-time sales data and generate reports.
Utilized Angular Material for designing consistent UI components.
Angular is a popular front-end framework for building web applications. SPA stands for Single Page Application.
Angular is a front-end framework developed by Google for building dynamic web applications.
It uses TypeScript for building applications with components, services, and modules.
SPA is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA provid...
Lazy loading is a technique in web development where resources are loaded only when needed, improving performance.
Lazy loading helps reduce initial load time by loading resources on demand
It is commonly used in Angular for loading modules, components, or routes asynchronously
Lazy loading can improve user experience by speeding up page load times
RxJS is a library for reactive programming using Observables to handle asynchronous data streams.
RxJS stands for Reactive Extensions for JavaScript.
It allows you to work with asynchronous data streams and handle events.
Operators like map, filter, and mergeMap are used to manipulate and combine streams.
Subscriptions are used to listen to and react to changes in the data streams.
Example: Using RxJS to make HTTP requests
?? is the nullish coalescing operator, while ? is the optional chaining operator in Angular.
?? is used to provide a default value when a variable is null or undefined.
? is used to safely access nested properties of an object without causing errors.
Example: const name = person?.name; // safe access to 'name' property of 'person' object
Hackearth online coding test for 1 hour
Use sorting or heap data structure to find k largest elements in an array of strings.
Sort the array in descending order and return the first k elements.
Use a max heap data structure to efficiently find the k largest elements.
Examples: ['apple', 'banana', 'orange', 'kiwi'], k=2 -> ['orange', 'kiwi']
Remove duplicates from array of strings
Create a Set to store unique strings
Iterate through the array and add each string to the Set
Convert the Set back to an array to get the unique strings
Technology advantage or not
All aptitude topics,logical reasoning
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.
My approach to building basic logic skills involves practicing problem-solving exercises, breaking down complex problems into smaller parts, and seeking feedback to improve.
Practice problem-solving exercises regularly to strengthen logical thinking abilities.
Break down complex problems into smaller, more manageable parts to better understand the problem and find solutions.
Seek feedback from peers or mentors to identify...
posted on 4 Nov 2024
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
Design a RESTful API for CRUD operations on user resources.
Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations
Create endpoints like /users for listing all users, /users/{id} for specific user
Use status codes like 200 for success, 404 for not found, 400 for bad request
Implement authentication and authorization mechanisms for security
Include request and response body formats like JSON or XML
Interview experience
Operations Executive
251
salaries
| ₹1.2 L/yr - ₹5.5 L/yr |
Software Developer
145
salaries
| ₹2.1 L/yr - ₹11.9 L/yr |
Software Engineer
118
salaries
| ₹2.1 L/yr - ₹9 L/yr |
System Engineer
111
salaries
| ₹2 L/yr - ₹9.2 L/yr |
IT Manager
57
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Wipro
Amazon
TCS
Infosys