Topic — Add New » Posts Last Poster Freshness
Amazon Interview Question for Software Engineer/Developer about Bit Magic 2 Sandeep 1 year

how to find next power of 2 for a given number. Eg next power of 5 is 8, next power of 30 is 32.

Amazon
Qualcomm Interview Question for Software Engineer/Developer (0 - 2 Years) about Bit Magic 2 kartik 1 year

set nth bit of an integer

Qualcomm
Qualcomm Interview Question for Software Engineer/Developer (0 - 2 Years) about Bit Magic 2 kartik 2 years

reverse bits of an integer

Qualcomm
Amazon Interview Question for Software Engineer/Developer (Fresher) about Bit Magic 2 2 years

Write a program to print an unsigned integer that is greater than a given unsigned integer but has the same number of 1's in binary form.

Amazon
Microsoft Interview Question about Bit Magic 2 satya482 2 years

Given a number, multiple it by 8 without using multiplication or addition. Do the same for 7.

Microsoft