nerdexam
Oracle

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…

Develop Web Applications using JSFs

Question

Given the set of navigation rules:

Which two define a valid flow of view IDs through the application? (Choose two.)

Exhibit

1Z0-900 question #44 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:

  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 legal (e.g., in JSF, rules like <from-view-id> / <to-view-id> pairs).

  2. 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

#JSF Navigation Rules#View Navigation Flow#Navigation Configuration#Page Sequencing

Community Discussion

No community discussion yet for this question.

Full 1Z0-900 Practice