Ssa 7.3/7.4 Completo

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 Rafael
R
Rafael
Community Contributor
Quizzes Created: 1 | Total Attempts: 867
| Attempts: 867 | Domande: 152
Please wait...

Question 1 / 152
0 %
0/100
Score 0/100
1. What advantage does skimming provide over lock and roll as a versioning option?

Explanation

Skimming is a more efficient versioning option for major and minor updates because it allows for the saving of checked out rules and carries blocked rules forward. On the other hand, lock and roll is most useful for patches but does not save checked out rules and does not carry blocked rules forward. Therefore, skimming provides the advantage of preserving checked out and blocked rules while facilitating major and minor updates, making it a better option for those types of changes.

Submit
Please wait...
About This Quiz
Ssa 7.3/7.4 Completo - Quiz

2. A ________ defines the look and feel of an application.

Explanation

A skin defines the look and feel of an application. It includes the visual elements such as colors, fonts, and graphics that determine the overall appearance of the user interface. By applying a skin, developers can customize the visual design of an application to align with the desired aesthetic and branding. Skins are often used in user interface frameworks to provide a consistent and visually appealing experience across different devices and platforms.

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

Explanation

The orange triangle in this screen indicates that the data page source system is simulated. This means that the data being displayed on the screen is not real-time data from an actual source system, but rather simulated or mock data that has been generated for testing or demonstration purposes.

Submit
4. Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset? (Choose Two)

Explanation

After developing branch rules, the first step is to check in the rules to merge them into the main ruleset. This ensures that the changes made in the branch are saved and ready to be merged with the main ruleset. The second step is to review conflicts and warnings. This involves identifying any conflicts or issues that may arise when merging the branch rules with the main ruleset. By reviewing conflicts and warnings, any necessary adjustments or resolutions can be made before proceeding with the merge.

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

Explanation

The correct answer is "Param." The "Param" keyword is used to reference a parameter in the same rule in which the parameter is defined. This allows the parameter to be accessed and used within the rule to perform calculations or make comparisons.

Submit
6. ok - Users can select a check box to subscribe to a messaging service. Selecting the check box displays a field for a user to enter a mobile phone number. How do you configure the application to display a field for entering a mobile phone number only when the check box is selected?

Explanation

The correct answer is to use a when condition in the UI form to determine whether to show the mobile phone number field. This means that the form will check the condition (whether the check box is selected) and only display the mobile phone number field if the condition is true.

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

Explanation

When creating a new ruleset version, there are no extra steps required if the ruleset version is already up-to-date. This means that the current version of the ruleset already includes all the necessary changes and updates, so there is no need for any additional actions or modifications.

Submit
8. ok - In processing a parent case P-1, two child cases C-1 and C-2 are created. Which of the following statements is correct about the processing of P-1, C-1, and C-2?

Explanation

Both C-1 and C-2 must be resolved before P-1 can be resolved. This means that the resolution of both child cases is a prerequisite for resolving the parent case. In other words, the parent case cannot be resolved until both of its child cases have been resolved.

Submit
9. ok - You are implementing a UI form collecting job applicant information. Users must provide values to certain fields before submitting the form. Which configuration adds asterisks to indicate the mandatory fields on the form?

Explanation

Configuring the mandatory fields as "Required" in the section rule will add asterisks to indicate the mandatory fields on the form. This means that users will be required to provide values for these fields before they can submit the form.

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

Explanation

The Performance Analyzer is generally used first when analyzing system performance. This tool allows for the collection and analysis of performance data, such as CPU usage, memory usage, and disk I/O. By using the Performance Analyzer, analysts can identify any performance bottlenecks or issues within the system and take appropriate actions to optimize its performance. The other options, including Database Trace, Performance Profiler, and Clipboard, are not typically used as the initial tools for analyzing system performance.

Submit
11. Which symbolic index keyword adds an element to the end of a page list property?

Explanation

The symbolic index keyword "" adds an element to the end of a page list property. This keyword is used to insert a new element at the end of the list, expanding its size by one.

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

Explanation

A navigation record is used to configure and add an item to the left-pane menu in the Case Manager portal. This record allows administrators to define the structure and hierarchy of the menu, including the items that appear in it. By configuring a navigation record, administrators can easily customize the left-pane menu to include the desired items and provide easy navigation for users within the Case Manager portal.

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

Explanation

To persist a temporary case, you need to add a Persist Case SmartShape to the process. This SmartShape allows the case to be saved and stored in the system, ensuring its persistence. By adding this SmartShape, the temporary case will become a permanent case and its data will be retained even after the process is completed.

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

Explanation

The correct answer is Framework. In the Enterprise Class Structure, the Framework layer contains generalized assets that serve as a foundation for specific implementations. These assets provide a structure and set of functionalities that can be extended and customized to meet the specific needs of an organization. The Framework layer promotes consistency, reusability, and efficiency by providing a common set of resources that can be leveraged across different implementations.

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

Explanation

A transient error refers to a temporary issue that occurs while invoking a remote service. In this scenario, if the service is running on a system that is temporarily not available, it can result in an error. This could happen due to various reasons such as server maintenance, network connectivity problems, or system overload. Once the system becomes available again, the error is resolved, and the service can be invoked successfully.

Submit
16. ok - While running an application, a user notes that a system exception occurred. Which log do you review to identify the issue

Explanation

To identify the issue of a system exception that occurred while running an application, the user should review the Pega log. The Pega log contains detailed information about the application's runtime behavior, including any errors or exceptions that may have occurred. By reviewing the Pega log, the user can identify the specific details of the exception and take appropriate actions to resolve the issue.

Submit
17. 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

The rule availability setting "Withdrawn" can be used to force the system to look for an instance of the rule in the next highest class or ruleset. When a rule is marked as "Withdrawn," it means that it is no longer active or available for use. In this case, the system will automatically search for an instance of the rule in the next highest class or ruleset to ensure that the required functionality is still accessible.

Submit
18. 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
19. 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

An Any join condition in the Split For Each shape supports the requirement of the prepare job offer process to resume as soon as one manager completes the approval process. This means that the process will proceed if any of the four managers completes the approval, rather than waiting for all of them to complete or iterating through each manager.

Submit
20. ok - In which of the following situations would you configure global resource settings?

Explanation

In this scenario, you would configure global resource settings to handle the situation where the credentials for a REST service differ between the development and production environments. By configuring global resource settings, you can define different sets of credentials for the REST service in each environment, ensuring that the appropriate credentials are used depending on the environment. This helps to maintain security and ensure that the REST service functions correctly in both development and production environments.

Submit
21. An activity executes the following five steps on an integer property in the sequence shown.
  1. Property-Set (value = 5)
  2. Obj-Save
  3. Property-Set (value = 10)
  4. Obj-Save with Write now
  5. Commit
What is the value in the database after all five steps complete?

Explanation

After all five steps complete, the value in the database will be 5. This is because the first Property-Set step sets the value of the integer property to 5. The Obj-Save step saves the object with the updated property value. The second Property-Set step then changes the value to 10, but the Obj-Save with Write now step is not executed immediately. Finally, the Commit step is executed, which saves all the changes made so far. Since the Obj-Save with Write now step was not executed, the value in the database remains unchanged at 5.

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

Explanation

The user can access Rule_B, Rule_C, and Rule_D because these rules are all part of the HRApps:02-02 ruleset, which the user has been granted access to.

Submit
23. 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 use of a grid and marking the columns as primary, secondary, and other is a user interface best practice because it allows for organized and structured display of information, making it easier for the user to understand and navigate the list of items.

Using a repeating dynamic layout is also a best practice as it allows for a responsive design that can adapt to different screen sizes and devices, ensuring a consistent and user-friendly experience for both mobile and non-mobile users.

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

Explanation

To create a reusable font style for buttons and links, you would create a mixin. A mixin is a piece of code that can be reused in multiple places within a program. It allows you to define a set of styles or properties and apply them to different elements. In this case, you can define the font style for buttons and links in a mixin and then easily apply it to any button or link throughout your project, ensuring consistency and saving time.

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

Explanation

