Some basic questions on my domain
Graduate Development Programme Interview Questions
25,474 graduate development programme interview questions shared by candidates
Past projects I have worked on
introduction
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); } } } }
What is the difference between preemptive and non-preemptive tasks
My Project detals
The assignment is to build a basic game in Unity
They mostly asked questions about you as a person and your interests. They also asked about your technical competence in certain areas of the work you'd be performing
Core Java, spring boot, sql reference
How have you handled difficult technical challenges in the past?
Viewing 2541 - 2550 interview questions