all questions are easy
Game Programmer Intern Interview Questions
1,357 game programmer intern interview questions shared by candidates
Most unexpected questions were the lack of them, I was asked almost nothing related to the position.
Technical questions was quite simple, also there was questions about tasks I've encountered during my career.
Create a "spell casting" system for use in a multi-player game. System must be able to support multiple spells, but for the demo create a spell that goes into effect after a set cast time. System must be able to handle when targeted players are no longer available.
Talk about an interesting project.
Describe your methodology for unit testing.
Basic coding skills, Game development history.
I have heard that for a different college, they asked ping pong game program. For my machine test, I got the following question. Using C/C++, draw a simple solar system. The solar system should have a sun at the middle, earth rotating around the sun and a moon rotating around the earth continuously. [Draw Earth, sun and moon as circle] After completing this program, I was asked to make the following modifications to the program stage by stage. [They were checking the code readability and ease of modification] 1) Make earth & moon rotate faster 2) Make moon rotate in opposite direction 3) Draw random stars [one pixel/circle/...] on the screen [Don't draw star inside a planet] 4) Make the stars move from right to left continuously and at no point of planetary rotation should a star appear inside earth/sun/moon Technical interview > Mostly c++ questions, study namespace concept, virtual functions and virtual base classes,... 1) you have a global varible abc & another abc in your function, can you access global abc? if you can; how ? 2) questions about virtual functions [indirectly] 3) What does var<<1 & var<<2 do to var? [expected answer : multiplication by pow of 2] 4) What does var>>3 do to var ?
That one question that every uncreative interviewer who wants to seem creative asks. You know, the one about vertical conveyances.
in hr round 3 types of question 1 maths mostly question on average and percentage 2 aptitude 3 6 programs you can write in any language 1. wap to check string is palindrome or not 2 wap to check given number is power of 2 or not 3 wap to calculate sum of hundred number 4 wap to find repeated character in string and print in sort. like agafbbcdee o/p abe 5 find the smallest element in unsorted array one more question i am not remember
Viewing 291 - 300 interview questions