Oracle Cloud Platform Data Integration 2020 Specialist — Question 14
Which is NOT a valid option to execute a function deployed on Oracle Functions? (Choose the best answer.)
Answer options
- A. Send a signed HTTP requests to the function's invoke endpoint
- B. Invoke from Oracle Cloud Infrastructure CLI
- C. Invoke from Docker CLI
- D. Trigger by an event in Oracle Cloud Infrastructure Events service
- E. Invoke from Fn Project CLI
Correct answer: C
Explanation
The correct answer is C because invoking a function from Docker CLI is not a supported method. The other options, including sending HTTP requests, invoking from Oracle Cloud Infrastructure CLI, triggering via Events service, and using Fn Project CLI, are all valid ways to execute a deployed function.