PEGA Senior System Architect examen Blanc

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 1443 | Total Attempts: 6,714,231
| Attempts: 834 | Questions: 112
Please wait...
Question 1 / 112
0 %
0/100
Score 0/100
1. The reason you want to run a process immediately before taking performance readings is ____________.

Explanation

Run through the process to ensure FUA has taken place.

Submit
Please wait...
About This Quiz
PEGA Senior System Architect	examen Blanc - Quiz

.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset? (Choose Two)

Explanation

Rules must be checked in to merge a branched ruleset.
Review and resolve conflicts related to merging rulesets before the merge.

Submit
3. In a prepare job offer process, you  configured a Split For Each shape. The shape runs a compensation approval subprocess to a list containing four managers. The prepare job offer process resumes as soon as one manager completes the approval process. Which join condition in the Split For Each shape supports this requirement? 

Explanation

This condition resumes the main flow when only one of the subprocesses completes.

Submit
4. What advantage does skimming provide over lock and roll as a versioning option?

Explanation

Skimming is the process of saving the highest version of a rule into a new, higher ruleset version. In lock and roll, you must select the appropriate rules to copy into a new empty ruleset. Lock and roll is labor-intensive when used for major updates.

Submit
5. An error is generated as a connector invokes a remote service. Which of the following could be an example of a transient error? 

Explanation

Because the situation is temporary, this is a transient error.

Submit
6. What is the purpose of the Enterprise Class Structure (ECS)

Explanation

ECS has layers designed to hold rules specific to that layer. The placement of rules within ECS is a determining factor in how they are used.

Submit
7. Which of the following is not part of the organizational structure?

Explanation

A work group is used to allow managers to monitor, report, and assign work among operators and work queues across the organization.

Submit
8. Which of the following tools is generally used first when analyzing system performance?

Explanation

The Performance Analyzer is typically used first, followed by the other tools.

Submit
9. Based on the information in the chart. If you execute the rule when .Dept=Accounting. which version does Pega use?  
Rule Ver. Circumstance
01-01-01 None
01-01-01 .Dept=Accounting
01-01-15 None
01-01-25 None, Base rule selected
01-01-30 .Dept=Accounting
01-01-35 None

Explanation

If you exectute the rule when .Dept=Accounting, Pega uses the version 01-01-30. This is because the rule version 01-01-25 has the base rule checked. All The rules previous to this version are not applicable.

Submit
10. In which of the following situations would you simulate a data page?

Explanation

If the interface definition is not available, there is no connector and the data page must be simulated.

Submit
11. What is the importance of application versioning?

Explanation

Application versioning preserves prior application versions. You can edit application functionality in a new version of the application without changing the initial version.

Submit
12. In which of the following situations would you use a rule circumstance to resolve the requirement?

Explanation

Circumstancing allows you to create a targeted rule for each state, rather than one complex rule for all states.

Submit
13. Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?

Explanation

When a rule set to Not Available is found during the rule resolution process, the rule in the next-highest version is selected. The system is not forced to move up to the next-highest class.

When a rule marked as Withdrawn is found during rule resolution, the system looks for an instance of the rule in the next highest class or ruleset.

An availability of Final indicates the rule may be used during the rule resolution process.

If a blocked rule is selected during rule resolution, an error message is displayed and execution is halted.

Submit
14. The TGB organization structure has a Sales unit, and it belongs to a Marketing division. TGB plans to add new units for the East, Central, and West geographical sales regions. These regional units report to the Sales unit. How do you configure the organizational hierarchy to support the new structure?

Explanation

The regional units report to the Sales unit and not to the Marketing division.
The regional units report to the Marketing division. The regional units are sub-units of the Sales unit.
The regional units report to the Sales unit. Therefore, the regional units are sub-units to the Sales unit.

Submit
15. Which two of the following prerequisites would you choose to create a branch rule for parallel development? (Choose Two)

Explanation

A team development application must exist in order to create a branch ruleset.
Create an access group that references the team application. Add developers to the access group.

Submit
16. A ________ defines the look and feel of an application.

Explanation

Skins use formats and mixins to define the overall look and feel of an application.

Submit
17. Select two actions can you do with the Pega API? (Choose Two)

Explanation

The Pega API allows you to create new cases.
The Pega API allows you to access data from a data page.

Submit
18. Which layer of the Enterprise Class Structure contains assets that cannot be reused in other applications?

Explanation

Assets in the Implementation layer are specific and cannot be reused in other applications.

Submit
19. Which performance tool would you use to collect performance data for individual steps in a data transform?

Explanation

The Performance Profiler is used.

Submit
20. Which two fields are required when adding a parameter to a rule? (Choose Two)  

Explanation

A name is required. Enter a name that is unique within this data page.
The data type is required. Select a data type to define the expected data type of the parameter value.

Submit
21. What task must you perform in order to persist a temporary case?  

Explanation

The case is persisted the case is passed to the SmartShape.

Submit
22. Which record do you configure to add an item to the left-pane menu in the Case Manager portal?

