IBM Worklight Foundation V6.2, Mobile Application Development - C5050-408 FREE EXAM DUMPS QUESTIONS & ANSWERS
An application developer intends to deliver a notification to a particular user with ID 'TestUser".
Which server call should the application developer use to deliver the notification?
Which server call should the application developer use to deliver the notification?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An application developer intends to submit a notification to all the device subscriptions of a specified user using IBM Worklight Server side APIs.
Which JavaScript server side method will enable the application developer to accomplish this task?
Which JavaScript server side method will enable the application developer to accomplish this task?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An application developer needs to create a new Worklight project in the current working directory by using the IBM Worklight Command Line Interface (CLI). The developer needs to create the project with the name "WLProject".
To do so, which command should the application developer use?
To do so, which command should the application developer use?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An application developer is ready to deploy a hybrid application to a production server. The Worklight administrator notifies the developer that the application needs to report statistics to the Operational Analytics server.
What must the application developer do to ensure analytics data is sent to the Operational Analytics server?
What must the application developer do to ensure analytics data is sent to the Operational Analytics server?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An application developer has started configuring header-based authentication for an application. So far, the developer has implemented the security test and login module as follows:
<securityTests>
<customSecurityTest name="HeaderTest">
<test realm="RealmHeader" isInternalUserID="true" />
</customSecurityTest>
</securityTests>
<loginModules>
<loginModule name="HeaderLogin">
<className>com.worklight.core.auth.ext.HeaderLoginModule</className>
<parameter name="user-name-header" value="username"/>
</loginModule>
</loginModules>
Which of the following is a valid realm definition that the application developer can use for
this header login module?
<securityTests>
<customSecurityTest name="HeaderTest">
<test realm="RealmHeader" isInternalUserID="true" />
</customSecurityTest>
</securityTests>
<loginModules>
<loginModule name="HeaderLogin">
<className>com.worklight.core.auth.ext.HeaderLoginModule</className>
<parameter name="user-name-header" value="username"/>
</loginModule>
</loginModules>
Which of the following is a valid realm definition that the application developer can use for
this header login module?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An application developer wants to use the Rich Page Editor to create and edit web pages for a hybrid application. The application developer wishes to use the Mobile Navigation view to manage the mobile views in the application.
Which action can the application developer perform inside the Mobile Navigation view?
Which action can the application developer perform inside the Mobile Navigation view?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
An application developer is attempting to implement device single sign-on (SSO) as
specified in the following example:
<securityTests>
<mobileSecurityTest name="FormTest">
<testDeviceID provisioningType="none"/>
<testUser realm="SampleAppRealm"/>
</mobileSecurityTest>
</securityTests>
<realms>
<realm name="SampleAppRealm" loginModule="MyLoginModule">
<className>com.worklight.core.auth.ext.FormBasedAuthenticator</className>
</realm>
</realms>
<loginModules>
<loginModule name="MyLoginModule"
ssoDeviceLoginModule="WLDeviceAutoProvisioningLoginModule">
className>com.worklight.core.auth.exp.NonValidatingLoginModule</className> </loginModule>
</loginModules>
Upon testing the configuration, the developer finds unexpected results, such as the Worklight project failing to start.
What does the application developer need to do to bring the SSO configuration to a consistent state?
specified in the following example:
<securityTests>
<mobileSecurityTest name="FormTest">
<testDeviceID provisioningType="none"/>
<testUser realm="SampleAppRealm"/>
</mobileSecurityTest>
</securityTests>
<realms>
<realm name="SampleAppRealm" loginModule="MyLoginModule">
<className>com.worklight.core.auth.ext.FormBasedAuthenticator</className>
</realm>
</realms>
<loginModules>
<loginModule name="MyLoginModule"
ssoDeviceLoginModule="WLDeviceAutoProvisioningLoginModule">
className>com.worklight.core.auth.exp.NonValidatingLoginModule</className> </loginModule>
</loginModules>
Upon testing the configuration, the developer finds unexpected results, such as the Worklight project failing to start.
What does the application developer need to do to bring the SSO configuration to a consistent state?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
The application developer wants to use the Mobile Browser Simulator to preview and test Worklight applications.
Which of the following application environments can the application developer preview on the Mobile Browser Simulator?
Which of the following application environments can the application developer preview on the Mobile Browser Simulator?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).