Which additional administrative step, if any, must be performed for the update to take effect the next time a
A company discovers a bug in one of the HTML pages of a Worklight hybrid mobile application
that it has recently published to the Android Google Play store. It has fixed the bug and redeployed the application to the production Worklight Server without changing its version number.
Which additional administrative step, if any, must be performed for the update to take effect the
next time a user accesses the application on a device?
How should the developer deploy the application files to the production Worklight Server environment?
A developer has prepared a Worklight mobile application for deployment to a production Worklight
Server environment and generated the .war, .wlapp and .adapter files for it. How should the
developer deploy the application files to the production Worklight Server environment?
What will be the direct update user experience on a device running v1 of the application when the user chooses
The following changes are made to a Worklight mobile application: 1.Web resources of version 1
(v1) are updated and deployed to the Worklight Server. 2.A new version 2 (v2) is deployed with its
updateSilently property set to true. What will be the direct update user experience on a device
running v1 of the application when the user chooses to receive update?
Which Worklight console should the developer use to re-deploy the component?
A developer has deployed a Worklight mobile application to a remote Worklight Server
environment using a context root of app1 and wants to update one of the application’s server-side
components. Which Worklight console should the developer use to re-deploy the component?
What are the server-side configuration requirements to enable collection of analytics data for reporting?
What are the server-side configuration requirements to enable collection of analytics data for
reporting?
Which changes must the developer make to properly configure the application for deployment to the production e
A developer is preparing a Worklight mobile application for deployment to a production
environment based on the following deployment requirements:
1.The application’s context root is myApp.
2.The production Worklight Server’s host name and port number are prodHost and 9080,
respectively.
3.The production Worklight Server is accessed using the http protocol.
Which changes must the developer make to properly configure the application for deployment to
the production environment?
Which additional step, if any, should the developer perform before building and deploying the application to s
A developer is writing a Worklight mobile application to run on Android and iOS platforms. The
developer is using the Apache Cordova device.platform API in the code to identify the device’s
platform type. Which additional step, if any, should the developer perform before building and
deploying the application to successfully use the Apache Cordova API?
Which three actions can be done in the Rich Page Editor?
Which three actions can be done in the Rich Page Editor? (Choose three.)
How should the developer do this?
As a part of the application design, the developer needs to handle the scenario where the user
sends the application to the background and then opens it again. How should the developer do
this?
how should the variable be initialized before passing it to the method?
A Worklight mobile application uses a native page to display a real-time graph of the price of a
stock symbol. The native page is invoked from a web page using the WL.NativePage.show()
method and requires a parameter that contains the value of the stock symbol to display. To pass
the value of “IBM” as a parameter to the native page using the parm variable, how should the
variable be initialized before passing it to the method?