Explanation

Menus are configured with navigation record.

Submit
23. Consider the following table where a correspondence is circumstanced based on country.
Version Circumstance
01-01-01 None
01-01-01 .Country = USA
01-01-01 .Country = CAN
01-01-15 None
01-01-20 .Country = CAN
01-01-25 None, Base rule Checked
01-01-30 .Country = USA
01-01-35 None
If .Country=CAN, which version of the correspondence will run?

Explanation

 01-01-20 : This version does not run because it is a Base rule in a higher ruleset version.
01-01-25 : This version does not run because a rule in a later version overrides it.

Submit
24. How do you customize the allowed values for a property based on the context of the property using field values?

Explanation

You can add different field values for a single property in separate contexts using the Apply to: setting for each value.

Submit
25. You configure a cascading approval step for insurance claims. The request requires approval from the submitter's manager. However, approval from operators in other units in the organization may be required. Which approval model would you use?

Explanation

You use the reporting structure model when the approvals move though the submitter's reporting structure.
You use the authority matrix model when the approvals are not based on a reporting structure.

Submit
26. You use the Application Import wizard to import an archive file on a destination system. When does the destination system begin executing the imported rules?

Explanation

The import process does not need to complete before the rules may execute.

Submit
27. Use the ________________ keyword to reference a parameter in the same rule in which the parameter is defined.

Explanation

Use the Param keyword in front of the parameter name to reference a parameter in the same rule in which the parameter is defined.

Submit
28. Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases. Which two approaches could you use to  modify the duplicate case search process so that it produces fewer invalid duplicates? (Choose Two)

Explanation

You may want to increase the threshold so that more conditions or conditions with higher weights must evaluate to true.
Give conditions that are most likely to be invalid duplicates higher weights

Submit
29. How is the signature stored in the application when using a Signature Capture control?

Explanation

Signatures are stored as an attachment to a case

Submit
30. Based on the information in the chart. If you execute the rule when .Dept=Engineering. which version does Pega use?  
Rule Ver. Circumstance
01-01-01 None
01-01-01 .Dept=Engineering
01-01-15 None
01-01-20 .Dept=Engineering
01-01-25 None, Base rule selected
01-01-35 None

Explanation

If you execute the rule when .Dept = Engineering. Pega uses the version 01-01-35.

Rule version 01-01-25 has the base rule selected. All the rules previous to this version are no longer applicable to the ranking.

When the system looks at only those rules available for ranking, the circumstance for Engineering is not applicable. The system chooses the highest version of the rule without any circumstances defined.

Submit
31. Field values enable you to _________________.  

Explanation

Field values enable you to manage the list of allowed values and customize the allowed values based on the context of the property.

Submit
32. Which layer of the Enterprise Class Structure (ECS) contains generalized assets that are then extended by specific implementations?

Explanation

The framework layer contains assets used to create generalized reusable applications. A framework application is the extended by specific implementations.

Submit
33. Which of the following record types are editable on a production system?

Explanation

A dynamic system setting is a data record used to store environmental variables, and are not part of a ruleset. Dynamic System Setting records are editable even when rulesets are locked in production.

Submit
34. Identify the log you examine to view warnings, errors, and information messages about internal operations.

Explanation

The Pega log contains warnings, errors, and information messages about internal operations.

Submit
35. Which layer of the Enterprise Class Structure contains generalized assets that are then extended by specific implementations?

Explanation

The Framework layer contains assets used to create generalized, reusable applications. A framework application is then extended by specific implementations.

Submit
36. Which statement best describes the role of the baserule in circumstancing?

Explanation

The base rule is used if no circumstanced variant applies. This means that if there is no specific rule that matches the given circumstances, the base rule will be applied as a default. It serves as a fallback option when none of the circumstanced variants are applicable.

Submit
37. Which two statements about adding a pre-processing action to a flow action are true? (Choose Two)

Explanation

A pre-processing action runs each time the flow action is performed on an assignment. If the user returns to an assignment, the pre-processing action is repeated.

The flow action with the highest likelihood on an assignment automatically runs when the user reaches the assignment.

Submit
38. Select two of the following best practices to follow when designing mobile applications. (Choose Two)

Explanation

A mobile application should be tap friendly.
Layout groups is a key feature that helps when displaying layouts in different devices.

Submit
39. An application change goes into effect on June 15, 2019. Due to this change, two fields are added to a user form to collect information for compliance purposes. Assuming that today is April 30, 2019, how should you configure circumstancing for the form?

Explanation

The correct answer is to "Circumstance the form by property and date; specify June 15, 2019, as the start date." This is because the application change goes into effect on June 15, 2019, and the two fields are added to the user form at that time. By circumstancing the form based on the start date of June 15, 2019, it ensures that the new fields will only be applicable after that date.

Submit
40. You  want to evaluate cases as potential duplicates when the existing cases and the current case have the same create operator. How would you ensure that only cases with the same create operator are evaluated?

Explanation

