Oracle Cloud Infrastructure 2022 Architect Professional — Question 12
Your company has recently deployed a new web application that uses Oracle Functions. Your manager instructs you to implement monitoring metrics to manage your systems more effectively. You know that Oracle Functions automatically monitors functions on your behalf and reports metrics through Service Metrics.
Which TWO metrics are collected and made available by this feature? (Choose two.)
Answer options
- A. Length of time a function runs
- B. Number of times a function is invoked
- C. Amount of CPU used by a function
- D. Number of concurrent connections
- E. Number of times a function is removed
Correct answer: A, B
Explanation
The correct answers are A and B because Oracle Functions tracks the execution duration and the number of invocations of the functions. Options C, D, and E are not standard metrics provided by Oracle Functions for monitoring purposes.