IBM C5050-408 - IBM Worklight Foundation V6.2, Mobile Application Development Exam

Question #6 (Topic: )
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?
A. Create a view by right clicking in the Mobile Navigation view and select Create. B. Create a view by dragging a view object from the Palette view into the Mobile Navigation view. C. Link a button to a mobile view by dragging a button from the Design view to a mobile view in the MobileNavigation view. D. Link a button to a mobile view by dragging a button from the Palette view to the mobile view in the MobileNavigation view.
Answer: C
Question #7 (Topic: )
An application developer is implementing the server-side components for custom device
provisioning. To accomplish this task, the developer has created the adapter named
ProvisioningAdapter. Finally, two functions must be added to complete the task.
What must the two functions do that the application developer should add to the adapter?
A. Validate the certificate from the device is still valid. Validate that the device is authorized to be provisioned. B. Validate the certificate from the device is still valid. Validate the provisioning request. C. Validate that the device provisioning is triggered. Validate that the login module provides the correct credentials. D. Validate that the device provisioning is triggered. Validate that the device is authorized to be provisioned.
Answer: B
Question #8 (Topic: )
An application developer is developing a hybrid application that retrieves data from a back-
end server using a
HTTP adapter.
Which client-side implementation should the application developer use in order to invoke
this adapter?
A. WL.Client.invokeAdapter ({ adapter : adapterName , procedure : procedureName , parameters : [ ] , }, { onSuccess : function(invocationResult){ WL.Logger.log(Call successful); }, onFailure: function(errorObject){ WL.Logger.error(Error calling adapter: + errorObject.errors); } }); B. WL.Client.invokeAdapter ({ adapter : adapterName , procedure : procedureName , parameters : [ ] , }, { timeout: 300000 } ) .then(function(invocationResult){ WL.Logger.log(Call successful); }), .fail( function (errorObject){ WL.Logger.error(Error calling adapter: + errorObject.errors); }); C. WL.Client.invokeProcedure ({ adapter : adapterName , parameters : [ procedureName ] , onSuccess : function(invocationResult){ WL.Logger.log(Call successful); }, onFailure: function(errorObject){ WL.Logger.error(Error calling adapter: + errorObject.errors); } }); D. WL.Client.invokeProcedure ({ adapter : adapterName , procedure : procedureName , parameters : [ ] , }, { timeout: 300000 } ) .then(function(invocationResult) { WL.Logger.log(Call successful); }), .fail( function (errorObject){ WL.Logger.error(Error calling adapter: + errorObject.errors); });
Answer: D
Question #9 (Topic: )
An application developer needs to install IBM Worklight Studio Edition V6.2.
Which of the following environment setups will enable the application developer to carry out
a successful installation?
A. Linux (RHEL 6)Eclipse IDE V4.0.0 Sun Java 6.0 Internet connection B. MAC OS X 10.8 Eclipse IDE V4.2.2 Oracle Java 7.0 Internet connection C. Windows XP Eclipse IDE for JavaTM EE Developers Java Technology Edition 5.0 Internet connection D. Windows 8 Eclipse Standard Edition V3.7 IBM Runtime Environment, Java Technology Edition 6.0 Internet connection
Answer: B
Question #10 (Topic: )
An application developer wants to create a mobile pattern for reuse by other projects. The
developer uses the UI Pattern to create the new template which generates the pattern.html
file that needs to be edited.
In which directory can the application developer find the pattern.html file that was created?
A. apps B. server C. Web D. WebContent
Answer: D
Download Exam
Page: 2 / 15
Total 74 questions