Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Pega CSSA 8 Knowledge Checks questions well answered already passed
Typology: Exams
1 / 11
State two advantages of organizing rules using an ECS (Enterprise Class Structure) - correct answer ✔✔Using an ECS helps you organize rules in a way that encourages reuse and provides the ability to adapt as the business changes. Which layer of the ECS (Enterprise Class Structure) would contain a generalized application that could be extended by various lines of business? - correct answer ✔✔The Framework Layer Other layers are Implementation Layer (Specific Division or Line of Business), Division Layer (assets used on a division wide basis[middle level]), Organization layer(EnterpriseWide) All of these are contain in the pega platform. In lock and roll, what occurs after you use the wizard to create a new, empty ruleset? - correct answer ✔✔A SA(System Architect) copies the required rules into the empty ruleset to create the new application version. Why would you use skimming instead of lock and roll when versioning an application? - correct answer ✔✔Skimming is the process of saving the highest version of a rule into a new, higher ruleset version. Skimming streamlines application versions where rule changes follow a logical sequence. When using lock and roll, what is the purpose of selecting the new version option? - correct answer ✔✔You use create a new version when you want to lock and roll the version and create a new application rule. You can also create a new application version when you want to have people access more than one version of the application. (for example, a phased roll-out or a test period). What tasks must you perform after the skim is complete? - correct answer ✔✔Update the application rules, the Requires RuleSets and Versions prerequisites array in RuleSet version rules, and the access groups to reference the new major or minor version.
The default initial application created by the New Application wizard contains a set of ruleset for the application code and _______ assets. - correct answer ✔✔Organizational Which ruleset validation mode allows for codependent rulesets? - correct answer ✔✔Application Validation (AV) the other validation mode is RuleSet Validation(RV) which creates one or more ruleset versions on which the ruleset version depends. The ruleset list inidicates the rulesets that are available to the application for _______ - correct answer ✔✔A given operator session. List two reasons why a rule is not available for checkout. - correct answer ✔✔The rule is already checked out by someone else; The rule is in a locked ruleset. Describe two advantages of branching. - correct answer ✔✔Two or more development teams can configure an application in parallel. Rule development takes place within an isolated space (the branch) without affecting functionality in the source rules. Why do you create a team application? - correct answer ✔✔You create a team application to enable your team to manage the branches they use and not impact other teams. Before moving the updated rules into the base rulesets, you first _________. - correct answer ✔✔Identify any conflicts between your changes using the Merge Branch Ruleset wizard. How do you ensure there are no rule conflicts or guardrail warnings in the merge branch candidate? - correct answer ✔✔You can view possible rule conflicts and guardrail warnings in the branch rule on the Branch quality tab. Rule resolution applies to most rules that are instances of classes derived from the _______ base class. - correct answer ✔✔abstract Rule-
During rule resolution, a first, best match is determined by _________. - correct answer ✔✔An exact match of a property or date circumstance. During rule resolution, the _________ rule is selected if no exact circumstance matches are found. - correct answer ✔✔default Assume an operator's ruleset list includes Loans:01-01. Why would a candidate rule found in Loans:01- 02 not be included in the results of the rule resolution process? - correct answer ✔✔To be included in the results, each candidate rule must have the same Major Version number, and Minor Version number less than or equal to the specified Minor Version number listed in the operator's ruleset list. Assume the referenced rule has an Apply to: class of TGB-HRApps-Work-Onboarding. Why would a candidate rule with an Apply To: class of TGB-HRApps-Work be retained in the list of rule candidates? - correct answer ✔✔Rules found in the ancestor tree of the rule in question -- either by pattern or direct inheritance -- are retained in the list of rule candidates. As candidate rules are ranked during rule resolution, which criteria is considered last? why? - correct answer ✔✔The version of the ruleset is considered last. This ensures that circumstanced rules are not automatically overridden if the base rule is updated in a more recent ruleset version. How does circumstancing solve the problem of configuring exception behavior in an application? - correct answer ✔✔Circumstancing allows you to describe behavior with a set of targeted rules rather than one Complex rule. Each targeted rule configures behavior to address a specific exception. What type of circumstancing will a real estate firm use to display a disclosure statement that varies by both status and location of the listing? - correct answer ✔✔The real estate firm will use multiple value circumstancing to display the appropriate disclosure for each listing based on the circumstance template and definition. Other types of circumstancing include: Single Value, Date Property, and As-of date. What does search duplicate cases process use to compare specific properties or values with cases already in the system? - correct answer ✔✔Search duplicate cases uses weighted conditions. Each condition has a relative importance defined by a weighting value.
Which type of Smart Shape would you use to start an interview processes based on a list of employees who must interview a job candidate? - correct answer ✔✔A Split For Each allows you to iterate over a list of employees to start an interview process for each employee. In an equipment selection process, you want the Facilities Setup and IT Setup processes to run in parallel using a smart shape. Which smart shape would you choose. - correct answer ✔✔You would choose a Split Join because it lets you call multiple subprocess that can run in parallel. Assume you want users to have the ability to work on top-level cases while their child cases are open. How would you configure your locking settings? - correct answer ✔✔For each child case, you override the default setting that locks the parent case. If a flow action includes a pre-processing data transform or activity, when does pega perform the action?
A requirement states that you must add a new division to your organization. What approach allows you to see where in the organization hierarchy you are adding the division? - correct answer ✔✔Select the organization in the organization chart and use the chart menu to add the division. (Configure > Org & Security > Organization > Organizational Chart) A field value enables you to manage the ________ separately from the _______. - correct answer ✔✔List of allowed values separately from the property. True or False: You can add different field values for a single property in the same context. - correct answer ✔✔True What is the purpose of a user portal? - correct answer ✔✔The purpose of a user portal is to provide users with a view into their application. Each portal is customized to the needs of a particular group of users. What is the purpose of an action area in a harness? - correct answer ✔✔An action area displays the content of a user form when users select a flow action. The action area describes the work users perform to complete an assignment. What is the purpose of a screen layout in a harness? - correct answer ✔✔A screen layout defines the structure or a portal. The screen layout defines the panes of the portal. The content of each pane is determined by referencing a section. What is the purpose of a navigation record? - correct answer ✔✔A navigation record is used to configure the entries on a menu. It lists a menu entry and identifies the action performed when a user selects the entry. What benefits does a binary file record provide for storing non-text files. - correct answer ✔✔A binary file record is a container for a non-text file. It provides the security, inheritance, versioning, and deployment benefits granted through the process of rule resolution.
What application accessibility improvement approaches can you enable without the accessibility ruleset? - correct answer ✔✔1. Use tooltips to announce a controls function.
Data is, or is not, stored in the property that refers to the data page? - correct answer ✔✔Is Not When you copy data from a data page, the data is refreshed only when _________. - correct answer ✔✔A data page parameter changes To implement the reference pattern, use a data page in your application without defining it as part of the ______. - correct answer ✔✔Data Model Data Access Patterns: System of Record? SnapShot? Reference? - correct answer ✔✔1. Data stored in another system. Always References System of Record, always current.
What type of errors typically correct themselves over time? - correct answer ✔✔Transient [Generally these occur due to the server temporarily being unavailable or restarted] The other type of Error is Permanent Errors, these are typically due to a configuration error or an error in remove application logic. In data pages, a best practice is to detect errors in the _______. - correct answer ✔✔Response Data Transform. When would you use an error handler flow for your connector? - correct answer ✔✔You would use it when the response is not immediately needed and a process for handling the error is required. What is the purpose of a service? - correct answer ✔✔A service allows other applications to access your application. What is the purpose of using a condition in a SOAP exception? - correct answer ✔✔A condition allows you to add a custom error message to the response. How does the Pega reporting tool find and retrieve data from the appropriate table? - correct answer ✔✔The tool uses Pega Classes to find the table. You create a report that shows how quickly cases were processed in a specific assignment. Which classes contain the standard properties you use in your report? - correct answer ✔✔History-Work- and History- When configuring a class join, how do you specify a property that defines the relationship between the primary and joined classes? - correct answer ✔✔Create a filter condition. How can you use a subreport to list the operators who have not updated cases of a specific case type within the past week? - correct answer ✔✔Use the subreport as a filter, comparing with a list of all operators and removing all entries where there is a match between the two reports. When is Pega Web Mashup used? - correct answer ✔✔Pega Web Mashup is used when a company requires that a Pega process be embedded into an existing web page or alternate application.
What happens when a queued process fails? - correct answer ✔✔The system puts the entry into a failure stats and indicates the process is broken. The system also reverses any changes the process initiated. Where can you view detailed information about processor functions? - correct answer ✔✔The Data Flow for the processor. What is the purpose of an appender? - correct answer ✔✔An appender manages the writing of errors, warnings, and other debug information to a log file. Name two specific times in the project life cycle when reviewing log files is important. - correct answer ✔✔During UAT (User Acceptance Testing) and Stress Testing immediately after application deployment. Which performance tool is used to display resource statistics recorded by the pega platform? - correct answer ✔✔Performance Analyzer (PAL) What is the business value of PDC? - correct answer ✔✔PDC (Pega Diagnostic Cloud) monitors your application performance and diagnoses system health issues to minimize their impact on your business. PDC analyzes information sent from pega platform to provide suggestions on possible solutions to issues as the occur. What is the benefit of leveraging relevant records? - correct answer ✔✔Leveraging relevant records encourages rule reuse by developers, which improves application quality and reduces development time. How do you add a rule to the relevant records list? - correct answer ✔✔Add the record from App Studio, mark the record itself as relevant from Dev Studio, or add the record from the Application: Inventory landing page. In order to migrate an application between system environments, what actions must your perform? - correct answer ✔✔First, identify the application components in a product rule. Then, put the rule contents in an archive file. Finally, copy the archive file to the destination system and import the file.
When using an offline-enabled mobile app, what happens when a user saves work on an assignment? - correct answer ✔✔The saved work joins a queue for synchronization. When the mobile device connects to a network, the application server processes the queue. How do you enable offline access for an access group? - correct answer ✔✔You select the Enable Offline Support check box on the Advanced tab of the access group and then you confirm enablement on the New Mobile Channel Configuration tab. How do you enable offline access for a case type? - correct answer ✔✔On the case type Settings tab, in the General section, you select the Enable Offline check box. What requirement must a case type satisfy before you enable the case type for offline processing? - correct answer ✔✔The case type must be initialized and instantiated with the pyStartCase starting flow. What are the two key considerations when configuring a mobile app for offline use. - correct answer ✔✔1. Which Essential Elements should be available Offline.
Where do you configure the locales for offline apps? - correct answer ✔✔You can use the Modify Locales List link from the Mobile Offline landing page to edit the pyLocalesListOffline rule. What are the three ways that requestor pooling improves service performance? - correct answer ✔✔Requestor Pooling enables requestor reuse, shares allocated resources, and eliminates server wait time for requestor creation. Which three pooling settings can be configured on the settings tab of dev studio Offline Landing Page and the Offline Service Package Rule? - correct answer ✔✔1. Maximum Wait (in Seconds)