Join Regular Classroom : Visit ClassroomTech

IBM Questions

IBM Question Solved | Bitwise Operations | Codewindow.in

Question: Boolean Algebra is a branch of mathematics which deals with the binary numbers and have few operators defined for it. Some of the widely used operators on binary numbers are XOR,SHL(Shift Left),SHR(Shift Right) etc.  The below table depicts the operators that are available and to be used for this question.   Bitwise Operators Mnemonic …

IBM Question Solved | Bitwise Operations | Codewindow.in Read More »

IBM Question Solved | Find Time in Different Timezone | Codewindow.in

Question: Every country follows its own timezone. Each timezone uses the Greenwich Mean Time(GMT). Also called the Universal Time Coordinated(UTC), as the reference and the local time is determined by adding or subtracting few hours( i.e. timezone offset) to the GMT. You are expected to complete the function in the below editor to compute the …

IBM Question Solved | Find Time in Different Timezone | Codewindow.in Read More »

IBM Question Solved | Reverse and Replace | Codewindow.in

Question: Given string/sentence need to be reversed and the vowels need to be replaced with numbers from 1-9.In the reversed string replaced numbers should appear in descending from left to right. If there are more than 9 vowels, numbering should restart from 1. If the input string is Language, output string should be 4g32gn1L Function …

IBM Question Solved | Reverse and Replace | Codewindow.in Read More »