C2180-279 Exam Questions
134 real C2180-279 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #52
What information cannot be retrieved using WL.Device.getNetworkInfo API?
- Question #53
How do you localize a System Message?
- Question #54
Is it possible to transfer data between web and native page?
- Question #55
Which busy indicator option only applies to iOS?
- Question #56
When working with a SQL adapter which of the following file should be manually added to project?
- Question #57
Which object's properties should be overwritten in order to override system messages?
- Question #58
When defining a realm using adapter based authentication in authenticationConfig.xml, which parameters are mandatory? (Choose two)
- Question #59
Which mobile environments support the TabBar control? (Choose two)
- Question #60
How can Java code replace a Worklight adapter?
- Question #61
What does the common folder hold?
- Question #62
What is a common control?
- Question #63
A user has several devices. He's using the application from all of them. Is it possible to send a push notification to a specific device?
- Question #64
A connectivity to Worklight server is only required in order to __________.
- Question #65
Where in the Worklight project structure do Worklight.properties belong?
- Question #66
What is a best way to keep an active server session alive?
- Question #67
What protects a Worklight entity from unauthorized access?
- Question #68
How can a developer specify which adapter procedures will be protected by an authentication realm?
- Question #69
Can an HTTP adapter be used with a non standard HTTP ports?
- Question #70
Which of the following is not a Worklight project folder?
- Question #71
When should Cordova plug-ins be used?
- Question #72
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 #73
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 an...
- Question #74
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 sh...
- Question #75
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 depl...
- Question #76
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 #77
What are the server-side configuration requirements to enable collection of analytics data for reporting?
- Question #78
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...
- Question #79
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...
- Question #80
Given the following code: What will the alert(WL.Client.getUserPref('key1')); show?
- Question #81
When displaying native modal controls, the developer creates the following Worklight Common Control implementation: Assuming that the functions dialogYes, dialogNo and dialogHelp a...
- Question #82
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 #83
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 #84
A developer created an encrypted cache with the WL.EncryptedCache.open function. When the function is triggered, the following status code is returned: WL.EncryptedCache.ERROR_SECU...
- Question #85
A Worklight mobile application named test has the following code: What is the cause of this behavior?
- Question #86
Given the following code in an application's initOptions.js file: What is the expected result when starting the application on a device?
- Question #87
An IBM Worklight hybrid application supports Android 2.3 phones and tablets. It needs to be extended to support Android 4 phones and tablets. After installing the Android 4 SDK, ho...
- Question #88
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 #89
An HTTP adapter is deployed on a Worklight server. Which steps need to be taken by the developer to receive data from the adapter in an application?
- Question #90
Which of these is not a function of WL.Client?
- Question #91
What format of data can the HTTP adapter retrieve and automatically parse? (Choose three)
- Question #92
What namespace is used for the Worklight API?
- Question #93
Which of the following API can be used across all environments to debug Worklight application?
- Question #94
What are the steps to create an iOS native page?
- Question #95
What is the dependency between realm, authenticator and login module in the authenticationConfig.xml file?
- Question #96
The correct place to specify the application's metadata is __________.
- Question #97
Which of the following APIs is synchronous and does not require callbacks to be set up?
- Question #98
Can application-related custom data be sent in a push notification?
- Question #99
For which OSes does Worklight provide unified push notification? (Choose two)
- Question #100
How does an adapter present data back to the application?
- Question #101
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...