Filter interviews by
Delegates are used to achieve loose coupling and separation of concerns in software development.
Delegates allow methods to be passed as parameters to other methods.
They enable event-driven programming.
They facilitate the implementation of the observer pattern.
They enable the creation of anonymous methods.
They allow for the implementation of callback functions.
They enable the creation of extensible and modular code.
They...
Top trending discussions
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
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
Coding for international
posted on 12 Sep 2024
posted on 8 Mar 2024
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Dependency injection is a design pattern used to remove hard-coded dependencies and make components more modular and testable.
Constructor injection: Dependencies are provided through a class's constructor.
Setter injection: Dependencies are set through setter methods.
Interface injection: Dependencies are injected through an interface.
Spring framework in Java uses dependency injection to manage components.
Angular framewo...
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
posted on 11 Mar 2024
It is MCQ based test which contain both aptitude and technical question
based on 1 review
Rating in categories
Software Development Engineer
27
salaries
| ₹7.4 L/yr - ₹24.6 L/yr |
Senior Software Engineer
25
salaries
| ₹17 L/yr - ₹35 L/yr |
Software Developer
23
salaries
| ₹6 L/yr - ₹19.5 L/yr |
Senior Development Engineer
23
salaries
| ₹14 L/yr - ₹39 L/yr |
Development Engineer
22
salaries
| ₹12.8 L/yr - ₹37.7 L/yr |
ABB
Siemens
Bharat Electronics
TCS