i
Leena
AI
Filter interviews by
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
1 hour coding question array maths hackearth
The right view of a binary tree shows the nodes visible when the tree is viewed from the right side.
The right view includes the last node at each level of the tree.
To find the right view, perform a level order traversal (BFS) and capture the last node at each level.
Example: For the tree [1, 2, 3, null, 5, null, 4], the right view is [1, 3, 4].
Alternatively, a depth-first traversal (DFS) can be used, prioritizing right ...
To form a binary tree, create nodes with left and right child pointers.
Start by creating a root node.
For each node, create left and right child nodes.
Repeat the process until all nodes are created.
Design a map
Consider the purpose of the map (e.g., navigation, data visualization)
Decide on the level of detail and scale of the map
Choose appropriate symbols and colors for different features
Include a legend or key to explain the map symbols
Ensure the map is easy to read and understand
The right view of a binary tree shows the nodes visible when looking from the right side.
The right view includes the last node at each level of the tree.
To find the right view, perform a level order traversal (BFS) and capture the last node at each level.
Example: For the tree [1, 2, 3, null, 5, null, 4], the right view is [1, 3, 4].
Alternatively, a depth-first traversal (DFS) can be used, keeping track of the maximum d...
Top trending discussions
I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.
Aptitude Test with 1 coding question and 8 other aptitude questions
I appeared for an interview in Oct 2024, where I was asked the following questions.
Low level Design Problem in Java
System Design with few details
Design a database table for managing user accounts in a web application.
Table Name: Users
Columns: id (INT, Primary Key), username (VARCHAR), password (VARCHAR), email (VARCHAR), created_at (TIMESTAMP)
Indexes: Create an index on username for faster lookups.
Constraints: Ensure email is unique and validate password strength.
I appeared for an interview before Jun 2024, where I was asked the following questions.
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
posted on 14 May 2024
Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.
Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js
It allows Node.js to perform non-blocking operations efficiently
Event loop continuously checks the event queue for new events to execute
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
Chat Bot Developer
39
salaries
| ₹10.7 L/yr - ₹19.3 L/yr |
Customer Success Manager
24
salaries
| ₹13.9 L/yr - ₹22 L/yr |
Software Engineer
16
salaries
| ₹12.4 L/yr - ₹23.2 L/yr |
Senior Software Engineer
16
salaries
| ₹27.9 L/yr - ₹49.5 L/yr |
Software Developer
13
salaries
| ₹13.2 L/yr - ₹26.7 L/yr |
Vyapar
KEKA TECHNOLOGIES
Fleetx.io
Signzy Technologies