caching, logic gates questions
Graphics Software Engineer Interview Questions
103 graphics software engineer interview questions shared by candidates
Decimal to N-Base (python), Prime numbers, Cut the hive problem
1. String reversal without using any library function? 2. Create your own sizeof function 3. Intersection point of two linked lists? 4. What is a Virtual Memory? 5. What is a deadlock? 6. What is a semaphore and its types? 7. Race condition, Thread, Process 8. Some questions on Dynamic memory allocation and some more questions I cannot recall.
Easiest ones, C basics, pointer concepts, internal stack and heap allocation schemes, general questions on linked lists etc
Describe the graphics pipeline step by step. Reverse a linked list.
Given a target number and a matrix where the elements below and to the right are always greater than the elements above and to the left, find an algorithm to efficiently find all locations of target in matrix.
I did find something difficult or unexpected.
O(1) mutable string
A bunch of other memory layout and linear algebra questions. If you've been anywhere near C++ and have been making games you'll answer them no problem.
What are the current bottlenecks of physically based rendering on the GPU?
Viewing 61 - 70 interview questions