1Z0-900 · Question #44
Given the set of navigation rules: Which two define a valid flow of view IDs through the application? (Choose two.)
The question as provided is missing two critical pieces of information needed to answer it accurately: 1. The navigation rules themselves - the question references "the set of navigation rules" but they aren't included. These rules define which view-to-view transitions are…
Question
Given the set of navigation rules:
Which two define a valid flow of view IDs through the application? (Choose two.)
Exhibit
Options
- Ahome > goodbye > list-widgets
- Bdashboard > home > add-widget > list-widgets
- Dhome > list-widgets > add-widget > goodbye
Explanation
The question as provided is missing two critical pieces of information needed to answer it accurately:
-
The navigation rules themselves - the question references "the set of navigation rules" but they aren't included. These rules define which view-to-view transitions are legal (e.g., in JSF, rules like
<from-view-id>/<to-view-id>pairs). -
The correct answer - the "Correct Answer" field is blank, so it's unclear which two options are intended as correct.
Without the actual navigation rules, any explanation of why A, B, or D is valid or invalid would be a guess.
To get an accurate explanation, please provide:
- The navigation rules (likely a table, XML snippet, or list that was part of the original question)
- The correct answer (e.g., "A and D")
Once you share those, I can give you a precise breakdown of the logic and a memory tip.
Topics
Community Discussion
No community discussion yet for this question.