When the interface definition is not finalized, it is necessary to simulate a data page. This is because without a finalized interface definition, the actual data source or structure may not be available. Simulating a data page allows the integration to proceed without relying on the actual data source, ensuring that the development and testing can continue even before the interface is fully defined.

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

Explanation

When adding a parameter to a rule, the two required fields are the data type and the name. The data type specifies the type of data that the parameter will accept, such as text, number, or date. The name is used to identify the parameter and is typically a descriptive label. The default value and the "Required" field are optional and can be set based on the specific requirements of the rule.

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

Explanation

The Pega log is the correct answer because it is the log that contains warnings, errors, and information messages about internal operations. The other options, such as the Alert log, Services-PAL, and BIX log, may contain different types of logs or information but not specifically related to internal operations.

Submit
28. 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

To differentiate between fields on the current case and fields on the existing case when adding weighted conditions to duplicate case search, you need to prefix the keyword "Primary" to the value used in the current case. This allows the system to identify and distinguish between the two cases, ensuring accurate search results.

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

Explanation

To create a branch rule for parallel development, it is necessary to create a team application and give team members access to that application. By creating a team application, a separate environment is established for the parallel development process. Giving team members access to the team application ensures that they can collaborate and work on the branch rule simultaneously. This allows for independent development without affecting the original rule or the work of other team members.

Submit
30. ok - When a user selects a product in a list, the application displays data about that product. Data is copied to a page property using the Copy data from a data page option. After the data has been copied to the property, when is the data copied to the property again?

Explanation

The data is copied to the property again when the product is changed. This means that whenever the user selects a different product from the list, the application will update the data in the property to reflect the new product's information.

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

Explanation

Dynamic System Settings are editable on a production system. Dynamic System Settings allow administrators to configure system-wide settings that affect the behavior of the application. These settings can be modified in a production environment to customize the application's behavior without requiring a deployment or downtime.

Submit
32. 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

To support the new structure, the regional units should be added as sub-units to the Sales unit. This means that the Sales unit will have control and oversight over the regional units. By adding them as sub-units, it ensures that the regional units report directly to the Sales unit and maintain a clear hierarchical structure within the organization. Adding them to the Marketing division or creating a new Regional unit would not align with the desired reporting structure and hierarchy outlined in the question. Adding them to the TGB organization without specifying their relationship to the Sales unit would also not be appropriate.

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

Explanation

When a process is configured to create temporary cases, the case is stored in memory. This means that the case data is not permanently stored in the database, but rather kept temporarily in the system's memory. This allows for faster processing and retrieval of the case information, but it also means that the data will be lost once the system is restarted or the session is ended. Storing the case in memory is useful for scenarios where the case data is not required to be persisted long-term and can be discarded after the process is completed.

Submit
34. ok - You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application. How do you satisfy the request?

Explanation

The correct answer is to create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group. This means that the Open-Review status will be applied to assignments in the specific application, as requested.

Submit
35. 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

The correct action to correct the issue of the system routing all requests to only one approver is to set the decision table to evaluate all rows. This means that the system will consider all the conditions and rules specified in the decision table and select the appropriate approvers based on those conditions. By evaluating all rows, the system will be able to accurately determine the approvers for each case and route the requests accordingly.

Submit
36. ok - Items selected by a user need to be copied to a page list property. How would you copy over the items?

Explanation

To copy over the selected items to a page list property, you would add a data transform to the flow action as a post-processing action. This means that after the flow action is completed, the data transform will be executed to copy the selected items to the page list property. This ensures that the items selected by the user are properly copied over to the desired property.

Submit
37. 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

Before creating the archive file, you need to perform two actions. First, you need to check in the rules that are in the application's rulesets, ensuring that all the rules are saved and up to date. Second, you need to associate application data instances with application rulesets, ensuring that the data is properly linked to the rules. These actions are necessary to ensure that the application archive file contains all the required rules and associated data for export.

Submit
38. 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

To reduce the number of invalid duplicates in management reports, two approaches can be used. Firstly, adjusting the threshold value can help in setting a higher similarity score required for cases to be considered duplicates. This will filter out cases that are not closely related and reduce the number of false duplicates. Secondly, adjusting the condition weights can be effective as it allows assigning more importance to certain conditions, making the search process more accurate and reducing the chances of incorrect duplicate identification.

Submit
39. 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

The data transform runs every time the user performs the flow action run. This means that whenever the user triggers the flow action, the data transform will execute and concatenate the user's first and last name values. This ensures that the concatenated value is always up to date and reflects any changes made by the user in the first name and last name fields.

Submit
40. Field values enable you to _________________.

Explanation

Field values enable you to customize a list of allowed values for a property based on the context of the property. This means that you can define specific values that are valid for a particular property, ensuring that only those values can be selected or entered. This customization allows for more precise and tailored data entry, ensuring accuracy and consistency in the information being captured.

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

Explanation

To customize the allowed values for a property based on the context of the property using field values, you need to create a field value record for each value and set the context using the Apply to: field. This allows you to define specific values for the property based on different contexts, ensuring that the allowed values are tailored to the specific needs of each context. By setting the context using the Apply to: field, you can ensure that the property behaves differently depending on the context in which it is used.

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

Explanation

A Circumstance Template is used to define the properties that are utilized in a circumstance. It helps in specifying the characteristics or attributes that are relevant to a particular situation or condition. By defining these properties, the template provides a framework for understanding and managing different circumstances within a system or process.

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

Explanation

Screen flows help a single user complete complex tasks by presenting multiple screens in a logical sequence. This means that instead of overwhelming the user with all the information at once, screen flows break down the tasks into smaller, manageable steps. This allows the user to focus on one step at a time, ensuring a more organized and efficient process. By presenting the screens in a logical sequence, screen flows guide the user through the process, making it easier to navigate and complete the tasks successfully.

Submit
44. 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

Based on the given table, the correspondence with the version 01-01-15 will run when the country is USA. This is because the correspondence with this version is the most recent one that matches the condition ".Country = USA". The other versions either have a different circumstance or are not applicable for the USA country.

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

Explanation

The answer "Use controls that allow tapping" is a best practice because mobile applications are primarily used on touchscreens, so it is important to have controls that can be easily tapped or touched by users. This ensures a better user experience and makes the application more intuitive to use.

The answer "Use layout groups instead of containers to group sections in harnesses" is also a best practice because layout groups provide more flexibility in organizing and grouping sections in a mobile application's user interface. They allow for better responsiveness and adaptability to different screen sizes and orientations, ensuring that the application looks and functions well on various mobile devices.

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

Explanation

The first best practice is to use controls that allow tapping. This means using controls that are designed to be easily tapped or clicked on a mobile device, such as buttons or links, to enhance the user experience and make it easier for users to interact with the application. The second best practice is to use layout groups instead of containers to group sections in harnesses. Layout groups provide more flexibility in organizing and arranging sections within a mobile application, allowing for better responsiveness and adaptability to different screen sizes.

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

Explanation

A system architect must configure the user access to attachments and document security feature in Pega. This ensures that only authorized users have access to the attachments and that the documents are secure. By configuring this feature, the system architect can define the permissions and restrictions for accessing and managing attachments, ensuring that sensitive information is protected and only accessible to those who need it.

Submit
48. ok - Users create Insurance Coverage Requests cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure, and the type of the procedure. After entering the information, users submit the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate requests can occur. A request is considered a duplicate if the patient name, procedure type, and procedure date match an existing request. You have been given two requirements: Ensure that users can identify duplicate requests. If a case is a duplicate, it is not written to the database. Otherwise, write the case to the database. Which two options configure the application so that users can identify duplicate requests? (Choose two.)

Explanation

The two options that configure the application so that users can identify duplicate requests are:
1. Configure weighted conditions: By configuring weighted conditions, the system can compare the patient name, procedure type, and procedure date of a new request with existing requests and assign a weight to determine if it is a duplicate or not.
2. Add a duplicate search step to the case lifecycle design: By adding a duplicate search step to the case lifecycle design, the system can perform a search based on the patient name, procedure type, and procedure date to identify any duplicate requests before writing the case to the database.

Submit
49. 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

