Question d’entretien chez NVIDIA

Round-3: (technical + DSA) 1. How does GPU communicate with SBIOS saying its ready? Follow up questions on ucode implementation high-level design. 2. How to automate driver code implementation of register definitions, that are provided in HW spec? 3. For multiple SKUs in same generation, how do you implement code? (Answer: use device-id. Define bits of device-id to differentiate features and SKUs) 4. Implement code for checking if a matrix is chess board or not. 5. Given a function SetBits(value, endBit, startBit). Write the function implementation and handle corner cases.