Which two are valid Worklight V5.0 packages? (Choose two.)
A. IBM Worklight Consumer Edition
B. IBM Mobile Foundation Enterprise Edition
C. IBM WebSphere Cast Iron Hypervisor Edition
D. IBM Worklight Business to Consumer Edition
E. IBM EndPoint Manager for Mobile Devices Edition
A developer is invoking a SQL adapter procedure from a mobile application. The procedure is named getModelByYear and returns data from a table named Auto as follows:

Which option represents the returned data when the procedure is invoked with the parameter 2005?

A. Option A
B. Option B
C. Option C
D. Option D
Which of the following is not a client side push API?
A. WL.Client.Push.isPushSupported()
B. WL.Client.Push.isSubscribed()
C. WL.Client.Push.unsubscribe()
D. WL.Client.Push.poll()
How can SQL statements can be invoked?
A. Only by using SQL statement query
B. Only by using SQL stored procedure
C. Only by having a separate file with SQL queries
D. Both by using SQL statement query and SQL stored procedures
When working with a SQL adapter which of the following file should be manually added to project?
A. JDBC connector driver
B. Database schema
C. Properties file containing SQL server credentials and configuration
D. Startup script that will connect Worklight server to a specified SQL database
What are the steps to create an iOS native page?
A. Create a new Objective C class, subclass UIViewController
B. Create a new Objective C class, subclass UINativePage
C. Create a new Objective C class, make it partial class of the application's main ViewController
D. Add UI layout to the existing ViewController
What is the dependency between realm, authenticator and login module in the authenticationConfig.xml file?
A. Each authenticator element must specify its className, realm and loginModule
B. Each realm element must specify a className of its authenticator and loginModule's name
C. Each loginModule element must specify a className of its realm and authenticator's name
D. Each authenticator element must specify its realm and its loginModule
Which object's properties should be overwritten in order to override system messages?
A. WL.SystemMessages
B. WL.Messages
C. WL.Resources.Messages
D. WL.ClientMessages
Which mobile environments support the TabBar control? (Choose two)
A. BlackBerry,
B. Windows Phone
C. iOS,
D. Android
What is a common control?
A. A user interface element that is common to most environments
B. A way to specify how group of elements is controlled
C. An emulation of device's native controls using various technologies
D. A native interface element which cannot be controlled by a web means such as JavaScript