C1000-003 Dumps

C1000-003 Braindumps C1000-003 Real Questions C1000-003 Practice Test C1000-003 Actual Questions


killexams.com


IBM


C1000-003


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?

  1. An access token is not required if in a development environment.

  2. The Body element should contain the notification payload in XML format.

  3. A GET request should be sent to the endpoint imfpush/v1/apps/<application-identifier>/messages.

  4. 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?

  1. A salt

  2. A password

  3. The server name

  4. 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?

  1. Only iOS and Android types of device are supported.

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

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

  4. 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?

  1. mfpdev app preview

  2. mfpdev app config ÔÇôpreview

  3. mfpdev preview <browser_type>

  4. 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?

  1. A user defined unique integer

  2. A user defined alpha-numeric key

  3. An automatically generated unique integer

  4. 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?

  1. mvn adapter deploy

  2. mvn adapter:deploy

  3. mvn install adapter

  4. 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?

  1. npm install mfpdev-cli

  2. npm install -g mfpdev-cli

  3. node install -g mfpdev-cli

  4. npm install -g path-to-cli-.tgz-file


Answer: D


Reference: https://www.ibm.com/support/knowledgecenter/en/SSHS8R_8.0.0/com.ibm.worklight.dev.doc/dev/t_wl_installing_cli.html