Which service in VMware API Management manages rates and quotas for APIs?
AAPI Gateway
BAPI Analytics
CAPI Policies
DAPI Security
Explanation
API Policies govern rates and quotas, while the other options handle different aspects of API management.
Q152
A company needs to expose a RESTful API securely using VMware API Management. What must they ensure?
AUse HTTP only
BImplement CORS settings
CApply OAuth or API Keys
DDisable logging
Explanation
Applying OAuth or API Keys secures the API appropriately, while the other options do not ensure security.
Q153
What happens when a rate limit is exceeded in VMware API Management?
AAPI response is sent
BRate limit resets immediately
CClient receives a 429 error
DService provider is notified
Explanation
Clients receive a 429 error when the limit is exceeded, whereas the other options misrepresent the behavior.
Q154
Which service allows you to publish APIs for consumption?
AVMware API Gateway
BVMware NSX
CvCenter Server
DVMware Horizon
Explanation
VMware API Gateway is designed for API management, while NSX, vCenter, and Horizon serve different purposes in networking and virtualization.
Q155
A company needs to secure an API. What is the best practice?
AUse a shared key for all users.
BImplement OAuth 2.0 for authentication.
CExpose all endpoints publicly.
DIgnore SSL certification.
Explanation
OAuth 2.0 provides secure token-based authentication, whereas the other options expose the API to security risks.
Q156
You are configuring rate limiting on your API. What happens when the limit is reached?
ARequests are queued.
BRequests are automatically dropped.
CUsers receive a friendly notification.
DAdditional requests are charged.
Explanation
When the rate limit is reached, requests are typically dropped to enforce the limit, not queued or charged.
Q157
Which service is utilized for API analytics in VMware API Management?
AVMware API Analytics
BvRealize Operations
CvSphere Monitoring
DNSX Analytics
Explanation
VMware API Analytics provides detailed insights on API usage, while others focus on different areas of VMware infrastructure.
Q158
A company needs to prioritize certain API requests based on their importance. What method should they implement?
ARate limiting
BTraffic shaping
CAuthentication tokens
DAPI throttling
Explanation
Traffic shaping allows prioritization of API requests, unlike rate limiting or throttling which limit usage.
Q159
You are configuring a new API in VMware API Management. What happens when you set up the API with a publish status of 'Staging'?
AAPI is publicly available
BAPI can be tested only internally
CAPI is deleted automatically
DAPI goes into production immediately
Explanation
Setting 'Staging' means the API is only for internal testing, not publicly accessible.
Q160
Which service does VMware API Management primarily provide?
AAPI Gateway functionality
BCloud storage solutions
CVirtual machine hosting
DLocal network security
Explanation
API Gateway functionality is the core service, while the others are unrelated.