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

Junior Software Engineer

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

Interview preparation journey

expand-icon
Application story
I received that opportunity through an on-campus drive. In the technical interview, the interviewer asked questions about Python, my projects, coding, and DBMS. I was rejected in the interview round.
Why selected/rejected for the role?
I was rejected because it was my first interview, and I wasn't confident about my projects. That's why I was not selected.
Preparation
Duration: 6 Months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1: Prepare DSA thoroughly, and I recommend Coding Ninjas for interview preparation.
Tip 2: Be confident and relaxed during the interview.
Tip 3: Review your projects, including how they work and their functionalities.

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

Tip 1: Keep your resume concise, ideally one page, and list only the skills you are confident in.
Tip 2: Do not include anything false 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.

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
02
Round
Medium
Video Call
Duration60 Minutes
Interview date31 Jul 2021
Coding problem1

The 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.
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
SDE - 1
3 rounds | 6 problems
Interviewed by Unthinkable Solutions
1442 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
853 views
0 comments
0 upvotes
company logo
Associate Technology
2 rounds | 3 problems
Interviewed by Unthinkable Solutions
643 views
0 comments
0 upvotes