Open In App

Unthinkable – Daffodil Software Interview Experience

Process: –

  1. Coding Round
  2. Technical Personal Interview
  3. HR Round

Coding Round

Two problems:

  1. The problem exactly the same as the leetcode problem – Asteroid Collisions, Link – Asteroid Collisions.
    The actual problem in the coding round had bulls instead of asteroids and asked to print bulls that would survive in the end.
  2. Maximum sum of length of two words that do not have any letters in common, Link – Maximum length of two words with no common letters. Very relaxed time constraint of 5 seconds of running time – just a simple brute force solution was enough to pass all test cases.

Technical PI

Employee Table and Dept Tables: –

Emp_ID

Emp_Name

Emp_Age

Dept_ID

Dept_ID

Location

Article Tags :