최신 Certified System Architect PEGACLSA_62V2 무료샘플문제:
1. When designing a refresh strategy for retrieving updated data from a system of record, one should _______________. (Choose One)
A) choose a single consistent strategy for all data sources used by an application
B) consider all the pros and cons of the options for each data source and the requirements
C) always retrieve data using declarative pages
D) always choose the strategy that proves the best runtime performance
2. When using a declarative page to store a list of currency rates used by an entire application, what is the most appropriate scope? (Choose One)
A) Application
B) Requestor
C) Thread
D) Node
3. Which of the following statements is most accurate regarding the PRPC data model? (Choose One)
A) The PRPC data model should be stored in a separate RuleSet from application/business rules
B) The PRPC data model should always be modeled after the external systems with which it interfaces
C) In a good design there would be no business rules or processes defined in the data classes
D) The PRPC data model can help promote reuse via inheritance and composition
4. A user is experiencing very slow screen-to-screen response time, but the alert log configured with the default threshold settings does not report any PEGA0001 entries for that user.
Which of the following statements are FALSE in this case? (Choose Two)
A) Most of the user-perceived delay is caused by browser issues
B) The delay is caused by an external webservice that is not captured in the PEGA0001 alert
C) The delay is caused by a PRPC utility function that is not captured in the PEGA0001 alert
D) There are multiple interactions that are executed from one screen to the other. Each interaction is less than the threshold
E) Most of the user-perceived delay is caused by network slowness
5. What are the primary benefits of using Connect Java as compared to a Rule-Utility-Function? (Choose Two)
A) Time spent in a Connect-Java call will be reported by PAL and other performance tools as connectors
B) You can easily execute a Connect-Java rule in parallel to the primary flow processing
C) Connect Java allows you to reference all Java classes whereas utility functions can only reference PRPC Java APIs
D) Connect Java allows you to access the full HttpServletRequest object whereas utility functions do not
E) Connect Java performs better as it is pre-compiled
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: D | 질문 # 3 정답: D | 질문 # 4 정답: B,C | 질문 # 5 정답: A,B |