최신 IBM Certified Mobile Application Developer C2180-278 무료샘플문제:
1. The following code appears in a Worklight application:
WL.Logger.on({blacklist: ['customer_controller']}); var CustomerMdlLogger = new WL.Logger.create({pkg: ustomer_model);var CustomerMdlLogger = new WL.Logger.create({pkg: ?ustomer_model?); CustomerMdlLogger.info(debug? 1);CustomerMdlLogger.info(debug? 1); WL.Logger.ctx({pkg: ustomer_model).error(debug? 2); WL.Logger.ctx({pkg: ?ustomer_model?).error(debug? 2); WL.Logger.info(ebug 3?;.WL.Logger.info(debug 3?;. CustomerMdlLogger.error(debug? 4); CustomerMdlLogger.error(debug? 4);
What output should a mobile application developer expect?
A) Option C
B) Option B
C) Option A
D) Option D
2. A mobile application developer is asked to work on a mobile project and build Web resources such as HTML, CSS and JavaScript that will later be packaged to complete the application by another developer. What application type should be selected by the application developer in Worklight Studio to accomplish this?
A) Native Application
B) Inner Application
C) Hybrid Application
D) Shell Component
3. A mobile application developer is required to link a local JSONStore to synchronize with a Worklight Adapter. To do so, to which function would the application developer need to specify the adapter option?
A) WL.JSONStore.push()
B) WL.JSONStore.load()
C) WL.JSONStore.init()
D) WL.JSONStore.getPushRequired()
4. A mobile application developer has written a hybrid android app and has enabled Push Notifications for it. On subscribing to the eventsource with userId "TestUser", the userID that is persisted in the database is "3266532456798262364265" instead of "TestUser". What is the cause? A security test is missing from the:
A) adapter methods and the application.
B) application-descriptor.xml.
C) adapter methods.
D) WL.Server.createEventSource function.
5. A mobile application developer is using the Mobile Test Workbench (MTW) test editor to edit the actions that were logged on the device during the recording phase. What are the elements shown when one of the actions is selected?
A) Details of the action, a screen capture of the application, the properties of the graphic object the action applies to.
B) Details of the action, a list of graphic objects the action could apply to, the properties of the graphic object the action applies to.
C) Details of the action, a screen capture of the application, a list of attributes available for verification points.
D) Details of the action, a list of graphic objects the action could apply to, a list of attributes available for verification points.
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: D | 질문 # 5 정답: A |