Quiz 15 Question 11 of 20

A developer is implementing a Claude-based coding assistant that generates Python code. The system should ensure all generated code can be executed without syntax errors. Testing shows 94% of generated code is syntactically valid but 6% has errors. What is the most architecturally robust quality assurance design?

Select an answer to reveal the explanation.

Motivation