Upload Button Icon Add office photos

Filter interviews by

Unthinkable Solutions Associate Software Engineer Interview Questions and Answers

Updated 21 Sep 2024

Unthinkable Solutions Associate Software Engineer Interview Experiences

5 interviews found

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

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

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Coding Test 

Coding questions of arrays and stack

Round 2 - HR 

(1 Question)

  • Q1. Introduction, why this org and other usual questions.

Unthinkable Solutions interview questions for designations

 Junior Associate Software Engineer

 (3)

 Software Engineer

 (8)

 Software Engineer Intern

 (1)

 Associate Information Technology Engineer

 (1)

 Associate Engineer

 (1)

 QA Associate

 (1)

 Software Developer

 (11)

 Software Tester

 (1)

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Group Discussion 

First round was GD1 - We were given a Topic of Democracy in India and have 5 mins to think on it..

Round 2 - Group Discussion 

Second round was GD2 - here, the Topic was "if you could have a superpower for one day what superpower you will choose" and we have to talk on this topic for 5 mins

Round 3 - Technical 

(3 Questions)

  • Q1. Four pillars of OOPS with real world examples
  • Q2. Solve Rotate Array Problem
  • Q3. 8-10 questions asked on my Programming language (C++)
Round 4 - One-on-one 

(4 Questions)

  • Q1. Question asked on Final year project - what's your Contribution in the project
  • Q2. Explain your Final year project
  • Q3. Some logical question and puzzles
  • Q4. There was alphanumeric characters and we have to output only the number from that string Input - "wih562idjedk42ndej56" Output - 5624256
Round 5 - Communication Round 

(2 Questions)

  • Q1. As a team Leader, how you manage all your team members when there is a conflict or disagreement arise in the project
  • Q2. Some , Behavioural questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There were 30 questions on the aptitude test, all of which were part of the total count.

Round 2 - Coding Test 

I have three questions: two related to data structures and algorithms, and one concerning SQL.

Round 3 - Technical 

(1 Question)

  • Q1. Got two questions DSA medium and Easy one

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and have confidences do your best
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Mathematics,General Aptitute,three coding question

Round 2 - Coding Test 

Face to face interview.Ask questions on Data structure and algorithms

Round 3 - HR 

(1 Question)

  • Q1. Where do you look from 5 years from now
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indira Gandhi Institute of Technology, Dhenkanal and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

There are Verbal, logical reasoning, quantitative, coding questions (2 Qtns) and a descriptive essay on "How you used the pendamic duration for study" ( Minimum 200 words) required. And coding questions are DSA Medium level one was: " Find the maximum profit percentage during the buy and sell of stock of a company. ". Verbal round was mostly (4 -5 questions) on make meaning full sentence. All the first round test was conducted on "Xobin online test" platform.

Round 3 - System Design 

(2 Questions)

  • Q1. There are two questions available 1. Write a business solution, technical solution using frontend or back-end technology to overcome the problem a) There is a new metro started in your city but the proble...
  • Q2. 2nd question was find solution for dynamic seat booking and price change during booking of ticket for a cinema hall.
Round 4 - Technical 

(1 Question)

  • Q1. Some questions on DSA like difference between merge sort and bubble sort. Sort available alphabets in a string array from vowel to consonant. In HR round HR will ask about your background and career then a...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • DSA
  • Quantitive apptitude
  • Verbal
  • Essay
  • System Design
Interview preparation tips for other job seekers - Don't add any extra things in your resume which you don't know because if you will qualified for interview time that guy will ask on the basis of your resume skills. Just be confident and don't answer any HR round questions emotionally as it doesn't work instead you will terminated by them. At last they will ask a question do you have any questions for me? So be ready for that and do not try to copy paste any solution from Google as interviewer will tell you to analyse your answers.

Unthinkable Solutions Interview FAQs

How many rounds are there in Unthinkable Solutions Associate Software Engineer interview?
Unthinkable Solutions interview process usually has 3-4 rounds. The most common rounds in the Unthinkable Solutions interview process are Coding Test, Technical and HR.
What are the top questions asked in Unthinkable Solutions Associate Software Engineer interview?

Some of the top questions asked at the Unthinkable Solutions Associate Software Engineer interview -

  1. SQL query to find second highest sal...read more
  2. OOPS concepts like pillars of oops, what is diamond problem asked me to write a...read more
  3. 4 DSA questions, oops, SQL, puzzles, and project related. Overall it was a 2-2:...read more

Tell us how to improve this page.

Unthinkable Solutions Associate Software Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Unthinkable Solutions Associate Software Engineer Salary
based on 196 salaries
₹7 L/yr - ₹19.6 L/yr
121% more than the average Associate Software Engineer Salary in India
View more details

Unthinkable Solutions Associate Software Engineer Reviews and Ratings

based on 23 reviews

3.4/5

Rating in categories

3.4

Skill development

2.9

Work-life balance

3.6

Salary

3.1

Job security

2.7

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 23 Reviews and Ratings
Associate Software Engineer
196 salaries
unlock blur

₹7 L/yr - ₹19.6 L/yr

Junior Associate
82 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Engineer
79 salaries
unlock blur

₹3.3 L/yr - ₹16.4 L/yr

Junior Associate Software Engineer
66 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