Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
Validate if a binary tree is valid or not
A valid binary tree should not have any duplicate nodes
A valid binary tree should have all left nodes smaller than the parent node and all right nodes greater than the parent node
We can use recursion to traverse the tree and check if it is valid
Reversing a linked list involves changing the direction of the pointers in the list.
Iteratively swap the next and previous pointers of each node in the list
Recursively swap the next and previous pointers of each node in the list
Use a stack to push each node onto the stack and then pop them off in reverse order
Create a new list and iterate through the original list, adding each node to the front of the new list
Top trending discussions
I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.
Aptitude test
Current affairs
HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.
HashMap allows quick access to values based on their keys
Keys must be unique and values can be duplicated
HashMap is not thread-safe and requires synchronization for concurrent access
Java's HashMap implementation uses hashing to distribute keys across buckets
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.
I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.
React life cycle refers to the series of methods that are invoked in the process of creating, updating, and destroying components.
Mounting phase: constructor, render, componentDidMount
Updating phase: render, componentDidUpdate
Unmounting phase: componentWillUnmount
An online calculator app that allows users to perform basic arithmetic operations.
Include buttons for numbers 0-9 and operators like +, -, *, /
Implement functionality for clearing input, calculating result, and displaying history
Consider adding advanced features like memory functions or scientific calculator mode
I applied via Walk-in and was interviewed in Apr 2023. There were 3 interview rounds.
Discounts, percentage
A class is a blueprint for creating objects in Java. It defines the properties and behaviors that objects of the class will have.
A class is used to create objects in Java.
It defines the attributes (variables) and methods (functions) that objects will have.
Objects are instances of a class.
Classes can be used to organize and structure code.
Inheritance allows classes to inherit properties and behaviors from other classes.
...
Blue print is a sun microsystems best practice and enterprice in java developer
Exceptions are recoverable errors that can be handled programmatically, while errors are severe issues that cannot be recovered from.
Exceptions are subclasses of the Exception class, while errors are subclasses of the Error class.
Exceptions are caused by the application code and can be caught and handled using try-catch blocks.
Errors are typically caused by the environment or system and cannot be easily recovered from.
...
Ya really an exception is an abnormal event that araised during the execution of the program
Abstraction is the process of hiding implementation details while showing only the necessary information to the user.
Abstraction is achieved through abstract classes and interfaces.
It helps in reducing complexity and increasing efficiency.
For example, a car dashboard is an abstraction of the car's internal workings.
Abstraction is one of the four fundamental concepts of object-oriented programming.
Java features include platform independence, object-oriented programming, and automatic memory management.
Platform independence allows Java code to run on any platform without recompilation.
Object-oriented programming allows for modular and reusable code.
Automatic memory management frees developers from managing memory allocation and deallocation.
Other features include exception handling, multithreading, and security.
E...
Default package is a package that does not have any name.
Default package is also known as unnamed package.
Classes in default package can be accessed from other classes in the same package but not from other packages.
It is not recommended to use default package in production code.
Example: package myPackage; // named package, package // default package
I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.
Software Development Engineer II
49
salaries
| ₹13.5 L/yr - ₹33.5 L/yr |
Software Development Engineer 1
25
salaries
| ₹9 L/yr - ₹15 L/yr |
Customer Success Manager
25
salaries
| ₹13.5 L/yr - ₹26.2 L/yr |
Software Development Engineer
23
salaries
| ₹7.1 L/yr - ₹21 L/yr |
Sde1
22
salaries
| ₹10 L/yr - ₹16 L/yr |
Saama Technologies
DISYS
Data-Core Systems
Arvato