Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.
Stack can be implemented using a singly linked list where each node points to the next node.
Create a Node class with data and next pointer
Create a Stack class with top pointer
Push operation: create a new node and make it the top node
Pop operation: remove the top node and make the next node the new top node
Peek operation: return the data of the top node
isEmpty operation: check if the top node is null
Implementing a linked list and its operations.
Create a Node class with data and next pointer
Create a LinkedList class with head pointer
Implement insert, delete, search, and print operations
Handle edge cases like empty list, inserting at beginning/end
Example: LinkedList ll = new LinkedList(); ll.insert(5); ll.print();
Top trending discussions
I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.
I appeared for an interview in Aug 2016.
The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.
The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.
It is a layered model that helps in understanding and designing network protocols.
The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each la...
To lock a file in Linux, use the flock command or the fcntl system call.
The flock command can be used to lock a file by acquiring an exclusive or shared lock.
The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.
Locking a file prevents other processes from modifying or accessing it until the lock is released.
Locking can be done at the file level or at specific regions within a file...
CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.
CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.
It allows for consistent styling across multiple pages of a website.
CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.
It enables responsive design, making websites adapt to d...
To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.
Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.
If there is a loop, the two pointers will eventually meet at the same node.
To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.
The point where they m...
I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.
Exploring new technologies
Solving complex problems
Collaborating with others
Creating innovative solutions
In 10 years, the software industry will be driven by AI, automation, and a focus on security and sustainability in development.
AI Integration: Software will increasingly leverage AI for tasks like code generation, testing, and bug fixing, enhancing developer productivity.
Low-Code/No-Code Platforms: These platforms will democratize software development, allowing non-developers to create applications with minimal coding.
...
I applied via Walk-in and was interviewed before Dec 2019. There were 4 interview rounds.
Python is a high-level, interpreted programming language known for its simplicity and ease of use.
Python is used for web development, data analysis, artificial intelligence, and more.
It has a large standard library and supports multiple programming paradigms.
Python code is easy to read and write, making it a popular choice for beginners.
Python uses indentation to indicate blocks of code, rather than curly braces or key...
I applied via Walk-in and was interviewed before Feb 2022. There were 3 interview rounds.
posted on 29 Nov 2022
I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.
Improved efficiency of production line at XYZ manufacturing plant
Implemented lean manufacturing principles to reduce waste and increase productivity
Introduced automation in certain processes to reduce manual labor and increase accuracy
Optimized supply chain management to ensure timely delivery of raw materials
Trained and empowered employees to identify and solve problems on the production line
Implemented a continuous i...
based on 5 reviews
Rating in categories
Software Engineer
1.7k
salaries
| ₹12 L/yr - ₹20 L/yr |
Lead Engineer
643
salaries
| ₹18.8 L/yr - ₹35 L/yr |
Senior Software Engineer
598
salaries
| ₹16 L/yr - ₹25.1 L/yr |
Chief Engineer
396
salaries
| ₹27 L/yr - ₹50 L/yr |
Engineer
330
salaries
| ₹10.6 L/yr - ₹18 L/yr |
vivo
OPPO
LG Electronics
Bajaj Electricals