Filter interviews by
I applied via Referral and was interviewed before May 2022. There were 3 interview rounds.
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 Company Website and was interviewed in May 2022. There was 1 interview round.
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 Dec 2024. There were 10 interview rounds.
Any ideas for an aptitude test?
What is education in place?
What is a SQL Server?
Effective communication and any suggestion.
Engage with any assignment provided.
Please provide any assignments you have.
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 Recruitment Consulltant
I have 5 years of experience in this job.
5 years of experience in a similar role
Managed a team of 10 employees
Implemented new strategies to improve team performance
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
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant