VMware
API Management Technical Specialist
250-573
Validate your skills in API Management with the 250-573 exam.
195 questions
0 views
Free
Questions 191–195 of 195
A company needs to ensure that its API can handle a 1000 requests per second. What VMware feature is best suited for this requirement?
-
A
Rate Limiting
-
B
Load Balancing
-
C
API Traffic Management
-
D
Access Control
Explanation
Load Balancing distributes traffic across resources to handle high loads, while others do not directly mitigate request volume.
You are configuring an API key expiration policy. What happens when an API key expires?
-
A
Key automatically renews
-
B
API access is denied
-
C
Access continues for 24 hours
-
D
Users are notified via email
Explanation
Expired API keys deny access, as automatic renewal and notifications are not standard behavior.
Which service in VMware API Management allows for real-time traffic analytics?
-
A
API Analytics
-
B
API Gateway
-
C
API Catalog
-
D
API Developer Portal
Explanation
API Analytics provides real-time traffic metrics; the others focus on management or user access.
A company needs to secure APIs using OAuth tokens. Which configuration is essential?
-
A
Set up API Keys
-
B
Implement token expiration settings
-
C
Use SOAP protocol
-
D
Disable SSL verification
Explanation
Token expiration is crucial for security, while the others do not ensure OAuth functionality.
What happens when you enable CORS on an API endpoint?
-
A
It blocks cross-origin requests
-
B
It allows cross-origin requests
-
C
It enhances API encryption
-
D
It speeds up API responses
Explanation
Enabling CORS allows browsers to make cross-origin requests; the other options incorrectly describe CORS effects.