IBM Worklight V6.0 Mobile Application Development (000-278) Free Practice Test
Question 1
A mobile application developer has written a Cordova plug-in for an application. The developer would like to now test its functionality. To do so, what must the application developer configure in the Worklight project? Declare the:
Correct Answer: B
Question 2
A mobile application developer is using the Mobile Test Workbench (MTW) test editor to edit the actions that were logged on the device during the recording phase. What are the elements shown when one of the actions is selected?
Correct Answer: C
Question 3
A mobile application developer has created a Worklight adapter, largeData, which returns a large amount of data. Due to network latency, the application developer would like to compress the data returned. How can the application developer compress the data sent between the mobile device and the Worklight server? The developer can set compressResponse to true in the:
Correct Answer: C
Question 4
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?


Correct Answer: A
Question 5
What is the name of the JSON object used to store translated application strings?
Correct Answer: A
Question 6
A mobile application developer is debugging a new adapter. The developer wants to use WL.Logger.debug() to output adapter debug messages to the console, but discovers that the messages are not appearing. What setting should the application developer change to make the messages appear?
Correct Answer: B