최신 Sales Mastery P2180-031 무료샘플문제:
1. Which SQL servers are supported by theWorklight SQL adapter?
A) All of the above
B) DB2
C) MySQL
D) Oracle 11g
2. Once a Shell developer completes developing her Shell components, what is the proper way to distribute it to inner application developers?
A) The Shell developer should not distribute the Shell component to inner application developers. They should send their inner applications to her in order to build them
B) Zipping the Worklight project and emailing it to inner application developers
C) Sending the .wlshell Shell bundle file to inner application developers
D) Committing the Worklight project to a Source Control Management system and telling inner application developers to use source code from it
3. What are the components of a Cordova plug-in?
A) A native class implementing the required functionality, a JavaScript wrapper for it and a declaration in the application-descriptor.xml file
B) A native class implementing the required functionality and a JavaScript wrapper for it: The wrapper's functions can be called from JavaScript.
C) A JavaScript wrapper only ; Native classes are already provided by Worklight.
D) A native class implementing the required functionality: It can be called directly from application's JavaScript
4. What protects a Worklight entity from unauthorized access?
A) The authentication adapter
B) The login page
C) The AuthorizeAccess web service
D) An authentication realm
5. What are the steps of creating a native page?
A) Create a new Java class, extend Activity
B) Create a new Java class, extend NativePage
C) Create a new Java class, extend NativePage, add a native page declaration to AndroidManifest.xml
D) Create a new Java class, extend Activity, add an activity declaration to AndroidManifest.xml
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: C | 질문 # 3 정답: B | 질문 # 4 정답: A | 질문 # 5 정답: A |