Some basic questions on my domain
Programmer Intern Interview Questions
25,472 programmer intern interview questions shared by candidates
Asked about projects undertaken in B.E.
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); } } } }
My Project detals
What is the difference between preemptive and non-preemptive tasks
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
How have you handled difficult technical challenges in the past?
Viewing 2541 - 2550 interview questions