Filter interviews by
2 hours of basic dsa
Foreign keys are columns in a database table that reference the primary key of another table, establishing a relationship between the two tables.
Foreign keys ensure referential integrity in a database by enforcing relationships between tables.
They help maintain data consistency by preventing actions that would violate the relationships between tables.
For example, in a database with tables for 'orders' and 'customers', ...
Depth first search in tree is implemented using recursion to explore each branch fully before moving to the next.
Start at the root node and recursively visit each child node before moving to the next sibling node.
Use a stack to keep track of nodes to visit, pushing children onto the stack before siblings.
Base case is when the current node is null or a leaf node, then backtrack to the parent node.
Top trending discussions
posted on 5 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Platform->interview bit, Topics->linked list, arrays, duration:around 1hr
posted on 3 Dec 2024
I was interviewed in Nov 2024.
There were 2 questions, first one was the three sum problem of leetcode and the second one was related to stacks amd strings
posted on 13 Jan 2024
Encapsulation is the concept of bundling data and methods together within a class, hiding internal details from the outside world.
Encapsulation helps in achieving data abstraction and data hiding.
It allows for better control over the access to the internal state of an object.
By encapsulating data, we can protect it from being modified by external code.
Encapsulation promotes code reusability and maintainability.
Example:...
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.
Implement using a doubly linked list and a hashmap for efficient operations
When an item is accessed, move it to the front of the list
When the cache is full, remove the least recently used item from the end of the list
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
Easy level to Medium level
2 Easy questions of DSA
I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.
Easy to medium questions, Questions on DSA and Node.js.
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.
It was a coding round where i need to solve 3 DSA Questions in 1.5 hour
based on 1 interview
Interview experience
Software Developer
8
salaries
| ₹11 L/yr - ₹15.8 L/yr |
Software Development Engineer
5
salaries
| ₹10 L/yr - ₹16 L/yr |
Product Designer
5
salaries
| ₹5.4 L/yr - ₹12 L/yr |
Content Developer
4
salaries
| ₹5.5 L/yr - ₹13 L/yr |
Business Development Manager
4
salaries
| ₹7 L/yr - ₹7 L/yr |
Flipkart
Snapdeal
Myntra
Shopclues