최신 IBM Certified Solution Developer C2210-404 무료샘플문제:
1. Cindy would like to secure her IBM Worklight application. Which file should she look into from her current application to add a security test?
A) application-descriptor.xml
B) SMSConfig.xml
C) worklight.properties
D) authenticationConfig.xml
2. Which two statements are true about dojox.mobile.parser? (Choose two.)
A) dojox.mobile.parser can be used with only mobile applications.
B) dojox.mobile.parser can be used with both mobile and desktop applications
C) dojox.mobile.parser has some mobile specific features which are not present in dojo.parser.
D) dojox.mobile.parser has all the basic features of dojo.parser but lacks some advanced features.
E) dojox.mobile.parser is of the same size as dojo.parser.
3. Dale wants to retrieve the language setting for an iOS device in an IBM Worklight application. Which approach to retrieving the language setting will also work for Android devices and thus improve the reusability of the application's code?
A) Use the dojoConfig.device_language value from the provided Dojo Toolkit.
B) Use navigator.media.language from JavaScript.
C) Create a native or hybrid application in Worklight Studio, and detect the language in a native
class with [[NSLocale preferredLanguages]
objectAtIndex:0].
D) Use the getDeviceLanguage method in the Worklight API.
4. Santina is testing a mobile application that she developed on her local IBM Worklight platform. However, when the IBM Worklight Server attempts to establish a connection to the backend, protected by a self-signed certificate, the connection is rejected because the certificate is not recognized. What must Santina do to correct this?
A) She must import the self-signed certificate into the JRE keystore and retest the application.
B) She must have the self-signed certificate approve by a trusted Certificate Authority before testing the application.
C) The IBM Worklight Server will always reject the backend connections because self-signed certificates are not supported.
D) She must import the self-signed certificate into the JRE truststore and retest the application.
5. When integrating an IBM Worklight application in IBM WebSphere Portal that uses the camera what must occur?
A) Websphere Portal includes the necessary files, so no additional files are required.
B) The CSS files should be copied to the WebSphere Portal server.
C) The JavaScript files must be provided to the server application.
D) The Worklight Configuration document must be completed on the WebSphere Portal server.
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B,D | 질문 # 3 정답: D | 질문 # 4 정답: A | 질문 # 5 정답: C |