Loading...

Progress Milestones

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

Domain
Python
Difficulty
easy
Seniority
senior

Problem

Our ETL pipeline reports progress at 10% intervals so the orchestrator can estimate completion time. Write a function that takes a total count K and returns milestone values at every 10% increment (10%, 20%, ..., 100%), each as the integer floor of that percentage.

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.