IBM C5050-408 - IBM Worklight Foundation V6.2, Mobile Application Development Exam
Page: 1 / 15
Total 74 questions
Question #1 (Topic: )
Which characteristic(s) of an application map to the respective development approaches?
Characteristics of the Application
? The application is written for a specific platform and runs on that platform only.
? The application runs inside the browser of the mobile device, and uses standard
technologies such asHTML5, CSS3, and JavaScript.
? The application runs inside a native container and uses the browser engine to
display the applicationinterface.
? The application is not distributed through an application store.
Development Approach (see exhibit)
[IBM-C5050-408-7.0/IBM-C5050-408-2_2.png]
Characteristics of the Application
? The application is written for a specific platform and runs on that platform only.
? The application runs inside the browser of the mobile device, and uses standard
technologies such asHTML5, CSS3, and JavaScript.
? The application runs inside a native container and uses the browser engine to
display the applicationinterface.
? The application is not distributed through an application store.
Development Approach (see exhibit)
[IBM-C5050-408-7.0/IBM-C5050-408-2_2.png]
A. 1-A, 2-B, 3-C, 4-B
B. 1-B, 2-C, 3-A, 4-C
C. 1-B, 2-B, 3-C, 4-C
D. 1-C, 2-A, 3-B, 4-A
Answer: D
Question #2 (Topic: )
What is the purpose of the Application Center?
The Application Center is:
The Application Center is:
A. used to share only Worklight applications among different team members within a company.
B. intended for production-ready applications only. Development team members should look for other meansof collaboration.
C. IBM's version of a public Application Store that targets usage outside of a company, similar to the AndroidMarket or Apple's public Application Store.
D. a means of sharing information among different team members within a company, where some mobileapplications can be targeted to specific groups of users.
Answer: A
Question #3 (Topic: )
An application developer wants to retrieve the client-side logs of an Android application that
is malfunctioning in the production environment.
When is the captured log data sent to the server?
is malfunctioning in the production environment.
When is the captured log data sent to the server?
A. After successful client init sequence.
B. When the application crashes.
C. When the application invokes the api console.log
D. When the application invokes the api Logger.setContext (Context)
Answer: A
Question #4 (Topic: )
An application developer has been given the Geo-location service requirement of most
accurate and timely position information for a mobile application.
Which code snippet will enable the application developer to correctly implement this
requirement?
accurate and timely position information for a mobile application.
Which code snippet will enable the application developer to correctly implement this
requirement?
A. WL.Device.startAcquisition ( { Geo: WL.Device.Geo.Profiles.PowerSaving() } );
B. WL.Device.startAcquisition ( { Geo: WL.Device.Geo.Profiles.RoughTracking() } );
C. WL.Device.startAcquisition ( { Geo: WL.Device.Geo.Profiles.LiveTracking() } );
D. WL.Device.startAcquisition ( { Geo: WL.Device.Geo.Profiles.HighAccuracy() } );
Answer: C
Question #5 (Topic: )
An application developer is testing an adapter that is retrieving data from a remote
database. The developer can find no problems with the adapter and seems to be retrieving
data from the database as designed. The quality assurance team insists that users are
seeing each other's data.
Which adapter configuration setting does the application developer need to set to resolve
this issue?
database. The developer can find no problems with the adapter and seems to be retrieving
data from the database as designed. The quality assurance team insists that users are
seeing each other's data.
Which adapter configuration setting does the application developer need to set to resolve
this issue?
A. Set the <authentication> element of the adapter to <basic/>.
B. Set the connectAs attribute of the <procedure> element of the adapter XML file to endUser.
C. Specify the proper userid in the <connectionPolicy> element of the adapter.
D. Specify IGNORE_COOKIES as the cookiePolicy attribute in the <connectionPolicy> element of the adapter.
Answer: B