Filter interviews by
I applied via Campus Placement
String , Array, Largest subarray with sum 0
The largest area of a histogram can be found by calculating the maximum area of rectangles formed by the histogram bars.
Calculate the area of rectangles formed by each bar and find the maximum area.
Consider the width of the rectangle as the number of consecutive bars with height greater than or equal to the current bar.
Example: For histogram [2,1,5,6,2,3], the largest area would be 10 (5*2).
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
The round was done on google form, where students were given 1 hour to solve some aptitude questions.
There were 3 coding questions which required basic programming knowledge. Anyone who did all 3 skipped another coding round to direct interview.
Reverse a linked list by changing the pointers direction.
Start with three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction.
Update the head of the linked list to be the previous node once the end is reached.
SQL query to join two tables and retrieve data from one table.
Use JOIN keyword to combine tables based on a related column
Specify the columns to retrieve using SELECT statement
Add conditions using WHERE clause if needed
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
It was a DSA round which consisted of three questions.
1)longest substring without repeating characters
2)largest subarray with sum 0
3)String based question
The largest area of a histogram is the maximum area that can be enclosed by a rectangle within the histogram bars.
Calculate the largest area of a histogram by finding the maximum area of rectangles that can be formed within the histogram bars.
This can be done by iterating through each bar and calculating the area of rectangles that can be formed with that bar as the height.
Keep track of the maximum area found so far an...
Find the string with minimum length in an array of strings.
Iterate through the array and keep track of the minimum length string
Return the string with the minimum length
I was interviewed in Sep 2024.
Java Programming and core java along with DSA
Constructors are special methods in a class that are used to initialize objects.
Constructors have the same name as the class they belong to.
They are called automatically when an object of the class is created.
Constructors can have parameters to initialize the object with specific values.
Example: public class Car { public Car(String color) { this.color = color; }}
Oops pillars refer to the four main concepts of object-oriented programming: Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a function to behave differently based on the object it is acting upon.
Abstraction: Hiding the ...
Unthinkable Solutions interview questions for popular designations
I applied via Campus Placement
Pattern, string, array
I am passionate about creating innovative software solutions and believe your company aligns with my values and goals.
Passionate about software development
Believe company aligns with values and goals
Get interview-ready with Top Unthinkable Solutions Interview Questions
I applied via campus placement at Vivekananda Institute of Professional Studies Technical Campus, Delhi
Medium level dsa quen
Subarray sum equals to zero
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
Maximum subarray with 0 sum
Maximum substring with non repaeting characters
My hobbies for the future include learning new programming languages, building personal projects, and participating in hackathons.
Learning new programming languages like Python, Java, and Ruby
Building personal projects such as a mobile app or a website
Participating in hackathons to collaborate with other developers and work on innovative projects
I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.
3 Coding questions time - 1:30 hours
Top trending discussions
Some of the top questions asked at the Unthinkable Solutions interview -
The duration of Unthinkable Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 52 interviews
Interview experience
based on 167 reviews
Rating in categories
Associate Software Engineer
196
salaries
| ₹7 L/yr - ₹19.6 L/yr |
Junior Associate
82
salaries
| ₹3 L/yr - ₹10 L/yr |
Software Engineer
79
salaries
| ₹3.3 L/yr - ₹16.4 L/yr |
Junior Associate Software Engineer
66
salaries
| ₹2 L/yr - ₹10 L/yr |
Junior IT Associate
47
salaries
| ₹4 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech