PEGA CSA Certified System Architect Mock Test 6

71 Questions | Attempts: 546
Share

SettingsSettingsSettings
PEGA CSA Certified System Architect Mock Test 6 - Quiz

Are you sitting or looking forward to sit for your Pega Certified System Architect exam and you are in need of revision material? Well, the quiz below has content, which will help gauge your understanding before the exam.


Questions and Answers
  • 1. 
    Page List properties typically reference a class derived – directly or indirectly – from which superclass (choose one)
    • A. 

      Data-

    • B. 

      Work-

    • C. 

      Embed-

    • D. 

      Index-

  • 2. 
    We can improve the reusability of a rule in PRPC in following ways (Choose Three)
    • A. 

      By using Application Profiler

    • B. 

      By following naming conventions and Documentation

    • C. 

      By using Availability feature in the Rule form

    • D. 

      By using parameters in the rules where possible

    • E. 

      By completing the history tab

  • 3. 
    Select two statements that are true of Atomic Use Cases (Choose Two)
    • A. 

      They are defined for each work type and are small and granular

    • B. 

      They are owned by multiple actors

    • C. 

      They change ownwership several times during processing

    • D. 

      They correspond to flow actions, flows, screen flows, harnesses, or activities

  • 4. 
    Every class, expect @baseclass, must define a directed inheritance path
    • A. 

      True

    • B. 

      False

  • 5. 
    Which of the following standard Section rules is contained in the New and Perform harnesses and displays general work object fields? (Choose one)
    • A. 

      Core

    • B. 

      CoreSummary

    • C. 

      General Summary

    • D. 

      General Header

  • 6. 
    Which connector type can be used to connect an Assignment to another shape? (Choose One)
    • A. 

      Flow Action

    • B. 

      Allways

    • C. 

      When

    • D. 

      Status

  • 7. 
    Why should a business process be run at least once before measuring it with Performance Analyzer(PAL)? (Choose one)
    • A. 

      So PAL can establish a baseline

    • B. 

      So Rules Assembly occurs and does not adversely affect the outcome

    • C. 

      So PAL can start up properly

    • D. 

      So the developer can capture Rules Assembly times

  • 8. 
    Which Decision rule type is best used to display nested “if” statements? (Choose one)
    • A. 

      Map value

    • B. 

      When Condition

    • C. 

      Decision Table

    • D. 

      Decision Tree

  • 9. 
    Which flow shapes can be used to send correspondence? (Choose Two)
    • A. 

      Assigment

    • B. 

      Subprocess

    • C. 

      Connector

    • D. 

      Utility

  • 10. 
    Which of the following can be used to define a column in a report?(Choose Two)
    • A. 

      Another Report

    • B. 

      A SQL Function

    • C. 

      A Java Function

    • D. 

      A class join

    • E. 

      An exposed property

  • 11. 
    By Default, where in the database is the data collected by a property you create as part of your data model stored? (Choose one)
    • A. 

      The BLOB column

    • B. 

      A dedicated column

    • C. 

      A lookup table

    • D. 

      A declarative index

  • 12. 
    When the system automatically checks an internal dependency network for other values that are affected and performs other processing as determined by the network, the system is performing a process called __________. (Choose one)
    • A. 

      Declarative Network Analysis

    • B. 

      Declarative Processing

    • C. 

      Forward Chaining

    • D. 

      Backward Chaining

  • 13. 
    What is the key difference between BPM application development and traditional application development? (Choose one)
    • A. 

      In a BPM application, elements of the application – such as UI, logic, and data – cannot be modular

    • B. 

      A traditional application cannot be used in a N-tier environment

    • C. 

      A traditional application allows for direct execution of the business process, while BPM application does not.

    • D. 

      A BPM application is process-centric (all elements of the application depend upon the process)

  • 14. 
    Which of the following is a step in the rules resolution process? (Choose one)
    • A. 

      PRPC discards rules instances that are not in an applicable RuleSet

    • B. 

      PRPC clears the rule cache to free memory

    • C. 

      PRPC adds rules instances with availability set to “Yes” or “Final” to the cache

    • D. 

      PRPC ranks rule instances according to their availability

  • 15. 
    A section rule can be embedded in another Section rule.
    • A. 

      True

    • B. 

      False

  • 16. 
    What is the primary purpose of an Assignment shape in a flow? (Choose one)
    • A. 

      To generate correspondence automatically

    • B. 

      To pause the flow while the work object is manually researched or analyzed

    • C. 

      To resolve the work object

    • D. 

      To initiate a subflow

  • 17. 
    Buttons can be configured on Harnesses that run custom Activities.
    • A. 

      True

    • B. 

      False

  • 18. 
    Which statements are true of a screen flow? (Choose two)
    • A. 

      Ownership of a work item cannot be transferred within a flow

    • B. 

      A screen flow can be used as a starting flow

    • C. 

      A screen flow can use sub-process shape to spin off a starting flow

    • D. 

      A screen flow can call another screen flow

  • 19. 
    Which activity method is used to view the contents of a step page in XML format? (Choose one)
    • A. 

      Page-New

    • B. 

      Show-Page

    • C. 

      Property-Set

    • D. 

      Step pages cannot be viewed as XML

  • 20. 
    Review the following diagram A work object of the class MyCo-PL-Work-PolicyAdmin-NewBusiness is being instantiated. A rule named SampleRules exists at @baseclass, Work-Cover-, and PolicyAdmin-Work. At runtime, which version of SampleRule will be located and executed during Rule Resolution? (Choose one)
    • A. 

      @baseclass.SampleRule

    • B. 

      Work-Cover-.SampleRule

    • C. 

      PolicyAdmin-Work.SampleRule

    • D. 

      The version in the RuleSet that is the highest on the Ruleset list

  • 21. 
    Which of the following rules should you create or edit when you develop a draft user interface?(choose two)
    • A. 

      Section

    • B. 

      Property

    • C. 

      Paragraph

    • D. 

      Flow Action

    • E. 

      Layout

  • 22. 
    A property has been added into a Section rule. The input box for that property should only be displayed when a clipboard is set to a particular value. On the Conditions tab of the Cell properties panel, how should the visible field be set?(choose one)
    • A. 

      If not blank

    • B. 

      If not zero

    • C. 

      Other Condition

    • D. 

      Always

  • 23. 
    From the following choices, select three statements that are true about a framework layer. (choose three)
    • A. 

      The framework layer is a reusable application that can be used as the basis for a specific implementation

    • B. 

      A framework layer may be built upon another framework layer

    • C. 

      A framework layer can support only one implementation layer

    • D. 

      During rule resolution, PRPC assembles one rule cache for the framework layer, and another rule cache for the implementation layer

    • E. 

      Rules applied to a class in the framework layer can be called from the implementation layer

    • F. 

      The framework layer may only consist of abstract classes

  • 24. 
    Portal Rules can only be customized by contacting Pegasystems’ Engineering department
    • A. 

      True

    • B. 

      False

  • 25. 
    Which type of layout would you used to minimize developer effort in formatting? (Choose one)
    • A. 

      Smart layout

    • B. 

      Free form layout

    • C. 

      Simple layout

    • D. 

      Repeating layout

Related Topics

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.