nerdexam
CompTIA

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.

Troubleshooting

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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    15% (5)
  • D
    71% (24)
  • E
    9% (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.

AInsufficient permissions

Insufficient permissions would cause consistent, persistent failures at every execution, not a cyclical pattern that automatically resolves every 24 hours.

BVendor lock-in

Vendor lock-in is a strategic architectural concern about portability, not a technical runtime failure that follows a predictable daily reset cycle.

CInsufficient capacity

Insufficient capacity would manifest as performance degradation or timeouts proportional to load, not a binary failure pattern with a precise 24-hour reset.

DAPI limitsCorrect

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.

ELicensing issues

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

#API rate limits#cloud management portal#scheduled tasks#log analysis

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice