Oracle Cloud Infrastructure 2019 Architect Associate — Question 38
What REST verb is used to create an Autonomous Database service using REST APIs?
Answer options
- A. A "POST" REST call
- B. A "PUT" REST call
- C. An "INSERT" REST call
- D. A "GET" REST call
Correct answer: A
Explanation
The correct answer is A, as the POST method is specifically designed for creating resources in RESTful services. Options B and C are incorrect because PUT is used for updates and INSERT is not a standard REST verb. Option D is also wrong since GET is used for retrieving data, not creating it.