ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 31 - Certified Hyperautomation Specialist discussion

Report
Export

AnyAirlines releases a new REST API that exposes access to an RPA process. The RPA process can only handle a limited number of interactions per second before the API begins returning errors.

Which policy should AnyAirlines apply to prevent the API from being overloaded?

A.
JSON threat protection
Answers
A.
JSON threat protection
B.
Rate Limiting - SLA
Answers
B.
Rate Limiting - SLA
C.
Spike Control
Answers
C.
Spike Control
D.
Client ID Enforcement
Answers
D.
Client ID Enforcement
Suggested answer: C

Explanation:

To prevent an API from being overloaded, the Spike Control policy is suitable. It helps manage sudden bursts of traffic by limiting the rate at which requests are processed. Here's how it works:

Preventing Overloads:

Spike Control smooths out bursts of incoming requests by enforcing a rate limit over a short period, protecting the backend systems from being overwhelmed by excessive traffic.

Configuration:

Apply the Spike Control policy to the API to define the maximum number of requests allowed within a specific timeframe.

This ensures that the API can handle a limited number of interactions per second, preventing errors due to overload.

Implementation:

In Anypoint Platform, configure the Spike Control policy to the desired thresholds, ensuring the RPA process can handle the load effectively without errors.

Anypoint Platform Spike Control Documentation

asked 23/09/2024
Vageesh Shanmukha
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first