Perguntas de entrevista de Unity Programmer

38 Perguntas de entrevista compartilhadas pelos candidatos | unity programmer

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); } } } }
avatar

Unity Programmer

Entrevista na empresa West Pier Studio

4.8
11 de jul. de 2018

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); } } } }

Exibindo 1 a 10 perguntas de entrevista

O Glassdoor tem 38 perguntas e relatórios de entrevistas do cargo de Unity programmer. Prepare-se para sua entrevista. Conquiste a vaga perfeita na empresa dos seus sonhos!