Using a grid and marking the columns as primary, secondary, and other allows for a clear and organized display of the list of items, which is beneficial for both mobile and non-mobile devices. A repeating dynamic layout is also a good practice as it allows for flexibility in displaying the items, adapting to different screen sizes and orientations. Both options ensure a responsive and user-friendly interface that can be accessed on various devices.

Submit
50. ok - You populate a data page with product information. The product information varies based on the Product ID. Which implementation maximizes reusability?

Explanation

The implementation that maximizes reusability is to create a data page sourced with a report definition and use parameters to specify a filter condition to retrieve specific results based on the context. This approach allows for flexibility and reusability as the same data page can be used with different filter conditions to retrieve different sets of product information based on the Product ID. This eliminates the need to create multiple data pages or report definitions for each context, making the implementation more efficient and reusable.

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

Explanation

The correct answer is System Management Application (SMA). SMA is used to perform remote logging. It is a tool that allows users to manage and monitor system resources and applications remotely. It provides a centralized platform for logging and tracking system events, making it an ideal choice for remote logging. The other options, such as Logging Level Settings tool, Database trace, and Performance Profiler, are not specifically designed for remote logging purposes.

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

Explanation

The Pega API allows users to perform various actions. One of the actions that can be done with the Pega API is accessing data from a data page. This allows users to retrieve and utilize data stored in data pages within their applications. Another action that can be done with the Pega API is creating a new case. This allows users to initiate a new case within their Pega application, enabling them to start a new process or workflow.

Submit
53. 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

To ensure that only cases with the same create operator are evaluated, you would add a must match condition where the create operator in an existing case is the same as in the current case. This means that the system will only consider cases as potential duplicates if they have the exact same create operator.

Submit
54. 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 correct answer is "Users can start executing rules as soon as the rules are imported." This means that once the rules are imported using the Application Import wizard, users can immediately start executing those rules without any delay. There is no need to wait for the entire import process to complete before using the imported rules.

Submit
55. 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). In this context, the condition "Security" refers to the authentication process, which fails when using the service (Definition B). The condition "Mapping" refers to the transformation of incoming data from the request message to the clipboard, which may result in an error (Definition D). The condition "Queue When" refers to the situation when a When rule returns true, and the request is queued (Definition A). The condition "Service" refers to a valid instance of the service activity not being found (Definition C).

Submit
56. An application contains a flow action with an Apply to: class of TGB-HRApps-Work-TimeOff. When updating the application, you have a requirement to move the flow action to TGB-HRApps-Work so it can be used by more than one case type. How do you prevent the application from using the rule in TGB-HRApps-Work-TimeOff?

Explanation

Setting the availability of the flow action in TGB-HRApps-Work-TimeOff to "Withdrawn" will prevent the application from using the rule in TGB-HRApps-Work-TimeOff. By setting the availability to "Withdrawn", the flow action will no longer be accessible or usable within the TGB-HRApps-Work-TimeOff class, effectively preventing it from being used in that class. This allows the flow action to be moved to TGB-HRApps-Work and be used by more than one case type without interfering with the functionality of TGB-HRApps-Work-TimeOff.

Submit
57. ok - An agent is configured to run at a 600-second interval with a maximum number of entries set to 50. There are 75 entries in the scheduled queue. If the agent runs at 2:30 P.M., when does the agent run again?

Explanation

The correct answer is "600 seconds after the agent activity processes 50 entries". This is because the agent is configured to run at a 600-second interval, and the maximum number of entries it can process in one run is set to 50. Once the agent has processed 50 entries, it will wait for 600 seconds before running again.

Submit
58. 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 to attachments can be configured by privilege and/or when rule. This means that users can be granted access to attachments based on their privileges or specific conditions defined in when rules. This allows for flexible and customizable control over who can access attachments based on their roles and the specific circumstances.

Submit
59. 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

In a claims framework, rules in the ClaimsFW ruleset cannot reference rules in the Claims ruleset. The ClaimsFW ruleset is at a higher level in the hierarchy and cannot reference rules in a lower-level ruleset like Claims. Therefore, the statement "Rules in ClaimsFW can reference rules in Claims" is false.

Submit
60. 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

The rule with an Apply to class of TGB-FW-LoanShrk-Work-AutoLoan calls CollectBorrowerDetails. Looking at the rules cache, Instance Six has the same Apply to class TGB-FW-LoanShrk and the same ruleset LoanShrkPrime:01-01-01. Therefore, Instance Six is selected from the rules cache during rule resolution.

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

Explanation

To implement Global Resource Settings, two steps are required. Firstly, creating a data page is essential as it allows for the storage and retrieval of data from different sources. This data page can be accessed globally by various components in the application. Secondly, creating a data transform is necessary as it defines the mapping and transformation of data from one format to another. This is crucial for ensuring consistent and standardized data across different environments. Creating a property for each environment, as well as creating a report definition, are not necessary steps for implementing Global Resource Settings.

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

Explanation

Connect SQL rules in Pega are used to execute SQL statements against databases. They can be used to execute SQL statements that contain database vendor specific syntax, allowing for more flexibility in working with different databases. Additionally, Connect SQL rules can be used to execute complex SQL statements such as joins or stored procedures against external databases. This allows for more advanced querying and data manipulation capabilities.

Submit
63. The reason you want to run a process immediately before taking performance readings is ____________.

Explanation

Running a process immediately before taking performance readings allows the rules to assemble. This means that the system has the opportunity to gather and organize the necessary information or data required for accurate performance readings. By allowing the rules to assemble, any relevant factors or variables can be considered, ensuring that the performance readings are comprehensive and reliable.

Submit
64. What is the importance of application versioning?

Explanation

Application versioning is important because it allows for the preservation of prior application versions. This means that if any changes or updates are made to an application, previous versions can still be accessed and used if needed. This is crucial for maintaining stability and ensuring that any potential issues or bugs can be resolved by reverting back to a previous version. It also provides a backup and recovery mechanism, allowing for the restoration of a working version in case of any problems with the latest version.

Submit
65. ok - You are preparing to migrate an application to the User Acceptance Testing environment. What three actions should you perform before you create the archive file? (Choose three.)

Explanation

Before creating the archive file for migrating the application to the User Acceptance Testing environment, three actions should be performed. Firstly, the rules in the application ruleset should be checked in. Secondly, data instances should be associated with an application ruleset. Lastly, branched rulesets should be merged. These actions ensure that all the necessary rules and data are properly organized and included in the archive file for a smooth migration process.

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

Explanation

An Access Deny record is configured to explicitly prevent users from deleting cases to satisfy a company policy. This means that the company has a policy in place that prohibits users from deleting cases, and the Access Deny record is used to enforce this policy by denying users the ability to delete cases.

Submit
67. ok - Users can access an apartment hunting application from different devices with different screen sizes. A screen displays the photos of available properties. By default, the photos are displayed in three columns. When the screen width is less than 800 pixels, the photos should be displayed in two columns. How do you implement the screen for this requirement?

Explanation

The correct answer suggests using a dynamic layout with a responsive breakpoint at 800 pixels to change the display from three columns to two columns. This means that when the screen width is less than 800 pixels, the layout will automatically adjust to show the photos in two columns instead of three. This approach ensures that the application is accessible and user-friendly on different devices with different screen sizes.

Submit
68. 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 SOAP Connector is invoked first (3), followed by referencing a data page property (1). Then, the data transform for the data page is executed if it is not already available on the clipboard (4). After that, a utility function is invoked to obtain the value of a dynamic system setting (5). Finally, the value is used by the SOAP connector to invoke the service (2).

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

Explanation

The Performance Profiler is the correct tool to use for collecting performance data for individual steps in a data transform. The Performance Profiler allows you to analyze the performance of specific sections of code or individual methods within an application. It provides detailed information about the execution time and resource usage of each step, allowing you to identify bottlenecks and optimize performance. The Clipboard is used for storing data during the execution of a data transform, while the Database Trace and Performance Analyzer (PAL) are not specifically designed for collecting performance data for individual steps in a data transform.

Submit
70. 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

