1z0-441 Oracle Mobile Development 2015 Essentials

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Which three are valid options to distribute your production MAF applications?

Select all that apply, then click Submit answer.

  • application marketplace (such as the Apple App Store or Google Play)

  • download site

  • enterprise application store provided by solutions such as the Oracle Mobile Security Suite

  • through Java Web Start by using the Java Network Launch Protocol (JNLP)

  • the Oracle Store (https://shop.oracle.com)

Question 2

When the user rotates a mobile device from portrait to landscape, you want the screen layout in your application to change to make use of the rearranged screen real estate. Which two EL expressions would you use to determine the device orientation?

Select all that apply, then click Submit answer.

  • #{deviceScope.orientation}

  • #{deviceScope.hardware.screen.width < deviceScope.hardware.screen.height ? ’portrait’:’landscape’}

  • #{deviceScope.hardware.screen.availableWidth < deviceScope.hardware.screen.availableHeight ? ’portrait ’:’landscape’}

  • #{device.screenWidth < device.screenHeight ? ’portrait’:’landscape’}

Question 3

Identify three features of Oracle Mobile Security Suite.

Select all that apply, then click Submit answer.

  • It creates a separate container for corporate applications on a mobile device.

  • It modifies service endpoints to allow for changing authentication protocols.

  • It wipes data from a lost or stolen device.

  • It allows single sign-on among different applications.

  • It integrates heterogeneous services across a network.