최신 CLSA PEGACLSA_6.2V2 무료샘플문제:
1. An architect wishes to route an assignment to the operator with a title of "Contractor" with the highest French skill rating. What approach is the most appropriate? (Choose One)
A) Use a custom router activity that retrieves a list of all operators using obj-browse and then apply a decision table to filter by contractor
B) Use the standard "ToWorklist" router, configured to route to the value of pyReportContentPage.pxResults(1).pyUserIdentifier, which is populated by the previous flow action
C) Use a custom router activity configured to execute a report definition that filters and sorts based on title and skill respectively
D) Use the standard "ToSkilledGroup" router, configured with the appropriate skill and job title
2. Which of the following are the most appropriate situations to use Function Aliases? (Choose Two)
A) To allow functions to be executed from activities and flows
B) To allow a single function to have both a technical and non-technical name to be used
by both developers and business users
C) To reduce the risk of rule maintenance errors by limiting the allowed values to be passed to a utility function
D) To make business rules, such as decision tree and expressions, easier to read and understand for business users
E) To allow the same utility function to be used with different parameter signatures
3. In a PRPC application the ViewPortfolioInformation section has three accordion layouts: Stock Details, Stock graphs and Trade/Payment history. What is the preferred design you will do to make the screen display latest details when they are accessed? (Choose One)
A) Enable the Refresh When active feature on accordion layouts to get the recent transaction
B) Write a timer script that periodically does a section refresh
C) Defer load on all accordion layouts, selecting them will render data everytime
D) Add Refresh When condition on each Accordion layouts that refreshes on a When rule which uses a timer to fire the event
4. Given the following classes and properties:
MyCo-Data-Shape.Area .Color
MyCo-Data-Shape-Rectangle .Length .Width
MyCo-Data-Shape-Circle .Radius
A page list property is defined at the class group MyCo-FW-ShapeApp-Work. The property name is .Shapes and it is defined as being a Page List of class MyCo-Data-Shape-
Which of the following statements are NOT correct? (Choose Two)
A) At runtime pages of .Shapes can be of either MyCo-Data-Shape-Rectangle or MyCo-Data-Shape-Circle but all pages must be the same.
B) A rule defined in MyCo-Data-Shape-Rectangle can modify the .Color property
C) At runtime .Shapes(1) could be of class MyCo-Data-Shape-Rectangle while .Shapes(2) is of class MyCo-Data-Shape-Circle
D) At design time PRPC will provide a warning as it is not a good practice to define a page list with an abstract class
E) At design time an architect can create a rule in MyCo-Data-Shape-Circle regardless of if the rule exists in MyCo-Data-Shape-
5. Which of the following statements are NOT accurate regarding the "Goal Seek" functionality? (Choose Two)
A) Goal seek utilizes backward chaining to determine which properties are needed to a complete a calculation
B) Goal seek is a PRPC feature that uses a landing page to control its configuration
C) Goal seek is a general pattern with sample rules provided by PRPC. However, it is expected that these rules will be customized for your application's needs
D) Goal seek can be configured to use both direct user input and data retrieved from external sources when calculating a value
E) Goal seek can be useful in presenting a user a complete list of questions they must answer as part of a survey
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: C,D | 질문 # 3 정답: A | 질문 # 4 정답: A,D | 질문 # 5 정답: B,E |