i
Monocept
Filter interviews by
Stateful retains information about the state of a system, while stateless does not store any state information.
Stateful systems store information about previous interactions, while stateless systems do not.
Stateful systems require more resources to maintain state information, while stateless systems are more scalable.
Examples of stateful systems include traditional web applications with session management, while statel
Flutter binding is used to connect Flutter widgets to the underlying platform code.
Flutter binding is responsible for rendering widgets on the screen and handling user input.
It provides a bridge between the Dart code and the platform-specific code (e.g. Android or iOS).
Flutter binding ensures that the widgets are displayed correctly and respond to user interactions.
Examples of Flutter binding include the rendering engi
Top trending discussions
posted on 29 Nov 2022
I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.
Ther try to gaze out what are the responsibilities you handled and your growth potential
They try to find out what you are will do in a given set of scenarios
posted on 22 Jan 2025
1 hour online test ..
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
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
I applied via Campus Placement
Dsa problems dp and tress problem
posted on 18 Jun 2024
Count occurrences of a letter in a string.
Iterate through each character in the string and count occurrences of the specified letter.
Use a hashmap to store the count of each letter.
Handle both uppercase and lowercase letters to ensure accurate counting.
posted on 23 Aug 2024
I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.
Question based on array string linkedlist
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
216
salaries
| ₹5 L/yr - ₹17.6 L/yr |
Software Engineer
173
salaries
| ₹3 L/yr - ₹9.6 L/yr |
Software Developer
47
salaries
| ₹4 L/yr - ₹10.6 L/yr |
Associate Technical Leader
34
salaries
| ₹10.3 L/yr - ₹21 L/yr |
Technical Lead
26
salaries
| ₹11 L/yr - ₹29.9 L/yr |
TCS
Infosys
Wipro
HCLTech