Blue Optima visited for
5 different Profiles.
- Back End Developer (Java)
- SDE in Testing
- UI Developer (Javascript)
- DevOps
- Data Engineer (Machine Learning and Data Mining Expert)
The Online Round had three sections.
1. Aptitude
2. Technical ( OS / CN / DBMS / OOPS / DSA)
3. Coding
1st Coding Question
For a array of positive integers your are given a positive integer K.
Choose any contagious subarray such that its sum is divisible by K.
Your task is to output the
largest possible sum that follows the given constraints.
2nd Coding Question
A 2-D grid contains integers from the set -> {0,1,2}.
0 -> The Cell is Empty.
1 -> The Cell is blocked.
2 -> Initial Position (Guaranteed
only one such cell exists).
Starting from you initial position you can either move horizontally or vertically.
You cannot enter any blocked cell and also you cannot exit the grid.
Output the minimum distance to be traversed to reach any edge of the grid or else state its impossible.