Told to code a small 2d game.
Unity Programmer Interview Questions
38 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); } } } }
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.
Perguntaram o porquê escolhi minha graduação atual.(jogos digitais)
Tell me about yourself and your work.
Salary expectation and be able to work outside
Tech assignment asked me to make a pokemon like turn based RPG game.
Unity engine-related features and stuff
What are your go-to tools for debugging?
Viewing 1 - 10 interview questions