Filter interviews by
I applied via campus placement at SGGS College of Engineering & Technology, Nanded and was interviewed before Feb 2023. There were 3 interview rounds.
To unlink an element from a linked list, we need to update the pointers of the previous and next nodes.
Find the node to be unlinked by traversing the linked list
Update the 'next' pointer of the previous node to skip the node to be unlinked
Update the 'previous' pointer of the next node to skip the node to be unlinked
Top trending discussions
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
posted on 10 Apr 2024
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Tell me about yourself
A static method is a method that belongs to the class itself, rather than to instances of the class.
Static methods can be called without creating an instance of the class.
They are commonly used for utility functions that do not require access to instance variables.
Static methods are declared using the 'static' keyword in the method signature.
Example: Math.max() is a static method in the Math class that returns the maxi
posted on 8 Jul 2024
I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 2 interview rounds.
posted on 20 Aug 2024
I applied via Company Website and was interviewed before Aug 2023. There were 4 interview rounds.
Simple java questions including theory and code snippet
Linux commands are used to interact with the operating system through the command line interface.
Linux commands are case-sensitive
Commands are typically followed by options and arguments
Common commands include ls (list files), cd (change directory), mkdir (make directory)
Commands can be combined using pipes (|) and redirection symbols (> and <)
Had assignment for ror and react basic crud
Elevator problem in Java
Create an Elevator class with methods for moving up and down
Use a Queue to keep track of the floors that need to be visited
Implement a scheduling algorithm to determine the order of floor visits
based on 1 interview
Interview experience
Software Engineer
87
salaries
| ₹3.6 L/yr - ₹12 L/yr |
Associate Software Engineer
58
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Senior Software Engineer
25
salaries
| ₹7.2 L/yr - ₹18 L/yr |
Devops Engineer
18
salaries
| ₹3.5 L/yr - ₹10.5 L/yr |
Software Developer
12
salaries
| ₹3.5 L/yr - ₹8 L/yr |
TCS
Infosys
Wipro
HCLTech