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 141–150 of 195

Q141

You are configuring an API rate limit. What happens if the limit is reached?

  • A Requests are completely ignored
  • B Requests return a 429 status code
  • C Requests are delayed
  • D Requests are automatically approved
Explanation When the limit is reached, a 429 status code indicates too many requests; other options are incorrect outcomes.
Q142

Which service is responsible for managing APIs in VMware?

  • A VMware API Gateway
  • B VMware NSX
  • C VMware vSphere
  • D VMware Cloud Director
Explanation The correct answer is A; VMware API Gateway specifically handles API lifecycle management, while the others focus on networking, virtualization, and cloud management.
Q143

A company needs to restrict API access based on user roles. Which feature of VMware API Management should they implement?

  • A Rate Limiting
  • B Token Authentication
  • C Role-Based Access Control
  • D IP Whitelisting
Explanation The correct answer is C; Role-Based Access Control allows for fine-grained permission management, while the others do not specifically deal with user roles.
Q144

You are configuring an API and need to ensure that the payload size does not exceed specified limits. Which setting should be adjusted?

  • A Timeout Settings
  • B Size Limitation Settings
  • C Encryption Settings
  • D Version Control Settings
Explanation The correct answer is B; Size Limitation Settings directly control payload limits, while the other settings pertain to different aspects of API management.
Q145

Which service allows for API rate limiting in VMware API Management?

  • A Traffic Management
  • B Service Registry
  • C Authentication Service
  • D Caching Service
Explanation Traffic Management provides rate limiting capabilities, while the others focus on different functionalities.
Q146

A company needs to secure their APIs with OAuth 2.0. What must be configured first?

  • A API Key Generation
  • B Authorization Server
  • C Service Mesh
  • D Load Balancer
Explanation An Authorization Server is essential for OAuth 2.0 flow, while the other options are not directly related.
Q147

You are configuring an API Gateway in VMware. What happens when a request exceeds defined limits?

  • A Request is processed normally
  • B Request is queued for processing
  • C Request is rejected with an error
  • D Request is logged for analysis
Explanation Exceeding limits typically results in the request being rejected, while others do not align with this behavior.
Q148

Which service in VMware API Management provides traffic analytics?

  • A Traffic Manager
  • B API Gateway
  • C Analytics Dashboard
  • D Service Mesh
Explanation The Analytics Dashboard provides insights; others offer different functionalities.
Q149

A company needs to monitor API usage across multiple environments. What should they implement?

  • A Local API proxies
  • B Centralized API management
  • C Static IP filtering
  • D Server-side load balancing
Explanation Centralized API management allows for comprehensive monitoring; others do not support multiple environments effectively.
Q150

You are configuring a new API in VMware. Which HTTP method is typically not supported for state-changing operations?

  • A POST
  • B PUT
  • C GET
  • D DELETE
Explanation GET is intended for retrieval, while others change the state.