Upload Button Icon Add office photos

Filter interviews by

Unthinkable Solutions Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top Unthinkable Solutions Interview Questions and Answers

View all 35 questions

Unthinkable Solutions Interview Experiences

Popular Designations

56 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

I participated in a coding round on their platform, which consisted of three coding questions in 60 min. however, their editor and compiler were quite inadequate. The event was held onsite, with 500 candidates arriving on January 11, 2024, at 9 AM. Approximately 100 candidates cleared that round.

Round 2 - Coding Test 

I solved all three questions, yet we still had to participate in the second round, which included one coding question to be completed in 20 minutes. The question was poorly framed, leading to the rejection of most students. However, I managed to solve all the test cases.

Round 3 - Coding Test 

The coding round comprised one question and was conducted on paper for a duration of 10 minutes.

Round 4 - Technical 

(5 Questions)

  • Q1. It was the puzzle question involving five numbered fingers where you need to determine which finger corresponds to a given number in constant time complexity O(1)?
  • Q2. Write code for searching in a 2D matrix with a time complexity of O(mlogn)?
  • Q3. How would you design a store management system, including all relevant schema tables?
  • Q4. Design schema of your project
  • Q5. Design category schema where category can have multiple sub categories
Round 5 - Technical 

(2 Questions)

  • Q1. Questions related to javascript
  • Q2. Sql queries which consists of group and joins
Round 6 - HR 

(2 Questions)

  • Q1. Can you provide your introduction?
  • Q2. Why do you want to join this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary: 5 LPA; Bond: 1.6 years. My experience was quite poor. Initially, we were required to report at 9 AM, and our workday extended until 10:30 PM. We were not provided with any dinner or food after 6 PM, only receiving coffee, and we were prohibited from going outside to get food. Subsequently, we were called for an interview on a different day, but despite passing the HR round, I was ultimately rejected. Out of the initial group, only 20 candidates reached the technical interviews, and only 2 or 3 were extended offers on the same day.

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Round 1 -> 3 easy coding questions (I did all three)
round2 -> 2 coding questions (1 was leetcode's trapping rainwater problem) (Did 1.5)

Round 2 - Technical 

(2 Questions)

  • Q1. SQL query was asked on joins etc
  • Q2. What are Microservcies, solid principles, a pattern printing question, oops concepts
Round 3 - Technical 

(2 Questions)

  • Q1. Designing dbms for a college website
  • Ans. 

    Designing a DBMS for a college website involves creating tables for students, courses, faculty, and more.

    • Create tables for students, courses, faculty, departments, etc.

    • Establish relationships between tables using foreign keys.

    • Include attributes like student ID, course ID, faculty ID, etc.

    • Implement normalization to reduce redundancy and improve data integrity.

    • Consider implementing views for complex queries or reports.

  • Answered by AI
  • Q2. Implement debouncing, create a nodejs server with a get / post api, a puzzle, javascript questions like clousers, let / var / const, event loop, output based questions etc.
  • Ans. 

    Implement debouncing, create a nodejs server with get/post api, and answer JavaScript questions.

    • Implement debouncing by using setTimeout and clearTimeout to limit the number of times a function is called.

    • Create a nodejs server with Express framework to handle get and post requests.

    • Answer JavaScript questions on closures, let/var/const, event loop, and output based questions.

    • Provide examples for each concept to demonstr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - :) Be good at SQL.

Skills evaluated in this interview

Top Unthinkable Solutions Software Developer Interview Questions and Answers

Q1. Find Duplicate in Array Problem Statement You are provided with an array of integers 'ARR' consisting of 'N' elements. Each integer is within the range [1, N-1], and the array contains exactly one duplicated element. Your task is to identif... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding test of mixed level hard beginners medium

Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to coding
  • Q2. Python programming
  • Q3. C++ programof swap
Round 3 - HR 

(1 Question)

  • Q1. About myself and hobby

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

There were 3 questions:
1. Given a string check if it is possible to rearrange the elements of the string to form a palindrome. [Check GFG for the question]
2. Given an integer n, print n rows of following pattern.
Example :
n = 7
* * * * * * *
* *
* * * * *
* * * *
* * * * *
* *
* * * * * * *
3. Cut the sticks [Check hacker rank for the question desc.]
Total duration 90 mins.

Round 2 - Coding Test 

I was directly shortlisted for PI. Hence did not sit for this round but I am aware that there were 2 DSA questions in 40 mins. One was pattern and other was is Anagram question on leetcode valid anagram question.

Round 3 - Technical 

(4 Questions)

  • Q1. Resume discussion with basic questions on projects
  • Q2. Couple of SQL queries
  • Q3. Basics of DBMS, OOPS
  • Q4. 3 DSA questions
Round 4 - Technical 

(2 Questions)

  • Q1. Basic programming question 1. Longest Palindromic Substring 2. Pattern : a b b c c c 3. Given a string "ccabdd" convert to "c2a1b1d2"
  • Q2. Thorough Resume Based questions each and every technology mentioned in resume was asked in great detail.
Round 5 - HR 