If the must match condition evaluates to true, the current case is a potential match and is evaluated using weighted conditions.

Submit
41. What does the orange triangle in this screen indicate?

Explanation

Correct!
The orange triangle means the data page is simulated.
The orange triangle means the data page is simulated.

Submit
42. You  created a data transform to concatenate a user's first and last name values. You add the concatenate data transform to a flow action as a post-processing action. What occurs when the flow runs?

Explanation

Pre- and post-processing data transforms and activities run every time you invoke the flow action.

Submit
43. A branch ruleset is a ruleset that ___________. (Choose Two)

Explanation

A branch ruleset is ideally suited for large projects.
The branch ruleset is based off another ruleset.

Submit
44. Which answer best describes the benefit of using screen flows?

Explanation

Screen flows create a linear series of UI screens. Users can easily navigate these UI screens to enter data and complete tasks without frustration.

Submit
45. The keyword Primary is a prefix to the value in the current case.You have added weighted conditions to  duplicate case search in a case type. How do you configure the  condition fields to differentiate between fields on the current case and fields on the existing case? 

Explanation

The keyword Primary is a prefix to the value in the current case.

Submit
46. An order fulfillment process  includes a request for quotes from multiple shippers. You want the system to automatically call a quote request subprocess for each vendor. How would you configure your process?

Explanation

The Split For Each shape runs a subprocess for each item on a page list.

Submit
47. Match each condition with the correct definition.
Condition Definition
Security (A) A When rule returns true the request is queued.
Mapping (B) Authentication fails when using the service.
Queue When (C)A valid instance of the service activity cannot be found.
Service  (D)Error occurs while transforming incoming data from the request message to the clipboard

Explanation

The correct answer is Security->(B), Mapping->(D), Queue When->(A), Service->(C). This means that the condition "Security" is defined as authentication failing when using the service, the condition "Mapping" is defined as an error occurring while transforming incoming data from the request message to the clipboard, the condition "Queue When" is defined as a when rule returning true and the request being queued, and the condition "Service" is defined as a valid instance of the service activity not being found.

Submit
48. Which two components does the Application Packaging wizard prompt you to include when you generate an archive file? (Choose Two)

Explanation

Settings in the product rule and Application Packaging wizard let you automatically include data instances.
Settings in the product rule and Application Packaging wizard let you automatically include data types.

Submit
49. You have added a cascading approval step that uses an authority matrix. You have specified a decision table to determine the approvers for each case. You have confirmed that the conditions in the decision table are configured correctly. You test the configuration by entering requests that require multiple approvers. However, the system routes all requests to only one approver. Which of the following actions would you take to correct this issue?

Explanation

You must select evaluate all rows in the decision table. Otherwise, the table returns only one result.

Submit
50. You want to write all errors detected when loading a data page to a log file. How would you do that?

Explanation

There is an existing function for writing messages to a log file.
The error handling flow cannot be invoked from a data page.
The error handler flow is invoked automatically from the connector, not from the post processing activity.

Submit
51. A claims application contains two organizational and two application rulesets. The organizational rulesets MyCo and MyCoInt are configured as Ruleset Validation, where the prerequisite for MyCo is MyCoInt and the prerequisite for MyCoInt is Pega-ProcessCommander. The two application rulesets Claims and ClaimsInt are configured as Application Validation. Which of the following statements is false?

Explanation

When using Ruleset Validation, rulesets can only reference their prerequisites.

Submit
52. You add a new work group to an application. Which two organization rules do you need to update? (Choose Two)

Explanation

Operators are associated with units.
Operators belong to work groups.
Workbaskets belong to work groups.

Submit
53. You want to create a reusable font style for buttons, and links. To do this, you would create a ___________.

Explanation

Mixins allow you to create a reusable style across all formats and skins.

Submit
54. A job recruiter screens candidates to assess their qualifications. The recruiter determines whether the candidate matches the targeted position, matches a different position in the company, or does not match any position. A decision table, based on the recruiter's feedback, automatically advances the case through a corresponding connector named Selected Position, Targeted Position, and Reject. How do you configure the condition column(s)?

Explanation

You could create one feedback column and three rows for evaluating the three possible feedback results.

Submit
55. When creating a new ruleset version, what extra step must the system architect perform?

Explanation

The rules in the ruleset version should be up-to-date prior to versioning the rulesset.

Submit
56. Candidate hiring decisions are based on the feedback from the interviewer and test scores. If necessary, other test scores are used in the evaluation. * Candidates with an assessment score of 40 or less are automatically rejected. * Candidates with an assessment score of 60 or less are rejected if either their technical skill score or their interpersonal skill score is below 40. * Candidates with assessment scores higher than 60 are automatically approved. You are using a decision tree to make the evaluations. Which two branch configurations would you use in your decision tree? (Choose Two)

Explanation

A score of less than 40 evaluates to No and does not have to be evaluated further.

Branches to evaluate technical skill and interpersonal skill scores would be nested under an evaluation for assessment scores f 60 or less.

Submit
57. Select and drag the circumstang tasks to the drop areas, placing them in the correct order
Submit
58. Select two record types that are involved when configuring a production ruleset. (Choose Two)

Explanation

Production rulesets are specified on the application.
Production rulesets are specified on the access group.

Submit
59. A user is granted access to an application which lists HRApps:02-02 under Application rulesets. The ruleset contains rules in the versions below:      
HRApps:01:01-01 HRApps:02-02-01 HRApps:02-02-02
Rule_A Rule_B Rule_B Rule_C Rule_D
Which of the following rules can the user access?

Explanation

Access to HRApps:02-02 ruleset includes all versions in patch rulesets.

The application lists the HRApps:02-02 ruleset version. Rules from a lower major ruleset version are not accessible.

Submit
60. What application do you use to perform remote logging? 

Explanation

Use the System Management Application (SMA) to perform remote logging.

Submit
61. Which requirement do you satisfy with an Access When record?  

Explanation

Access When records are used to conditionally allow users to perform an action such as editing a case.

Submit
62. Pega provides a feature to upload attachments out-of-the box. Which attachment feature must be configured by a system architect?

Explanation

The default setting is read-only attachments.
User access and security must be configured in Pega.

Submit
63. You create a product rule to generate an application archive file for export. Which two actions do you perform before creating the archive file? (Choose Two)

Explanation

Check in the rules to make sure that the rulesets are current and complete.
This helps ensure that the archive file contains all the data instances required for the application.

Submit
64. When a process is configured to create temporary cases, which of the following occurs when a user creates a case?

Explanation

The case is always in memory, whether the case is temporary or permanent.
There is no clipboard page specifically for temporary cases.

Submit
65. A new system architect asks you how user access to attachments is managed. In your response, you indicate there are two ways to configure attachment access. Which statement is the best next sentence of your response?

Explanation

User access has other determining factors in addition to attachment class.

You use the Security tab to control access to the attachments through privileges and/or when rules.

Submit
66. A user has the following rulesets in their ruleset list:
  • TGB:01-01
  • TGBInt:01-01
  • LoanShrk:01-01
  • LoanShrkPrime:01-01
  • LoanShrkInt:01-01
There are six instances of CollectBorrowerDetails in the rules cache as indicated in the table below:  
Instance Apply to: Ruleset Availability
One TGB-FW-LoanShrk-Work TGB:01-01-05 Withdrawn
Two TGB-FW-LoanShrk-Work TGB:01-01-03 Yes
Three TGB-FW-LoanShrk-Work LoanShrkPrime:01-01-05 Withdrawn
Four TGB-FW-LoanShrk-Work LoanShrkPrime:01-01-01 Yes
Five TGB-FW-LoanShrk TGBSubPrime:01-01-03 Yes
Six TGB-FW-LoanShrk LoanShrkPrime:01-01-01 Yes
A rule with an Apply to: class of TGB-FW-LoanShrk-Work-AutoLoan calls CollectBorrowerDetails. Which rule is selected from the rules cache during rule resolution?

Explanation

To be included in the results, each rule candidate must belong to a ruleset listed in the operator's ruleset list.
Rule candidates with an availability of Withdrawn cannot be selected during rule resolution.
The output of the resolution process is the first rule candidate found that matches all of the rule resolution criteria.

Submit
67. A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt, and an application built on the framework contains two rulesets, Claims and ClaimsInt. Which statement is false if all the rulesets are configured as Application Validation?

Explanation

If the AV mode is used, rules in the ruleset can reference all rules in the rulesets defined in the:
- Same application
- Rulesets belonging to any built-on application

When you use RV mode, each ruleset version defines one or more ruleset versions on which the ruleset version depends.

Submit
68. You have a requirement to create an email correspondence that can be reused by other applications. In which two layers of the Enterprise Class Structure could you apply the email correspondence rule? (Choose Two)

Explanation

The Organization layer contains the assets used on an enterprise-wide basis. Assets contained in the Organization layer are available for use in applications.

The Division layer is the middle level of the three-level organization hierarchy. Assets contained in the Division layer are available for use in applications.

Submit
69. Sourcing a data page directly from a UI control is an example of which pattern?

Explanation

The snapshot pattern copies data from an external system to the case.
The SoR pattern references a data in an external system without including it in the case data.
The reference pattern references data directly without making it part of the data model.
The alias pattern links one property to another.

Submit
70. You are asked to create four reports. Which report would require joining classes?

Explanation

You would join the case and subcase classes by matching the subcase cover ID (pxCoverInsKey) to the case identifier (pzInskey).

Submit
71. Identify the log you examine to view performance-related issues.

Explanation

The Alert log contains performance-related alerts.

Submit
72. The purpose of a Circumstance Template is to __________.

Explanation

This is the role of a Circumstance Template.

Submit
73. You have designed a decision tree that you want to unit test. You want to verify that every row can be evaluated regardless of the input values. How would you test your decision tree?

Explanation

