Karmaplay Aptitude Test
Welcome to the Karma Play Academy Aptitude Test for aspiring game programmers. Please note the following:
So, take a deep breath, chill out and get started!
1 / 30
Select the correct answer about Euler angles and Quaternions.
2 / 30
How do you translate the matrix?
3 / 30
Which is the correct formula to calculate Vector Length?
Vector{x, y,z};
4 / 30
What do we mean by multi-texturing?
5 / 30
What does 'back-face culling' mean?
6 / 30
Select the INCORRECT statement regarding anti-aliasing.
7 / 30
Select the answer which describes the proper characteristics of mip-mapping?
8 / 30
Which is the correct formula for a Cross Product?
Vector1 = {x1, y1, z1};
Vector2 = {x2, y2, z2};
Result – Result vector{x, y, z}.
9 / 30
How do you find the normal to a plane?
10 / 30
Identify the Matrix
11 / 30
What is the function that defines a point into a BoundBox?
12 / 30
If 2 vectors are opposite, what is required to define it?
13 / 30
. How do you scale a vector?
Vec(x, y, z); fScale – Scale Factor
ScaledVector(xs, ys, zs)
14 / 30
How do you determine if a point is in the triangle?
15 / 30
Which statement is INCORRECT for portal-based rendering?
16 / 30
Which is the function that defines a BoundBox into a BoundBox:
17 / 30
Which is the correct formula for a Dot Product?
18 / 30
Z-buffer is used for:
19 / 30
How do you determine the angle between vectors?
20 / 30
Which abbreviation doesn’t describe color spaces?
21 / 30
What is the minimum required to define a plane?
22 / 30
Which is the fastest way to check if a point (P) is inside a Sphere?
23 / 30
Z fighting is…
24 / 30
How do you find the orthogonal vector for 2 vectors?
25 / 30
How do you determine the square between 2 vectors?
26 / 30
What geometric figure is the crossing of 2 planes?
27 / 30
How do you derminate if a point lies in the plane?
Point (xp, yp, zp); Plane (a, b, c, d)
28 / 30
Which is the formula for a Plane?
29 / 30
How do you normalize a vector??
Vector1{x, y, z} Normalised{xn, yn, zn}
30 / 30
What figure is the crossing of a line and a plane?
Your score is