An authority matrix is the most suitable approval model in this scenario because it allows for approval from different units in the organization. This model defines the levels of authority and responsibility within the organization, specifying who has the power to approve certain requests. In this case, the submitter's manager would have the authority to approve the insurance claim, but if additional approval is needed from operators in other units, the authority matrix would outline their roles and responsibilities in the approval process.

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

Explanation

The Implementation layer of the Enterprise Class Structure contains assets that cannot be reused in other applications. This layer involves the actual development and customization of software applications specific to the organization's needs. The assets created at this layer are typically tailored to meet the unique requirements of a particular application and cannot be easily reused or shared with other applications or divisions within the organization. Therefore, the Implementation layer is where assets are created that are not designed for reuse.

Submit
72. 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

To configure the Get Next Work functionality to meet the requirement of checking the user's associated workbaskets first and consolidating all eligible assignments into a single list before filtering and sorting, you would select the options "Merge workbaskets" and "Get from workbaskets first" on the Operator ID record. "Merge workbaskets" allows the system to combine assignments from multiple workbaskets into a single list, while "Get from workbaskets first" ensures that assignments from workbaskets are retrieved before any other source.

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

Explanation

The first statement, "The action runs each time the user returns to the assignment," is true because adding a pre-processing action to a flow action ensures that it will be executed every time the user returns to the assignment, regardless of whether it has been performed before or not.

The fourth statement, "The action automatically runs if the flow action has the highest likelihood for the assignment in the process flow," is also true. This means that if the flow action has the highest likelihood of being selected in the process flow, the pre-processing action will automatically run without the user having to explicitly opt for it.

Submit
74. 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 for defining the navigation style in a screen flow is identified on the Start shape. This means that the navigation style will be determined by the harness specified on the Start shape of the screen flow.

Submit
75. ok - Which two conditions do you test with a unit test? (Choose Two)

Explanation

The given question asks for the two conditions that are tested with a unit test. The correct answer is "A property value is set correctly by a data transform" and "A data page populates without any errors." These two conditions are typically tested in a unit test to ensure that the functionality of the application is working as expected. The first condition ensures that the data transform is correctly setting the value of a property, while the second condition ensures that a data page is populating without any errors.

Submit
76. Consider the business use case: ok - Responses to customer service requests are required within 24 hours of receipt. Due to seasonal fluctuations, response times may be adjusted at the discretion of business managers. You create a service level agreement (SLA) to monitor response times. Which solution allows adjusting the response times on demand?

Explanation

By delegating the SLA to the business managers, they have the authority and flexibility to adjust the response times as needed based on seasonal fluctuations. This allows for real-time adjustments without the need for manual updates or release cycles. By giving the responsibility to the business managers, they can easily configure the SLA to account for the specific seasonal adjustments that may arise.

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

Explanation

The Application Packaging wizard prompts you to include Data instances and Data types when generating an archive file. Data instances are included to ensure that the data specific to the application is packaged and can be used when the application is deployed. Data types are included to define the structure and format of the data instances. Including both data instances and data types in the archive file ensures that all necessary data is packaged and can be used correctly in the application.

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

Explanation

Global Resource Settings allow you to manage settings in one place, which means that you can easily access and modify all the settings from a centralized location. This saves time and effort as you don't have to navigate through different menus or locations to make changes. Additionally, Global Resource Settings allow you to manage settings without needing to unlock rulesets. This means that you can make changes to settings without interrupting or impacting other processes or rulesets that may be in use.

Submit
79. ok - A company sends a standard confirmation email whenever a case is created. In which layer of the Enterprise Class Structure (ECS) could you apply the email correspondence?

Explanation

In the Enterprise Class Structure (ECS), the email correspondence could be applied in the Enterprise layer. This layer is responsible for managing the overall business operations and strategies of the company. By applying the email correspondence at the Enterprise layer, the company can ensure that a standard confirmation email is sent whenever a case is created, regardless of the specific units or divisions within the organization. This helps to maintain consistency and streamline communication across the entire enterprise.

Submit
80. ok - In which order does validation occur on a standard flow action (choose one)

Explanation

The correct order of validation on a standard flow action is as follows: Client Side Validation, Validate Rule on Flow Action, Post processing Activity. This means that first, any client-side validation is performed to check for any errors or invalid input. Then, the validate rule on the flow action is executed to validate the data against any defined rules. Finally, the post-processing activity is executed after the validation steps are completed. It is important to note that this order is not customizable and cannot be changed per screen.

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

The best way to implement the requirement of conducting each customer interaction with the most appropriate next available CSR is to use a ToWorkbasket router and Pega's Get Next Work functionality. This approach allows for the routing of work to specific workbaskets, which are assigned to individual CSRs or groups of CSRs based on their skills or availability. Pega's Get Next Work functionality ensures that the work is assigned to the next available CSR in the designated workbasket, ensuring efficient and effective customer service.

Submit
82. ok - A requirement states: When a business guest checks out of a hotel, the guest must complete a hotel review to receive a corporate discount. Select the case type relationship that satisfies the requirement.

Explanation

The requirement states that a hotel review must be completed by a business guest when they check out in order to receive a corporate discount. To satisfy this requirement, the hotel review should be configured as a child case of the checkout request. This means that the hotel review is dependent on the checkout request and cannot be completed without it. By configuring it as a child case, it ensures that the hotel review is directly linked to the checkout request and can be easily tracked and managed within the same context.

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

Explanation

To write all errors detected when loading a data page to a log file, you would use an existing function in the error handling data transform. This function allows you to handle and log any errors that occur during the data loading process. By utilizing this existing function, you can ensure that all errors are properly captured and recorded in the log file for further analysis and troubleshooting.

Submit
84. Which requirement causes you to consider using Dynamic Class Referencing (DCR)?

Explanation

Dynamic Class Referencing (DCR) allows for the reuse of a flow from the framework in the implementation layer. By using DCR, the flow can be referenced dynamically, meaning that it can be reused without having to hardcode the specific class name. This allows for greater flexibility and ease of maintenance, as any changes made to the flow in the framework will automatically be reflected in the implementation layer. Therefore, using DCR is the appropriate requirement in this case.

Submit
85. 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

To update the agent's schedule interval, you need to open the agent schedule for each node the agent is running on and make the necessary changes. This means selecting each node individually and accessing the agent schedule to update the interval. This method ensures that the interval is updated for each node where the agent is active.

Submit
86. 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

The version of the correspondence that will run when .Country=CAN is 01-01-35. This is because in the given table, the correspondence with the circumstance .Country = CAN is associated with the version 01-01-20. However, there is another correspondence with the circumstance None, Base rule Checked, which has a version 01-01-25. Since the None, Base rule Checked circumstance is more specific than .Country = CAN, the version 01-01-25 will override the version 01-01-20. Therefore, the correspondence with the version 01-01-35 will be executed.

Submit
87. ok - The primary reason to using the Enterprise Class structure to reach reusability goals is (Choose one)

Explanation

The correct answer is to consider the most appropriate class and ruleset for each rule. This approach allows for flexibility and adaptability in determining the best class and ruleset for each specific rule. By considering the specific requirements and characteristics of each rule, the Enterprise Class structure can be effectively used to achieve reusability goals. This ensures that the appropriate class and ruleset are chosen, maximizing the potential for reusability and efficiency in the system.

Submit
88. ok - A user has an access role that allows them Level 5 access to modify instances of the MyCo-Work-PolicyApp-Endorse class. Which rule type should you use to disallow access to instances of the MyCo-Work-PolicyApp-Endorse class? (Choose One)

Explanation

To disallow access to instances of the MyCo-Work-PolicyApp-Endorse class for a user with Level 5 access, the appropriate rule type to use is "Access Deny". This rule type explicitly denies access to specific instances or classes for users with certain access roles. By using the "Access Deny" rule type, you can restrict the user's access to modify instances of the MyCo-Work-PolicyApp-Endorse class, effectively preventing them from making any changes to it.

Submit
89. 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 correct answer is to add a Split For Each shape and run the request subprocess for each vendor on a page list. This configuration allows the system to automatically call the quote request subprocess for each vendor by iterating through the list of vendors and executing the subprocess for each vendor individually. This ensures that the quote request is sent to multiple shippers as required in the order fulfillment process.

Submit
90. 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

