Broadcom Interview Question

Using C programming language, how would you test the memory bitcells of a certain segment given to you?

Interview Answers

Anonymous

Jan 18, 2021

There's quite an extended back and forth in actual interviews for questions like this, so nothing quite like real practice. The Prepfully Broadcom Engineering experts have actually worked in this role, so they're able to do an honest-to-God accurate mock, which really puts you through the paces. prepfully.com/practice-interviews

Anonymous

Apr 11, 2012

Write all zero to the memory segment and read it back to see if zero can be stored. Similarly, write all one to it and test.

1