Loading...

Quality Gate

A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.

Domain
Python
Difficulty
easy

Problem

A batch ingestion gate rejects payloads where any metric is non-positive. Return True only if every number in the list is strictly greater than zero.

Practice This Problem

Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.