Pergunta de entrevista da empresa Google

What's 2^32 ?

Respostas da entrevista

Sigiloso

15 de nov. de 2016

The correct approach is to show that you can break down the problem. 2^32 = 2^10 * 2^10 * 2^10 * 2^2. 2^10 = 2^8 * 2*2 = 256 * 4 ~(roughly) 1000 So: 2^32 ~ 1000 * 1000 * 1000 * 4 = 4,000,000,000

7

Sigiloso

8 de jan. de 2016

4 giga

5

Sigiloso

29 de set. de 2016

The number that will overflow a variable of type unsigned 32-bit int. const MAX_U32INT = 2^32 -1

Sigiloso

26 de out. de 2016

IPv4 number of IPs 2^32

Sigiloso

30 de dez. de 2015

Multiply number for itself for 32 times.

Sigiloso

29 de dez. de 2015

Would be important