Told to code a small 2d game.
Unity Programmer Interview Questions
37 unity programmer interview questions shared by candidates
Mostly talked about my projects
What is wrong with the following code and what would you do to fix or improve the code if applicable? private void RemoveDuplicates( List<int> zMyList ) { int listCount = zMyList.Count; for( int i = 0 ; i < listCount; i++ ) { for( int j = i + 1; j < listCount ; j++ ) { if( zMyList[i] == zMyList[j] ) { zMyList.RemoveAt(j); } } } }
Tell me about yourself and your work.
They gave me a take-home task that involved maze generation/traversal. They also wanted a portfolio, which I didn't have at first, but they were very patient as I gathered material for them to view.
Tech assignment asked me to make a pokemon like turn based RPG game.
Salary expectation and be able to work outside
What would be your ideal work position at Sumo?
Unity engine-related features and stuff
What are your go-to tools for debugging?
Viewing 1 - 10 interview questions