Questions for the C1000-003 were updated on : Nov 14 ,2024
What command is used to globally install the Mobile Foundation CLI from the command prompt
without first downloading it?
D
What type of data is contained in the value of the _id of a JSONStore Document?
D
Explanation:
A JSONStore document is a JSON object with an automatically generated identifier (_id) and JSON
data. It is similar to a record or a row in database terminology. The value of _id is always a unique
integer inside a specific collection. Some functions like add, replace, and remove in the
JSONStoreInstance class take an Array of Documents/Objects. These methods are useful to perform
operations on various Documents/Objects at a time.
How does a Mobile Foundation application developer deploy a Java adapter with Maven?
B
Which statement is true regarding sending notifications using IBM Mobile Foundation?
A
What command can a developer use to preview a Cordova application’s web resources in a browser?
A
A developer is using Postman to test a push notification via the Mobile Foundation REST API.
Which statement is true regarding the steps to accomplish this?
D
What is required to enable encryption in the Mobile Foundation JSONStore?
B
Which JNDI entry is used to configure a proxy for Google Cloud Messaging/Firebase Cloud
Messaging?
D
In an enterprise environment, which component of IBM Mobile Foundation plays the role of the
mobile gateway?
B
Which of the following is a valid database type for the mfp.push.db.type JNDI property?
D
Which command installs Apache Ripple and allows for testing of Cordova applications in the
browser?
B
A Mobile Foundation application developer encounters the following error while attempting to
create a MobileFirst adapter:
Error: mvn was not found in the system PATH .
What would resolve the error?
D
Which
method
must
the
developer
implement
when
instantiating
WL.Client.createSecurityCheckChallengeHandler?
B
The REST service API for adapters and applications for each runtime is in /management-
apis/2.0/runtimes/runtime-name/.
What comes after runtime-name in the path?
D
Which two of the following mobile platforms support the certificate pinning feature of IBM Mobile
Foundation? (Choose two.)
C,D