Multiple Choice
You have been tasked to develop a solution that will notify an external system when updates are made to certain documents. These documents can be of any type and the content authors will make the decision if the document needs this "notification" functionality. Select the simplest combination steps that will implement this solution.
A) Define a new "notify" aspect with a "multi" peer association. Create and register a policy behavior that, when content is updates, users can associate their content via this aspect. As associations are being made, the external notification request will be triggered.
B) Define a new "notify" aspect with no properties. Create and register a policy behavior that, if this aspect is present, will make the external notification request. Users can simply add this aspect to their content item.
C) Extend cm:content to provide an additional "notify" property. Create a policy behavior that will look at the "notify" property and, if set, make the external notification request. Users simply create cm:content items.
D) Extend sys:base to provide an additional "notify" property. Create a new policy that will look at the "notify" property and, if set, make the external notification request. Users can simply call an action against their content item.
Correct Answer:

Verified
Correct Answer:
Verified
Q47: What is the difference between nodeService and
Q48: What does the index="100" refer to, in
Q49: The NodeService, allows you to create a
Q50: Select the element that will allow any
Q51: To which content model entities can a
Q53: Which one of the following statements would
Q54: A scheduled job can execute a piece
Q55: During the development stage of a workflow,
Q56: Which two of the following tasks would
Q57: What is the simplest way to call