Kneron·Software Engineer·Online Assessment (OA)
Jun 2026
Kneron Software Engineer OA, one coding problem involving a paginated REST API and some date filtering logic. Not the hardest thing I've ever seen but there were enough moving parts to trip you up if you weren't careful.
- Implement a function that queries a paginated IoT device API by status, then returns the count of devices that were added in a given month/year and have a rootThreshold value above a specified threshold.
“The pagination part is fine, loop through pages until you hit the last one.” The rest of the author's notes on Software Engineer interview at Kneron, Online Assessment (OA) round, covers how they worked through the question, what the panel pushed back on, and what they would do differently.
View Post