Upload Button Icon Add office photos

Filter interviews by

Unthinkable Solutions Interview Questions, Process, and Tips

Updated 5 Feb 2025

Top Unthinkable Solutions Interview Questions and Answers

View all 35 questions

Unthinkable Solutions Interview Experiences

Popular Designations

57 interviews found

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

Round 1 - Coding Test 

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

Round 2 - Coding Test 

(2 Questions)

  • Q1. 1)Largest Area of Histogram
  • Ans. 

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

  • Answered by AI
  • Q2. Minimum effort in an array
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Java Programming and core java along with DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Define Constructors
  • Ans. 

    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; }}

  • Answered by AI
  • Q2. Define Oops pillars
  • Ans. 

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

  • Answered by AI

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Pattern, string, array

Round 2 - Technical 

(2 Questions)

  • Q1. Merge intervals - lc
  • Q2. Trapping rain water
Round 3 - HR 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Why do you want to join
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare patterns, basic strings, arrays
prepare quant

Top Unthinkable Solutions Software Developer Interview Questions and Answers

Q1. Find Duplicate in ArrayYou are given an array of integers 'ARR' containing N elements. Each integer is in the range [1, N-1], with exactly one element repeated in the array. Your task is to find the duplicate element. Note : All the integer... read more
View answer (7)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

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
-
Process Duration
-
Result
-

I applied via campus placement at Vivekananda Institute of Professional Studies Technical Campus, Delhi

Round 1 - Coding Test 

Medium level dsa quen

Round 2 - One-on-one 

(2 Questions)

  • Q1. MERN related quen
  • Q2. Simple Dsa concepts and resume based and job profile based

Interview Preparation Tips

Interview preparation tips for other job seekers - easy

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

Get interview-ready with Top Unthinkable Solutions Interview Questions

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

Subarray sum equals to zero

Round 2 - Technical 

(1 Question)

  • Q1. Basic technical questions related to your project
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    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

  • Answered by AI

Top Unthinkable Solutions Software Developer Interview Questions and Answers

Q1. Find Duplicate in ArrayYou are given an array of integers 'ARR' containing N elements. Each integer is in the range [1, N-1], with exactly one element repeated in the array. Your task is to find the duplicate element. Note : All the integer... read more
View answer (7)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Maximum subarray with 0 sum

Round 2 - Coding Test 

Maximum substring with non repaeting characters

Round 3 - Technical 

(2 Questions)

  • Q1. All about mentione project
  • Q2. DBMS questions about join group by
Round 4 - HR 

(1 Question)

  • Q1. Hobbies about your future
  • Ans. 

    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

  • Answered by AI

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Frequency of Elements
  • Q2. Sort 0 1 2

Interview Preparation Tips

Interview preparation tips for other job seekers - DO DSA properly and make sure all the concepts are revised

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)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

3 Coding questions time - 1:30 hours

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask about technical skills
  • Q2. Ask DSA queston

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
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)

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 50 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 162 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.8

Promotions

2.7

Work satisfaction

Explore 162 Reviews and Ratings
Associate Software Engineer
190 salaries
unlock blur

₹5.5 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