Oracle Cloud Platform Data Integration 2020 Specialist — Question 2
Which two statements accurately describe an Oracle Functions application? (Choose two.)
Answer options
- A. A small block of code invoked in response to an Oracle Cloud Infrastructure (OCI) Events service
- B. A Docker image containing all the functions that share the same configuration
- C. An application based on Oracle Functions, Oracle Cloud Infrastructure (OCI) Events and OCI API Gateway services
- D. A common context to store configuration variables that are available to all functions in the application
- E. A logical group of functions
Correct answer: A, B
Explanation
Option A is correct because it accurately describes how a function can be triggered by OCI Events. Option B is also correct since it explains that a Docker image can encapsulate functions with shared configurations. The other options describe aspects of Oracle Functions that do not specifically define an application in the same direct manner as A and B.