Exit demo 1Z0-441 Oracle Mobile Development 2015 Essentials PDF format · free preview

Oracle 1Z0-441 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/1z0-441.html

Question 1
Single choice

In an AMX page, you want to hide/show a button based on the mobile device having a camera.

Which is a valid EL expression to test for the camera?

A.

<amx:commandButton rendered="#{deviceScope.camera}"/>

B.

<amx:commandButton rendered="#{device.hasCamera}"/>

C.

<amx:commandButton rendered="#{device.camera}"/>

D.

<amx:commandButton rendered="#{deviceScope.device.hasCamera}"/>

Question 2
Multiple choice

You are asked to build an adaptive design into an MAF application. The requirement is to show amultipage wizard for an MAF application functionality when the application runs on a smartphone and a single page layout for the same functionality when the application runs on a tablet.

Which two options allow you to implement this use case?

A.

A Feature can have multiple contents (AMX pages, AMX Task Flow, and so on). A content constraint can be defined on the first content to hide when the application runs on a smartphone and to show when it runs on a tablet. This way, thefirst content configured for a Feature holds the single page layout, whereas the second (with no constraints defined) has the multipage wizard function.

B.

A Feature LifecycleListener class can be created and configured to load AMX content upon application start. In this case, Java, using the AdfmfContainerUtilities framework helper class, determines the type of device to be smartphone tablet and switches the content.

C.

Two MAF Features can be created, one for the single page view and the other for the multipage wizard.
Constraints defined on the feature configuration conditionally switch between the two options.

D.

Selecting the Enable Adaptive Design check box in themaf-application.xmlfile visual editor allows you to configure constraints on the application level that, upon application start, tell the framework which MAF Features to load when the application is started on a smartphone and which Features to load when the application is started on a tablet.

Question 3
Single choice

You are investigating a mobile application that uses SOAP web services that invoke queries on a database to get the data to the mobile UI. The customer complains about the application being too slow.

Which of the following changes would not improve the performance of the application?

A.

Introduce middle-tier data caching for data that does not change frequently.

B.

Switch the services from SOAP protocol to REST protocol.

C.

Reduce the number of fields returned from the service so that only the needed fields are returned.

D.

Add a layer that fetches the data on the middle tier into a Java class and then expose that class asa SOAP service.

Question 4
Multiple choice

Which two methods allow you to update a MAF application without reinstalling the application?

A.

Use the standard customization mechanism provided by JDeveloper and Oracle Metadata Service

(MDS) to customize AMX application feature artifacts and metadata files.

B.

Use the Configuration Service to configure the end points used by the web services and loginconnections accessed by the MAF application.

C.

Configure the MAF application to accept pushnotifications sent over the Apple Push Notification Service (APNs) and GoogleCloud Messaging (GCM) by the Configuration Service.

D.

Create a new MAF application from an existing one by first packaging the original MAF application as a Mobile Application Archive (.maa) file and then, by deriving a new mobile application from this file.

E.

Retrieve an URL from the end user through the user interface and callAdfmfJavaUtilities.overrideConnectionPropertyto update the end point for a connection.

Question 5
Multiple choice

Select the three push notification payload keys that a developer can leverage when handling incoming push notifications.

A.

Alert

B.

Sound

C.

Icon

D.

Badge

E.

Vibration

Question 6
Single choice

When using MAF's integrated device services for taking pictures, the getPicture API includes aqualityparameter with values from 0 to 100.

Which option must you be careful about if you are settingqualityto 100?

A.

Only PNG-encoded images support aqualityof 100.

B.

You cannot constrain the image width and height whenqualityis set to 100.

C.

Though 100 is an acceptedqualityvalue in MAF, this will be ignored on Android devices.

D.

When taking the picture, some iOS devices may run out of memory.

Question 7
Multiple choice

Which four statements about service enrichment are true?

A.

It may include transforming the schema of the input and/or output messages.

B.

A single service call to Oracle Service Bus can invoke one or more calls to enterprise systems.

C.

OracleService Bus can examine the contents of the input payload and headers to make decisions about which enterprise systems are called and in what order.

D.

Service enrichment has nothing to do with security.

E.

It depends directly on the implementation language chosen at run time.

F.

It can only be performed in the Oracle ServiceBus.

Question 8
Single choice

Which statement is true about consolidating dataqueried 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?

A.

The SOAP web service returns an XML response, whereas the REST service (as per thequestion) returns a JSON response. The two cannot be combined in a unified data control exposure.

B.

SOAP web services and REST web services with a JSON response (as per the question) can each be transformed in data objects stored in data services. A Java layer on top can be used to expose the information on a single data control interface.

C.

Data queried from different web service sources and web service types must be transformed and consolidated on the remote server to ensure unique keys and payloads.

D.

REST web services with a JSON payload (as per the question) can be accessed from the SOAP data control. The framework automatically converts the JSON string schema to an XML structure.

Question 9
Single choice

Service mediation is defined as a(n) _____________.

A.

architecture that mediates between the service consumers and one or more service providers in a manner that loosely couples location, interface, data, and security

B.

technique that loosely couples programming languages

C.

methodology for mediating between interfaces and concrete instances

D.

product that automatically provides for abstraction between service consumers and service providers

Question 10
Multiple choice

Your application has the requirement to create a shopping cart feature with multiple pages to search and select items and separate pages to pay and finalize the transaction.

When defining this feature in MAF, which single content type is the correct choice?

A.

fragment

B.

local AMX

C.

local HTML

D.

declarative component

E.

remote URL

F.

bounded task flow

G.

unbounded task flow

H.

remote task flow

Showing 10 of 85 questions · Unlock the full set