Multiple choice technology testing Testing of a candidate build to be deployed is done by performing Static test Dynamic test Smoke test None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation Smoke testing is the correct approach - it quickly verifies that the most critical functions of a build work before full deployment. Static testing examines code without execution, while dynamic testing involves running the code.