IBM Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal 認定 C2040-404 試験問題:
1. IBM Worklight JavaScript files are required for an application to function properly. How are these files included in the hybrid shell on a device when hosting the application on IBM WebSphere Portal?
A) The JavaScript files are automatically downloaded from the Worklight Server.
B) The JavaScript files must be added to the IBM Web Experience Factory project or in the WebSphere Portal theme.
C) The JavaScript files are included in the application by the Camera Builder in Web Experience Factory.
D) The JavaScript files are embedded in the Worklight hybrid shell by default.
2. Which two approaches would be used to provide multichannel Ul support? (Choose two.)
A) Use CSS techniques in the client, such as media queries, in order to style elements for specific devices and context.
B) On the server, look at the device user agent of an incoming request, and deliver markup and code that is device-specific.
C) Override the WL.NativePage.show method.
D) Remove the element that defines the skin from the application descriptor on the mobile IBM Worklight application.
E) On the client, modify scripts in order to manipulate the application skins.
3. Which two statements are true about dojox.mobile.parser? (Choose two.)
A) dojox.mobile.parser has all the basic features of dojo.parser but lacks some advanced features.
B) dojox.mobile.parser can be used with only mobile applications.
C) dojox.mobile.parser has some mobile specific features which are not present in dojo.parser.
D) dojox.mobile.parser can be used with both mobile and desktop applications
E) dojox.mobile.parser is of the same size as dojo.parser.
4. A developer has to create a multi-page hybrid application. Which approach should the developer take to implement page navigation?
A) Page navigation should be implemented by using the WL.App.openURL() method.
B) Page navigation should be implemented by using hyperlinks.
C) Page navigation should be implemented by loading external HTML file content using Ajax requests and injecting it into existing DOM.
D) Page navigation should be implemented by using the window.location property.
5. Which annotation specifies the accepted request media types?
A) @Consumes
B) @Produces
C) @GET
D) @Path
質問と回答:
質問 # 1 正解: B | 質問 # 2 正解: A、B | 質問 # 3 正解: A、D | 質問 # 4 正解: C | 質問 # 5 正解: A |