IBM Worklight V6.0, Mobile System Administration - C2180-279 Exam Practice Test

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 can the developer switch from one device to the other?
Correct Answer: C
Each Worklight adapter consists of a _______________.
Correct Answer: A
Can an HTTP adapter be used with a non standard HTTP ports?
Correct Answer: D
Given the following code in an application's initOptions.js file:

What is the expected result when starting the application on a device?
Correct Answer: C
A developer is implementing an HTTP adapter that connects to a public web service. After performing field tests, the developer has observed that the adapter times out too frequently.
What is the correct way to set the adapter's timeout period?
Correct Answer: A
What is the dependency between realm, authenticator and login module in the authenticationConfig.xml file?
Correct Answer: A
Which two are valid Worklight V5.0 packages? (Choose two.)
Correct Answer: B,C
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 is myApp.
2.The production Worklight Server's host name and port number are prodHost and 9080,
respectively.
3.The production Worklight Server is accessed using the http protocol.
Which changes must the developer make to properly configure the application for
deployment to the production environment?
Correct Answer: C
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 query that accepts an accountID as parameter and returns the accountNumber, accountName and accountBalance of the corresponding row in the Account table.
What is a correct implementation of the procedure in the adapter's JavaScript file?
Correct Answer: B