Exam 9A0-384 All QuestionsBrowse all questions from this exam
Question 7

Assume there are multiple publish instances (publ,pub2 and pub3) serving requests for an online shopping site. The end user is allowed to provide reviews and comments for each product and about their shopping experience. The Dispatcher module is in place to load balance the requests to publish instances and there is only one author instance, named author, where content editors create the pages. When a user, named User A, provides comments and the request being served by publish Instance publ, in which three ways are these comments replicated to pub2 and pub3? (Choose three.)

    Correct Answer: A, B, C

    When comments are provided by a user and need to be replicated to multiple publish instances, it is essential to ensure that the comments are properly propagated across all instances to maintain consistency. Configuring the dispatcher flush for the author pointing to the webserver URI where the Dispatcher is deployed helps in efficiently managing the cache and ensuring that updates are propagated. Configuring replication agents for the author pointing to all publish instances (publ, pub2, and pub3) ensures that content changes, including comments, are pushed to all publish instances. Configuring reverse replication agents for the author pointing to all publish instances ensures that content changes from publish instances are reflected back to the author environment, ensuring bidirectional synchronization.

Discussion
heenamadanOptions: ABC

Ans is A,B,C

starcitynews0023Options: ABC

** The answer is A,B,C... correction.

starcitynews0023

The answer is B,C,D both author and publish needs to configure the replication reverse agent.