Checking for conflicts verifies that every row will be evaluated by identifying one or more branches that cannot be reached. If branch cannot be reached, the test value will not be evaluated.

Submit
74. For what reason would you configure an Access Deny record?

Explanation

You configure an Access Deny record if government or corporate regulations require explicitly denying an action to users.

Submit
75. An application contains the following rulesets.
  • AccountManagement contains the rules for administering checking and savings accounts.
  • AccountManagementInt contains supporting rules for integrating with other applications.
  • BankCorp contains rules shared across the entire organization.
  • BankCorpInt contains supporting rules for integrations shared with other internal applications.
  • CreditCheck contains rules for processing a credit check and is shared with another Pega application to administer loans.
  •  
Which two rulesets can be configured to use application validation, according to best practices? (Choose Two)

Explanation

Follow these best practices when configuring rulesets.

- Use Application Validation on rulesets that are specific to a single application.

- Use Ruleset Validation on rulesets used in more than one application.

- Only use RV for rulesets that are designed to be used across multiple applications, such as organizational rulesets, to make them easily portable and prevent introduction of dependencies on a specific application.

- Create applications for common rulesets; use the built-on functionality to include common rulesets in the application.

- Include unlocked AV rulesets in one application only. This prevents AV rulesets from referring to rules that may not exist in applications that do not contain the ruleset.

- Run the Validation tool after critical changes/milestones have been implemented (for example, changes to the application ruleset list or built-on application as well as changes made before lock/export).

Submit
76. A new system architect  questions the value of allowing attachments to cases. What would be your best response?

Explanation

An example is an insurance claim case. The information in an attached police report could move a case forward.

Submit
77. To help ensure application stability and scalability, during which two of the following times do you use Log Analyzer (PLA) to test Pega applications? (Choose Two)

Explanation

Use the PLA to test new or reconfigured Pega applications during UAT.
Use the PLA during performance and stress testing to help ensure application stability.

Submit
78. Which two of the following options are user interface best practices to display a list of items to a user who may access the application on mobile and non-mobile devices? (Choose Two)

Explanation

The grid layout uses this information to adjust when displayed on a mobile device using responsive specifications.
Repeating dynamic layouts automatically adjusts the layout elements with respect to the screen size.

While sourcing the list from a data page is a best practice, it does not affect the presentation of the list.

Submit
79. The purpose of a Circumstance Definition is to _________.  

Explanation

Correct!A Circumstance Definition provides values for a given Circumstance Template.

Submit
80. Which two of the following options are good uses of Connect SQL rules? (Choose Two)

Explanation

Use Connect SQL rules to execute SQL statements that contain database vendor specific syntax.
Use Connect SQL rules to execute a complex SQL statement such as a join or stored procedure against an external database.

Use the Database Table Class Mapping wizard to update an external table.

Submit
81. Your team is building an application for a contact center that handles a variety of customer requests. Business policies require that each customer interaction be conducted with the most appropriate next available Customer Service Representative (CSR). What is the best way to implement this requirement?

Explanation

Using a ToWorkbasket router and Pega's Get Next Work matches each user with the appropriate assignments and prevents users from selecting preferred assignments.

Using a ToWorklist router routes assignments directly to a particular operator's worklist using a predefined operator name.

Using a ToLeveledGroup router routes assignments directly to the worklist of an operator chosen from a list of operators sorted by workload and desired skills.

Using a ToWorkGroup router routes assignments directly to a random operator's worklist within a work group.

Submit
82. Which two of the following statements are the most accurate with respect to the error handler flow? (Choose Two)

Explanation

The error handler flow is always enabled and invoked if the error is not handled in the data page or activity.
The standard error handler flow retries sending the request in order to recover from transient errors.

Submit
83. What two artifacts should you prepare in advance before delegating a rule? (Choose Two)

Explanation

Users must belong to an access group that includes the ruleset containing the delegated rules.
You cannot make changes to a rule in a locked ruleset. Organizing the delegated rules in a separate ruleset insulates the rest of the application from frequent changes.

Submit
84. You create a report that uses data from two classes. Which of the following reporting requirements requires the use of a subreport?

Explanation

You use an aggregate function in a subreport to determine the count of divisions to which the operator belongs.

Submit
85. Select two benefits of adopting a rule delegation strategy. (Choose Two)

Explanation

Enabling business users to manage changes to business policies on their own allows architects to spend more time on architectural decisions and implementation strategies.
Enabling business users to manage changes to business policies on their own helps the business be more agile.

Submit
86. Consider the following table where a correspondence is circumstanced based on country.
Version Circumstance
01-01-01 None
01-01-01 .Country = CAN
01-01-10 .Country = USA
01-01-15 None
01-01-20 .Country = USA
01-01-30 .Country = USA, Withdrawn
01-01-30 .Country = CAN
If .Country=USA, which version of the correspondence will run?

Explanation

01-01-20 : This version does not run because there is a withdrawn version of the rule in a higher ruleset.
01-01-15 : This version runs because the circumstances with USA are impacted by the withdraw.

