Which of the following is not a client side push API?
Show answer and explanation
Correct answer: D
C2180-279 Real Exam Questions
126 questions available · Page 1 of 13
Updated Exam DumpsVerified AnswersPass Guarantee
Which of the following is not a client side push API?
Correct answer: D
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: A
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 on start up. What is the
consequence if the connection error is resolved using the WL.Client.init({connectOnStartup:false}) API to disable the connection to the server on application startup?
Correct answer: C
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?
Correct answer: B
A hybrid mobile application named App1 is failing to connect to the Worklight Server with the following error code: "Application Error - The connection to the server was unsuccessful" Knowing that the application should be available at "http://srv.ent.com:9099/wl" but without any access to the Worklight Console, how can the support engineer ensure that the application App1 has been properly deployed?
Correct answer: A
Can an HTTP adapter be used with a non standard HTTP ports?
Correct answer: D
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-side components.
Which Worklight console should the developer use to re-deploy the component?
Correct answer: C
Which class should be added to an element in order for it to use a property from messages.js?
Correct answer: B
Where in the Worklight project structure do Worklight.properties belong?
Correct answer: A
Which of the following invocationData properties are mandatory? (Choose two)
Correct answers: B, C