What command can a developer use to preview a Cordova application’s web resources in a browser?
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 D. mfpdev preview Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/ru/foundation/8.0/application-development/cordova-apps/
Which statement is true regarding sending notifications using IBM Mobile Foundation?
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 […]
How does a Mobile Foundation application developer deploy a Java adapter with Maven?
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 Reference: https://mobilefirstplatform.ibmcloud.com/tutorials/it/foundation/8.0/adapters/creating-adapters/
What type of data is contained in the value of the _id of a JSONStore Document?
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 Explanation: A JSONStore document is a JSON object with an automatically generated identifier (_id) and JSON […]
What command is used to globally install the Mobile Foundation CLI from the command prompt without first downl
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 Reference: https://www.ibm.com/support/knowledgecenter/en/SSHS8R_8.0.0/com.ibm.worklight.dev.doc/dev/t_wl_installing_cli.html
Where does the message go when it is put to MARS on QMGRA?
The following commands are issued on QMGRA: DEFINE QLOCAL(SATURN) DEFINE QLOCAL(QMGRB) USAGE(XMITQ) DEFINE QALIAS(MARS) TARGET (VENUS) DEFINE QALIAS(PLUTO) TARGET(SATURN) DEFINE QREMOTE(VENUS) RNAME(SATURN) RQMNAME(QMGRB) The following commands are issued on QMGRB: DEFINE QLOCAL(mars) DEFINE QLOCAL(QMGRA) USAGE(XMITQ) DEFINE QALIAS(SATURN) TARGET(VENUS) DEFINE QALIAS(PLUTO) TARGET(VENUS) DEFINE QREMOTE(VENUS) RNAME(PLUTO) RQMNAME(QMGRA) Where does the message go when it is put to […]
In application triggering what is the role of trigger monitor process?
In application triggering what is the role of trigger monitor process? A. It monitors the initiation queue and based on trigger message issues a command to start an application. B. It monitors the transmission queue and based on trigger message issues a command to start an application. C. It monitors the application queue and when […]
A failed MQ on z/OS request is received with a reason code ‘MQRC_STORAGE_MEDIUM_FULL’. What are two reason
A failed MQ on z/OS request is received with a reason code ‘MQRC_STORAGE_MEDIUM_FULL’. What are two reasons for this type of failure? (Select two.) A. Application are offline B. Cannot write to the disk C. The coupling facility is full D. Buffer pool has reached the limit E. There is not enough space remaining on […]
When configuring MQ shared queues on z/OS, where are the queue objects that represents the attributes of the s
When configuring MQ shared queues on z/OS, where are the queue objects that represents the attributes of the shared queues held? A. VSAM database B. External SQL Server C. Shared DB2 repository D. Shared Oracle database
An instance of IBM MQ on Unix regularly processes larger messages. Which condition will have a positive impact
An instance of IBM MQ on Unix regularly processes larger messages. Which condition will have a positive impact on message throughput given that the system is short of real memory? A. larger log buffer sizes B. Application processing outside of a unit of work C. Defining queue using large persistent queue buffers D. Defining queues […]