Triplebyte Interview Question

A small two hour python project implementing a simple game, with the interviewer screen watching remotely.

Interview Answers

Anonymous

Jan 28, 2016

First outlined the general features that were required, wrote out the core data structures and then quickly sketched out the top level functions needed. Most of the interview was implementing those functions, with the interviewer helpfully making suggestions via leading questions whenever I got stuck for more than a minute or when there was a bug that wasn't immediately fixed. Overall a very pleasant experience.

1

Anonymous

Mar 28, 2016

Did they exclusively ask you to code in Python? Was any GUI involved in game development?

Anonymous

Mar 30, 2016

In particular, was any Tkinter programming involved for developing GUI for the game?