IBM C1000-003 IBM Mobile Foundation v8.0 Application Development Online Training
IBM C1000-003 Online Training
The questions for C1000-003 were last updated at Nov 19,2024.
- Exam Code: C1000-003
- Exam Name: IBM Mobile Foundation v8.0 Application Development
- Certification Provider: IBM
- Latest update: Nov 19,2024
What command is used to globally install the Mobile Foundation CLI from the command prompt without first downloading it?
- A . npm install mfpdev-cli
- B . npm install -g mfpdev-cli
- C . node install -g mfpdev-cli
- D . npm install -g path-to-cli-.tgz-file
What type of data is contained in the value of the _id of a JSONStore Document?
- A . A user defined unique integer
- B . A user defined alpha-numeric key
- C . An automatically generated unique integer
- D . An automatically generated hash-identifier
How does a Mobile Foundation application developer deploy a Java adapter with Maven?
- A . mvn adapter deploy
- B . mvn adapter:deploy
- C . mvn install adapter
- D . mvn install adapter deploy
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.
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 <browser_type>
- D . mfpdev preview <application_name>
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?
- A . An access token is not required if in a development environment.
- B . The Body element should contain the notification payload in XML format.
- C . A GET request should be sent to the endpoint imfpush/v1/apps/<application-identifier>/messages.
- D . The scope elements messages.write and push.application.<applicationId> must be added when configuring the Confidential Client.
What is required to enable encryption in the Mobile Foundation JSONStore?
- A . A salt
- B . A password
- C . The server name
- D . A base-64 coded keyword
Which JNDI entry is used to configure a proxy for Google Cloud Messaging/Firebase Cloud Messaging?
- A . mfp.push.proxy.*
- B . mfp.push.wsn.proxy.*
- C . mfp.push.gcm.proxy.*
- D . mfp.push.apns.proxy.*
In an enterprise environment, which component of IBM Mobile Foundation plays the role of the mobile gateway?
- A . Device runtime
- B . Application Center
- C . Mobile Foundation Server
- D . Mobile Foundation Operations Console
Which of the following is a valid database type for the mfp.push.db.type JNDI property?
- A . COUCHDB
- B . MONGODB
- C . IBMDOMINO
- D . CLOUDANT