rlevchenko.com - UseIT | Roman Levchenko – Wisdom is knowing how little we know

Description: Wisdom is knowing how little we know

Example domain paragraphs

Wisdom is knowing how little we know

FizzBuzz is a very common task, asked in Dev/DevOps interviews. You are given a range of numbers and need to write algorithm using the following rules: if the number is divisible by 3, print “Fizz”; if the number is divisible by 5, output “Buzz”; if the number is divisible by both 3 and 5, the result should be “FizzBuzz”.

The main goal of the task is to check how you understand loops, conditionals and simple math using one of programming or scripting languages. I solved the task using PowerShell years ago: check this gist .

Links to rlevchenko.com (8)