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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Errors resolving , some theory

Round 2 - Coding Test 

Test case satisfy in hacker earth

Round 3 - Technical 

(2 Questions)

  • Q1. String reverse code in any language
  • Ans. 

    Reverse a string in any programming language

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q2. Describe yourself in 2 minutes
Round 4 - HR 

(1 Question)

  • Q1. Describe yourself, attitude checking, interest checking coding part checking

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask your all questions freely to HR otherwise you regret it in the future

Skills evaluated in this interview

Junior Associate Engineer Interview Questions asked at other Companies

Q1. you know about acrylics machine and slitter machine?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It consisted of 30 mcq questoions

Round 2 - Coding Test 

The second round was lasted for 20 mins with a hard leetcode questionj.

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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sum without plus sign
  • Ans. 

    Use bitwise operators to perform addition without using the plus sign.

    • Use bitwise XOR operation to add two numbers without carrying over

    • Use bitwise AND operation to find the carry bits and shift them to the left

    • Repeat the process until there are no more carry bits

  • Answered by AI
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string and build a new string in reverse order

    • Alternatively, use built-in functions like reverse() or StringBuilder in some programming languages

  • Answered by AI

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was a basic coding test with esay dsa questions from array and stings etc

Round 2 - Coding Test 

The level of dsa questions was shifted to medium

Round 3 - Technical 

(2 Questions)

  • Q1. Basic dsa question to reverse a float interger
  • Q2. Questions related to ur resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare sql and dbms in detail along with dsa , you should know everything related to your resume

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)

Software Developer Interview Questions & Answers

user image Utkarsh Tripathi

posted on 11 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding questions of array string and stack

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)

Get interview-ready with Top Unthinkable Solutions Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Three questions of coding and compiler was not so good and time was 1 hour

Round 2 - Programming 

(1 Question)

  • Q1. DSA question and of medium level

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
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 Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a coding round of 3 question , 1st was to print a specific pattern 2nd was similar to famous leetcode problem rain water and 3rd was to convert postfix expression to infix using stack

Round 2 - Technical 

(2 Questions)

  • Q1. Similar to leecode 3sum problem
  • Q2. Similar to leetcode combination sum -3

Interview Preparation Tips

Interview preparation tips for other job seekers - grind leetcode medium questions

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker Rank test, easy one

Round 2 - Technical 

(1 Question)

  • Q1. Easy leetcode questions, easy one
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round, medium

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)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Java opps concept

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 (9)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General testing concepts and process
Round 2 - One-on-one 

(1 Question)

  • Q1. Deep test cases and project discussion
Round 3 - HR 

(1 Question)

  • Q1. All personality and behavioral related question and salary discussion

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
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