Oracle Cloud Infrastructure Foundations 2020 Associate Exam: Methods to Create or Modify OCI Resources

Three Methods to Create or Modify Oracle Cloud Infrastructure (OCI) Resources

Question

Which three methods can you use to create or modify Oracle Cloud Infrastructure (OCI) resources? (Choose three.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F. G.

ABF.

https://docs.cloud.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm

The three methods that can be used to create or modify Oracle Cloud Infrastructure (OCI) resources are:

A. REST APIs: REST (Representational State Transfer) API is a web-based service that enables users to interact with OCI services programmatically. REST APIs allow users to create, update, delete, and retrieve OCI resources using HTTP requests. Users can use programming languages such as Python, Java, and Ruby to access REST APIs and automate OCI resource management.

B. OCI Console: OCI Console is a web-based user interface that allows users to create, modify, and manage OCI resources. Users can use the OCI Console to interact with OCI services without requiring any programming knowledge. The OCI Console provides a graphical user interface that enables users to manage their resources by selecting the appropriate options from the menu.

F. Command-line Interface: The OCI Command-line Interface (CLI) is a command-line tool that allows users to interact with OCI services from their local machines. The OCI CLI provides a set of commands that can be used to create, modify, and manage OCI resources. Users can use the OCI CLI to automate resource management tasks and integrate OCI services with their existing scripts.

These three methods provide different ways to interact with OCI resources. REST APIs are useful for programmatic access to OCI services, while the OCI Console provides a graphical user interface for resource management. The OCI CLI is useful for automating tasks and integrating OCI services with existing scripts.