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

IBM C1000-003 - IBM Mobile Foundation v8.0 Application Development

Page: 1 / 2
Total 58 questions

When writing a Java adapter, what is the following annotation used for:

A.

It maps zero or more scope elements to a security check.

B.

It registers zero or more scope elements to a challenge handler.

C.

It defines a security challenge with a zero or more scope elements.

D.

It protects a resource method or resource class with zero or more scope elements.

A Mobile Foundation developer intends to develop a HTTP adapter that calls an SSL secured endpoint.

Which would be a correct connectivity configuration?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

A developer wants to enter a command but does not know the syntax.

Which command can the developer use to get this information?

A.

mfpdev info

B.

mfpdev config

C.

mfpdev help

D.

mfpdev list

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.

What major factor must be considered when attempting UI-less Direct Updates?

A.

The application must be in the foreground.

B.

The onFinish method must never be empty.

C.

The application authenticity feature must be enabled.

D.

The application update must continue if the application is moved to the background.

Which HTTP method is available to access an external resource using WLResourceRequest?

A.

PUT

B.

PATCH

C.

UPDATE

D.

REMOVE

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 command must a developer run prior to deploying an adapter that was just created?

A.

mfpdev config

B.

mfpdev app register

C.

mfpdev adapter build

D.

mfpdev build

A Mobile Application developer is required to write a custom error log using the server-side API.

Which snippet of code is the correct way to achieve this?

A.

MFP.Logger.severe(‘thismessage’);

B.

MFP.Logger.fatal(‘thismessage’);

C.

MFP.Logger.critical(‘thismessage’);

D.

MFP.Logger.error(‘thismessage’);

What is the result of the following code?

A.

It creates a security check named “PinCode”.

B.

It creates a challenge handler named “PinCode”.

C.

It registers a challenge handler to the “PinCode” security check.

D.

It registers this security check to the “PinCode” challenge handler.