VMware
API Management Technical Specialist
250-573
Validate your skills in API Management with the 250-573 exam.
195 questions
0 views
Free
Questions 161–170 of 195
A company needs to ensure that API traffic is encrypted. What should they implement?
-
A
HTTP
-
B
TLS/SSL
-
C
Plaintext
-
D
SOAP
Explanation
TLS/SSL ensures encryption of API traffic, unlike the other options.
You are configuring an API policy that limits the number of requests per user. Which feature should you use?
-
A
Rate limiting
-
B
Error handling
-
C
Caching
-
D
Logging
Explanation
Rate limiting directly addresses request limitations; the others do not.
Which service allows for automated management of APIs in VMware?
-
A
API Gateway
-
B
Cloud Director
-
C
vSphere Management
-
D
NSX-T
Explanation
API Gateway automates API management, while others focus on virtualization or network management.
A company needs to ensure secure access to its APIs. Which protocol should they implement?
-
A
HTTP
-
B
HTTPS
-
C
FTP
-
D
TCP
Explanation
HTTPS encrypts data for secure API access, unlike the other protocols.
What happens when you exceed your API rate limits in VMware API management?
-
A
Requests are processed as usual
-
B
Requests are queued until limits reset
-
C
Requests may receive a 429 error
-
D
All requests are dropped without notice
Explanation
Exceeding rate limits generally results in a 429 'Too Many Requests' error due to policy enforcement.
Which service in VMware API Management allows for traffic management between applications?
-
A
API Gateway
-
B
Load Balancer
-
C
Service Mesh
-
D
Network Firewall
Explanation
API Gateway manages traffic between applications, while others serve different functions.
A company needs to secure its APIs against threats. What should they implement?
-
A
SSL Certificates
-
B
API Rate Limiting
-
C
OAuth2 Authentication
-
D
Basic HTTP Authentication
Explanation
OAuth2 provides stronger security over the other options.
What happens when an API call exceeds the defined rate limit?
-
A
Returns 200 OK
-
B
Returns 403 Forbidden
-
C
Returns 429 Too Many Requests
-
D
Connection is dropped
Explanation
429 Too Many Requests indicates rate limits exceeded, while others do not accurately reflect it.
Which service in VMware API Management is responsible for creating API gateways?
-
A
Gateway Management
-
B
Service Blueprint
-
C
API Gateway
-
D
Policy Manager
Explanation
API Gateway allows you to create gateways for your APIs; other options relate to management or policy, not gateway creation.
A company needs to separate data between different tenants within the same environment. What should you implement?
-
A
API Composition
-
B
Multi-tenancy
-
C
Microservices
-
D
Load Balancing
Explanation
Multi-tenancy allows data separation, whereas others focus on composition, architecture, or performance.