Log Analyzer (PLA) is used during performance and stress testing to analyze the logs and identify any bottlenecks or performance issues in the application. It helps in understanding the application's behavior under high loads and ensures that it can handle the expected user load effectively. PLA is also used during User Acceptance Testing (UAT) to analyze the logs and identify any issues or errors encountered by the users. This helps in troubleshooting and resolving any issues before the application is deployed.

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

Explanation

Before delegating a rule, you should prepare an Access Group that has access to the production ruleset. This is necessary to ensure that the delegated rule can be accessed and executed by the appropriate users. Additionally, an unlocked ruleset should be added to the Application rule as a production ruleset. This allows the delegated rule to be deployed and used in the production environment without any restrictions or limitations.

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

Explanation

To update the logo in a portal header, two steps need to be performed. First, the portal header needs to be updated to reference the new image. This ensures that the portal header displays the updated logo. Second, the new image needs to be uploaded to a binary file record. This allows the system to store the new image and make it accessible for reference in the portal header. By completing these two steps, the logo in the portal header will be successfully updated.

Submit
93. ok - Which one of the following is true about the concepts of push and pull routing as implemented in PRPC?(choose one)

Explanation

In PRPC, push routing refers to assigning work to a worklist, where the system pushes the work item to a specific user or group. On the other hand, pull routing is when users actively grab work items from a workbasket using the "get next work" functionality. Therefore, the statement "Assigning work to worklist is an example of push routing and using get next work to grab work item from workbasket is pull routing" correctly describes the concepts of push and pull routing in PRPC.

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

Explanation

A control specifies a format which uses a mixin. This means that a control defines the specific format that will be used, and this format utilizes a mixin to implement certain functionalities or behaviors. The control is responsible for specifying the format, and the format relies on the mixin to provide additional functionality.

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

Explanation

A branch ruleset is a ruleset that is based off of another ruleset. This means that it inherits the rules and configurations from the parent ruleset, allowing for easier management and maintenance of rules. Additionally, a branch ruleset is designed for large projects, as it allows for better organization and collaboration among team members working on different aspects of the project.

Submit
96. ok - A user is processing a case and receives an error message that the system could not find an appropriate rule to use. Select two possible reasons rule resolution failed to find a rule to execute. (Choose two.)

Explanation

Two possible reasons why rule resolution failed to find a rule to execute are:
1) The availability of the rule chosen by rule resolution is set to Blocked, meaning that the rule is not currently accessible for execution.
2) The user does not have the appropriate privilege to access the rule chosen by rule resolution, indicating that they do not have the necessary permissions to execute the rule.

Submit
97. Which two statements about external classes are true? (Choose Two)

Explanation

An external class always has an associated database table instance because external classes are mapped to database tables. It is possible to create declare index rules on external classes because declare index rules can be used to improve query performance on external tables.

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

Explanation

Attachments can provide additional information required to process a case. This means that attachments can contain important documents or files that are necessary for understanding and resolving a case. By allowing attachments, the system architect ensures that all the relevant information is readily available to the users involved in the case, which can improve the efficiency and effectiveness of the case flow. Additionally, Pega providing attachment functionality out-of-the-box suggests that it is a commonly used and important feature in case management.

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

Explanation

The correct answer states that an Access When record satisfies the requirement of allowing accountants to edit a purchase request only if the case was created by a member of their assigned department. This means that the Access When record ensures that only accountants who are part of the specific department can make edits to the purchase request, providing a level of control and security in the system.

Submit
100. ok - In which two situations do you use the PegaRULES Log Analyzer to analyze application performance? (Choosetwo.)

Explanation

The PegaRULES Log Analyzer is used to analyze application performance in two situations: after the application is deployed to a production system and during User Acceptance Testing. This tool helps identify any performance issues or bottlenecks in the application, allowing developers to optimize and improve its performance. By analyzing the logs generated during these stages, developers can gain insights into the application's behavior and make necessary adjustments to ensure optimal performance.

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

Explanation

The statement "If a user does not have access to the selected rule, the system sends a message that it could not find an appropriate rule to execute" is true about the rule resolution process. This means that if a user does not have the necessary permissions to access a particular rule, the system will notify them that it cannot find a suitable rule to execute. This highlights the importance of having the appropriate access rights in order to effectively utilize the rule resolution process.

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

Explanation

Simulating a connector and calling a connector from a flow both require an activity. In Pega, activities are used to define and execute business logic. Simulating a connector involves testing the connector's behavior without actually invoking it, which requires the use of an activity to simulate the connector's actions. Calling a connector from a flow also requires an activity to execute the necessary logic and interact with the connector. Therefore, both situations mentioned in the answer require an activity.

Submit
103. ok - In which two of the following situations would you simulate an integration? (Choosetwo.)

Explanation

In order to simulate an integration, two situations would be relevant: when the service is not available yet and when you need to test each flow path in the case processing. In the first situation, simulating the integration allows you to continue testing and development even if the actual service is not yet accessible. In the second situation, simulating the integration helps ensure that all possible flow paths in the case processing are functioning correctly.

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

Explanation

When adding a new work group to an application, you need to update the organization rules for Operator ID and Work queue. The Operator ID rule determines the access and permissions for individual users within the work group, while the Work queue rule defines the routing and assignment of work items to the newly added group. By updating these two organization rules, you ensure that the new work group is properly configured and can effectively handle tasks within the application.

Submit
105. 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

The rulesets AccountManagementInt and AccountManagement can be configured to use application validation because they contain the rules for administering checking and savings accounts, which are critical components of the application. Application validation ensures that these rules are properly validated and adhere to the defined standards and best practices. On the other hand, BankCorp, BankCorpInt, and CreditCheck are not directly related to administering accounts and may not require the same level of application validation.

Submit
106. ok - Users create Insurance Coverage Requests cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure, and the type of the procedure. After entering the information, users submit the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate requests can occur. A request is considered a duplicate if the patient name, procedure type, and procedure date match an existing request. You have been given two requirements: Ensure that users can identify duplicate requests. If a case is a duplicate, it is not written to the database. Otherwise, write the case to the database. Which two steps satisfy the requirement that only nonduplicate requests are written to the database? (Choose two.)

Explanation

The first step, configuring the case type to instantiate temporary cases, ensures that each request is treated as a separate instance, allowing for easy identification of duplicate requests. The second step, adding a Persist Case step to the case lifecycle design, ensures that only non-duplicate requests are written to the database. This step checks if the request is a duplicate and if it is not, it proceeds to write the case to the database.

Submit
107. 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

To update the agent schedule so that it runs once every 300 seconds, we need to change the Recurring pattern to Periodic and enter the Interval value. This means that the agent will run periodically at a specified interval of 300 seconds, ensuring it runs every 300 seconds.

Submit
108. ok - A requirement states that the Users role cannot open a purchase request during the Audit stage of the case life cycle. How do you identify the case stage to satisfy this requirement?

Explanation

To satisfy the requirement of preventing Users from opening a purchase request during the Audit stage of the case life cycle, configuring an Access When record would be the appropriate approach. This record allows you to define conditions or rules that determine when access to a specific functionality or action is granted or denied. By setting the condition to restrict access during the Audit stage, the Users role will be restricted from opening a purchase request during that particular stage.

Submit
109. ok - Users are spending excess time researching duplicate cases to determine whether to process or resolve the cases. Which two options allow you to reduce the number of potential duplicate cases? (Choose two.)

Explanation

Increasing the weighting threshold helps to reduce the number of potential duplicate cases by making the system less likely to consider similar cases as duplicates. By increasing the threshold, the system will only consider cases with a higher level of similarity as potential duplicates, reducing the number of cases that need to be researched.

Decreasing the weights of the weighting conditions also helps to reduce potential duplicate cases. Weighting conditions determine the importance of different factors when determining similarity between cases. By decreasing the weights, less emphasis is placed on certain factors, making it less likely for cases with minor differences to be considered duplicates. This reduces the number of cases that need to be researched.

Submit
110. 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

The given scenario requires a cascading approval process based on the submitter's reporting structure and different thresholds for each level. To achieve this, the reporting structure configuration with custom levels should be selected. By configuring when rules, the system can determine the number of levels based on the expense amount. This allows for the manager, director, and vice president to approve expense reports based on their respective thresholds.

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

