QuestionQ150

Designing for security and compliance

For this question, use the Altostrat Media case study. Altostrat uses Apigee for API management and needs to ensure that its APIs are protected from overuse and abuse. You must implement an Apigee feature that controls the total number of API calls for cost management. What should you do?

  • A Set up API key validation.
  • B Integrate OAuth 2.0 authorization.
  • C Configure Quota policies.
  • D Activate XML threat protection.
Explanation

An Apigee Quota policy sets the number of requests an API proxy will accept during a defined period, maintains request counters, and rejects subsequent calls when the configured limit is reached. This caps API-call consumption and supports cost management.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!