NVIDIA Interview Question

Interesting question about memory aliasing. You've two APIs write(addr, data) and read(addr, &data) just using these two APIs write an algorithm to identify one of the internal signals that has been shorted. You've no access to internal signals or the interface signals (black box verification)

Interview Answer

Anonymous

Nov 20, 2019

I could not come up with an algorithm in time.

1