Submit
87. An agent runs every day at 7:00 A.M. You have been asked to update the agent so that it runs once every 300 seconds. How would you modify the agent schedule to meet this requirement?

Explanation

You use the Periodic pattern for intervals that are measured in seconds.

Submit
88. An agent in your system is running on three nodes. You have been asked to update the agent's schedule interval. How would you make your update?

Explanation

The system uses the settings on agent schedules to control agent processing. For each agent, there is an agent schedule for every node in the system.

Submit
89. Which feature would you use to implement the System of Record (SoR) pattern?

Explanation

The SoR pattern references a data in an external system using a data page.
The alias pattern links a property to another using the Property-Ref activity method.
The reference pattern references data directly without making it part of the data model.
The snapshot pattern copies data from an external system using a data page.

Submit
90. Which option represents the relationship between mixins, controls, and formats?

Explanation

Each control specifies a format which specifies a mixin.

Submit
91. Which two types of records does the External Database Table Class Mapping wizard create? (Choose Two)

Explanation

The External Database Table Class Mapping wizard creates the Database Table data instance.
The External Database Table Class Mapping wizard creates the Property rules used to map to table columns.

The External Database Table Class Mapping wizard does not create the Connect SQL rule, as it is not required to retrieve data.

Submit
92. You create a report in a work class that displays the assigned operator and task name for each open case. Which two ways can you combine data in the Assign-Worklist class for your report?  (Choose Two)

Explanation

Correct!
The class join specifies the class you are joining and a filter that describes how the data between the classes are joined.
 
Correct!
The association rule defines the join operation and enables you to select data objects in the class.

Submit
93. The following rule and record types are invoked to determine the endpoint for a connector.
  1. A data page property is referenced.
  2. The value is used by the SOAP connector to invoke the service.
  3. The SOAP Connector is invoked.
  4. The data transform for the data page is executed if the page is not already available on the clipboard.
  5. The data transform invokes a utility function to obtain the value of a dynamic system setting.
Select the order in which these rules and records are executed.

Explanation

The connector references a data page.
The data page referenced a data transform to populate the data page with the endpoint.
The data transform calls a function to obtain the endpoint value from the dynamic system setting record.
Then the connector uses the value to access the system at the endpoint.

Submit
94. Which scenario might benefit from using a temporary case?

Explanation

The airline customer service case type would benefit from using a temporary case. The temporary case is resolved if the customer views their travel itinerary. The case is persisted if the customer modifies their itinerary.

Submit
95. Which of the following statements is true about the rule resolution process?

Explanation

The rule resolution algorithm verifies that the user has authorization to access the selected rule.

Submit
96. You are tasked with configuring a screen flow. The requirement states that every step in the screen flow must be executed sequentially. Which of the following two options do you select on each assignment shape to configure the screen flow to meet this requirement? (Choose Two)  

Explanation

Enable navigation link : This option is necessary because it is used to display the step in the navigation sequence.
Perform post-processing when navigating away from step

Only allow navigating back to this step : This option is necessary because it prevents users from skipping ahead to a later step before the preceding steps are completed.
Save on last step

Perform post-processing when navigating away from step : This option is used to run validation and other post-processing actions each time a user leaves the step. It does not control the navigation sequence.

Save on last step : This option is used to prevent commits to the database as each step is executed and can only be configured on the Start shape. It does not control the navigation sequence.

Submit
97. When configuring a screen flow, you identify a single harness to define the navigation style for the screen flow. Where is the harness identified?

Explanation

The harness is used to define the navigation style for the screen flow and can only be identified on the Start shape.
The harness cannot be identified on a Flow Action connector.
The harness cannot be identified on the Design tab of the screen flow.

Submit
98. You are tasked with configuring the Get Next Work functionality for an application. The requirement states that the workbaskets a user is associated with must be checked first, and all eligible assignments must be consolidated into a single list before being filtered and sorted. Which two of the following options do you select on an Operator ID record to configure the Get Next Work functionality to meet this requirement? (Choose Two)

Explanation

Merge workbaskets
This option is used to organize all assignments in all of the workbaskets the user is associated with into a single list before the list is filtered and sorted.

Get from workbaskets first
Correct!This option is used to configure the application to check the workbaskets a user is associated with before checking the user's worklist.

Operator is available to receive work
Sorry, this is incorrect.This option is used to allow or deny assignments being added to the user's worklist; it does not affect the Get Next Work functionality.

Submit
99. Adding parameters to a rule enables you to _____________________.

Explanation

Parameters enable you to separate the functional behavior of a rule from specific business contexts.

Submit
100. You want to allow a user to run a specific flow action without conditions. Which two steps must you perform? (Choose Two)

Explanation

Add the privilege to the flow action to require that users have the privilege to perform the action.
Add the privilege to a user role to allow users to perform the action.

Submit
101. Which two options do you configure on a portal record? (Choose Two)

Explanation

You configure a portal rule to support either user or developer access.
You configure a portal to use the branding configured application skin, or to apply a specific skin to the portal.

