Filter interviews by
The duration of the test was one hour and there were two questions in it.
Online assessment - hackerrank round
I applied via Campus Placement
Three question on coding medium to hard level
Top trending discussions
Basic DSA questions, best time to buy and sell stock and its variation
1 hour , dsa, hackerearth, medim to hard
posted on 31 Jul 2024
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
To retrieve a value, the key is hashed a...
Java uses automatic memory management through garbage collection to allocate and deallocate memory.
Java uses garbage collection to automatically manage memory allocation and deallocation.
Garbage collection runs in the background to reclaim memory from objects that are no longer in use.
Java provides the 'finalize()' method to allow objects to perform cleanup before being garbage collected.
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
Programming assessment tools used to objectively evaluate a candidates programing skills across parameters such as problem solving, coding aptitude and debugging
posted on 9 Jun 2023
I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.
Find out a string is palindrome or not
ACID properties are a set of properties that guarantee database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that all operations in a transaction are completed successfully or none at all
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that transactions are executed independently of...
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 and executes callback functions when events are triggered
Primary key uniquely identifies a record, foreign key links to a primary key in another table, unique key ensures uniqueness of a column or set of columns.
Primary key: uniquely identifies each record in a table (e.g. employee_id in an employees table)
Foreign key: links to a primary key in another table to establish a relationship (e.g. department_id in an employees table linking to department_id in a departments table)
...
Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.
Variable declarations are hoisted to the top of their function or global scope.
Only the declarations are hoisted, not the initializations.
Hoisting allows you to use a variable before it is declared, but it is best practice to declare variables at the top of the scope.
Example: console.log(myV
Function closure in JavaScript allows a function to access variables from its outer scope even after the outer function has finished executing.
Function closures occur when a function is defined within another function and the inner function has access to the outer function's variables.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outerFunction() { let outerVar = 'I...
Shallow copy creates a new object but references the same nested objects, while deep copy creates a new object with copies of all nested objects.
Shallow copy only copies the top-level object, not the nested objects.
Deep copy creates new copies of all nested objects, ensuring they are independent.
In JavaScript, shallow copy can be achieved using Object.assign or spread operator, while deep copy can be achieved using JSO
posted on 20 Mar 2024
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Mar 2023. There was 1 interview round.
Interview experience
Site Reliability Engineer
29
salaries
| ₹10 L/yr - ₹30 L/yr |
Member Technical Staff
29
salaries
| ₹15 L/yr - ₹62.4 L/yr |
Staff Engineer
19
salaries
| ₹50 L/yr - ₹98 L/yr |
Senior Member of Technical Staff
15
salaries
| ₹30 L/yr - ₹67.5 L/yr |
Technical Staff Member 3
10
salaries
| ₹22 L/yr - ₹55 L/yr |
RUBRIK INDIA
Druva
Veeam Software
CommVault