You are configuring API security policies, and you set a rate limit. What happens when the limit is exceeded?
ARequests are throttled or blocked
BAll requests are processed normally
COnly first request is processed
DAnalog 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?
AVMware API Gateway
BVMware Load Balancer
CVMware vSphere
DVMware 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?
ASSL Certificates
BHTTP Redirects
CCaching Policies
DGeolocation 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?
ARequests are dropped
BRequests are queued
CRequests are logged
DRequests 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?
AContent-based routing
BStatic routing
CPriority routing
DSession-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?
ARate limiting capability
BAPI gateway security
CResponse caching mechanism
DComprehensive 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?
AAll users are granted access
BNo users are granted access
CAccess is based on default roles
DAccess 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?
AVMware API Portal
BVMware vSphere
CVMware NSX
DVMware 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?
AUse a load balancer
BConfigure API Gateway policies
CIncrease server resources
DSplit 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'?
AImproves API speed
BRequires user login via token
CDisables all guest access
DNo change to existing access
Explanation
Setting OAuth 2.0 requires users to log in and obtain tokens, which is necessary for access management.