exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 3 question 24 discussion

Actual exam question from Microsoft's AZ-400
Question #: 24
Topic #: 3
[All AZ-400 Questions]

You have a containerized solution that runs in Azure Container Instances. The solution contains a frontend container named App1 and a backend container named DB1. DB1 loads a large amount of data during startup.
You need to verify that DB1 can handle incoming requests before users can submit requests to App1.
What should you configure?

  • A. a liveness probe
  • B. a performance log
  • C. a readiness probe
  • D. an Azure Load Balancer health probe
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
kumardeb
Highly Voted 4 years, 2 months ago
C. a readiness probe
upvoted 17 times
...
basw77
Highly Voted 2 years, 7 months ago
Selected Answer: C
To check if READY, use READIness probe
upvoted 12 times
...
vsvaid
Most Recent 1 year, 1 month ago
Selected Answer: C
Readiness probe
upvoted 1 times
...
flafernan
1 year, 4 months ago
Selected Answer: C
Within a container instance, to check whether a DB is already able to receive requests and receive traffic, you need to configure the: Ready probe. Just to illustrate, the Liveness probe only checks whether the resource inside the container is active (and can restart if it is not satisfied), and cannot necessarily receive requests. These are the differences between the two features. Talking about receiving requests is the Readiness probe.
upvoted 1 times
...
yana_b
1 year, 5 months ago
Selected Answer: C
readiness probe, as it verifies whether traffic request could be handled
upvoted 1 times
...
renzoku
1 year, 6 months ago
Selected Answer: C
C. a readiness probe Check if a container is ready to handle incoming requests. Liveness probe, used to determinate if a container is still running adn functioning properly.
upvoted 1 times
...
zellck
1 year, 8 months ago
Selected Answer: C
C is the answer. https://learn.microsoft.com/en-us/azure/container-instances/container-instances-readiness-probe For containerized applications that serve traffic, you might want to verify that your container is ready to handle incoming requests. Azure Container Instances supports readiness probes to include configurations so that your container can't be accessed under certain conditions. The readiness probe behaves like a Kubernetes readiness probe. For example, a container application might need to load a large data set during startup, and you don't want it to receive requests during this time.
upvoted 3 times
...
syu31svc
2 years, 6 months ago
Selected Answer: C
C pretty much gives it away as the answer don't you think?
upvoted 2 times
...
Govcomm
2 years, 6 months ago
readiness probe ensure the system is ready to accept request liveness probe is used to determine whether the system is responsive or not. And reboot the system when the system becomes unresponsive.
upvoted 4 times
...
UnknowMan
2 years, 8 months ago
Correct, with a readness prob we can make the app "offline" (off for the load balancer) , on remake it online when the condition is ok
upvoted 1 times
...
rdemontis
2 years, 10 months ago
Selected Answer: C
correct answer and documentation provided
upvoted 3 times
...
joydinesh07
3 years ago
C. a readiness probe
upvoted 1 times
...
RajatSahani
3 years, 2 months ago
readiness probe
upvoted 1 times
...
chahine
3 years, 3 months ago
Agree : Kubernetes uses readiness probes to decide when the container is available for accepting traffic. The readiness probe is used to control which pods are used as the backends for a service
upvoted 1 times
...
goatlord
3 years, 6 months ago
I have readiness to call this one CORRECT
upvoted 2 times
...
peter201013
3 years, 11 months ago
Agree with the answer
upvoted 2 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 ...