C2180-408 Exam Questions
74 real C2180-408 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #51
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 elem...
- Question #52
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 mess...
- Question #53
The following code appears in a Worklight application: WL.Logger.on({blacklist: ['customer_controller']}); var CustomerMdlLogger = new WL.Logger.create({pkg: ustomer_model);var Cus...
- Question #54
A mobile application developer is creating a mobile application using Worklight Studio and wants to quickly test the application using the Mobile Browser Simulator. After building...
- Question #55
A mobile application developer needs to deploy a mobile application developed using IBM Worklight Studio to a remote server. To do so, which mandatory file must be present on the r...
- Question #56
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?
- Question #57
Which three actions can be done in the Rich Page Editor? (Choose three.)
- Question #61
A banking company has deployed the Application Center for internal use. Before users can see the mobile client application in the list of available applications, which property of...
- Question #62
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-si...
- Question #63
What are the server-side configuration requirements to enable collection of analytics data for reporting?
- Question #64
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 devel...
- Question #65
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.sh...
- Question #66
A web page in a Worklight mobile application invokes a native page using the following function call: WL.NativePage.show("com.demo.NativePage", parm2, data); What needs to be passe...
- Question #67
A developer is invoking WL.Client.invokeProcedure(invocationData, options), using the options object and callback functions that are shown below. Which two statements describe the...
- Question #68
Before submitting a long form, an application needs to explicitly detect that the device is connected to the Worklight server. How can this be done?
- Question #69
A developer wants to write a push notification application where the message will be sent to a specific subscriber on a specific device. Which API should be used?
- Question #70
How does Worklight handle globalization of application messages?
- Question #71
A developer needs to call a Java class that is packaged in a JAR file from an adapter. Where should this JAR file be placed in the project's folder structure?
- Question #72
A developer needs to debug an adapter procedure with the Invoke Worklight Procedure tool. What is required to debug the procedure?
- Question #73
A developer previewing a Worklight application for an Android device in the Mobile Browser Simulator now wants to preview the application for an iOS device. Is it possible to previ...
- Question #74
In the process of developing a hybrid application, the QA team finds a bug with the user interface that is noticeable only on an iOS device. What can the developer use to debug the...
- Question #75
A developer wants to test a hybrid application on a physical iOS device. The developer has enrolled in the iOS Developer Program and created a provisioning profile. Where should th...
- Question #76
A Worklight application does not need to connect to a server on startup. However, when previewing the application on the device emulator, it is throwing a server connection error o...
- Question #79
Which three components must be implemented when defining an authentication realm? (Choose three.)