Knowledge quiz

It's time to put what you've learned to the test, get 5 right to pass this unit.

1.

The router provides a method to navigate to a specific route. What is the name of this method?

Choose the correct answer.
2.

In the routing configuration, one or more targets can be specified to be displayed if no route of the router matches after changing the hash. What is the name of the property used to specify the corresponding targets?

Choose the correct answer.
3.

The component controller Component.js has a method called init in which initializations necessary for the component are implemented. Which of the following method calls must be added to this init method so that the current URL hash is evaluated and the corresponding views are automatically displayed?

Choose the correct answer.
4.

You have specified "detail/{customerId}" in the routing configuration as the value for the pattern property of a route. Which of the following URL hashes match this pattern of the route and therefore result in the patternMatched event being fired?

There are four correct answers.
5.

In the application descriptor manifest.json the routing configuration can be found in the routing property of the sap.ui5 namespace. What are the sections that make up this routing configuration?

There are three correct answers.
6.

You have created a Back button on a view and call the getPreviousHash method of the sap.ui.core.routing.History instance in the implementation of the attached event handler. What value does this method return if there has been no navigation in the application yet?

Choose the correct answer.

Log in to track your progress & complete quizzes