Upload Button Icon Add office photos

Filter interviews by

Unthinkable Solutions Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Unthinkable Solutions Interview Questions and Answers

View all 37 questions

Unthinkable Solutions Interview Experiences

Popular Designations

58 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - HR 

(4 Questions)

  • Q1. What About your self
  • Q2. What was your profile in last company
  • Q3. Last sallary, Expected Sallary
  • Q4. Few questions about excel, Research
Round 3 - Technical 

(1 Question)

  • Q1. Online Typing Test ,

Interview Preparation Tips

Interview preparation tips for other job seekers - I have more then experience of 7 years and my current profile is Associate Research Analyst and my work is related to Research,Data Mining,Excel, Salesforce CRM, Datafox, Hoover, Google sheet, good typing speed(65),

Associate Research Analyst Interview Questions asked at other Companies

Q1. Do you know how to check prospect in linkdin
View answer (1)

Software Developer Interview Questions & Answers

user image Rishabh Sharma

posted on 17 Jul 2023

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Coding test based on average DSA on hackerearch.

Round 3 - Coding Test 

1 to 1 coding with interviewer

Round 4 - Case Study 

Some puzzles were asked more like quizez

Round 5 - HR 

(2 Questions)

  • Q1. Salary discussion and asked if know anything about company
  • Q2. What do you know about our company

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 (42)
Unthinkable Solutions Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2022

I applied via Campus Placement and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPs concepts, 2 coding questions were given to solve, the level was moderate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence, the interviewer were really nice, they will make you comfortable, just be confident and have good knowledge of whatever skills you mention in resume and be prepared to answer some project related questions

I applied via Walk-in and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test with easy to medium difficulty level problem.

Round 2 - Coding Test 

Easy to medium level coding problems

Round 3 - Technical 

(6 Questions)

  • Q1. Asked me to introduce myself
  • Q2. OOPS concepts like pillars of oops, what is diamond problem asked me to write a program to show run time polymorphism
  • Q3. Coding question - Pattern based questions
  • Q4. DBMS, OS concepts , etc
  • Q5. Questions based on projects
  • Q6. Behavioral questions
Round 4 - HR 

(3 Questions)

  • Q1. General behavioural questions
  • Q2. Situation based questions
  • Q3. Lots of cross questioning

Interview Preparation Tips

Topics to prepare for Unthinkable Solutions Associate Software Engineer interview:
  • Data Structures
  • Database
  • OOPS
Interview preparation tips for other job seekers - Focus on data structures and object oriented programming concepts. Practice on hackerrearth

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

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)

 Software Developer Intern

 (3)

 Softwaretest Engineer

 (2)

 Quality Engineer

 (2)

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Concepts of oops, basic theory of ds , normal coding questions(3) , sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - interview was easy.
not much difficult to crack

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Get interview-ready with Top Unthinkable Solutions Interview Questions

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(1 Question)

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.

  • Q1. 

    Kth Largest Number Problem Statement

    Design a data structure to process a stream of numbers and efficiently find the kth largest number at any given point in time.

    Explanation:

    You will receive a contin...

  • Ans. 

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

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

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.

  • Q1. 

    Binary Search Tree Search Problem

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

  • Ans. 

    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.

  • Answered by AI
  • Q2. 

    Remove Duplicates Problem Statement

    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.

    ...

  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNo backlogUnthinkable Solutions interview preparation:Topics to prepare for the interview - Aptitude, SQL, Data structure, Dynamic Programming, Recursion, C++, Logical reasoningTime required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : Read interview experience before interview
Tip 2 : Think loud about each coding question.

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : No spelling mistake
Tip 3 : Resume should be in proper format

Final outcome of the interviewSelected

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 (42)

Jobs at Unthinkable Solutions

View all

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question related to Java, Output Questions, Dql related questions
  • Q2. To prepare for the Interview just go through First 100 Interview questions of Java on javatpoint. Try to understand their underlying concept and not just memorising them. Try to understand basic coding sta...

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to follow the above pattern.

Junior Associate Interview Questions asked at other Companies

Q1. What are Reverse Repo Rate and Repo Rate of Reserve Bank Of India?
View answer (5)

I applied via Recruitment Consultant

Interview Questionnaire 

1 Question

  • Q1. Well, it depends on the candidate. It can be technical or logical or both as per the experience and postition.

Interview Preparation Tips

Interview preparation tips for other job seekers - It has never been an easy thing to give an interview. You can never know what is the next question coming for you until you have some magical power to read someone's thoughts. And so what if you actually have those powers when you don't the answer. Well, that's where the problem lies. Candidates do not prepare well and this is what makes it difficult. Right?

I would advise the candidates to include reading habits into their hobbies. Spend time learning in-depth the technology you work upon daily but not just for the sake of clearing the interview. This way you will definitely be improving yourself.
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Unthinkable Solutions

INTERVIEWS

IGT Solutions

80 top interview questions

SALARIES

HPCL-Mittal Energy Limited

SALARIES

HPCL-Mittal Energy Limited

LIST OF COMPANIES

IGT Solutions

Locations

SALARIES

Unthinkable Solutions

INTERVIEWS

Tata Power

No Interviews

Tell us how to improve this page.

Unthinkable Solutions Interview Process

based on 52 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
View all

Unthinkable Solutions Reviews and Ratings

based on 168 reviews

3.0/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

3.0

Salary

2.8

Job security

2.6

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 168 Reviews and Ratings
Sr . Associate System Engineer

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Associate Presales ( Tender )

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Jr . Associate - Content Writer

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
196 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Associate
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Associate Software Engineer
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior IT Associate
47 salaries
unlock blur

₹0 L/yr - ₹0 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