Quiz PEGA Completo 1

184 Questions | Attempts: 261
Share

SettingsSettingsSettings
Quiz PEGA Completo 1 - Quiz


Questions and Answers
  • 1. 
    What are the possible consequences of not following best practices and guardrails when designing and building an application on Pega Platform?
    • A. 

      When not following best practices, you may spend more time re-creating existing functionality, or debugging a component that is not well designed. There is also the risk that you will implement a feature that does not work correctly.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 2. 
    A _______________ delivers a meaningful business outcome to a customer, partner, or internal stakeholder.
    • A. 

      Case

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 3. 
    The modeling technique used to describe in business terms how a business application should work is called ______________.
    • A. 

      Case life cycle design

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 4. 
    A ________________ is used as a first level of organizing work in a case.
    • A. 

      Stage

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 5. 
    In Pega Platform, ___________________ are organized within stages and define one or more paths the case must follow.
    • A. 

      Processes

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 6. 
    What are the main differences between an optional user action and an optional process?
    • A. 

      An optional user action is a single task and typically returns to the primary path of a case, whereas an optional process is a series of steps that may or may not return to the primary path of a case.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 7. 
    What should you consider before creating a user view?
    • A. 

      Consider what fields the users need to see, how values will be entered, and whether users can modify or only read the values.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 8. 
    You have added fields for entering the name and address of a loan applicant. What validation methods would you use?
    • A. 

      Define the name and address properties as text property types and use text input controls.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 9. 
    Which validation method would be appropriate for checking that a user enters a date for scheduling a home inspection that is in the future?
    • A. 

      A validate rule

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 10. 
    How would you configure a field in which a user selects one of four possible shipping methods?
    • A. 

      You would use a picklist field and specify either a radio button or dropdown control type.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 11. 
    When would you use the required fields validation approach?
    • A. 

      You set a field as required when you want to make sure users enter a value before they can continue.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 12. 
    How would you ensure that a user always enters 20 characters in a field?
    • A. 

      You would use editable settings to set both the minimum and maximum number to 20 characters.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 13. 
    Validate rules enable you to use a single property when ______________.
    • A. 

      Different values are required based on business logic

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 14. 
    How is the validation creation process in Pega Express different than the process in Designer Studio?
    • A. 

      First, Pega Express automatically applies the validation rule to the flow action that corresponds to the user view. Second, Pega Express only supports comparisons against a constant value.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 15. 
    Why must a validation condition that tests whether a date is in the future or the past be configured in Designer Studio?
    • A. 

      Validating that a date is in the future or the past requires the use of a function.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 16. 
    You have added a field for entering a U.S. phone number. Do you use a integer data type or an edit validate rule to validate that the phone number is in the correct format?
    • A. 

      An edit validate rule ensures that the phone number contains the correct number of digits. The integer data type only ensures that the user enters numbers in the field.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 17. 
    What is the difference between a top-level case and a child case?
    • A. 

      A child case has a relationship with the parent case and a top-level case does not.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 18. 
    What are the two ways you can configure a Wait step to pause a case?
    • A. 

      You can configure a case to wait for a set amount of time or until a subcase reaches a defined status.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 19. 
    What is the purpose of a rule in a Pega application?
    • A. 

      A rule is an instruction for describing a specific case behavior, such as a process or automated decision.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 20. 
    A ruleset version is identified with a string of three numbers. What do these three numbers indicate?
    • A. 

      The three numbers used to identify a ruleset version indicate the major version, minor version, and patch version of the ruleset.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 21. 
    What is the purpose of a class in a Pega application?
    • A. 

      A class organizes rules within an application. The position of a class within the class hierarchy determines the reusability of the rules in that class.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 22. 
    What type of relationship is described by pattern inheritance?
    • A. 

      Pattern inheritance describes the business relationship between classes. Pattern inheritance indicates the reusability of rules throughout an organization, such as whether a rule is usable by a single case type, an entire department, or even an entire organization.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 23. 
    How does directed inheritance differ from pattern inheritance?
    • A. 

      Pattern inheritance allows you to reuse rules within a single application. Directed inheritance allows you to reuse rules in other applications, including standard rules provided as part of the Pega platform.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 24. 
    What data modeling capability is available in Designer Studio but not Pega Express?
    • A. 

      The capability to reuse an existing data type.

    • B. 

      B

    • C. 

      C

    • D. 

      D

  • 25. 
    How is information, such as the customer's date of birth, stored in memory for use in a Pega application?
    • A. 

      Information such as the customer's date of birth is associated with a data element. The data element (property and value) is stored on the clipboard in a structure called a page.

    • B. 

      B

    • C. 

      C

    • D. 

      D

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.