Filter interviews by
Clear (1)
I was interviewed in Nov 2020.
Round duration - 90 minutes
Round difficulty - Easy
The 1st round was online coding + MCQ round. It had 3 sections in total to be solved in 95 mins.
Next comes the technical interview.
The technical interview lasted for about 45 minutes. It started with a basic introduction. Then, she framed some questions from my resume and projects which I have mentioned. Questions were mainly from Data structure, OS, DBMS, SQL. She told me to rate my data structure skill on a scale of 1 to 5.
Design a data structure to process a stream of numbers and efficiently find the kth largest number at any given point in time.
You will receive a contin...
Design a data structure to efficiently find the kth largest number in a stream of numbers.
Implement a data structure that can store incoming numbers and efficiently retrieve the kth largest number.
Support addition of numbers and retrieval of the kth largest number.
Use a priority queue or heap data structure to maintain the k largest numbers in the stream.
Handle queries of adding numbers and retrieving the kth largest n...
Round duration - 30 minutes
Round difficulty - Easy
The technical interview lasted for about 45 minutes. It started with a basic introduction. Then, she framed some questions from my resume and projects which I have mentioned. Questions were mainly from Data structure, OS, DBMS, SQL. She told me to rate my data structure skill on a scale of 1 to 5.
Given a Binary Search Tree (BST) consisting of 'N' nodes, where each node contains some integer data, your task is to determine whether there is a node in the BST whose d...
Given a Binary Search Tree, determine if a node with a given integer exists.
Traverse the BST in a way that compares the current node's data with the given integer 'X'.
If the current node's data is equal to 'X', return True.
If the current node's data is less than 'X', move to the right subtree; if greater, move to the left subtree.
Repeat this process until a match is found or the end of the tree is reached.
You are given an array of integers. The task is to remove all duplicate elements and return the array while maintaining the order in which the elements were provided.
Remove duplicates from an array while maintaining order.
Use a set to keep track of unique elements.
Iterate through the array and add elements to the set if not already present.
Convert the set back to an array to maintain order.
Tip 1 : Read interview experience before interview
Tip 2 : Think loud about each coding question.
Tip 1 : Have some projects on resume.
Tip 2 : No spelling mistake
Tip 3 : Resume should be in proper format
Top trending discussions
Some of the top questions asked at the Unthinkable Solutions Software Developer interview -
based on 10 interviews
3 Interview rounds
based on 5 reviews
Rating in categories
Associate Software Engineer
197
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Associate
82
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
79
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Associate Software Engineer
69
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior IT Associate
47
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech