C2180-279 Exam Questions
134 real C2180-279 exam questions with expert-verified answers and explanations. Page 1 of 3.
- Question #1
Which three actions can be done in the Rich Page Editor? (Choose three.)
- Question #2
A developer wants to create a procedure called getAccountInfo in a Worklight SQL adapter to retrieve account information from a backend database. The procedure should invoke a SQL...
- Question #3
A developer needs to debug an adapter procedure with the Invoke Worklight Procedure tool. What is required to debug the procedure?
- Question #4
A developer is writing an application that needs to support the HTC Thunderbolt and Motorola DROID Pro devices. Using the Mobile Browser Simulator to preview the application, how c...
- Question #5
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 #6
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 #8
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 #9
A developer is using a Worklight Studio installation that is configured with the Android 2.2 SDK and the corresponding Google USB driver. The developer has connected an Android dev...
- Question #10
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 #11
A Worklight developer is having trouble with the XSL file that transforms the raw XML feed from a public RSS server into JSON data to be consumed by a mobile application. What is t...
- Question #12
A developer has created a Worklight mobile application and wants to use the Android Virtual Device (AVD) emulator to test it. To accomplish this, the developer has installed the AD...
- Question #13
An application's authenticationConfig.xml file contains the following configuration: Which action must the developer perform to support the configuration?
- Question #14
A developer wants to implement an adapter authentication solution. The developer created the following challenge handler: What should be placed in the "to be filled" parameter?
- Question #15
Which Worklight pre-defined authenticators can be used to secure an application that requires the user to login with a user ID and password?
- Question #16
A developer is debugging a Worklight Adapter procedure that has been configured with the following securityTest property in the adapter configuration file: <procedure name="getSecu...
- Question #17
An application needs to log into an existing backend with the fields username, password, pin code and account number. Which set of actions does the developer need to take in additi...
- Question #18
Which Worklight pre-defined authentication methods can be used to secure an application that does not require the user to login interactively?
- Question #19
A developer is debugging a form-based authentication and at a point the issue is narrowed down to the challengeHandler object. The following implementation describes the challenge...
- Question #20
Which three components must be implemented when defining an authentication realm? (Choose three.)
- Question #21
A developer is preparing a Worklight mobile application for deployment to a production environment where the Worklight Server core database is stored on DB2 and must be accessed us...
- Question #22
Which authenticators are supported out of the box? (Choose three)
- Question #23
Once a Shell developer completes developing her Shell components, what is the proper way to distribute it to inner application developers?
- Question #24
When should the Shell development approach be considered?
- Question #25
What is messages.js file used for?
- Question #26
Which OS uses an HTML generated tab-bar?
- Question #27
Which of the following is not a client side push API?
- Question #28
A Worklight adapter is used to __________.
- Question #29
Which of these adapter properties is mandatory?
- Question #30
How can SQL statements can be invoked?
- Question #31
Assuming it is not overridden manually, in which case will the isSuccessful property of the procedure invocation result be true?
- Question #32
What types of Java methods can be called from Worklight adapter?
- Question #33
What client side mechanism is used to detect that the server requires authentication for the client's request?
- Question #34
How many JSON objects are in the messages.js file?
- Question #35
Which of the following invocationData properties are mandatory? (Choose two)
- Question #36
What is the minimum number of adapter files for a particular adapter?
- Question #37
In order for a plug-in to be recognized by an iOS application's JavaScript it should be added to
- Question #38
Which environments are supported by Worklight? (Choose three)
- Question #39
Which mobile environments use the native implementation of a busy indicator? (Choose three)
- Question #40
Each Worklight adapter consists of a _______________.
- Question #41
Which of the below connections are mandatory for push notifications to work? (Choose three)
- Question #42
What screen width does Android assume its html file is styled for?
- Question #43
Which of the following server-side components cannot be added as a part of Worklight Project?
- Question #44
Pick the login type that is not supported by Worklight.
- Question #45
What type of adapter is not provided by Worklight out-of-the-box?
- Question #46
What is the default project application structure?
- Question #47
What happens when adapter procedure invocation fails due to inability to reach the Worklight server?
- Question #48
Which class should be added to an element in order for it to use a property from messages.js?
- Question #49
What are the components of a Cordova plug-in?
- Question #50
HTTP adapters can be used to__________. (Choose three)
- Question #51
Is it possible to use an existing JAR in my Worklight adapter?