Explanation

The first statement is accurate because the standard connector error handler flow is designed to handle transient errors and attempt to recover from them. The second statement is not accurate because the standard error handler flow can be customized according to specific requirements. The third statement is not accurate because while the error handler flow is a recommended way to handle integration errors, it may not be suitable for all scenarios. The fourth statement is accurate because the error handler flow is invoked when an error is not handled by any other means.

Submit
112. Select two record types that are involved when configuring a production ruleset. (Choose Two)

Explanation

When configuring a production ruleset, two record types that are involved are Access group and Application. An Access group defines the access privileges for a user or a group of users, determining what actions they can perform within an application. On the other hand, an Application represents a collection of rules, data instances, and other components that define the functionality of an application. Therefore, both Access group and Application are necessary components when setting up a production ruleset.

Submit
113. 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

The statement "Rules in MyCo can reference rules in Claims" is false because the organizational ruleset MyCo is configured as Ruleset Validation, which means it can only reference the prerequisite ruleset MyCoInt and the Pega-ProcessCommander ruleset. It cannot directly reference the application ruleset Claims.

Submit
114. 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

The correct answer is to set default locking on purchase requests and set the "do not lock the parent" option on purchase orders. This configuration ensures that only one user can work on a purchase request case at a time, preventing multiple users from making conflicting changes. However, it allows multiple users to work on purchase order cases simultaneously, avoiding lockouts and allowing parallel processing.

Submit
115. ok - Which requirement can be implemented through circumstancing?

Explanation

This requirement can be implemented through circumstancing because it involves setting different goals for different types of customers based on their classification (platinum or other). By using circumstancing, the application can dynamically determine the appropriate goal based on the customer's classification, allowing for flexibility and customization in the processing of claims.

Submit
116. 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

The correct order in which rules and data instances are applied for a service is 2, 1, 4, 3, 5. First, the service package is applied, followed by the service rule. Then, the mapping rule is applied to convert the format received by the service to the Clipboard structure. After that, the service activity is executed. Finally, another mapping rule is applied to convert the Clipboard structure back to the format specified by the service type.

Submit
117. 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, which represents the table in the external database. It also creates the Property rules used to map the table columns to properties in the Pega application.

Submit
118. 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

To configure the screen flow to meet the requirement of executing every step sequentially, you would select "Only allow navigating back to this step" and "Enable navigation link" on each assignment shape. "Only allow navigating back to this step" ensures that the user can only go back to the previous step and not skip any steps. "Enable navigation link" allows the user to navigate to the next step in the flow. These two options combined ensure that the screen flow progresses in a sequential manner without any skipping or jumping between steps.

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

Explanation

A Circumstance Definition is used to define the values that are used in a circumstance. Circumstances are conditions or situations that can affect the behavior or outcome of a rule in an application. By defining the values used in a circumstance, the application can determine how the rule should be applied based on the specific circumstances. This allows for more flexibility and customization in the application's behavior, as different values can be assigned to different circumstances.

Submit
120. ok - Choose three times when a Thread Level Declarative Page is removed from memory

Explanation

not-available-via-ai

Submit
121. ok - If an Access Role to Object and an Access Deny rule are defined on the same class, which rule takes precedence with respect to security? (Choose One)

Explanation

If an Access Role to Object and an Access Deny rule are defined on the same class, the Access Deny rule takes precedence with respect to security. This means that even if there is an Access Role to Object defined, the Access Deny rule will override it and deny access to the object. PRPC does not prevent them from both being applied to the same class, but the Access Deny rule will always take precedence over the Access Role to Object.

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

Explanation

The report that would require joining classes is "A list of all cases and the assigned user for each case, with child cases categorized by the case ID of the parent case." This report requires joining the "Cases" table with the "Users" table to retrieve the assigned user information for each case. Additionally, it requires categorizing the child cases based on the case ID of their parent case, which would involve joining the "Cases" table with itself to establish the parent-child relationship.

Submit
123. ok - Consider the following scenario: A customer files a fraud complaint. The complaint is investigated by a customer service agent. • The customer service agent may request additional information from the customer. • The merchant is notified and given 15 days to dispute the fraud claim. • If the fraud claim is approved, an affidavit is sent to the customer and a refund is posted to their account. How do you name the step where the agent investigates the claim for fraud?

Explanation

The step where the agent investigates the claim for fraud is named "Claim Investigation".

Submit
124. ok - An application has the following application rulesets: Expenses: 01-01 TGB: 01-01 TGBCatalog: 01-01 A rule with an Apply to: class of TGB-Expenses-Work-Reimbursement references a rule named PopulateLineItems. The six instances of PopulateLineItemsin the rules cache are shown in the following table. Which rule is chosen by Rule Resolution?

Explanation

The rule chosen by Rule Resolution is TGB-Expenses-Work.PopulateLineItems (TGBCatalog: 01-01-03). This is because the rule with the highest priority is selected, and in this case, the priority is determined by the application rulesets. The ruleset TGBCatalog has a higher priority than Expenses, so the rule TGB-Expenses-Work.PopulateLineItems in TGBCatalog (01-01-03) is chosen over the other options.

Submit
125. Which feature would you use to implement the alias pattern?

Explanation

The Property-Ref activity method is the correct answer because it allows you to implement the alias pattern. The Property-Ref activity method is used to refer to a property on a class and retrieve its value. This method can be used to create an alias for a property, allowing you to refer to the property using a different name. This can be useful in scenarios where you want to provide a more meaningful or descriptive name for a property, or when you want to simplify the property name for readability purposes.

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

Explanation

The alert log is the log that is examined to view performance-related issues. This log contains information about system alerts and warnings, including any performance-related events or errors that may impact the system's performance. By analyzing the alert log, one can identify and troubleshoot performance issues and take appropriate actions to optimize the system's performance.

Submit
127. ok - A requirement states: The tax identification number must contain 10 digits. How do you configure the field to support this requirement?

Explanation

The correct answer is to set the minimum and maximum values to "10" in a text field. By setting the minimum and maximum values to "10", the field will only accept input that contains exactly 10 characters, ensuring that the tax identification number meets the requirement of having 10 digits. This is a simple and effective way to enforce the requirement.

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

Explanation

Adding parameters to a rule enables you to separate the functional behavior of a rule from specific business contexts. This means that by adding parameters, you can define the general functionality of a rule and then customize it based on different business contexts or scenarios. This allows for greater flexibility and adaptability, as the same rule can be used in multiple contexts without needing to create separate rules for each specific scenario.

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

Explanation

The "refer to a data page" option on a property would be used to implement the System of Record (SoR) pattern. This option allows the property to refer to a data page, which serves as the source of truth or the system of record for that particular data. By using this option, any changes made to the data page will automatically reflect in the property, ensuring that the property always has the most up-to-date and accurate information from the SoR.

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

Explanation

Using skin inheritance provides two benefits: creating standard styles in a parent skin that are easier to maintain and allowing child skins to only customize the parent skin. This means that child skins can reuse mixins and formats from other child skins with the same parent, while maintaining consistency by not being able to modify formats and mixins from the parent skin. Overall, using skin inheritance simplifies the process of creating and maintaining consistent styles across multiple skins.

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

Explanation

On a portal record, you can configure the user role of the type of user who would access the portal. This helps determine the level of access and permissions that different users have within the portal. Additionally, you can determine which skin to use to apply branding to the portal. This allows you to customize the appearance and design of the portal to align with your organization's branding guidelines.

Submit
132. Which one of the folowing is most true about DB trace and Application Profiler(choose one)

Explanation

The Application profiler is the better tool to see the step-by-step where the elapsed and CPU time. This means that the Application profiler provides more detailed information about the specific actions and time taken by the CPU during the execution of the application. The DB trace may not provide as detailed information about these specific aspects.

Submit
133. ok - Which one statement best explains how you can control navigation within a screen flow?

Explanation

In a screen flow, each step allows the user to determine if they can jump to that step or if they can only jump back to it after it has been completed. This means that the user has control over the navigation within the screen flow and can choose to skip certain steps or go back to previous steps. This flexibility allows for a more customized and user-friendly experience.

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

