What is required to enable encryption in the Mobile Foundation JSONStore?
What is required to enable encryption in the Mobile Foundation JSONStore?A . A saltB . A passwordC . The server nameD . A base-64 coded keywordView AnswerAnswer: B
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 previewB . mfpdev app config --previewC . mfpdev preview <browser_type>D . mfpdev preview <application_name>View AnswerAnswer: A
What command is used to globally install the Mobile Foundation CLI from the command prompt without first downloading it?
What command is used to globally install the Mobile Foundation CLI from the command prompt without first downloading it?A . npm install mfpdev-cliB . npm install -g mfpdev-cliC . node install -g mfpdev-cliD . npm install -g path-to-cli-.tgz-fileView AnswerAnswer: D
In an enterprise environment, which component of IBM Mobile Foundation plays the role of the mobile gateway?
In an enterprise environment, which component of IBM Mobile Foundation plays the role of the mobile gateway?A . Device runtimeB . Application CenterC . Mobile Foundation ServerD . Mobile Foundation Operations ConsoleView AnswerAnswer: B
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 deployB . mvn adapter:deployC . mvn install adapterD . mvn install adapter deployView AnswerAnswer: B
Which command installs Apache Ripple and allows for testing of Cordova applications in the browser?
Which command installs Apache Ripple and allows for testing of Cordova applications in the browser?A . mfpdew app rippleB . npm install -g ripple-emulatorC . cordova plugin --install rippleD . cordova install -g ripple-emulatorView AnswerAnswer: B
Which JNDI entry is used to configure a proxy for Google Cloud Messaging/Firebase Cloud Messaging?
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.*View AnswerAnswer: D
What would resolve the error?
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?A . Run mfpdev app add mvn firstB . Use the archetype:generate Maven commandC . Add Maven archetype toolkit to...
Which of the following is a valid database type for the mfp.push.db.type JNDI property?
Which of the following is a valid database type for the mfp.push.db.type JNDI property?A . COUCHDBB . MONGODBC . IBMDOMINOD . CLOUDANTView AnswerAnswer: D
What comes after runtime-name in the path?
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?A . The application nameB . The deployment targetC . The runtime version numberD . The type of object addressedView AnswerAnswer: D