Find discrepancies in the implementation of the requirements. Requirements: The program outputs numbers from 0 to 100 inclusive. Instead of numbers divisible by three, the program should output the word "Fizz", and instead of numbers divisible by five — the word "Buzz". If a number is divisible by both 3 and 5, the program should output the word "FizzBuzz".
QA / QA Automation
Senior
183
Is regression testing required?
Senior
182
What is a primary key and foreign key in databases?
Senior
172
What should a load testing methodology include?
Senior
162
Find discrepancies in the implementation of the requirements. Requirements: The program outputs numbers from 0 to 100 inclusive. Instead of numbers divisible by three, the program should output the word "Fizz", and instead of numbers divisible by five — the word "Buzz". If a number is divisible by both 3 and 5, the program should output the word "FizzBuzz".
Senior
159
List the main attributes of software requirements.
Senior
144
What is REST API? How do you understand it?
Senior
142
What are the standard groups of HTTP response codes and what does each one indicate?
Senior
126