CSA 7.3/7.4 Parcial

184 Questions | Attempts: 512
Share

SettingsSettingsSettings
CSA 7.3/7.4 Parcial - 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

    Correct Answer
    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.
  • 2. 

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

    • A.

      Case

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Case
  • 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

    Correct Answer
    A. Case life cycle design
  • 4. 

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

    • A.

      Stage

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Stage
  • 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

    Correct Answer
    A. Processes
  • 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

    Correct Answer
    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.
  • 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

    Correct Answer
    A. Consider what fields the users need to see, how values will be entered, and whether users can modify or only read the values.
  • 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

    Correct Answer
    A. Define the name and address properties as text property types and use text input controls.
  • 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

    Correct Answer
    A. A validate rule
  • 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

    Correct Answer
    A. You would use a picklist field and specify either a radio button or dropdown control type.
  • 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

    Correct Answer
    A. You set a field as required when you want to make sure users enter a value before they can continue.
  • 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

    Correct Answer
    A. You would use editable settings to set both the minimum and maximum number to 20 characters.
  • 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

    Correct Answer
    A. Different values are required based on business logic
  • 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

    Correct Answer
    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.
  • 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

    Correct Answer
    A. Validating that a date is in the future or the past requires the use of a function.
  • 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

    Correct Answer
    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.
  • 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

    Correct Answer
    A. A child case has a relationship with the parent case and a top-level case does not.
  • 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

    Correct Answer
    A. You can configure a case to wait for a set amount of time or until a subcase reaches a defined status.
  • 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

    Correct Answer
    A. A rule is an instruction for describing a specific case behavior, such as a process or automated decision.
  • 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

    Correct Answer
    A. The three numbers used to identify a ruleset version indicate the major version, minor version, and patch version of the ruleset.
  • 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

    Correct Answer
    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.
  • 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

    Correct Answer
    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.
  • 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

    Correct Answer
    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.
  • 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

    Correct Answer
    A. The capability to reuse an existing data type.
  • 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

    Correct Answer
    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.
  • 26. 

    What is the purpose of an embedded page within pyWorkPage?

    • A.

      An embedded page within pyWorkPage stores data that describes a data type.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. An embedded page within pyWorkPage stores data that describes a data type.
  • 27. 

    Why is it important to include class information when you reference data on pyWorkPage?

    • A.

      If you omit the class information, Pega cannot obtain property values from the correct page. Pega does not know if the properties are valid, and the rule that references the properties does not function correctly.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. If you omit the class information, Pega cannot obtain property values from the correct page. Pega does not know if the properties are valid, and the rule that references the properties does not function correctly.
  • 28. 

    While testing case behavior for an online shopping application, you want to confirm that the application properly generates a list of the customer's previous orders when querying the company's order management system. In which category of clipboard pages would you expect to find the page that contains this list?

    • A.

      This page should be located in the Data Pages category.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. This page should be located in the Data Pages category.
  • 29. 

    What is an action in a data transform?

    • A.

      An action is the individual operation specified in each row on the Definition tab of a data transform.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. An action is the individual operation specified in each row on the Definition tab of a data transform.
  • 30. 

    Briefly describe the two types of property modes.

    • A.

      Value mode properties store single strings of data such as text, numbers, or dates. Page mode properties act as a container for value mode properties.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Value mode properties store single strings of data such as text, numbers, or dates. Page mode properties act as a container for value mode properties.
  • 31. 

    Where do most data transforms occur in a process flow?

    • A.

      Most data transforms occur between assignments.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Most data transforms occur between assignments.
  • 32. 

    You are using pyDefault to set the manager property to Sharon Smith. What do you use as your Target and Source values?

    • A.

      You use the manager property as the Target and "Sharon Smith" as the Source.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. You use the manager property as the Target and "Sharon Smith" as the Source.
  • 33. 

    What action is defined in pyDefault to ensure that pySetFieldDefaults is invoked when a case is created?

    • A.

      The Apply Data Transform action.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. The Apply Data Transform action.
  • 34. 

    What data transform feature do you use when you want to set a different default value for the same property within a hierarchy of subclasses?

    • A.

      The superclass feature

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. The superclass feature
  • 35. 

    When you create data transforms in a class hierarchy and want to use the superclass feature, how do you name each data transform?

    • A.

      You give each data transform the same name.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. You give each data transform the same name.
  • 36. 

    What is the primary benefit of using declarative processing?

    • A.

      The primary benefit of declarative processing is that the system processes the relevant actions and sets of properties automatically. They run automatically when a value is set or changes.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. The primary benefit of declarative processing is that the system processes the relevant actions and sets of properties automatically. They run automatically when a value is set or changes.
  • 37. 

    Which technique should you use if you want to update values when the user submits a form?

    • A.

      Use procedural processing by calling a data transform from a flow action.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Use procedural processing by calling a data transform from a flow action.
  • 38. 

    Which technique should you use if you want the total price to update immediately when a quantity is changed?

    • A.

      Use a declare expression.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Use a declare expression.
  • 39. 

    What are the three components in a declare expression?

    • A.

      A target property, an expression, and a source property

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. A target property, an expression, and a source property
  • 40. 

    A declare expression in a network can use which property as a source property?

    • A.

      A target property from another expression

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. A target property from another expression
  • 41. 

    Where are the source values entered when creating declare expressions in Case Designer and Designer Studio?

    • A.

      In Case Designer, the source values are entered in the Calculation field. In Designer Studio, the source values are entered in the Expression field.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. In Case Designer, the source values are entered in the Calculation field. In Designer Studio, the source values are entered in the Expression field.
  • 42. 

    When does an expression using backward chaining update its target property?

    • A.

      When the application references the property by name

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. When the application references the property by name
  • 43. 

    When can forward chaining have a negative impact on performance?

    • A.

      When an expression uses many source properties that change frequently

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. When an expression uses many source properties that change frequently
  • 44. 

    How is a work party used in an application?

    • A.

      A work party represents a case participant. A work party allows you to refer to the participant by their role, and is often used to send correspondence during case processing.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. A work party represents a case participant. A work party allows you to refer to the participant by their role, and is often used to send correspondence during case processing.
  • 45. 

    Which standard flow shape represents an automated system action?

    • A.

      Utility

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Utility
  • 46. 

    When do you use a data page?

    • A.

      You use a data page when you need to retrieve data for your application.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. You use a data page when you need to retrieve data for your application.
  • 47. 

    When you configure a data page, you define the structure as either a page or a list. What other components do you need to define?

    • A.

      A data page rule defines the structure, scope, data source, and refresh strategy of the cached data.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. A data page rule defines the structure, scope, data source, and refresh strategy of the cached data.
  • 48. 

    You want to create a list of products and their attributes to distribute with an application. Which method do you use to create the reference data?

    • A.

      Configure a local data storage and add your data records to the selected data type.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Configure a local data storage and add your data records to the selected data type.
  • 49. 

    How does the passed deadline interval differ from the goal and deadline intervals?

    • A.

      Goal and deadline intervals do not repeat. You can configure the passed deadline interval to repeat a fixed number of times, or repeat indefinitely until users complete the assignment.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. Goal and deadline intervals do not repeat. You can configure the passed deadline interval to repeat a fixed number of times, or repeat indefinitely until users complete the assignment.
  • 50. 

    What capabilities do you gain by configuring a service level agreement rule in Designer Studio?

    • A.

      You can add behavior for late assignments, and determine when an assignment is ready for users to perform.

    • B.

      B

    • C.

      C

    • D.

      D

    Correct Answer
    A. You can add behavior for late assignments, and determine when an assignment is ready for users to perform.

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 25, 2019
    Quiz Created by
    Rafael

Related Topics

Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.