CV0-003 · Question #494
An organization is managing a cloud environment through a custom portal. The information is used to report daily on cloud consumption. All scheduled tasks run every hour. The issue resets every 24…
The correct answer is D. API limits. The issue's 24-hour reset cycle directly matches cloud API rate limit behavior, where daily quotas are exhausted by repeated hourly tasks and automatically reset at the next 24-hour boundary.
Question
An organization is managing a cloud environment through a custom portal. The information is used to report daily on cloud consumption. All scheduled tasks run every hour. The issue resets every 24 hours. Given the following log report, which of the following is most likely the cause of the issue?
Options
- AInsufficient permissions
- BVendor lock-in
- CInsufficient capacity
- DAPI limits
- ELicensing issues
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C15% (5)
- D71% (24)
- E9% (3)
Why each option
The issue's 24-hour reset cycle directly matches cloud API rate limit behavior, where daily quotas are exhausted by repeated hourly tasks and automatically reset at the next 24-hour boundary.
Insufficient permissions would cause consistent, persistent failures at every execution, not a cyclical pattern that automatically resolves every 24 hours.
Vendor lock-in is a strategic architectural concern about portability, not a technical runtime failure that follows a predictable daily reset cycle.
Insufficient capacity would manifest as performance degradation or timeouts proportional to load, not a binary failure pattern with a precise 24-hour reset.
Most cloud and SaaS APIs enforce daily rate limits (requests per day or per 24-hour window) that automatically reset on a fixed cycle - when hourly scheduled tasks call the API repeatedly throughout the day, they eventually exhaust the daily quota, causing failures that persist until the limit resets, which exactly matches the symptom of an issue that resets every 24 hours.
Licensing issues cause persistent access denials that require manual intervention to resolve and do not automatically reset on a daily schedule.
Concept tested: Cloud API rate limiting and daily quota reset behavior
Source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/request-limits-and-throttling
Topics
Community Discussion
No community discussion yet for this question.