Yelp Interview Question

How many bytes to represent a hexadecimal value?

Interview Answers

Anonymous

Feb 8, 2012

Not sure if you remember the question correctly; It would make more sense if it was: "number of BITS to represent a hexadecimal value", which would be 4 bits (hexadecimal values go from 0 through F, i.e. 16 possibilities = 2^4 possibilities)

1

Anonymous

May 18, 2011

1 apparently, I thought it was 2 for some reason.