Unthinkable Solutions Coding Questions

Coding Questions asked in Unthinkable Daffodil

Unthinkable Solutions Coding Questions is one of the most searched question at the time of placement drive. The company is also known as Unthinkable Daffodil. Therefore, this page will give you complete information about the placement drive conducted by Unthinkable Solutions or Unthinkable Daffodil.

Go through this page thoroughly to know more about Unthinkable Solutions for example eligibility, salary, online assessment etc.

Unthinkable Solutions Coding

About Unthinkable Daffodil

Unthinkable Solutions is seeking individuals who are enthusiastic about creating high-quality software products.  At Unthinkable, they shorten the time between a concept and usable software in order to help our customers disrupt more quickly.

They are in a unique position to take this unconventional approach to software development because to the combination of our experience creating more than 100 software solutions and creating products employing decoupled software components to remove unnecessary code.

Unthinkable Daffodil Recruitment Process

Here is the detailed recruitment process of Unthinkable Daffodil.

  • Online Assessment – 3 Coding Questions
  • Technical Interview 1 -(Concepts related to fundamentals and OOPs Concept)
  • Technical Interview 2 – (Puzzles and Coding)
  • HR Interview

Skills Required

  • Basic Programming Skills with good logical concepts.
  • Any Language (Students need to be strong with their logical and problem solving skills)

Unthinkable Daffodil Important Facts

Unthinkable : DaffodilsRelated Information
Batch2023
CourseB.Tech
Education
  • Graduation Marks – 60% and above
  • 10th and 12th Marks – 60% and above apply
  • No backlogs
Service AgreementInternship + 1yr of permanent employment
Cost to Company (CTC)5 LPA
Stipend during Internship 20,000 /- or 24,000 /-

Prime Course Trailer

Related Banners

Get PrepInsta Prime & get Access to all 200+ courses offered by PrepInsta in One Subscription

Unthinkable Solutions Coding Questions

Question 1 : Spiral Matrix

Problem Statement :

You will be given a 2d matrix. Write the code to traverse the matrix in a spiral format. Check the input and output for better understanding.

Sample Input :
Input :
5 4
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20

Output :

1 2 3  4 5 6 7 8 9 10 11 12 13 14  15 16 17 18 19 20

Question 2 : Celsius to Fahrenheit

 

Problem Statement  :


There are two major scales for measuring temperature, celsius & Fahrenheit.Given a floating point input for temperature in celsius scale, Write a program to convert celsius to fahrenheit, up till 2 decimal points.

Input     Output
56           132.8

Explanation:
56 degrees celsius means132.8 degrees of Fahrenheit to be exact.

Question 3 : Devil Groups (R->Easy)

Problem Statement  :
There are some groups of devils and they splitted into people to kill them. Devils make People to them left as their group and at last the group with maximum length will be killed. Two types of devils are there namely “@” and “$”
People is represented as a string “P”

Input Format:
First line with the string for input

Output Format:
Number of groups that can be formed.

Constraints:
2<=Length of string<=10^9


Input string
PPPPPP@PPP@PP$PP

Output
7

Explanation
4 groups can be formed
PPPPPP@
PPP@
PP$
PP

Most people in the group lie in group 1 with 7 members.

Question 4 : Prime Number Sum

Problem Statement  :

You will be given a left limit and a right limit. You need to Calculate the sum of all prime numbers between a given range x and y, both inclusive.

Sample Test Case :
Input :      Output :
30             68
40

Explanation :
31 and 37 are the two prime numbers in the window.

Question 5 : Array Subarray

Problem Statement  :
You are given an array, You have to choose a contiguous subarray of length ‘k’, and find the minimum of that segment, return the maximum of those minimums.
Sample input :
1 → Length of segment x =1
5 → size of space n = 5
1 → space = [ 1,2,3,1,2]
2
3
1
2

Sample output :
3
Explanation :
The subarrays of size x = 1 are [1],[2],[3],[1], and [2],Because each subarray only contains 1 element, each value is minimal with respect to the subarray it is in. The maximum of these values is 3. Therefore, the answer is 3

FAQs related to Unthinkable Coding Questions

Question 1: How many rounds are there in the Unthinkable Hiring Process?

There are in total four rounds in the Infra Market Hiring Process which includes:-

  1. Online Assessment
  2. Technical Interview 1
  3. Technical Interview 2
  4. HR Interview
Question 2: Is Coding questions asked in Unthinkable Recruitment Process?

Yes, Coding Questions are included in Online Assessment and Technical Interview of Unthinkable.

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others

Checkout list of all the video courses in PrepInsta Prime Subscription

Checkout list of all the video courses in PrepInsta Prime Subscription