Inheritance: What is the difference between single inheritance and multiple inheritance in C++? Provide examples. How does Python handle method resolution order (MRO) in multiple inheritance? Explain the concept of polymorphism in the context of inheritance. How is it implemented in C++ and Python? What are abstract classes and how are they used in C++ and Python? Provide examples. Describe the role of the super() function in Python inheritance. How does it differ from using the base class name directly? Data Structures and Algorithms (DSA): Explain the time complexity of common operations (insertion, deletion, search) in a binary search tree (BST). What is the difference between a stack and a queue? Provide real-world examples where each would be used. How do you detect a cycle in a linked list? Write a function in Python or C++ to implement this. Describe the quicksort algorithm and explain its average and worst-case time complexities. What are hash tables and how do they handle collisions? Compare and contrast at least two collision resolution techniques.
Graphics Engineer Interview Questions
296 graphics engineer interview questions shared by candidates
What is trilinear filtering?
* Describe all the components of a convolutional neural network (define convolution operation, cross-entropy, and softmax function mathematically, motivate various activations, residual connections, ...)
* How would you construct a dataset of 3D assets for use with deep learning models?
Given a scene with a wallpaper that needs to change depending on user input, describe the entire pipeline needed to get an image on screen.
How to find if an integer is even or odd?
I was asked many questions, regarding both technical and non-technical areas.
What tools would you choose for a new cross-platform project?
Was generally an open conversation, we spoke about graphical pipelines, graphics APIs. Technical interview was probably more general programming issues than specifically graphics.
If you turn on the PC, and your monitor is a black screen, how would you troubleshoot?
Viewing 151 - 160 interview questions