What is the dependency between realm, authenticator and login module in the authenticationConfig.xml file?
A. Each authenticator element must specify its realm and its loginModule
B. Each loginModule element must specify a className of its realm and authenticator's name
C. Each authenticator element must specify its className, realm and loginModule
D. Each realm element must specify a className of its authenticator and loginModule's name
正解:D
質問 2:
What is a common control?
A. An emulation of device's native controls using various technologies
B. A native interface element which cannot be controlled by a web means such as JavaScript
C. A way to specify how group of elements is controlled
D. A user interface element that is common to most environments
正解:D
質問 3:
Is it possible to detect current device language and locale?
A. It is only possible to detect the device language by using WL.App.getDeviceLanguage
B. No, it is not possible
C. Yes, using WL.App.getDeviceLocale and WL.App.getDeviceLanguage APIs
D. Yes, using WL.App.getDeviceLanguageSettings API
正解:C
質問 4:
What information cannot be retrieved using WL.Device.getNetworkInfo API?
A. Whether device is currently or roaming
B. Device's phone number
C. Telephony type currently in use (GSM/UMTS etc)
D. Device's current IP address
正解:B
質問 5:
How can a developer specify which adapter procedures will be protected by an authentication realm?
A. The developer doesn't need to specify it. Authentication credentials should be added on the client side when using WL.Client.invokeProcedure
B. Once the authentication realm is specified in adapter's XML file, all of the adapter's procedures are protected by it
C. An authentication realm does not protect adapter procedures. Protection is for applications only
D. The developer should add a requiresAuthentication="true" property to the procedure definition in adapter's XML
正解:D
質問 6:
What format of data can the HTTP adapter retrieve and automatically parse? (Choose three)
A. XML
B. Swift
C. Plain text
D. JSON
正解:A,C,D
質問 7:
What are the steps of creating a native page?
A. Create a new Java class, extend NativePage
B. Create a new Java class, extend Activity
C. Create a new Java class, extend Activity, add an activity declaration to AndroidManifest.xml
D. Create a new Java class, extend NativePage, add a native page declaration to AndroidManifest.xml
正解:B
質問 8:
When should the Shell development approach be considered?
A. There are only two developers
B. The company has distributed development teams situated on different continents that must share the source code
C. The company wants to create a native iOS and Android application, but its resources are limited
D. The company wants to create a number of mobile applications sharing a common native code base and authentication mechanism
正解:D



0 お客様のコメント