VMware
API Management Technical Specialist
250-573
Validate your skills in API Management with the 250-573 exam.
195 questions
0 views
Free
Questions 131–140 of 195
A company needs to expose its internal API securely to third-party developers. What should they implement within VMware API Management?
-
A
API Key Authentication
-
B
Network Load Balancing
-
C
Static IP Allocation
-
D
Data Caching
Explanation
API Key Authentication protects APIs by ensuring only authorized users can access them.
You are configuring an API rate limit of 1000 requests per day for a specific client. What happens when the client exceeds this limit?
-
A
Requests are dropped silently
-
B
Client receives a warning
-
C
Requests receive a 429 status code
-
D
Requests are redirected to a fallback API
Explanation
Exceeding the rate limit typically results in a 429 status code, which indicates too many requests.
Which service facilitates API rate limiting in VMware API Management?
-
A
Traffic Director
-
B
API Gateway
-
C
Service Discovery
-
D
Data Transformation
Explanation
The API Gateway handles rate limiting, while others manage different functions.
A company needs to integrate an external API with existing internal applications. Which capability is essential for this?
-
A
Data Encryption
-
B
API Mediation
-
C
User Authentication
-
D
Load Balancing
Explanation
API Mediation allows communication and integration between external and internal APIs.
You are configuring caching in VMware API Management. What happens when cached data expires?
-
A
It is removed immediately.
-
B
Requests are automatically denied.
-
C
Fresh data is fetched again.
-
D
Old data remains accessible.
Explanation
When cached data expires, fresh data is fetched to maintain accuracy.
Which service is used to implement API security in VMware API Management?
-
A
API Gateway
-
B
Load Balancer
-
C
Database Management System
-
D
Application Server
Explanation
API Gateway secures APIs, while others do not.
A company needs to control access based on user roles in VMware API Management. What should they use?
-
A
Rate Limiting
-
B
Access Policy
-
C
API Analytics
-
D
Swagger Documentation
Explanation
Access Policy specifies access based on roles.
You are configuring an API version in VMware API Management. What happens when a new version is deployed?
-
A
Old version is deleted
-
B
Users lose access to both
-
C
Traffic can be routed to either version
-
D
API Analytics reset
Explanation
Traffic can be routed to versions as needed.
Which service provides centralized API management for VMware?
-
A
VMware API Gateway
-
B
VMware NSX
-
C
VMware vSphere
-
D
VMware vRealize
Explanation
The VMware API Gateway offers centralized management, while others serve different purposes.
A company needs to secure APIs against unauthorized access. What should they use?
-
A
API Key Authentication
-
B
URL shortening
-
C
Basic HTML tags
-
D
Rate Limiting
Explanation
API Key Authentication provides the security needed, unlike the other options.