(3 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Completed multiple projects showcasing my skills

  • Answered by AI
  • Q2. Will you like to work in a team or Solo
  • Ans. 

    I prefer working in a team as it allows for collaboration, diverse perspectives, and shared responsibilities.

    • Collaboration with team members leads to better problem-solving and innovation

    • Diverse perspectives can lead to more creative solutions

    • Shared responsibilities help distribute workload and prevent burnout

  • Answered by AI
  • Q3. Explain your projects
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end functionality

    • Utilized MongoDB for database management

    • Incorporated chart.js for visualizing progress data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look at pattern based problems.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Unthinkable Solutions interview questions for popular designations

 Software Developer

 (11)

 Software Engineer

 (8)

 Associate Software Engineer

 (5)

 Junior Associate

 (3)

 Junior Associate Software Engineer

 (3)

 QA Engineer

 (2)

 Quality Engineer

 (2)

 Software Developer Intern

 (2)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the first 3 months if you are hired
  • Q2. Fair dealing, but everyone and everything seemed rushed, as if they would like to see magic within 3 months
Round 2 - Assignment 

Campaign idea gor unthinkable

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

Get interview-ready with Top Unthinkable Solutions Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

On Hackerearth (1 hour) ,array string two pointer sliding window, solve 150 interview sheet leetcode

Round 2 - Technical 

(5 Questions)

  • Q1. Introduction and Next Js project (SSR,API,AI)
  • Q2. Javascript (@strict,hoisting) , Component in react
  • Q3. Joins,Referential Integrity,Left Outer Join, Find 3rd highest salary of employee.
  • Q4. Leetcode Q3 ,Q84, Q560, Q5
  • Q5. Linked list, Implement stack using array

Interview Preparation Tips

Interview preparation tips for other job seekers - Study all the topics basics , medium & hard . Unthinkable can ask anything (literally anything)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding question 3 in 1.5 hours

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about Technical Skills
  • Ans. 

    I have strong technical skills in test automation, manual testing, bug tracking, and test case design.

    • Proficient in test automation tools like Selenium and JUnit

    • Skilled in manual testing techniques and methodologies

    • Experience with bug tracking systems such as Jira

    • Ability to design comprehensive test cases for various scenarios

  • Answered by AI
  • Q2. 3 DSA Questions on Arrays ,String

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 rounds on hacker earth (easy to medium)
Q1 find longest rectangle in Matrix
Q2 print a pattern
Q3 some array question

Round 2 - Technical 

(3 Questions)

  • Q1. SQL query to find second highest salary
  • Ans. 

    SQL query to find second highest salary

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to retrieve the second row

  • Answered by AI
  • Q2. Questions related to oops and resume
  • Q3. Some DSA questions (don't remember) overall it was 60 mins long Received great feedback
Round 3 - Technical 

(1 Question)

  • Q1. 4 DSA questions, oops, SQL, puzzles, and project related. Overall it was a 2-2:30 hour interview Recieved good feedback but was tired after all this
Round 4 - Technical 

(1 Question)

  • Q1. Again DSA and project related questions and SQL All of these happened on the same day

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Sof Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Coding Test 

String , Array, Largest subarray with sum 0

Round 2 - Coding Test 

(1 Question)

  • Q1. Largest Area of Histogram
  • Ans. 

    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).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Coding
2.CS Fundamentals( SQL, OOPS,DBMS,OS etc.)

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The round was done on google form, where students were given 1 hour to solve some aptitude questions.

Round 2 - Coding Test 

There were 3 coding questions which required basic programming knowledge. Anyone who did all 3 skipped another coding round to direct interview.

Round 3 - Technical 

(3 Questions)

  • Q1. Project Related questions were there. For example I had projects related to Machine Learning so I was asked about various activations functions, Algorithms, etc.
  • Q2. Reverse a linked list.
  • Ans. 

    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.

  • Answered by AI
  • Q3. Write a sql query to join two tables and find some data from one table.
  • Ans. 

    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

  • Answered by AI

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Unthinkable Solutions Interview FAQs

How many rounds are there in Unthinkable Solutions interview?
Unthinkable Solutions interview process usually has 2-3 rounds. The most common rounds in the Unthinkable Solutions interview process are Coding Test, Technical and HR.
How to prepare for Unthinkable Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Unthinkable Solutions. The most common topics and skills that interviewers at Unthinkable Solutions expect are Java, Javascript, C#, .Net and Sales.
What are the top questions asked in Unthinkable Solutions interview?

Some of the top questions asked at the Unthinkable Solutions interview -

  1. 1) coding question range is given example 2 to 10 in this range find 3...read more
  2. How would you design a store management system, including all relevant schema t...read more
  3. what is SANITY , Smoke Testing. Explain difference giving live project exampl...read more
How long is the Unthinkable Solutions interview process?

The duration of Unthinkable Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Unthinkable Solutions Interview Process

based on 49 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
MAQ Software Interview Questions
2.0
 • 97 Interviews
View all

Unthinkable Solutions Reviews and Ratings

based on 161 reviews

3.0/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

3.0

Salary

2.8

Job security

2.7

Company culture

2.9

Promotions

2.7

Work satisfaction

Explore 161 Reviews and Ratings
Associate Software Engineer
189 salaries
unlock blur

₹7 L/yr - ₹18.6 L/yr

Junior Associate
82 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Engineer
79 salaries
unlock blur

₹3.4 L/yr - ₹16.5 L/yr

Junior Associate Software Engineer
65 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Junior IT Associate
47 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare Unthinkable Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview