Oracle Cloud Platform Data Integration 2020 Specialist — Question 25
You are deploying an API via Oracle Cloud Infrastructure (OCI) API Gateway and you want to implement request policies to control access.
Which is NOT available in OCI API Gateway? (Choose the best answer.)
Answer options
- A. Limiting the number of requests sent to backend services
- B. Enabling CORS (Cross-Origin Resource Sharing) support
- C. Providing authentication and authorization
- D. Controlling access to OCI resources
Correct answer: D
Explanation
The correct answer is D because OCI API Gateway does not manage access to OCI resources directly; it focuses on API traffic management and request policies. Options A, B, and C are valid features that OCI API Gateway supports, allowing for rate limiting, CORS support, and authentication/authorization mechanisms.