Filter interviews by
I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.
Designing a lift involves considering various factors such as capacity, speed, safety features, and energy efficiency.
Determine the maximum weight capacity and number of passengers the lift should accommodate
Decide on the speed of the lift and the number of floors it should serve
Include safety features such as emergency brakes, backup power supply, and fire protection
Consider energy efficiency by using regenerative bra...
I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.
Standard aptitude questions asked maths statistics
Top trending discussions
A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.
A closure is created when a function is defined inside another function.
The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.
Closures are useful for creating private variables and functions in JavaScript.
They can also be us...
Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.
Encapsulation bundles data and methods together into a single unit.
It helps in achieving data abstraction and data hiding.
By encapsulating data, we can control access to it and prevent unauthorized modifications.
Encapsulation promotes code reusability and maintainability.
Example: A class in objec...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reuse and promotes the concept of hierarchy.
The class that is being inherited from is called the superclass or base class.
The class that inherits from the superclass is called the subclass or derived class.
The subclass can access the public and protected members of the s...
Abstraction is the process of simplifying complex systems by focusing on essential details.
Abstraction involves hiding unnecessary details and exposing only relevant information.
It allows developers to create models or representations that capture the essential aspects of a system.
Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.
For example, in object-oriented programm...
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.
Polymorphism is a fundamental concept in object-oriented programming.
It enables code reusability and flexibility.
Polymorphism can be achieved through method overriding and method overloading.
Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.
String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.
String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.
StringBuilder is more efficient for concatenating mul...
Async and await are keywords in JavaScript used to work with asynchronous code.
Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.
Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.
Async/await is a more readable and cleaner way to write asynchronous code compare...
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Technical aspects about linked list,trees, stacks
Topic related to humanities
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
I was given a case study to write multiple outputs by lookinginto a program.
I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.
To delete a node in a linked list, we need to find the node and update the pointers of its previous and next nodes.
Find the node to be deleted by traversing the linked list
Update the pointers of the previous and next nodes to skip the node to be deleted
Free the memory occupied by the node to be deleted
posted on 7 Apr 2023
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 interview rounds.
Easy to medium-level coding questions on DSA
A custom linked list is a data structure where each node contains a value and a reference to the next node.
Define a Node class with value and next properties
Define a LinkedList class with head property and methods to add, remove, and traverse nodes
Example: let list = new LinkedList(); list.add(1); list.add(2); list.remove(1);
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Consultant
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
3
salaries
| ₹0 L/yr - ₹0 L/yr |
Manappuram Finance
PVR Inox
Abbott
Emcure Pharmaceuticals