Oracle Cloud Functions

Oracle Cloud Functions

Question

Which Oracle Cloud Infrastructure service allows you to run code without provisioning any underlying infrastructure resources (such as virtual machines)?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.

https://blogs.oracle.com/cloud-infrastructure/announcing-oracle-functions

The Oracle Cloud Infrastructure (OCI) service that allows you to run code without provisioning any underlying infrastructure resources such as virtual machines is Oracle Functions.

Oracle Functions is a fully managed, serverless platform for running functions. It provides a platform for running code without needing to manage the underlying compute infrastructure. You only pay for the time your functions run, with no idle time charges.

With Oracle Functions, developers can build and deploy serverless applications using popular programming languages, such as Node.js, Python, and Java, as well as pre-built functions from Oracle and third-party vendors.

Oracle Functions supports a wide range of use cases, such as event-driven computing, data processing, and API development. The platform integrates with other OCI services such as Object Storage, Streaming, and Notification, enabling developers to build powerful serverless applications with ease.

In summary, Oracle Functions is a fully managed, serverless platform that allows you to run code without provisioning any underlying infrastructure resources such as virtual machines.