Sid is a judge for a programming contest. Before the code reaches him it goes through a restricted OS and is
tested there. If it passes, then it moves onto Sid. What is this middle step called?
A.
Fuzzy-testing the code
B.
Third party running the code
C.
Sandboxing the code
D.
String validating the code
Fuzzy-testing?
I think that the correct one is C.Sandboxing the code.
The key here is “restricted OS”
sandbox
Sandbox due to restricted OS. Fuzz testing can be done on any type of machine if the plan is to overwhelm it but doesn’t necessarily = restricted.