A Worklight adapter is used to __________.
Reveal answer details Close answer details
Correct answerB
IBM · C2180-279
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
A Worklight adapter is used to __________. Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer is debugging a Worklight Adapter procedure that has been configured with the following securityTest property in the adapter configuration file: <procedure name="getSecureFeed" securityTest="Adapter-securityTest"/> When the adapter procedure getSecureFeed is invoked by the client, the developer has noted that the Worklight Server responds with HTML content rather than the expected JSON content from getSecuredFeed function. Which assertion is correct? Reveal answer details Close answer detailsCorrect answerD
Single choice
What are the components of a Cordova plug-in? Reveal answer details Close answer detailsCorrect answerB
Single choice
Can an HTTP adapter be used with a non standard HTTP ports? Reveal answer details Close answer detailsCorrect answerD
Single choice
A developer is writing an application that needs to support the HTC Thunderbolt and Motorola DROID Pro devices. Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which mobile environments use the native implementation of a busy indicator? (Choose three) Reveal answer details Close answer detailsCorrect answersA, B, D
Single choice
An IBM Worklight hybrid application supports Android 2.3 phones and tablets. It needs to be extended to support Android 4 phones and tablets. Reveal answer details Close answer detailsCorrect answerC
Single choice
What is the dependency between realm, authenticator and login module in the authenticationConfig.xml file? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which of the below connections are mandatory for push notifications to work? (Choose three) Reveal answer details Close answer detailsCorrect answersA, B, C
Single choice
What type of adapter is not provided by Worklight out-of-the-box? Reveal answer details Close answer detailsCorrect answerD
Single choice
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 addition to creating a custom Java Authenticator? Reveal answer details Close answer detailsCorrect answerC
Single choice
How do you localize a System Message? Reveal answer details Close answer detailsCorrect answerB
Single choice
A developer created an encrypted cache with the WL.EncryptedCache.open function. When the function is triggered, the following status code is returned: What does this status code mean? Reveal answer details Close answer detailsCorrect answerB
Single choice
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? ![]() Reveal answer details Close answer detailsCorrect answerA
Single choice
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? Reveal answer details Close answer detailsCorrect answerA
Single choice
Given the following code: ![]() What will the alert(WL.Client.getUserPref('key1')); show? Reveal answer details Close answer detailsCorrect answerC
Single choice
What is a best way to keep an active server session alive? Reveal answer details Close answer detailsCorrect answerC
Single choice
A web page in a Worklight mobile application invokes a native page using the following function call: What needs to be passed to the native page in the parm2 parameter? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
When defining a realm using adapter based authentication in authenticationConfig.xml, which parameters are mandatory? (Choose two) Reveal answer details Close answer detailsCorrect answersA, C |