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

Full Stack Developer Interview Questions & Answers

user image Divyanshu Patheja

posted on 18 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Hacker earth DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to find a loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at some point, there is a loop in the linked list.

  • Answered by AI
  • Q2. Longest common substring
  • Ans. 

    Finding the longest common substring among a set of strings.

    • Iterate through all substrings of the first string and check if they are present in all other strings.

    • Keep track of the longest common substring found so far.

    • Return the longest common substring.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA,SQL ,oops concepts

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Test was 2 hours long and had medium to difficult level question.

Round 2 - Technical 

(1 Question)

  • Q1. Main questions are from your resume and on the basis of your project.

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on oops
  • Q2. 3 coding questions from array they were easy

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good overall

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1 to 2 coding rounds, depending on your score that covers basic DSA questions

Round 2 - Technical 

(1 Question)

  • Q1. 2-3 technical round, that covers basic to advanced questions of your preferred language Includes SQL questions

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
-
Round 1 - Aptitude Test 

It was good to atted the interview.

Round 2 - Coding Test 

It was easy it will ask you questions in java basically.

Round 3 - Group Discussion 

In the group discussion they will ask some Hr type questions.

Round 4 - Assignment 

In this round they will give you the assignment to complete it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go.

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)

Get interview-ready with Top Unthinkable Solutions Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was machine round test.

Round 2 - Technical 

(1 Question)

  • Q1. Focus on Data structures and Algorithms.
Round 3 - HR 

(1 Question)

  • Q1. About company, Interview experience.

Junior Associate Software Engineer Interview Questions asked at other Companies

Q1. 1) coding question range is given example 2 to 10 in this range find 3 largest prime number sum. and for this 2 to 10 range exmaple is 3, 5 , 7 sum=15.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 questions were asked

Round 2 - Coding Test 

3 questions were asked to solve

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic JS interview questions, array problems
Round 3 - Coding Test 

SetTimeout question, promise, callback, bassic of reactjs questions, redux etc

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard, dont fumble, its ok if you dont know anything.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
Add answer

Marketing Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Talk about your journey
  • Q2. What’s your experience with lead gen
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same repetitive questions
  • Q2. Same repetitive questions as the hr

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are interested in marketing and are a creative person, avoid this place as they assess and focus only on lead gen

Marketing Interview Questions asked at other Companies

Q1. If you were to market a product X, what are the aspects you would look at?
View answer (1)

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1) some basic o/p predict question on javascript code
  • Q2. 2) one coding question -> input->"my name is xyz" output ->"My Name Is Xyz" need to uppercase first letter of all words in a sentence.
  • Ans. 

    A coding question to uppercase the first letter of all words in a sentence.

    • Split the sentence into words using space as a delimiter.

    • Loop through each word and uppercase the first letter using string manipulation.

    • Join the words back into a sentence with a space in between.

  • Answered by AI
  • Q3. React js question is to make a component which has input tag when we type so auto suggestion will be shown this list of countries interviewer provided to take reference . when we type as per key pressed ...
Round 2 - Technical 

(3 Questions)

  • Q1. 1) coding question range is given example 2 to 10 in this range find 3 largest prime number sum. and for this 2 to 10 range exmaple is 3, 5 , 7 sum=15.
  • Ans. 

    Find the sum of three largest prime numbers within a given range.

    • Create a function to check if a number is prime.

    • Loop through the given range and store prime numbers in an array.

    • Sort the array in descending order and sum the first three elements.

    • Return the sum.

  • Answered by AI
  • Q2. I show case my full stack project on MERN tech, 20 min disscussion going on this only.
  • Q3. Some basic javascript ,node and react based questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your family and your technical skills.

Interview Preparation Tips

Topics to prepare for Unthinkable Solutions Junior Associate Software Engineer interview:
  • Javascript
  • Node.Js
  • React.Js
Interview preparation tips for other job seekers - Just be ready with your basics and make one good project that will inhance your skills and will be helpfull in interview to showcase

Skills evaluated in this interview

Junior Associate Software Engineer Interview Questions asked at other Companies

Q1. 1) coding question range is given example 2 to 10 in this range find 3 largest prime number sum. and for this 2 to 10 range exmaple is 3, 5 , 7 sum=15.
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