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 81–90 of 195

Q81

You are configuring API security policies, and you set a rate limit. What happens when the limit is exceeded?

  • A Requests are throttled or blocked
  • B All requests are processed normally
  • C Only first request is processed
  • D Analog requests are logged only
Explanation Exceeding the rate limit typically results in throttling or blocking, ensuring performance control.
Q82

Which service is used to create API gateways in VMware?

  • A VMware API Gateway
  • B VMware Load Balancer
  • C VMware vSphere
  • D VMware Cloud Director
Explanation VMware API Gateway enables the creation and management of API gateways; the other options do not serve that function.
Q83

A company needs to ensure that API traffic is securely routed. What is essential to configure?

  • A SSL Certificates
  • B HTTP Redirects
  • C Caching Policies
  • D Geolocation Services
Explanation SSL Certificates are crucial for secure API traffic; the others do not specifically provide security.
Q84

You are configuring the Rate Limiting policy for an API. What happens if the limit is exceeded?

  • A Requests are dropped
  • B Requests are queued
  • C Requests are logged
  • D Requests are redirected
Explanation Requests that exceed the limit are generally dropped, while the other options imply different handling mechanisms that are not part of rate limiting.
Q85

Which service in VMware API Management enables traffic routing based on request content?

  • A Content-based routing
  • B Static routing
  • C Priority routing
  • D Session-based routing
Explanation Content-based routing analyzes request content for routing, while others don’t specialize in this.
Q86

A company needs to ensure its API responds in under 200 ms for most requests. What should be prioritized in API management?

  • A Rate limiting capability
  • B API gateway security
  • C Response caching mechanism
  • D Comprehensive logging
Explanation Response caching is critical for reducing response time, unlike the other options which focus on different aspects.
Q87

You're configuring an API policy that requires granting access based on user roles. What happens if the roles are not defined correctly?

  • A All users are granted access
  • B No users are granted access
  • C Access is based on default roles
  • D Access is granted randomly
Explanation Undefined roles lead to denial of access for all, while other options don't accurately describe the scenario.
Q88

Which service is responsible for managing APIs in VMware?

  • A VMware API Portal
  • B VMware vSphere
  • C VMware NSX
  • D VMware vRealize
Explanation VMware API Portal manages and publishes APIs, while others focus on virtualization or cloud management.
Q89

A company needs to implement rate limiting for their API. What is the best approach?

  • A Use a load balancer
  • B Configure API Gateway policies
  • C Increase server resources
  • D Split API into multiple versions
Explanation API Gateway policies specifically handle rate limiting, unlike the other options.
Q90

You are configuring authentication for your API. What happens when you set it to 'OAuth 2.0'?

  • A Improves API speed
  • B Requires user login via token
  • C Disables all guest access
  • D No change to existing access
Explanation Setting OAuth 2.0 requires users to log in and obtain tokens, which is necessary for access management.