What happens when an API request exceeds the defined rate limit?
ARequest is processed normally
BRequest is forwarded to another server
CRequest is denied or throttled
DRequest is logged for review
Explanation
Exceeding a rate limit results in denial or throttling of the request to manage API load.
Q112
Which service provides API analytics in VMware API Management?
AAPI Gateway
BAPI Portal
CAPI Analytics
DAPI Catalog
Explanation
API Analytics offers insights into API usage, unlike the other options.
Q113
A company needs to ensure API requests are rate-limited. What should they configure?
AOAuth Scopes
BAPI Quotas
CCaching Rules
DData Transformation
Explanation
API Quotas control the number of requests allowed.
Q114
You are configuring an API policy for error handling. What happens when a specified error code is returned?
APolicy execution stops immediately
BA default response is sent
CLog the error only
DCustom response is invoked
Explanation
A custom response can be defined based on the error code.
Q115
Which service is primarily used for API traffic management in VMware?
AVMware API Gateway
BNSX-T Data Center
CvRealize Automation
DvSphere Management Interface
Explanation
VMware API Gateway manages API traffic, while the others focus on different aspects of infrastructure management.
Q116
A company needs to ensure that their API responses have consistent headers. What should they implement?
AAPI versioning
BGlobal policies
CMultiple endpoints
DRate limiting
Explanation
Global policies enforce consistent rules across all APIs, while other options serve different purposes.
Q117
You are configuring rate limiting on an API. What happens when the limitation is reached?
ARequests are queued until available
BRequests are denied with error response
CRequests are accepted with reduced priority
DRequests are ignored silently
Explanation
When rate limits are reached, requests receive an error response denying further processing, while other options are incorrect in how throttling would typically work.
Q118
Which service is primarily used for API gateways in VMware?
AVMware API Gateway
BVMware Tanzu Mission Control
CVMware vSphere
DVMware Cloud Director
Explanation
VMware API Gateway is designed specifically for managing APIs, while others serve different purposes.
Q119
A company needs to secure its APIs using OAuth 2.0. What should they primarily implement?
AAPI Key Authentication
BJWT Tokens
CAuthorization Code Flow
DBasic Authentication
Explanation
Authorization Code Flow is a key OAuth 2.0 standard for securely managing access tokens.
Q120
You are configuring logging for your API. What will happen if you set the logging level to 'DEBUG'?
AOnly errors will be logged
BNo logging is recorded
CAll log details are captured
DWarnings will be suppressed
Explanation
Setting 'DEBUG' level captures all information, including detailed operational logs.