Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which statement is true regarding adding custom Java classes for use in a JavaScript adapter?

A.

Java is not sufficient to implement this functionality.

B.

Invoke an instance Java method by reference directly.

C.

Add a custom Java class to the src/main folder in the adapter project.

D.

Add a folder named java to the src/main folder in the adapter project and put a Java package in it.

For the Mobile Foundation Live Update feature, what is the purpose of the Segment Resolver adapter?

A.

To provide custom business logic for retrieving a segment based on the application/device/user context.

B.

To validate a segment based on the application/device/user context.

C.

To allow Mobile Foundation adapters to interact with the Live Update feature.

D.

To validate a schema based on the application/device/user context.

In Cordova project, which class needs to be initialized before any other Push Notification APIs can be used?

A.

MFPPush

B.

MFP.Client.Push

C.

MFP.Server.Push

D.

Cordova.MFPPush

What does Device SSO allow to be done?

A.

Store the user’s credentials for use in other applications.

B.

Successfully pass the same security check with multiple applications on the same device.

C.

Users can use their iTunes, Google Play or Microsoft login to authenticate with the application.

D.

Allow the user to only login from one device and be automatically logged in on all their other devices.

What type of event listeners must your application register before analytics is enabled?

A.

ADMIN

B.

DEVICE

C.

LIFECYCLE

D.

BACKGROUND

Which platform requires registration in their developer programs in order to deploy a Mobile Foundation application to a device?

A.

iOS

B.

Android

C.

Xamarin

D.

Windows Mobile

What command can a developer use to preview a Cordova application’s web resources in a browser?

A.

mfpdev app preview

B.

mfpdev app config --preview

C.

mfpdev preview

D.

mfpdev preview

Which command installs Apache Ripple and allows for testing of Cordova applications in the browser?

A.

mfpdew app ripple

B.

npm install -g ripple-emulator

C.

cordova plugin --install ripple

D.

cordova install -g ripple-emulator

Which statement is true regarding sending notifications using IBM Mobile Foundation?

A.

Only iOS and Android types of device are supported.

B.

The notifications are sent from the Mobile Foundation Server directly to the devices.

C.

The Mobile Foundation Operations Console allows both SMS and push notifications to be sent.

D.

Push notification can be sent either from the Mobile Foundation Operations Console or via REST APIs.

In reference to IBM Mobile Foundation, what is an Adapter Mashup?

A.

Making several adapter requests at the same time

B.

Defining adapter procedure as a variable in another adapter

C.

Overriding an adapter procedure parameter in another adapter

D.

A single adapter procedure that uses multiple endpoints to generate one processed result