Unthinkable Solutions interview experience Real time questions & tips from candidates to crack your interview

Associate Technology

Unthinkable Solutions
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I received that opportunity from Oncampus. In Technical Interviewer asked coding, Project related Questions, and DBMS Questions. I had rejected in the Interview round.
Application story
I received that opportunity from On Campus. In Technical Interviewer asked Python, Project related Questions, Coding Questions, and DBMS Questions. I had rejected in the Interview round.
Why selected/rejected for the role?
Rejected due to this is my first interview and I was not confident about the projects. so I was rejected in the Interview.
Preparation
Duration: 2 Months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.

Application process
Where: Campus
Eligibility: 65%
Resume Tip
Resume tip

Tip 1 : Make your resume short and try to make it one page only and mention all the skills that you are confident in.
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date27 Jul 2021
Coding problem1

There were 10 MCQs and 3 Coding Questions. I remember only 1.

1. Pair Sum

Easy
15m average time
90% success
0/40
Asked in companies
Media.netExpedia GroupQuikr

You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair equals 'S'.

Note:

Each pair should be sorted i.e the first value should be less than or equals to the second value. 

Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date31 Jul 2021
Coding problem2

In Technical Interviewer asked Python, Project related Questions, Coding questions, and DBMS Questions.

1. Maximum Depth Of A Binary Tree

Easy
15m average time
85% success
0/40
Asked in companies
FacebookWalmartRed Hat

You are given the root node of a binary tree with N nodes, whose nodes have integer values. Your task is to find the maximum depth of the given Binary tree.

Depth of a binary tree is the same as its height. In simpler terms, you have to find the total number of nodes encountered while moving from the root node to the farthest leaf node, along the longest path of the binary tree.

Example:-

example

If we are given the above binary tree as input then moving from root node(5) to the farthest leaf node(50), the path formed will be [ 5->10->25->35->40->45->50 ]. The total number of nodes encountered is 7, therefore the maximum depth of the binary tree is 7.
Try solving now

2. Inverted Triangle Of Stars

Easy
20m average time
80% success
0/40
Asked in companies
AdobeQ2Unthinkable Solutions

You have been given an integer ‘N’. You need to print an inverted isosceles triangle of stars such that the height of the triangle is N.

For example :
If N = 4 then the output will
*******
 *****
  ***
   *
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Unthinkable Solutions
1442 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 6 problems
Interviewed by Unthinkable Solutions
2170 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by Unthinkable Solutions
881 views
0 comments
0 upvotes
company logo
Associate Developer
5 rounds | 8 problems
Interviewed by Unthinkable Solutions
852 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Technology
3 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
1057 views
0 comments
0 upvotes
company logo
Associate Technology
3 rounds | 3 problems
Interviewed by Ernst & Young (EY)
2209 views
0 comments
0 upvotes
company logo
Associate Technology
2 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
0 views
0 comments
0 upvotes