1.
What two features are common for unbounded task flows and bounded task flows in MAF?
2.
Which three statements are true about MAF data controls?
3.
After importing a Feature Archive into an application, what else must you do to include its features into your application?
4.
Which two approaches are encompassed by service mediation?
5.
Which step would you perform to declaratively bind data collections and attributes, saved in a local SQLite database, to AMX user interface components?
6.
In defining an URL scheme for a MAF application, what can the URL payload carry at run time when the event listener captures the URL scheme call?
7.
You have created a reusable feature in a feature archive (FAR) application workspace, which will be consumed and used by a master application. The FAR workspace makes use of tables in the device's SQLite database. You need the tables to be ready to accept data the first time the FAR application is started. Where should you code the logic to create the tables to support maximum reusability of the FAR?
8.
Which statement is true about consolidating data queried from a SOAP web service and a REST-JSON web service locally on the MAF client so that it can be exposed in a single data control?
9.
The EL expression #{deviceScope.hardware.networkStatus} returns a dynamic value based on the mobile device's current network connectivity. Which is an invalid use of the network status?
10.
Identify two characteristics of a responsive mobile application design.