Blue Yonder

Details

Job Status

Full Time (Employment + Internship Mandatory)

Criteria

StudyCutoff
X70%
XII70%
UG7 GPA

Round 1

30/10/23

There were 4 sections in total, 90 min.

  1. Aptitude (20) - 20 min
  2. English (10) - 10 min
  3. Technical (15) - 20 min
  4. Coding (2) - 40 min

Coding Questions

  1. Flip Array: Given a 2-d matrix, filled with either ‘R’ for Red or ‘B’ for Black, given a set of coordinates, flip the colour at the location.

  1. Golden Number: A golden number is defined as the number in which the the largest digit subtracted from the sum of the digits for a number is 0.

    Given a range [X,Y], find the sum of all the golden numbers.