Is it possible to transfer data between web and native page?
A. Both ways
B. Native to web only
C. Neither way
D. Web to native only
正解:A
質問 2:
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 handler: What is the problem with this challenge handler?

A. The function createChallengeHandler() is not properly invoked, it also takes the security test. The correct definition is:var cHandler = WL.Client.createChallengeHandler('test1', 'realm1');.
B. The variable reqURL cannot include the hostname and port. The correct definition is:var reqURL = '/j_security_check';.
C. The user is not implementing the mandatory challenge handler functions submitFailure() and submitSuccess().
D. The user credentials should be sent to the server using a secured protocol. The correct definition is:var reqURL = 'https://myhost:80/worklight/j_security_check';.
正解:B
質問 3:
Pick the login type that is not supported by Worklight.
A. onStartup
B. onAlarm
C. onDemand
D. never
正解:B
質問 4:
How can SQL statements can be invoked?
A. Only by using SQL stored procedure
B. Both by using SQL statement query and SQL stored procedures
C. Only by using SQL statement query
D. Only by having a separate file with SQL queries
正解:B
質問 5:
A connectivity to Worklight server is only required in order to __________.
A. destroy encrypted cache
B. create a new encrypted cache
C. open an existing encrypted cache
D. read/write values to encrypted cache
正解:B
質問 6:
How can Java code replace a Worklight adapter?
A. It is possible to setup request routing directly to Java code removing the need to use Worklight adapter
B. By deleting the adapter's JS file and declaring Java class in XML file
C. Java code can be used as an extension of adapter functionality; it cannot be used as a replacement
D. By setting useJavaAdapters property to true in adapter's XML file
正解:C
質問 7:
How many JSON objects are in the messages.js file?
A. 64
B. 4
C. 1
D. One per message
正解:C
質問 8:
What function is invoked when the Worklight framework initialization finishes?
A. wlStart()
B. wlInitFinished()
C. wlInit()
D. wlCommonInit()
正解:D
質問 9:
Which of these adapter properties is mandatory?
A. display name
B. description
C. ip address
D. adapter name
正解:D
さと** -
C2180-279頻出ポイントに内容を絞ってるためか(実際にそのように謳われている)、実際の試験や過去問には本書に記載のない用語が普通に出題された。