Oracle Cloud Infrastructure 2019 Developer Associate — Question 54
Which two parameters are required in a back end set's HTTP health check? (Choose two.)
Answer options
- A. response body
- B. URL path
- C. timeout
- D. port
- E. status code
Correct answer: B, D
Explanation
The correct answer is B and D because the URL path specifies where the health check should be directed, and the port indicates the network port used for the health check. The other options, while relevant to health checks, are not mandatory parameters for the basic functionality of an HTTP health check.