Explanation

Organizing delegated rules in a separate, unlocked ruleset can help prevent accidental or unauthorized changes to critical elements of the application. By separating the delegated rules into a different ruleset, it adds an extra layer of protection, making it harder for someone to mistakenly modify or tamper with these important rules. Additionally, a separate, unlocked ruleset allows for versioning control of the individual delegated rules, enabling the ability to roll back changes if needed. Furthermore, changes cannot be made to rules in a locked ruleset, so having a separate, unlocked ruleset becomes necessary in order to make any modifications to the delegated rules.

Submit
135. ok - Which two configurations can you use to include access groups into your Product rule? (Choose two.)

Explanation

To include access groups into a Product rule, you can use two configurations. First, you need to associate the access groups with a ruleset that is included in the application. This ensures that the access groups are included and can be used within the Product rule. Second, you need to add the access groups to the application record. This allows the application to recognize and utilize the access groups when the Product rule is executed. By combining these two configurations, you can successfully include access groups into your Product rule.

Submit
136. Where do you configure the thresholds for alerts?

Explanation

In PRLOGGING.XML, you can configure the thresholds for alerts. This file allows you to customize the thresholds according to your needs. It provides the flexibility to set specific values for different alerts based on your system requirements. By modifying the settings in this file, you can ensure that the alerts are triggered at the desired thresholds, enabling effective monitoring and management of your system.

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

Explanation

The reporting requirement that requires the use of a subreport is "Columns to display are: Manager, Name, Count of operators that report to each manager." This is because the count of operators that report to each manager is a separate calculation that cannot be directly obtained from the main dataset. A subreport can be used to fetch the required data and display it within the main report.

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

Explanation

Adopting a rule delegation strategy allows business users and architects to focus on their specific tasks related to application development and maintenance. This means that they can dedicate their time and expertise to these tasks, leading to more efficient and effective work. Additionally, adopting a rule delegation strategy can help improve the business' ability to adapt to changing business conditions. By allowing business users to make changes to the application on their own, the business can quickly respond to new challenges and opportunities without the need for lengthy approval processes. This flexibility can give the business a competitive advantage in a rapidly changing market.

Submit
139. 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

The correct answer is to use a Worklist Assignment association rule to join the Work class to the Assign-Worklist class and to use a class join to the Assign-Worklist class. By using a Worklist Assignment association rule, the data from the Work class can be combined with the data from the Assign-Worklist class based on a specific join filter. This allows for the retrieval of the assigned operator and task name for each open case. Additionally, by using a class join to the Assign-Worklist class and specifying a join filter where the pxRefObjectKey in the join class is equal to an object identifier in the work class, the data can be further combined and filtered to only include the relevant information for the report.

Submit
140. 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 email correspondence rule can be applied in the Organization and Division layers of the Enterprise Class Structure. By applying it in the Organization layer, the rule can be shared and reused across multiple applications within the same organization. Applying it in the Division layer allows for further customization and reuse within specific divisions or departments of the organization. This ensures consistency and efficiency in email correspondence across different applications and divisions.

Submit
141. ok - You are defining a user view for a loan application. If the loan applicant indicates there is an existing open account, the Date account opened must be before the current date. Select the approach that meets the validation requirements.

Explanation

A calendar control allows the user to select a specific date, which can then be compared to the current date to verify if it is in the past. This approach ensures that the Date account opened is validated correctly according to the requirement of being before the current date. Using a pick list control or a validate rule would not provide the necessary functionality to compare the selected date with the current date. A when rule is used for conditional logic and would not be suitable for performing this validation.

Submit
142. ok - An application contains a case type named Time Off. HR requests a report that returns the ID and name of any employee for whom an open Time Off case does not exist. The ID and Name properties are defined for the class Data-Employee-, and an ID property is also defined for the Time Off class. The ID property in the Time Off class points to records in Data-Employee. Select the approach you use to create this report.

Explanation

To create a report that returns the ID and name of any employee for whom an open Time Off case does not exist, it is necessary to create reports in both the Data-Employee- class and the Time Off class. By setting the Time Off report as a subreport of the Employee report, the report will be able to retrieve the ID and name properties from the Data-Employee- class and check for the existence of an open Time Off case. This approach allows for the desired information to be obtained and displayed accurately.

Submit
143. ok - What two actions must you perform to create a class join in a report definition? (Choose two.)

Explanation

To create a class join in a report definition, you need to perform two actions. First, you need to select the type of match for key values, which determines how the records from the joined class will be matched with the primary class. Second, you need to create a prefix for the joined class, which allows you to differentiate the properties of the joined class from the primary class in the report definition. These two actions are necessary to establish the join relationship between the classes and retrieve the desired data in the report.

Submit
144. 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

The option "Use all workbasket assignments in user's work group" limits the search for workbaskets to only those that are defined in the user's work group. This means that when using the "Get Next Work" functionality, the system will only consider assignments from the workbaskets associated with the user's work group. If no assignments are found in these workbaskets, the user's worklist will then be checked. This option ensures that the search for assignments is narrowed down to a specific set of workbaskets based on the user's work group.

Submit
145. ok - You are asked to build a report listing customer order cases with an Order Total value over USD10000 sorted by Creation date (pxCreateDate). The report should display the following three fields: Case ID (pyID), Customer ID, and Order Total. Which property or property combination should you optimize to improve performance?

Explanation

To improve performance for the given report, the property or property combination that should be optimized is pxCreateDate and Order Total. By optimizing these two properties, the report can be sorted efficiently based on the creation date and filter out only the cases with an order total value over USD10000. This optimization will help in reducing the processing time and improving the overall performance of the report.

Submit
146. ok - You want to restrict access to a workbasket to certain users. How do you configure this requirement?

Explanation

To restrict access to a workbasket to certain users, you need to add the access role for allowed users to the workbasket record. This means that only users with the specified access role will be able to access the workbasket. By adding the access role, you are effectively controlling who can view and work on the items in the workbasket, ensuring that only authorized users have access.

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

Explanation

To allow a user to run a specific flow action without conditions, you need to perform two steps. First, add the privilege to a user role that is available to the user's access group. This ensures that the user has the necessary permissions to access and execute the flow action. Second, add the privilege to the flow action record itself. This grants the user the specific permission to run the flow action without any conditions. By performing these two steps, the user will be able to run the specific flow action without any restrictions.

Submit
148. ok - Where do you configure the authentication timeout in PRPC? (Choose One)

Explanation

In PRPC, the authentication timeout can be configured in the access group. The access group is a rule that defines the access privileges and settings for a group of users. By configuring the authentication timeout in the access group, the system can automatically log out users after a specified period of inactivity, enhancing security and preventing unauthorized access to the system.

Submit
149. ok - An application includes the following set of circumstanced instances of a decision table.   You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status= "Silver" is no longer needed by the application. How do you implement this change?

Explanation

When updating the application and incrementing the ruleset version, the circumstance ".Status= 'Silver'" is no longer needed. However, the correct answer suggests that no action is required. This is because rule resolution does not consider rules in a lower minor version of a ruleset. In other words, since the update is in a higher minor version (01-02-01), the previous version (01-01-xx) with the unnecessary circumstance will not be considered during rule resolution. Therefore, there is no need to create a new version or change the availability of the decision table.

Submit
150. 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

To troubleshoot the issue of failed correspondence, you can take the following two approaches:

1. Open the Requestor Management screen in SMA, select the requestor with a waiting message, and run the Tracer. This will allow you to trace the execution of the agent and identify any errors or issues that may have occurred during the process.

2. Open the Broken Process queue, select the entry, and view the error message and stack trace information. This will provide you with specific details about the failed correspondence, such as the error message and the stack trace, which can help you pinpoint the cause of the failure and take appropriate actions to resolve it.

Submit
151. ok - An application must support two case types. The case types are released into production on separate schedules. Given these requirements, which specialization approach do you use?

Explanation

In this scenario, the case types are released into production on separate schedules, but they are organized in unique classes. This means that each case type has its own class, allowing for better organization and separation. However, both case types are managed with a single ruleset, which allows for easier maintenance and consistency across the application. This approach ensures that each case type has its own class for organization purposes, while still using a single ruleset for efficient management.

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

