They asked me about the island problem
Software Engineer New Grad Interview Questions
2,971 software engineer new grad interview questions shared by candidates
hackerrank medium questions were asked
1) Find local maxima in a given list of integers Two follow-up questions to that.
implement a class Comparator, which has a method compare. You can init this class by sort order(desc/ asc), and you can use compare method to compare two hashmaps with the given order.
Explain your projects, work experience, future goals
Usual coding interviews: data structure, recursion, dynamic programming, OO design, algorithm.
hackerrank which represented a simulation of locations being attacked / aided etc
LeetCode 2. Add Two Numbers
Given a 2D array keystrokes (first element: integer, encoded letter i.e. 0 – a, 1 – b, etc. Second element: integer, time it took to press key after previous key). Times sorted ascending order. Return the letter with the slowest time
Given 2D array of grid values for each row and a maximum value, find the max size square where the sum of the values is less than or equal to the maximum value. Ex: Given [ [1, 1, 1], [2, 2, 2], [ 3, 3, 3] ] and max value of 27, what is max size square?
Viewing 361 - 370 interview questions