The positioning of the navigation pane is configured by selecting a screen layout in the harness rule referenced by the portal record.

Submit
102. Which two of the following options are benefits of using skin inheritance? (Choose Two)

Explanation

Correct!
Layering your skins allows you to make a change to the parent skin and the change updates across all child skins.
Use a child skin to either define mixins or formats not present in the parent skin, or override inherited mixins or formats as needed.

Child skins can override a parent skin and make updates to mixins or formats.

Submit
103. In which order are rules and data instances applied for a service? 1 Service rule 2 Service Package 3 Service Activity 4 Mapping rule (from format received by the service to Clipboard structure) 5 Mapping rule (from Clipboard structure to format specified by service type)

Explanation

This is the order for service processing.

Submit
104. Which two steps do you perform to update the logo in a portal header? (Choose Two)

Explanation

Upload the image to a binary file record to make the image available to the application.
The portal header section (such as the standard pyPortalHeader section) references the image.

Submit
105. Which two of the following steps are needed to implement Global Resource Settings? (Choose Two)

Explanation

You use a data page to access the Global Resource Settings.
You use a data transform to load a data page with the correct settings.

You only create a single property and then change the value as you move the application from one environment to the next.

Submit
106. Your application contains a top-level case type named Purchase Request and a Purchaser Order child case. The company has determined that only one user may open and work on a case at one time. However, users working on purchase orders should not lock out users working on the parent purchase request cases. How would you configure the lock settings among the case types?  

Explanation

You set default locking on the parent case type. You set the do not lock the parent on the child case type.

Optimistic locking allows multiple users to work on the same case at the same time.

Submit
107. Your application requires a cascading approval for expense reports. Approvals must follow the submitter's reporting structure, with the following thresholds. A manager must approve expense reports up to USD500. A director must approve expense reports up to USD1500. A vice president must approve expense reports of USD1500 or greater. How do you configure the approval process?

Explanation

Decision tables are used for the authority matrix model, not for the reporting structure model.
When rules are used to test whether an approval level is needed.

Submit
108. Select two benefits of using Global Resource Settings. (Choose Two)

Explanation

Using Global Resource Settings allow you to not have to update the rules in the application, just the data values for the integration properties.
Managing your integration settings in one place allows you to easily move an application from one environment to another.

Submit
109. Select two reasons for organizing delegated rules in a separate, unlocked ruleset. (Choose Two)

Explanation

The ruleset containing the delegated rules must remain unlocked in production so business users can make changes to the delegated rules.

The business users responsible for managing the delegated rules are organized in an access group.

Keeping unlocked rules in a separate ruleset insulates the rest of the application rules from unintended consequences due to accidental or unauthorized changes.

Submit
110. Which two  of the following situations  require an activity? (Choose Two)

Explanation

An activity is required to simulate a connector.
An integrator shape calls an activity.

Submit
111. You have configured an agent to automatically send correspondence. The agent runs in standard mode using AQM. As of the last agent run, entries failed to commit and the correspondence was not sent. Which two approaches could you take to troubleshoot the issue? (Choose Two)

Explanation

You select the requestor with a waiting message, then run the Tracer.
You can view the error message and stack trace information in the Broken Process queue.

Submit
112. What effect does the Use all workbasket assignments in user's work group option have on how workbaskets are searched when using the Get Next Work functionality?

Explanation

 This option limits the workbasket search to only those workbaskets defined in the user's work group. 
Correct!
This option limits the assignments available to the user to only those assignments listed in the workbasket of the user's work group.

 When a user clicks the Next Assignment link, the system checks the user's worklist. If assignments are available in the user's worklist, the assignments are filtered and sorted.
Sorry, this is incorrect.This is the default behavior of the GetNextWork functionality in Pega 7.

This option organizes all assignments in all of the workbaskets the user is associated with into a single list before the list is filtered and sorted.
Sorry, this is incorrect.Organizing all assignments in all workbaskets the user is associated with into a single list before the list is filtered and sorted cannot be achieved by using all workbasket assignments in the user's work group.

The workbaskets associated with the user are checked first. If no assignments are found in the user's workbaskets, the user's worklist is checked.
Sorry, this is incorrect.This search routine is the default search routine when the option for searching workbaskets first is selected.

Submit
View My Results

Quiz Review Timeline (Updated): Aug 24, 2023 +

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

  • Current Version
  • Aug 24, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 14, 2019
    Quiz Created by
    Catherine Halcomb
Cancel
  • All
    All (112)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The reason you want to run a process immediately before taking...
