Filter interviews by
Be the first one to contribute and help others!
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Consumers read data from topics, while producers write data to topics in Kafka.
Consumers subscribe to topics to read messages from them
Producers publish messages to topics for consumers to read
Consumers can be part of a consumer group to scale out consumption
Producers can specify key for messages to control partitioning
Api related questions
I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.
A process is an instance of a program while a thread is a subset of a process that can run concurrently with other threads.
Processes have their own memory space while threads share the same memory space within a process.
Processes are independent of each other while threads within the same process can communicate with each other.
Processes are heavier in terms of resource consumption compared to threads.
Example: A web br...
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2022. There were 3 interview rounds.
Basic coding questions And logical questions
Simple program for mathematics
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
A Pure component is a component in React that does not have any state or lifecycle methods, resulting in improved performance.
Pure components are used to prevent unnecessary re-renders in React applications.
Pure components implement shouldComponentUpdate method with shallow comparison of props and state.
Examples of Pure components include functional components and class components that extend PureComponent class.
I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Dec 2024. There was 1 interview round.
2 questions of DSA medium to hard
G4S
SGS
R.R. Donnelley
Iris Software