S90-01A · Question #65
Which of the following statements makes sense?
Option A is correct because it accurately describes the primary purpose of a service registry: enabling service discovery. When you register a service, you're publishing its location and metadata so that other teams or services can find and communicate with it dynamically…
Question
Which of the following statements makes sense?
Options
- AI am going to register my new service in the service registry so that other project teams can discover it
- BI am going to register my new service inventory in the service registry in order to improve the
- CI am going to register my new service in the service registry because Service Registration is one of the
- DNone of these statements make sense.
Explanation
Option A is correct because it accurately describes the primary purpose of a service registry: enabling service discovery. When you register a service, you're publishing its location and metadata so that other teams or services can find and communicate with it dynamically - without hardcoding addresses.
Option B is wrong for two reasons: "service inventory" is not what gets registered in a service registry (individual service instances are), and the sentence is cut off and incomplete, so it makes no grammatical or technical sense.
Option C is wrong because, while the action described (registering a service) is correct, the sentence is also cut off mid-thought - it never finishes the justification, making it an incomplete and therefore nonsensical statement.
Memory tip: Think of a service registry like a phone book for microservices. You register your service (not an inventory) so others can look it up and call it - that's discovery. If the sentence doesn't finish its thought, it can't make sense, no matter how it starts.
Topics
Community Discussion
No community discussion yet for this question.