VMware

API Management Technical Specialist

250-573

Validate your skills in API Management with the 250-573 exam.

195 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 71–80 of 195

Q71

A company needs to secure its API endpoints. What should they implement?

  • A Rate Limiting
  • B JWT Authentication
  • C Logging
  • D API Caching
Explanation JWT Authentication provides secure access to API endpoints, while the others serve different purposes.
Q72

You are configuring API rate limiting. What happens when the limit is exceeded?

  • A API becomes unavailable
  • B Requests are delayed
  • C Requests are rejected
  • D API sends warning messages
Explanation When the rate limit is exceeded, requests are typically rejected to ensure fair use of resources.
Q73

Which service allows managing API access controls in VMware?

  • A API Gateway
  • B Load Balancer
  • C Content Delivery Network
  • D Service Mesh
Explanation API Gateway specializes in managing access controls, while others do not focus specifically on APIs.
Q74

A company needs to implement API versioning. What is the best approach?

  • A Use URL path for versions
  • B Rename API keys daily
  • C Change server IP for each update
  • D Ignore versioning for simplicity
Explanation Using URL path for versions helps maintain clear access to multiple API versions.
Q75

You are configuring an API that limits requests. What happens when the limit is reached?

  • A Requests will be queued
  • B Requests will be discarded
  • C Users are charged extra fees
  • D API automatically scales
Explanation When the limit is reached, requests are typically discarded, not queued or billed.
Q76

Which service in VMware API Management allows traffic handling between services?

  • A Service Mesh
  • B API Gateway
  • C Load Balancer
  • D Network Security
Explanation API Gateway manages API traffic between services, while others do not serve this specific function.
Q77

A company needs to manage user access for their APIs effectively. What feature should they use?

  • A Rate Limiting
  • B Access Control Lists
  • C API Versioning
  • D Firewall Rules
Explanation Access Control Lists specifically control user access, unlike the other options.
Q78

You are configuring an API and set a global rate limit. What happens when a user exceeds this limit?

  • A User is notified
  • B Requests are queued
  • C Access is immediately revoked
  • D Further requests receive error responses
Explanation Exceeding the rate limit results in error responses, while the others describe incorrect behavior.
Q79

Which service is primarily used for API gateway functionality in VMware?

  • A VMware API Gateway
  • B VMware Operations Manager
  • C VMware vRealize Automation
  • D VMware NSX-T Data Center
Explanation VMware API Gateway is designed specifically for API management, while others serve different roles.
Q80

A company needs to provide secure API access without exposing direct URLs to users. What solution can they implement?

  • A API Proxy
  • B Load Balancer
  • C Firewall
  • D API Documenter
Explanation An API Proxy acts as an intermediary, hiding direct access, unlike other options.