exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 525 discussion

Actual exam question from Cisco's 200-901
Question #: 525
Topic #: 1
[All 200-901 Questions]

A developer has created a three-tier web application for network device control and management. The application consists of multiple objects assigned for different functionalities. The architecture of the application is based on the Observer pattern. Which advantage does this pattern provide for the application design and architecture?

  • A. Independent observers are updated automatically.
  • B. It updates the state of dependent subjects directly.
  • C. One observer can query the state of other subjects
  • D. It decouples the subjects from the observers.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
sawdog20_111
9 months ago
Selected Answer: D
The Observer pattern promotes loose coupling between the subjects (the network devices or their controllers) and the observers (components interested in the devices' state changes).
upvoted 2 times
...
uzu13
9 months, 3 weeks ago
Selected Answer: D
The Observer pattern decouples the subjects from the observers. The separation is achived by loose coupling, independence and dynamic registration.
upvoted 3 times
...
Lacko9
10 months, 1 week ago
Selected Answer: A
Subject it is object being observed = the data that is to be synchronizedâ–ˇ Subject has a registration process that allows other components to subscribe to the process â–ˇ Once registered, a subscriber is sent an update notification whenever there is a change in the subject's data â–ˇ â–Ş Observer Component that registers with the subjectâ–ˇ Only function is to synchronize its data with the subject when calledâ–ˇ Doesn't use a pulling process, updates are push only
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 ...