exam questions

Exam 1z0-932 All Questions

View all questions & answers for the 1z0-932 exam

Exam 1z0-932 topic 1 question 1 discussion

Actual exam question from Oracle's 1z0-932
Question #: 1
Topic #: 1
[All 1z0-932 Questions]

Which two parameters are required in a back end set's HTTP health check? (Choose two.)

  • A. response body
  • B. URL path
  • C. timeout
  • D. port
  • E. status code
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
babacandy
Highly Voted 4 years, 11 months ago
Protocol, URL path( URI ) and port are required for HealthCheck status of a Backend server. https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/loadbalancing.htm#Create Hence option B & D are correct.
upvoted 9 times
...
cloudlearn
Highly Voted 5 years, 1 month ago
B and D are correct
upvoted 8 times
...
kdog1234567890
Most Recent 4 years, 3 months ago
B & D is the answer.
upvoted 1 times
...
fhoyos
4 years, 9 months ago
B&D Load Balancing automatically checks the health of the instances for your load balancer. If it detects an unhealthy instance, it stops sending traffic to the instance and reroutes traffic to healthy instances. In this step, you provide the information required to check the health of servers in the backend set and ensure that they can receive data traffic. Following Documentation Protocol: Select HTTP. Port: Enter 80 URL Path (URI): Enter / The rest of the fields are optional and can be left blank for this tutorial.
upvoted 1 times
...
viditp
4 years, 10 months ago
Correct Answer is B E In the Health Check section, specify the test parameters to confirm the health of backend servers # URL Path (URI): (HTTP only) Required. Specify a URL endpoint against which to run the health check #Status Code: (HTTP only) Required. Specify the status code a healthy backend server must return.
upvoted 4 times
fhoyos
4 years, 9 months ago
Status code is something that is returned as answer of the health check. So you cant send the status code when the health check request is sent. HTTP-level health checks send requests to the backend servers at a specific URI and validate the response based on the status code or entity data (body) returned. The right answer is B&D as Ames mentioned and shared the link where the requirement is described
upvoted 1 times
...
...
ames
4 years, 10 months ago
https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/loadbalancing.htm#Create The information required to check the health of servers in the backend set and ensure that they can receive data traffic. Protocol: Select HTTP. Port: Enter 80 URL Path (URI): Enter / Answer is B&D
upvoted 5 times
...
Varmabjr
4 years, 11 months ago
B & E are correct
upvoted 1 times
...
sync
5 years, 1 month ago
for HTTP health check Status code and URL is required parameters B and D are correct
upvoted 3 times
...
SIDNEY1
5 years, 1 month ago
Incorrect. The answers are URI path and status code. https://docs.cloud.oracle.com/en-us/iaas/Content/Balance/Tasks/editinghealthcheck.htm
upvoted 5 times
iliii
4 years, 9 months ago
nope: "Status Code: (HTTP only) Optional." https://docs.cloud.oracle.com/en-us/iaas/Content/Balance/Tasks/managingbackendsets.htm#Managing_Backend_Sets Port is a part of URI, hence BD: "URL Path (URI): (HTTP only) Required."
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...