Circuits

With only write(addr, data) and read(addr, &data) APIs at your disposal, how would you devise an algorithm to detect a shorted internal signal in a black box scenario?

Design Verification Engineer

ASUS

SpaceX

IBM

FLIR Systems

GE Aviation

ByteDance

Did you come across this question in an interview?

Your answer

Answers

Unlock Community Insights

Contribute your knowledge to access all answers

#Give&Take - Share to unlock

  • With only write(addr, data) and read(addr, &data) APIs at your disposal, how would you devise an algorithm to detect a shorted internal signal in a black box scenario?
  • Given the write(addr, data) and read(addr, &data) APIs, what would be your approach to uncover a shorted internal signal without access to internal or interface signals?
  • How would you construct an algorithm using just write(addr, data) and read(addr, &data) APIs to find a shorted internal signal, given no access to the signals themselves?
  • Using the write(addr, data) and read(addr, &data) APIs only, can you explain your method to identify a shorted internal signal in a device?
  • With the available write(addr, data) and read(addr, &data) APIs, what is your strategy for detecting a shorted internal signal under black box conditions?
  • If restricted to write(addr, data) and read(addr, &data) APIs, how would you approach identifying a shorted internal signal in a device?
  • How can you utilize write(addr, data) and read(addr, &data) APIs to detect a shorted internal signal, assuming black box constraints?
  • Given only write(addr, data) and read(addr, &data) APIs, how do you plan to uncover a shorted internal signal in a device?
  • With just the write(addr, data) and read(addr, &data) APIs, how would you engineer a solution to identify a shorted internal signal?
  • Suppose you have access to a device that has two APIs: write(addr, data) and read(addr, &data). Using only these two APIs, how would you write an algorithm to identify one of the internal signals that has been shorted? Assume that you have no access to the internal signals or the interface signals, and that you are limited to black box verification.
Try Our AI Interviewer

Prepare for success with realistic, role-specific interview simulations.

Try AI Interview Now

Interview question asked to Design Verification Engineers interviewing at Dialog Semiconductor, Cisco, KTM AG and others: With only write(addr, data) and read(addr, &data) APIs at your disposal, how would you devise an algorithm to detect a shorted internal signal in a black box scenario?.