Which TWO statements accurately describe an Oracle Functions application? (Choose two.)
A.
A common context to store configuration variables that are available to all functions in the application. A Docker image containing all the functions that share the same configuration.
B.
An application based on Oracle Functions, Oracle Cloud Infrastructure (OCI) Events, and OCI API Gateway services.
C.
A small block of code invoked in response to an OCI Events service.
A logical group of functions.
D.
A Docker image containing all the functions that share the same configuration.
The correct statements are: A common context to store configuration variables that are available to all functions in the application. A Docker image containing all the functions that share the same configuration. A logical group of functions. Explanation: An Oracle Functions application provides a common context for functions within the application. It allows you to store configuration variables that are accessible by all the functions in the application. Functions within the same application can share the same Docker image, which contains the common configuration and dependencies. An Oracle Functions application serves as a logical group that organizes related functions. Functions within the same application can be managed collectively, and they can interact and share resources within the application context.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit