Which four options can be used to authenticate a MAF application user?
A. Facebook
B. SSO
C. HTTP Basic
D. Google
E. Mobile social
F. O-Auth
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
Which is a benefit of service mediation?
A. location independence, schema independence, and security independence
B. programming language independence and state-full process integration with business rules
C. easy mobile enablement of enterprise systems and cross-platform code generation integrated with online source-code-control systems such as Git, Mercurial, and Subversion
D. easy application of security rules to existing mobile applications and legacy applications
Select the three parameters a developer configures in the Login Connection dialog box to leverage Oracle Access Manager (OAM) Mobile and Social.
A. URL
B. Service Domain
C. Instant Name
D. Profile ID
E. valid users and roles
Your customer currently builds native Android applications. He is intrigued by the cross- platform capabilities of Oracle MAF, but fears that distribution through the Apple App Store is complex to set up and expensive.
Considering that your customer wants to distribute his applications to the general public and not inside his or her own organization, which three explanations can you provide about the Apple App Store to appease your customer's fears?
A. Apple offers subscriptions to its Xcode development tools. It is possible to publish to the App Store for free with an active subscription.
B. Apple provides the iOS provisioning profile and certificate you need to sign the application, but you do not need to use Apple's tools directly to package your MAF application since JDeveloper and OEPE will
do the work for you if properly configured.
C. Publishing MAF applications to the App Store is very simple because you submit them to Oracle and not to Apple.
D. If you plan to sell your applications instead of providing them for free, you need to enroll in the iOS Developer Enterprise program.
E. To publish to the App Store as an individual, only membership in the entry-level iOSDeveloper Program is required. Appleasks for a nominal annual membership fee. There is no need to enroll in the iOS Developer Enterprise Program.
F. Oracle has published numerous MAF applications to the AppleAppStore without any problems and will update the MAFframework if Apple's submission requirements are changed.
If your MAF application uses a SOAP web service data control with theoracle/ wss_username_token_over_ssl_client_policysecurity policy applied, where will the user credentials (user ID and password) be injected at run time?
A. in the HTTP Basic authentication header
B. in theUserCredentialsattribute of the SOAP envelope
C. in the WS-SecurityUsernameTokenheader
D. in a cookie, if the remote server supports them
How do the AMX components react at run time?
A. They render all the UI using native UI components for each platform.
B. They render the user interface using mostly HTML5 and JavaScript code rendered in the WebView.
C. They use Java UI components (JavaFX) to render the interface.
D. They use ADF Faces components to render the UI on the mobile device.
Oracle MAF offers a number of distinct login connection types, each with its own strengths and weaknesses. You need to pick the best connection type for an application you are building. The security requirements for the application, obtained from the business analyst, are:
The mobile application must be password-protected. The mobile application must let users log in even if there is no network connection. The mobile application must perform access control based on roles and privileges. The mobile application should let users login with their Google, LinkedIn, or Twitter account.
Given that your organization has already implemented Oracle Access Manager and wishes to reduce the development effort, which login connection type should you choose?
A. HTTP Basic
B. Mobile-Social
C. OAuth
D. OpenID
E. SAML
F. Web SSO
Which behavior results from this code inside anamx:listItemcomponent?
A. When someone taps an item in the list, the item is automatically approved.
B. When someone taps and holdsa list item, a fixed value is set in a variable that will be available in another page in the same task flow.
C. An exception occurs because this is not a valid use of pageFlowScope variables.
D. When someone taps and holds a list item, the value of the "approved" variable is evaluated and, if it is "yes", you perform a specific action.