Exam Code : BPM-001
Exam Name : Business Process Manager (BPM)
Vendor Name :
"GAQM"
C1000-003 Dumps
C1000-003 Braindumps C1000-003 Real Questions C1000-003 Practice Test C1000-003 Actual Questions
killexams.com
IBM Mobile Foundation v8.0 Application Development
https://killexams.com/pass4sure/exam-detail/C1000-003
Question: 52
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?
An access token is not required if in a development environment.
The Body element should contain the notification payload in XML format.
A GET request should be sent to the endpoint imfpush/v1/apps/<application-identifier>/messages.
The scope elements messages.write and push.application.<applicationId> must be added when configuring the Confidential Client.
Answer: D
Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/ru/foundation/8.0/notifications/sending-notifications/#rest-apis
Question: 53
What is required to enable encryption in the Mobile Foundation JSONStore?
A salt
A password
The server name
A base-64 coded keyword
Answer: B
Reference: https://mobilefirstplatform.ibmcloud.com/blog/2016/04/01/using-security-in-jsonstore/
Question: 54
Which statement is true regarding sending notifications using IBM Mobile Foundation?
Only iOS and Android types of device are supported.
The notifications are sent from the Mobile Foundation Server directly to the devices.
The Mobile Foundation Operations Console allows both SMS and push notifications to be sent.
Push notification can be sent either from the Mobile Foundation Operations Console or via REST APIs.
Answer: A
Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/ru/foundation/8.0/notifications/sending-notifications/#mobilefirst-operations- console
Question: 55
What command can a developer use to preview a Cordova applicationÔÇÖs web resources in a browser?
mfpdev app preview
mfpdev app config ÔÇôpreview
mfpdev preview <browser_type>
mfpdev preview <application_name>
Answer: A
Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/ru/foundation/8.0/application-development/cordova-apps/
Question: 56
What type of data is contained in the value of the _id of a JSONStore Document?
A user defined unique integer
A user defined alpha-numeric key
An automatically generated unique integer
An automatically generated hash-identifier
Answer: 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.
Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/application-development/jsonstore/
Question: 57
How does a Mobile Foundation application developer deploy a Java adapter with Maven?
mvn adapter deploy
mvn adapter:deploy
mvn install adapter
mvn install adapter deploy
Answer: B
Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/it/foundation/8.0/adapters/creating-adapters/
Question: 58
What command is used to globally install the Mobile Foundation CLI from the command prompt without first downloading it?
npm install mfpdev-cli
npm install -g mfpdev-cli
node install -g mfpdev-cli
npm install -g path-to-cli-.tgz-file
Answer: D