Forward Deployed Engineer Interview Questions

696 forward deployed engineer interview questions shared by candidates

The Java challenge was to devise a representation of an NxN tic-tac-toe game board, with the variation you only need to tokens M in a row to win (in any direction), such that a win can be verified in O(1) time.
avatar

Forward Deployed Software Engineer

Interviewed at Palantir Technologies

3.7
Nov 14, 2014

The Java challenge was to devise a representation of an NxN tic-tac-toe game board, with the variation you only need to tokens M in a row to win (in any direction), such that a win can be verified in O(1) time.

Imagine a 2D array of non-negative integers representing a map. 0 values are water and non-0 values are land. The land forms islands (contiguous cells vertically or horizontally). The value of an island is the sum of all of its tiles. Efficiently output the size of the highest-valued island.
avatar

Forward Deployed Engineer

Interviewed at Palantir Technologies

3.7
Sep 26, 2017

Imagine a 2D array of non-negative integers representing a map. 0 values are water and non-0 values are land. The land forms islands (contiguous cells vertically or horizontally). The value of an island is the sum of all of its tiles. Efficiently output the size of the highest-valued island.

Viewing 31 - 40 interview questions

Glassdoor has 696 interview questions and reports from Forward deployed engineer interviews. Prepare for your interview. Get hired. Love your job.