i
Bluestock ™
Filter interviews by
About social media and its impression
The coding test primarily focused on Python, featuring many multiple-choice questions related to the language.
Top trending discussions
React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.
React is component-based, promoting reusability and modularity.
React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.
React is declarative, making it easier to reason about the UI, while jQuery is imperative.
React is typically used for single-pa...
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
3 dsa questions medium level
posted on 26 Dec 2024
I applied via Campus Placement
Three fundamental questions related to Data Structures and Algorithms.
I was interviewed in Jan 2025.
Test was based on arrays and some dsa concepts.
posted on 13 Nov 2024
I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.
2Sum problem involves finding two numbers in an array that add up to a specific target.
Use a hashmap to store the difference between the target and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target.
Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.
Start by pushing the root node into a queue.
While the queue is not empty, pop a node, print its value, and push its children into the queue.
Alternate between popping nodes from the queue and printing their values in a spiral manner.
The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.
Use binary search to find the maximum distance between cows.
Sort the cows' positions and check if a certain distance is feasible.
Consider the constraints of the problem such as the number of cows and the size of the field.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
LRU cache is a data structure that maintains the least recently used items in memory for efficient access.
Use a combination of a doubly linked list and a hashmap to store and access the cache items.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.
Coding and aptitude round
I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.
based on 3 interviews
Interview experience
based on 23 reviews
Rating in categories
Software Developer
4
salaries
| ₹1 L/yr - ₹2 L/yr |
Software Development Engineer
4
salaries
| ₹0.6 L/yr - ₹2 L/yr |
SDE
4
salaries
| ₹1 L/yr - ₹4 L/yr |
Software Developer Intern
3
salaries
| ₹1 L/yr - ₹1 L/yr |
Stashfin
OneCard
Datasigns Technologies
PolicyX.com