최신 Architecture Specialization Architecture-Specialist-11 무료샘플문제:
1. Which of the below is not a best practice for mobile security:authentication?
A) Store password in local storage
B) Authentication : Use google or facebook for online authentication or fingerprint or pin for offline authentication
C) Encrypt (only) sensitive data
2. Consider the common style guide scenarios presented in this course. Which of the following statements is true?
A) The "specialize a built-in Style Guide" scenario should be used when the changes to the base theme are not extensive.
B) The "clone a built-in Style Guide" should be used when you want to extend an existing theme.
C) Build-your-own Style Guide should be used when the changes in the theme are not extensive.
3. What is Application Composition Process?
A) Process to package modules into apps
B) Answer is the above.
4. What is NOT a best practice for Mobile Application Architecture: transactions & granularity?
A) Ensure order and sync granularity. Sync incrementally by entity with partial commit. This way O synchronizations is prepared for constant interruptions and allow retries without repeating the entire synchronization from the start.
B) Have long synchronizations in a single transaction. Better UX as app does not need to sync all the time. Is prepared for constant offline or device standby
5. In OutSystems, a Foundation Application can NOT contain ...
A) Core Modules and Foundation Modules.
B) End-user and Core Modules.
C) End-User and Foundation Modules.
질문과 대답:
질문 # 1 정답: A | 질문 # 2 정답: A | 질문 # 3 정답: A | 질문 # 4 정답: B | 질문 # 5 정답: B |