Which two of the following steps do you perform after you develop...
In a prepare job offer process, you  configured a Split For Each...
What advantage does skimming provide over lock and roll as a...
An error is generated as a connector invokes a remote service. Which...
What is the purpose of the Enterprise Class Structure (ECS)
Which of the following is not part of the organizational structure?
Which of the following tools is generally used first when analyzing...
Based on the information in the chart. If you execute the rule when...
In which of the following situations would you simulate a data page?
What is the importance of application versioning?
In which of the following situations would you use a rule ...
Which rule availability setting can you use to force the system to...
The TGB organization structure has a Sales unit, and it belongs to a...
Which two of the following prerequisites would you choose to create a...
A ________ defines the look and feel of an application.
Select two actions can you do with the Pega API? (Choose Two)
Which layer of the Enterprise Class Structure contains assets that...
Which performance tool would you use to collect performance data for...
Which two fields are required when adding a parameter to a rule?...
What task must you perform in order to persist a temporary case? ...
Which record do you configure to add an item to the left-pane menu in...
Consider the following table where a correspondence is circumstanced...
How do you customize the allowed values for a property based on the...
You configure a cascading approval step for insurance claims. The...
You use the Application Import wizard to import an archive file on a...
Use the ________________ keyword to reference a parameter in the same...
Management reports that have an unacceptably large number of cases are...
How is the signature stored in the application when using a Signature...
Based on the information in the chart. If you execute the rule when...
Field values enable you to _________________.  
Which layer of the Enterprise Class Structure (ECS) contains...
Which of the following record types are editable on a production...
Identify the log you examine to view warnings, errors, and information...
Which layer of the Enterprise Class Structure contains generalized...
Which statement best describes the role of the baserule in...
Which two statements about adding a pre-processing action to a flow...
Select two of the following best practices to follow when designing...
An application change goes into effect on June 15, 2019. Due to this...
You  want to evaluate cases as potential duplicates when the...
What does the orange triangle in this screen indicate?
You  created a data transform to concatenate a user's first...
A branch ruleset is a ruleset that ___________. (Choose Two)
Which answer best describes the benefit of using screen flows?
The keyword Primary is a prefix to the value in the current case.You...
An order fulfillment process  includes a request for quotes from...
Match each condition with the correct definition. ...
Which two components does the Application Packaging wizard prompt you...
You have added a cascading approval step that uses an authority...
You want to write all errors detected when loading a data page to a...
A claims application contains two organizational and two application...
You add a new work group to an application. Which two organization...
You want to create a reusable font style for buttons, and links. To do...
A job recruiter screens candidates to assess their qualifications. The...
When creating a new ruleset version, what extra step must the system...
Candidate hiring decisions are based on the feedback from the...
Select and drag the circumstang tasks to the drop areas, placing them...
Select two record types that are involved when configuring a...
A user is granted access to an application which...
What application do you use to perform remote logging? 
Which requirement do you satisfy with an Access...
Pega provides a feature to upload attachments out-of-the box. Which...
You create a product rule to generate an application archive file for...
When a process is configured to create temporary cases, which of the...
A new system architect asks you how user access to attachments is...
A user has the following rulesets in their ruleset list: ...
A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt,...
You have a requirement to create an email correspondence that can be...
Sourcing a data page directly from a UI control is an example of which...
You are asked to create four reports. Which report would require...
Identify the log you examine to view performance-related issues.
The purpose of a Circumstance Template is to __________.
You have designed a decision tree that you want to unit test. You ...
For what reason would you configure an Access Deny record?
An application contains the following rulesets. ...
A new system architect  questions the value of allowing...
To help ensure application stability and scalability, during which two...
Which two of the following options are user interface best practices...
The purpose of a Circumstance Definition is to _________.  
Which two of the following options are good uses of Connect SQL rules?...
Your team is building an application for a contact center that handles...
Which two of the following statements are the most accurate with...
What two artifacts should you prepare in advance before delegating a...
You create a report that uses data from two classes. Which of the...
Select two benefits of adopting a rule delegation strategy. (Choose...
Consider the following table where a correspondence is circumstanced...
An agent runs every day at 7:00 A.M. You have been asked to update the...
An agent in your system is running on three nodes. You have been asked...
Which feature would you use to implement the System of Record (SoR)...
Which option represents the relationship between mixins, controls, and...
Which two types of records does the External Database Table Class...
You create a report in a work class that displays the assigned...
The following rule and record types are invoked to determine the...
Which scenario might benefit from using a temporary case?
Which of the following statements is true about the rule resolution...
You are tasked with configuring a screen flow. The requirement states...
When configuring a screen flow, you identify a single harness to...
You are tasked with configuring the Get Next...
Adding parameters to a rule enables you to _____________________.
You want to allow a user to run a specific flow action without...
Which two options do you configure on a portal record? (Choose Two)
Which two of the following options are benefits of using skin...
In which order are rules and data instances applied for a service? ...
Which two steps do you perform to update the logo in a portal header?...
Which two of the following steps are needed to implement Global...
Your application contains a top-level case type named Purchase Request...
Your application requires a cascading approval for expense reports....
Select two benefits of using Global Resource Settings. (Choose Two)
Select two reasons for organizing delegated rules in a separate,...
Which two  of the following situations  require an activity?...
You have configured an agent to automatically send correspondence. The...
What effect does the Use all workbasket assignments in user's...
Alert!

Advertisement