최신 IBM Certified Mobile Application Developer 000-278 무료샘플문제:
1. A mobile application developer is creating a mobile application using Worklight Studio and wants to quickly test the application using the Mobile Browser Simulator. After building and deploying the application, what additional steps must the application developer take to accomplish this?
A) Right-click on the application nameSelect Run As -> Run on Server
B) Right-click on the project nameSelect Open Worklight ConsoleSelect the application environment you want to launch
C) Right-click on the application nameSelect Run As -> Preview
D) Right-click on the project nameSelect Open Worklight ConsoleSelect Preview as Common Resources
2. A mobile application developer needs to invoke a Java class directly from a server side Worklight adapter. Which one of the following tasks is required to accomplish this?
A) Upload the Java package to the Worklight server.
B) Include the Java class in the <Worklight Project Folder>/server/native directory.
C) Ensure the Java package begins with the com, org or net domain.
D) Assign a JavaScript variable as a reference to the Java class.
3. A mobile application developer has created and deployed an HTTP adapter which accepts a userid and returns employee location data. For the adapter to be invoked using the client side WL.Client.invokeProcedure API, which properties does the application developer need to include in the invocationData object?
A) adapter, parameters, procedure
B) parameters, procedure
C) parameters, procedure, timeout
D) adapter, parameters, procedure, timeout
4. A mobile application developer is debugging a new adapter. The developer wants to use WL.Logger.debug() to output adapter debug messages to the console, but discovers that the messages are not appearing. What setting should the application developer change to make the messages appear?
A) In worklight.properties, set wl.debugTarget=CONSOLE.
B) None, because WL.Logger.debug() is only a client-side API call.
C) In server.xml, set the Console log level to DEBUG.
D) None, because WL.Logger.debug() only outputs to a log file.
5. Multiple mobile applications will be installed and used from the same device. To ease the burden of having to authenticate each application separately, device single sign-on will be implemented. A custom security test definition will be required to implement this capability. With which ustomSecurityTest?definition can a mobile application developer implement this requirement? With which ?ustomSecurityTest?definition can a mobile application developer implement this requirement?
A) <customSecurityTest name="SSO"><test realm="MyUserID" isInternalUserID="true" step="1"/><test realm="MyDeviceID" isInternalDeviceID="true" step="2"/></customSecurityTest>
B) <customSecurityTest name="SSO"><test realm="MyUserID" isInternalUserID="true"/><test realm="MyDeviceID" isInternalDeviceID="true"/></customSecurityTest>
C) <customSecurityTest name="SSO"><test realm="MyDeviceID" isInternalDeviceID="true" step="1"/><test realm="MyUserID" isInternalUserID="true" step="2"/></customSecurityTest>
D) <customSecurityTest name="SSO"><test realm="MyUserID"/><test realm="MyDeviceID"/></customSecurityTest>
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: C | 질문 # 3 정답: A | 질문 # 4 정답: D | 질문 # 5 정답: C |