Horribly paraphrased. This conversation was a few years ago: You designed a particle system using a linked list and all the particle objects have no update() method or any methods at all. AKA: All the particles are structs, rather than classes. You have an updater() class that takes the first particle of the linked list and uses it to update all of the particles. What design pattern is that?
Graphics Programmer Interview Questions
162 graphics programmer interview questions shared by candidates
Write a function that prints all the permutation of a string. Sting has no duplicate characters. For example. ABC.
The first stage of the application process is a programming task.The candidate has 2 weeks to submit the task. It requires the candidate to implement some logic and optimize the existing code. The task is not trivial and is really fun. The hr representative has been quite fast to answer all the questions about the assignment (2/3 days to get an answer).
given an unsigned char c, swap every two bits of it
Describe the OpenGL Pipeline in detail. How does fixed function fog lighting work. Basics of operating systems
can destructor be virtual?
What's the difference between BJTs and MOSFETs.
Describe your approach to optimising rendering performance on mobile
What is HTML in your own words?
What is, and how do you find the depth of a BST (The coding portion is writing a function to find the depth of a tree)
Viewing 21 - 30 interview questions