Hike Interview Experience for Fresher SDE - Intern,
Dec 2020
Hike Interview Experience for Fresher SDE - Intern,
Dec 2020
Posted: 13 Apr 2021
0
Rejected
Interview Rounds
Application Process
Round 1
Round 2
Interview Process
Online Coding Interview
Easy
Duration:
60 Minutes
Interview-Date:
15 Dec 2020
Problems:
1
Maximum Difference
Given an n x n matrix mat[n][n] of integers, find the maximum value of mat[c][d] – mat[a][b] over all choices of indexes such that both c > a and d > b.