Which two approaches are encompassed by service mediation?
A. loosely coupling service consumers with enterprise systems
B. the ability to provide additional information by aggregating data from multiple enterprise systems
C. rapid prototyping of service interfaces
D. rapid deployment of services into the cloud
You are building a new MAF application and the design documentation specifies the following requirements about the application logs:
1. Log entries by the MAF framework must be kept at a minimum.
2.Log entries generated by your own business logic must be as detailed as possible for compliance purpose. Thelogging.propertiesfile for your application currently looks like this: .handlers=com.sun.util.logging.ConsoleHandler .formatter=com.sun.util.logging.SimpleFormatter oracle.adfmf.util.logging.ConsoleHandler.level=SEVERE oracle.adfmf.util.logging.ConsoleHandler.formatter=oracle.adfmf.util.logging.PatternFormatt er oracle.adfmf.util.logging.PatternFormatter.pattern=[%LEVEL% - %LOGGER% - %CLASS% - %METHOD
%]%MESSAGE% oracle.adfmf.application.useParentHandlers=false oracle.adfmf.application.handlers=oracle.adfmf.util.logging.ConsoleHandler oracle.adfmf.application.level=INFO
oracle.adfmf.framework.useParentHandlers=false
oracle.adfmf.framework.handlers=oracle.adfmf.util.logging.ConsoleHandler
oracle.adfmf.framework.level=FINE
Which two actions would you perform to fulfill the requirements?
A. Use loggers from thecom.sun.loggingpackage in you code.
B. Setoracle.adfmf.application.leveltoFULLin thelogging.propertiesfile.
C. Set.handlerstooracle.adfmf.util.logging.handlers.SQLiteHandlerin thelogging.propertiesfile to store the logs in a database since this is required by regulations.
D. Setoracle.adfmf.application.leveltoFINESTin thelogging.propertiesfile.
E. Setoracle.adfmf.framework.leveltoSEVEREin thelogging.propertiesfile.
Which three are valid options to distribute your production MAF applications?
A. applicationmarketplace (such as the Apple App Store or Google Play)
B. download site
C. enterprise application store provided by solutions such as the Oracle Mobile Security Suite
D. through Java Web Start by using the Java Network Launch Protocol (JNLP)
E. the Oracle Store (https://shop.oracle.com)
What two features are common for unbounded task flows and bounded task flows in MAF?
A. define managed beans
B. support task flow input and output parameters
C. support task flow return calls
D. basis for an MAF feature
E. define control flow cases between activities
Whatare two uses of MAF fragments?
A. They can be used to standardize the layout of multiple AMX pages in your application.
B. They allow you to embed bounded task flows as regions in your AMX pages.
C. They are used by theamx:panelPagecomponent to provide standard locations for UI developers to drop child components in the page header, footer, and primary or secondary menu bar actions.
D. They allow you to inject remote web pages into your AMX page similar to an iFrame.
E. They can be used to standardize the layout of portions of your AMX pages in your application.
Select the criterion that a developer cannot specify while selecting which CSS file to use in an MAF application.
A. mobile operating system type
B. mobile operating system version
C. mobile device model
D. logged in user ID
E. mobile device form factor
F. user preferences
G. number ofAMXpages in the application
In your application, you want to show a picture of a theatre with dynamic markers indicating which seats are available or unavailable. What DVT component should you use?
A. dvtm:geographicMap
B. dvtm: ledGauge
C. dvtm:lineChart
D. dvtm:nBox
E. dvtm:thematicMap
F. dvtm:treeMap
You are maintaining an MAF application thathas four features. You receivea request to add navigation to the default feature of your MAF application in one of the other features.
How will you implement this navigation?
A. Use a taskflow navigation toparentTaskFlow.
B. Use the_backaction in a button on your AMX page.
C. UseAdfmfContainerUtilities.gotoDefaultFeaturein managed bean code.
D. UseAdfmfJavaUtilities.findFeatureByIdin managed bean code.
Which is a feature of Oracle Mobile Application Framework?
A. It provides a simple Objective-C coding experience.
B. It provides a choice between the two development languages, Java and JavaScript.
C. It enables you to run Android Davlik Java code on iOS.
D. It enables you to create web mobile pages that are served from a Java EE server.
E. It leverages PL/SQL to create on-device applications.
Your team created an MAF application. A developer at the application user's site wants to further customize the application to modify the look and feel and to add some features.
Which type of file should you send to the developer and how would he start using it?
A. Provide a JAR file containing your Oracle MAF Java code and he will add it as a JAR library to his MAF application.
B. Provide an Oracle MAF Application Archive file and he will use the Create a new MAF Application from Application Archive option in JDeveloper.
C. Provide an Oracle MAF Application Archive file and he will add this as another project in his workspace.
D. Provide an IPA file and he will use Xcode to decompile it and further modify the code.