A mobile application developer has previously installed a compatible version of the Ecplise
IDE. What process does the application developer need to follow to install the Worklight
Studio development environment?
A mobile application developer is writing an application that pulls employee ID's from the
empID database and uses those ID's to extract employee address information from the
empAdr database on a different server. Using the Worklight adapter framework, how can
the application developer accomplish this task?
A mobile application developer has written a Cordova plug-in for an application. The
developerwould like to now test its functionality. To do so, what must the application
developer configure in the Worklight project? Declare the:
A mobile application developer created a Mobile Web app and optimized it using the
Minification feature in Worklight Studio. The developer needs to debug the application
JavaScript in a comfortable manner. Consider the following application structure.
Whichincludes/excludes rules configuration should the application developer use in the
minification process to debug only the application's JavaScript after the application's web
resources have been minified? (choose 2)
A mobile application developer needs to add a button to a Worklight application. Using the
Rich Page Editor, the application developer drags a button widget onto the canvas of the
existing page.What should the application developer do to give the button the id
"getContactsButton" and have it invoke the JavaScript function getContacts() when it is
clicked?
A mobile application developer is considering using the operational analytics or the
Worklight reporting feature to collect device usage statistics for a new application. Which
one of the following statements regarding the operational analytics features is true?
A mobile application developer has been asked to write an application that will work even
when there is no connectivity. When input data is to be saved, the application must
determine whether it should be written to the server or to a cache. How should the
application developer do this?
A mobile application developer has enabled the Operational Analytics report to summarize
application activity and statistics. Which of the following charts is presented in the
Dashboard view of the Operational Analytics?
A mobile application developer has written a hybrid android app and has enabled Push
Notifications for it. On subscribing to the eventsource with userId "TestUser", the userID
that is persisted in the database is "3266532456798262364265" instead of "TestUser".
What is the cause? A security test is missing from the:
A mobile application developer intends to use SMS Notifications in a Worklight application.
Which one of the following is a valid entry in SMSConfig.xml if the SMS gateway expects
an HTTP post in the following format to forward SMS messages to a mobile device:
http://myhost:13011/sendsms?to=9876543210&text=message
text&username=user&password=pass
A mobile application must handle the security challenge when accessing an entity secured
by a realm. A client-side challenge handler has been created, a request for asecure entity
has been sent to the server and the challenge handler has now received a response from
the server. A challenge handler function was invoked and returns true. Which two functions
does the application developer need to call to process the returned true condition?
What is the name of the JSON object used to store translated application strings?
A mobile application developer has created a Hybrid application for Android phones and
tablets using skins to have a different interface on the phones and the tablets. The
application developer updates one of the HTML resources which is targeted for tablets,
increments theversion number from 1.0 to 2.0 and deploys it to the server. Which correctly
describes the scenario when an Android phone tries to access the application? The
application:
A mobile application developer has developed a mobile application that calls native code
as shown:
What Worklight capability would remove the need for this code?
A mobile application developer needs to invoke a Java class directly from a server side
Worklight adapter. Which one of the following tasks is required to accomplish this?
Comments for Question #1