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

Junior Associate Technology

Unthinkable Solutions
upvote
share-icon
2 rounds | 4 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: 3 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% percentage in graduation
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 problem2

There were 10 McQs and 2 Coding Questions.

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

Take one element as a pivot element & check the difference between the sum and another number in the remaining array

Try solving now

2. Minimum Number Of Taps To Water Garden

Hard
15m average time
85% success
0/120
Asked in companies
AppleSalesforceBNY Mellon

The gardener wants to water the garden by opening the minimum number of taps. The garden is one-dimensional along the x-axis of length N i.e. the garden starts from point 0 and ends at point N. There are N + 1 tap located at points [0, 1, 2, …, N] in the garden.

You are given an integer N, and an array named “ranges” of size N + 1(0-indexed). The ith tap, if opened, can water the gardener from point (i - ranges[i]) to (i + ranges[i]) including both. The task is to find the minimum number of taps that should be open to water the whole garden, return -1 if the garden can not be watered.

Example :

Watering The Garden

Follow Up:
Can you solve the problem in O(N) time?
Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date31 Jul 2021
Coding problem2

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

1. 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
*******
 *****
  ***
   *
Problem approach

By using for loops and It was an Implementation problem.

Try solving now

2. 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.
Problem approach

By using DFS

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
Junior Associate Technology
4 rounds | 11 problems
Interviewed by Unthinkable Solutions
1418 views
0 comments
0 upvotes
company logo
Junior Associate Technology
4 rounds | 6 problems
Interviewed by Unthinkable Solutions
1302 views
0 comments
0 upvotes
company logo
Associate Developer
5 rounds | 8 problems
Interviewed by Unthinkable Solutions
853 views
0 comments
0 upvotes
company logo
Associate Technology
2 rounds | 3 problems
Interviewed by Unthinkable Solutions
643 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Junior Associate Technology
2 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
1410 views
0 comments
0 upvotes
company logo
Junior Associate Technology
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
1041 views
0 comments
0 upvotes
company logo
Junior Associate Technology
2 rounds | 2 problems
Interviewed by CIS - Cyber Infrastructure
878 views
0 comments
0 upvotes