What is this middle step called?

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

EC-Council Certified Ethical Hacker v11

Free dumps for 312-50v11 in Printable PDF format.

High quality PDF and software. VALID exam to help you pass.

Download Printable PDF. VALID exam to help you PASS.

6 thoughts on “What is this middle step called?

  1. A. Fuzzy-testing the code
    Why
    We have programming contest so its no development or revision its testing
    1.A sandbox is a testing environment that isolates untested code changes and outright experimentation from the production environment or repository,
    in the context of software development including Web development and revision control.
    2. Fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a
    computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks.

  2. I’m still rolling with C.. Can’t find any information regarding Fuzzy Testing occurring specifically in restricted OS.

  3. I would have answered C also. It seems like the right answer is A according to a quick google search but I cannot see the reason. It says “tested inside a restricted OS” and that would seem like a sandboxing. Fuzz testing could be done in any OS and even outside it.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.