i
Tech Mahindra
Filter interviews by
I applied via Walk-in and was interviewed before Nov 2023. There were 3 interview rounds.
C data structure is a way to organize and store data in memory. Reversing a single linked list involves changing the direction of pointers to traverse the list in reverse order.
Define a struct Node with data and next pointer
Initialize three pointers prev, current, and next to NULL, head, and head->next respectively
Iterate through the list, updating pointers to reverse the list
Update head to point to prev at the end of
Fork is a system call in Unix-like operating systems that creates a new process by duplicating the existing process.
Fork is used to create a new process that is a copy of the calling process.
The new process created by fork has its own memory space and runs independently of the parent process.
Fork returns different values in the parent and child processes to distinguish between them.
Commonly used in creating multi-proce...
The project is a web application for managing inventory and sales in a retail store.
The project is built using a microservices architecture to ensure scalability and maintainability.
The front-end is developed using React.js, while the back-end is built with Node.js and Express.
The database used is MongoDB for storing product information and sales data.
Authentication and authorization are implemented using JSON Web Toke...
A socket is a communication endpoint that allows two processes to communicate with each other.
A socket is identified by an IP address and a port number.
Different socket calls include socket(), bind(), listen(), accept(), connect(), send(), and recv().
socket(): Creates a new socket.
bind(): Binds a socket to a specific IP address and port number.
listen(): Listens for incoming connections on a socket.
accept(): Accepts an ...
I applied via Accenture and was interviewed before Nov 2021. There were 3 interview rounds.
Easy regular aptitude tests question are there you can get it online sample questions
Cursor stored procedure is used to iterate through a result set. Different types of joins include inner, outer, left, right, and cross. Complex queries involve multiple tables and conditions.
Cursor stored procedure is used to fetch and process each row of a result set one at a time
Inner join returns only the matching rows from both tables
Outer join returns all the rows from one table and matching rows from the other ta...
I applied via Company Website and was interviewed in Dec 2024. There were 5 interview rounds.
An aptitude test is an assessment to measure a candidate mental aptitude/mental ability
A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.
Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
It included all aptitude
Contains all pseudo questions related to DSA
A class is a blueprint for creating objects in object-oriented programming.
Defines the properties and behaviors of objects
Can be used to create multiple instances of objects
Encapsulates data and methods within a single unit
An object is a self-contained entity that consists of data and methods to manipulate that data.
Objects are instances of classes in object-oriented programming.
They have attributes (data) and methods (functions) to operate on the data.
Objects can interact with each other through method calls.
Example: In a car simulation program, a 'Car' object may have attributes like 'color' and 'speed', and methods like 'accelerate' a
The login page is displayed when a user clicks on a webpage icon like Facebook by redirecting to a separate login page.
Clicking on the webpage icon triggers a redirect to the login page
The login page prompts the user to enter their credentials
After successful login, the user is redirected back to the original webpage
Object-oriented programming in Java involves creating classes, objects, inheritance, polymorphism, and encapsulation.
Classes are blueprints for objects, defining attributes and behaviors.
Objects are instances of classes, representing real-world entities.
Inheritance allows a class to inherit attributes and methods from another class.
Polymorphism enables objects to be treated as instances of their parent class.
Encapsulat...
I applied via campus placement at Indraprastha Institute of Information Technology (IIIT), Delhi and was interviewed in Nov 2024. There were 4 interview rounds.
First round was Aptitude which was quite easy
I am a software developer with 5 years of experience in Java and Python.
Experienced in Java and Python programming languages
Worked on developing web applications using Spring framework
Familiar with Agile development methodologies
I faced challenges with integrating third-party APIs and resolved them by thoroughly researching documentation and seeking help from colleagues.
Integrating third-party APIs required understanding complex documentation
Encountered issues with data formatting and authentication
Collaborated with team members to troubleshoot and find solutions
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I was interviewed in Dec 2024.
Microservice architecture is an approach to software development where a single application is composed of small, independent services that communicate with each other through APIs.
Each service is responsible for a specific function or feature of the application
Services are loosely coupled and can be developed, deployed, and scaled independently
Communication between services is typically done through lightweight protoc...
Steam API is a set of web APIs provided by Valve for accessing Steam's features and data.
Steam API allows developers to integrate Steam features such as user authentication, inventory management, and game statistics into their applications.
Developers can use Steam API to access information about games, users, achievements, and more.
Steam API provides endpoints for interacting with Steam's community features, such as us
Experienced team manager with a background in project management and leadership.
Over 5 years of experience leading teams in various industries
Skilled in project planning, delegation, and conflict resolution
Strong communication and interpersonal skills
Proven track record of meeting deadlines and exceeding goals
20 min for 1 round of interview
OOPs concepts are fundamental principles in object-oriented programming that help in organizing and managing code efficiently.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementati...
Multithreading allows multiple threads to run concurrently, improving performance and responsiveness.
Multithreading is used to execute multiple tasks simultaneously within a single process.
It can improve performance by utilizing multiple CPU cores efficiently.
Common multithreading libraries include Java's Thread class and C#'s Task Parallel Library.
Example: In a web server, multithreading can handle multiple client req...
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java and Python programming languages
Skilled in web development using HTML, CSS, and JavaScript
Familiar with Agile development methodologies
A comparator is a function that compares two objects to determine their ordering.
Used in sorting algorithms to determine the order of elements
Returns a negative value if the first object is less than the second, zero if they are equal, and a positive value if the first object is greater
Commonly used in Java with the Comparator interface
A reentrant lock is a synchronization primitive that allows a thread to re-enter a critical section it already holds.
Prevents deadlock by allowing a thread to acquire the lock multiple times
Each lock acquisition must be followed by a corresponding release
Commonly used in multi-threaded programming to protect shared resources
based on 2 reviews
Rating in categories
Software Engineer
26.3k
salaries
| ₹2 L/yr - ₹9.1 L/yr |
Senior Software Engineer
21.2k
salaries
| ₹5.5 L/yr - ₹22.5 L/yr |
Technical Lead
11.5k
salaries
| ₹9.2 L/yr - ₹38 L/yr |
Associate Software Engineer
5.4k
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Team Lead
4.9k
salaries
| ₹5.1 L/yr - ₹16.8 L/yr |
Infosys
Cognizant
Accenture
Wipro