Filter interviews by
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Top trending discussions
posted on 14 Mar 2022
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
posted on 20 Jan 2025
Deleting a node in a Binary Search Tree (BST) involves finding the node, handling different cases, and rearranging the tree.
Find the node to delete by traversing the tree
Handle different cases: node has no children, node has one child, node has two children
Rearrange the tree by replacing the node with its successor or predecessor
Producer Consumer problem involves two processes sharing a common buffer.
Producer adds data to the buffer
Consumer removes data from the buffer
Buffer size must be managed to prevent overflow or underflow
I appeared for an interview in Feb 2025.
A coding test may include a LeetCode medium-level question that you can expect.
OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.
OOPs stands for Object-Oriented Programming.
It focuses on encapsulation, inheritance, and polymorphism.
Encapsulation means hiding the implementation details of an object from the outside world.
Inheritance allows creating new classes based on existing ones.
Polymorphism allows using a single interface to represent dif...
I applied via Pradeep and was interviewed in Feb 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Consisted of technical+ mathematical Aptitude questions
To reverse a linked list, iterate through the list and change the direction of pointers.
Iterate through the linked list and keep track of the previous, current, and next nodes.
Update the pointers of each node to reverse the direction.
Set the head of the linked list to the last node after reversing.
To implement a stack using a queue, we can use two queues. To implement a queue using a stack, we can use two stacks.
To implement a stack using a queue, we can use two queues. One queue will act as the main stack, while the other will be used for temporary storage during push operations.
For example, when pushing an element onto the stack, we can dequeue all elements from the main queue and enqueue them into the tempora...
posted on 4 Aug 2021
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
React Js is a JavaScript library for building user interfaces.
Virtual DOM is a lightweight copy of the actual DOM used for faster rendering.
State and props are used to manage data in React components.
Hooks are functions that allow you to use state and other React features in functional components.
Class and functional components are two ways to create React components.
Life cycle components are methods that are called at...
JavaScript is a scripting language used for web development. ES6 is the latest version with new features. Promise and Async await are used for asynchronous programming.
JavaScript is a high-level, interpreted language used for web development.
ES6 is the latest version of JavaScript with new features like arrow functions, let and const keywords, and template literals.
Promise is a way to handle asynchronous operations in ...
posted on 9 Oct 2023
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Assignment test will be intrested to me
Aptitude test will be intrested to me
posted on 6 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
Angular is a front-end web application framework that allows developers to build dynamic single-page applications.
Angular uses TypeScript for building applications.
It follows the MVC (Model-View-Controller) architecture.
Angular provides two-way data binding, which means changes in the model are automatically reflected in the view and vice versa.
It uses directives to extend HTML with new attributes and tags.
Angular has ...
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
In JavaScript, variable and function declarations are hoisted to the top of their scope.
This means that you can use a variable or function before it is declared.
However, only the declarations are hoisted, not the initializations.
Temporal dead zone is the period between entering scope and being able to access a variable.
Occurs when trying to access a variable before it has been declared
Caused by hoisting in JavaScript
Results in a ReferenceError
Example: const x = 10; console.log(x); // ReferenceError: Cannot access 'x' before initialization
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
31
salaries
| ₹4.7 L/yr - ₹16 L/yr |
Senior Software Engineer
28
salaries
| ₹8.2 L/yr - ₹26 L/yr |
Technical Consultant
20
salaries
| ₹6 L/yr - ₹14.3 L/yr |
Software Engineer Level 1
18
salaries
| ₹6 L/yr - ₹11.5 L/yr |
Technical Lead
14
salaries
| ₹16.5 L/yr - ₹29 L/yr |
Terralogic Software Solutions
RELX Group
Westernacher Consulting
Amtex Systems