Multiple choice technology architecture How many action controllers can be associated to each task in ps.xml? Only one More than one Zero None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation Each task in ps.xml can have only one Action Controller associated with it, maintaining a clear one-to-one mapping for request handling. Multiple controllers per task would create ambiguity in routing and violate the framework's design principles.