Explanation

Sourcing a data page directly from a UI control is an example of the System of Record (SoR) pattern. This pattern involves accessing and retrieving data from a central data source, which serves as the authoritative system for that particular data. In this case, the UI control is directly linked to the system of record, allowing for real-time data retrieval and updates. This pattern ensures consistency and accuracy of data across different applications or interfaces that rely on the same system of record.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 21, 2019
    Quiz Created by
    Rafael
Cancel
  • All
    All (152)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What advantage does skimming provide over lock and roll as a...
A ________ defines the look and feel of an application.
What does the orange triangle in this screen indicate?
Which two of the following steps do you perform after you develop...
Use the ________________ keyword to reference a parameter in the same...
Ok - Users can select a check box to subscribe to a messaging service....
When creating a new ruleset version, what extra step must the system...
Ok - In processing a parent case P-1, two child cases C-1 and C-2 are...
Ok - You are implementing a UI form collecting job applicant...
Which of the following tools is generally used first when analyzing...
Which symbolic index keyword adds an element to the end of a page list...
Which record do you configure to add an item to the left-pane menu in...
What task must you perform in order to persist a temporary case?
Which layer of the Enterprise Class Structure contains generalized...
An error is generated as a connector invokes a remote service. Which...
Ok - While running an application, a user notes that a system...
Which rule availability setting can you use to force the system to...
How is the signature stored in the application when using a Signature...
In a prepare job offer process, you  configured a Split For Each...
Ok - In which of the following situations would you configure global...
An activity executes the following five steps on an integer property...
A user is granted access to an application which...
Which two of the following options are user interface best practices...
You want to create a reusable font style for buttons, and links. To do...
In which of the following situations would you simulate a data page?
Which two fields are required when adding a parameter to a rule?...
Identify the log you examine to view warnings, errors, and information...
You have added weighted conditions to  duplicate case search in a...
Which two of the following prerequisites would you choose to create a...
Ok - When a user selects a product in a list, the application displays...
Which of the following record types are editable on a production...
The TGB organization structure has a Sales unit, and it belongs to a...
When a process is configured to create temporary cases, which of the...
Ok - You are asked to create a custom status named Open-Review. This...
You have added a cascading approval step that uses an authority...
Ok - Items selected by a user need to be copied to a page list...
You create a product rule to generate an application archive file for...
Management reports that have an unacceptably large number of cases are...
You  created a data transform to concatenate a user's first...
Field values enable you to _________________.
How do you customize the allowed values for a property based on the...
The purpose of a Circumstance Template is to __________.
Which answer best describes the benefit of using screen flows?
Consider the following table where a correspondence is circumstanced...
Select two of the following best practices to follow when designing...
Select two of the following best practices to follow when designing...
Pega provides a feature to upload attachments out-of-the box. Which...
Ok - Users create Insurance Coverage Requests cases to authorize...
Which two of the following options are user interface best practices...
Ok - You populate a data page with product information. The product...
What application do you use to perform remote logging? 
Select two actions can you do with the Pega API? (Choose Two)
You  want to evaluate cases as potential duplicates when the...
You use the Application Import wizard to import an archive file on a...
Match each condition with the correct definition. ...
An application contains a flow action with an Apply to: class of...
Ok - An agent is configured to run at a 600-second interval with a...
A new system architect asks you how user access to attachments is...
A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt,...
A user has the following rulesets in their ruleset list: ...
Which two of the following steps are needed to implement Global...
Which two of the following options are good uses of Connect SQL rules?...
The reason you want to run a process immediately before taking...
What is the importance of application versioning?
Ok - You are preparing to migrate an application to the User...
For what reason would you configure an Access Deny record?
Ok - Users can access an apartment hunting application from different...
The following rule and record types are invoked to determine the...
Which performance tool would you use to collect performance data for...
You configure a cascading approval step for insurance claims. The...
Which layer of the Enterprise Class Structure contains assets that...
You are tasked with configuring the Get Next...
Which two statements about adding a pre-processing action to a flow...
When configuring a screen flow, you identify a single harness to...
Ok - Which two conditions do you test with a unit test? (Choose Two)
Consider the business use case: ...
Which two components does the Application Packaging wizard prompt you...
Select two benefits of using Global Resource Settings. (Choose Two)
Ok - A company sends a standard confirmation email whenever a case is...
Ok - In which order does validation occur on a standard flow action...
Your team is building an application for a contact center that handles...
Ok - A requirement states: When a business guest checks out of a...
You want to write all errors detected when loading a data page to a...
Which requirement causes you to consider using Dynamic Class...
An agent in your system is running on three nodes. You have been asked...
Consider the following table where a correspondence is circumstanced...
Ok - The primary reason to using the Enterprise Class structure to...
Ok - A user has an access role that allows them Level 5 access to...
An order fulfillment process  includes a request for quotes from...
To help ensure application stability and scalability, during which two...
What two artifacts should you prepare in advance before delegating a...
Which two steps do you perform to update the logo in a portal header?...
Ok - Which one of the following is true about the concepts of...
Which option represents the relationship between mixins, controls, and...
A branch ruleset is a ruleset that ___________. (Choose Two)
Ok - A user is processing a case and receives an error message that...
Which two statements about external classes are true? (Choose Two)
A new system architect  questions the value of allowing...
Which requirement do you satisfy with an Access When record?
Ok - In which two situations do you use the PegaRULES Log Analyzer to...
Which of the following statements is true about the rule resolution...
Which two  of the following situations  require an activity?...
Ok - In which two of the following situations would you simulate an...
You add a new work group to an application. Which two organization...
An application contains the following rulesets. ...
Ok - Users create Insurance Coverage Requests cases to authorize...
An agent runs every day at 7:00 A.M. You have been asked to update the...
Ok - A requirement states that the Users role cannot open a purchase...
Ok - Users are spending excess time researching duplicate cases to...
Your application requires a cascading approval for expense reports....
Which two of the following statements are the most accurate with...
Select two record types that are involved when configuring a...
A claims application contains two organizational and two application...
Your application contains a top-level case type named Purchase Request...
Ok - Which requirement can be implemented through circumstancing?
In which order are rules and data instances applied for a service? ...
Which two types of records does the External Database Table Class...
You are tasked with configuring a screen flow. The requirement states...
The purpose of a Circumstance Definition is to _________.
Ok - Choose three times when a Thread Level Declarative Page is...
Ok - If an Access Role to Object and an Access Deny rule are defined...
You are asked to create four reports. Which report would require...
Ok - Consider the following scenario: ...
Ok - An application has the following application rulesets: ...
Which feature would you use to implement the alias pattern?
Identify the log you examine to view performance-related issues.
Ok - A requirement states: The tax identification number must contain...
Adding parameters to a rule enables you to _____________________.
Which feature would you use to implement the System of Record (SoR)...
Which two of the following options are benefits of using skin...
Which two options do you configure on a portal record? (Choose Two)
Which one of the folowing is most true about DB trace and Application...
Ok - Which one statement best explains how you can control...
Select two reasons for organizing delegated rules in a separate,...
Ok - Which two configurations can you use to include access groups...
Where do you configure the thresholds for alerts?
You create a report that uses data from two classes. Which of the...
Select two benefits of adopting a rule delegation strategy. (Choose...
You create a report in a work class that displays the assigned...
You have a requirement to create an email correspondence that can be...
Ok - You are defining a user view for a loan application. If the loan...
Ok - An application contains a case type named Time Off. HR requests a...
Ok - What two actions must you perform to create a class join in a...
What effect does the Use all workbasket assignments in user's...
Ok - You are asked to build a report listing customer order cases with...
Ok - You want to restrict access to a workbasket to certain users. How...
You want to allow a user to run a specific flow action without...
Ok - Where do you configure the authentication timeout in PRPC?...
Ok - An application includes the following set of circumstanced...
You have configured an agent to automatically send correspondence. The...
Ok - An application must support two case types. The case types are...
Sourcing a data page directly from a UI control is an example of which...
Alert!

Advertisement