PEGA Certified System Architect Exam! Trivia

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 San
S
San
Community Contributor
Quizzes Created: 1 | Total Attempts: 14,289
| Attempts: 14,289 | Questions: 107
Please wait...
Question 1 / 107
0 %
0/100
Score 0/100
1. While testing a form, you need to verify the contents of a data page in memory. Which tool do you use to view thecurrent contents of the data page?

Explanation

The Clipboard tool is used to view the current contents of a data page in memory. It allows testers to inspect and verify the data stored in the data page, ensuring that the form is functioning correctly. This tool provides a comprehensive view of the data, allowing testers to analyze and troubleshoot any issues that may arise during testing.

Submit
Please wait...
About This Quiz
PEGA Certified System Architect Exam! Trivia - Quiz

Quiz: PEGA certified system architect exam trivia. One of the major things that make it easy for people to learn how to construct Pega applications is having a... see morebasic understanding of the Java language. When one understands how to create the apps, they will be closer to understanding the Pega platform. This quiz will help review what you recall from your training, do give it a try and see how fresh it all is.
see less

2. You are designing a form for an online bookstore to display new arrivals. The form is displayed on laptops and tablets.Pictures of the book covers are displayed in columns. The number of columns changes depending on the screen size.Which layout do you use to display the book cover pictures?

Explanation

A dynamic layout is the most suitable choice for displaying book cover pictures on a form for an online bookstore. This layout adjusts the number of columns based on the screen size, ensuring that the pictures are displayed optimally on both laptops and tablets. By adapting to different screen sizes, the dynamic layout provides a responsive and user-friendly experience for customers browsing the new arrivals section of the online bookstore.

Submit
3. A customer wants to copy the contents of a previous order to their current order. What rule type do you use to copythe order contents?

Explanation

A data transform is used to copy the contents of a previous order to the current order. Data transforms are used to manipulate data and can be used to copy values from one property to another. In this case, the data transform would be configured to copy the relevant order contents from the previous order to the current order, allowing the customer to easily replicate their previous order.

Submit
4. A data page holds the local weather information and has he Reload if Older Than field to 10 minutes.The data page is created at 11:22. The user then performs the following actions:11:28 the user refreshes the weather information11:40 the user refreshes the weather informationAt what time is the data page reloaded?

Explanation

The data page is set to reload if older than 10 minutes. The data page was created at 11:22. The user refreshes the weather information at 11:28 and 11:40. Since the data page was last created at 11:22 and the user refreshed the information at 11:40, which is more than 10 minutes after the creation time, the data page will be reloaded at 11:40.

Submit
5. You are designing hotel booking forms for a travel application.The first form contains two fields in which users enter a room type and the length of stay in days. A third fielddisplays the total cost of the room.The second form contains a field in which users select additional-cost options such as sight-seeing tour. A second fielddisplays the total cost of the options.The third form contains a field that displays the grand total of the room and options.Which two properties are considered source properties for the declare expression used to calculate the grand total?(Choose Two)

Explanation

The declare expression used to calculate the grand total considers the total cost of the room and the total cost of the options as the source properties. These two properties are used to calculate the final amount that will be displayed in the field of the third form. The length of stay and the options themselves are not considered as source properties for the calculation of the grand total.

Submit
6. A data page holds the local weather information based on the user's address. The data page's Reload if older Thanfield is set to 15 minutes.The data page is created at 09:12.At 09:20 the user requests the weather information.At 09:42 the user requests the weather information.When is the data page reloaded?

Explanation

The data page is reloaded at 09:42 because the Reload if older Than field is set to 15 minutes. Since the data page was created at 09:12 and the user requested the weather information at 09:20, only 8 minutes have passed, which is less than the 15-minute threshold. However, when the user requests the weather information again at 09:42, a total of 30 minutes have passed since the creation of the data page, exceeding the 15-minute threshold. Therefore, the data page is reloaded at 09:42.

Submit
7. Your online shopping application serves international customers. You need to define a Data page that holds currencyexchange rates. All users accessing the application need to use the information.The Scope of this Data Page should be set to___________________.

Explanation

The scope of the Data Page should be set to "Node" because it needs to be shared across all users accessing the application. Setting the scope to "Node" ensures that the Data Page is available and consistent for all users on the same server node. This allows for efficient access and utilization of the currency exchange rates by all users, regardless of their individual requestor or thread.

Submit
8. Which rule can only return a true/false result when evaluating a condition?

Explanation

A When rule can only return a true/false result when evaluating a condition. When rules are used to define conditions that must be met in order for certain actions to be performed. They are commonly used in business rules engines to determine the flow of a process or the execution of certain actions based on specific conditions. When rules evaluate the condition and return a boolean value, either true or false, indicating whether the condition is met or not.

Submit
9. Match the business need to the appropriate service level agreement interval.
Submit
10. On a service level, the passed deadline interval is measured from__________________________.

Explanation

The passed deadline interval is measured from the end of the deadline interval. This means that once the deadline for a task or assignment has passed, the service measures the interval from that point onwards. It does not consider the start of the goal interval, the beginning of the assignment for the user, or when the assignment is ready for the user. The focus is solely on the end of the deadline interval to determine if it has been exceeded.

Submit
11. Users can access an apartment search application from different devices with different screen sizes. A screen displaysthe photos of available properties. On a wide desktop screen, the photos are displayed in an inline format. On asmart phone, the photos should be displayed in a vertical stack.How do you implement the screen for this requirement?

Explanation

not-available-via-ai

Submit
12. A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and WorkStatus. You must sort the cases so the case with the most recent create date appears at the top of the list anddescends in order.How would you design the report definition to support this requirement?

Explanation

To design the report definition to meet the requirement, you should select the "Highest to Lowest" sort type for the "Create Date" column. This will ensure that the cases are sorted in descending order based on the most recent create date, with the case with the most recent create date appearing at the top of the list.

Submit
13. While reviewing a UI form in a Grooming/Elaboration playback, you notice a typo in the label of a field. Which toolallows you to identify the section rule that contains the incorrect label?

Explanation

Live UI is the correct answer because it is a tool that allows you to interact with the user interface of an application in real-time. By using Live UI, you can identify the section rule that contains the incorrect label by navigating through the UI form and inspecting the properties and rules associated with each field. This tool provides a visual representation of the UI and allows you to make changes and see the immediate effect, making it easier to identify and correct any typos or errors in the labels.

Submit
14. You are creating a series of user forms for a travel reservation process. The forms contain fields that display valuesthat are calculated by the system. You want to perform the calculations whenever the user changes a selection ratherthan when a form is submitted. Which rule type would you use to satisfy this requirement?

Explanation

A Declare Expression rule type would be used to satisfy the requirement of performing calculations whenever the user changes a selection rather than when a form is submitted. Declare Expression rules allow for the calculation of values based on other field values or properties, and these calculations can be automatically updated whenever the dependent fields or properties change. This rule type is commonly used for dynamic calculations in user interfaces.

Submit
15. A loan request process has specific approval requirements.-if the amount is for less than USD 1,000, the loan is automatically approved.-if the amount is greater than USD 1,000 and the loan type is an automobile loan, the loan must be approved by afinance manager.-if the amount is greater than USD 1,000 and the loan type is a mortgage, the loan must be approved by a vicepresident.Which rule type do you use to satisfy this requirement?

Explanation

A decision tree is the appropriate rule type to satisfy this requirement because it allows for the evaluation of multiple conditions and the execution of different actions based on those conditions. In this case, the decision tree can evaluate the loan amount and loan type to determine the appropriate approval authority. If the loan amount is less than USD 1,000, the loan is automatically approved. If the loan amount is greater than USD 1,000 and the loan type is an automobile loan, the loan must be approved by a finance manager. If the loan amount is greater than USD 1,000 and the loan type is a mortgage, the loan must be approved by a vice president. The decision tree can handle these multiple conditions and actions effectively.

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

Explanation

not-available-via-ai

Submit
17. A hotel reservation application has the following requirement: Users must select the destination city from a list ofoptions. The list is filtered on user entry. As a user types the city name, the list of options narrows.Which UI control allows you to implement this requirement?

Explanation

The AutoComplete UI control allows users to select the destination city from a list of options that is filtered based on their entry. As the user types the city name, the list of options narrows down, making it easier for them to find and select the desired destination. This control provides a more efficient and user-friendly way to search for and select the city compared to other options like Drop-down, List to List, or Menu.

Submit
18. While preparing to release an application, you notice a guardrail violation on an activity you wrote. The activity copiesthe customer's shipping address to their billing address. How do you address this guardrail violation?

Explanation

The correct answer is to replace the activity with a data transform to copy the shipping address to the billing address. This is the appropriate solution because using a data transform is a more efficient and standardized way to perform this task. It ensures consistency and reusability across the application, and avoids any potential issues or violations that may arise from using an activity for this purpose.

Submit
19. You need to copy data from a page with customer data to a page used for a credit card payment. Most of theproperties can be mapped as-is, but the first and last names must be concatenated into a full name. Which rule typewould you use to copy the content?

Explanation

A data transform would be the appropriate rule type to use in this scenario. A data transform allows for the manipulation and transformation of data between different pages or data structures. In this case, the first and last names need to be concatenated into a full name, which can be easily achieved using a data transform rule.

Submit
20. In which situation does a case type for software upgrade requests reuse a rule through pattern inheritance?

Explanation

Pattern inheritance allows a case type to reuse rules and behaviors from a parent case type or a pattern. In this scenario, the authorization process is likely defined in a parent case type or a pattern, and the software upgrade request case type inherits this process, eliminating the need to recreate the authorization rules.

The other options are incorrect because they describe the use of standard data classes (Data-Party-Operator) or case type specific configurations, which do not involve pattern inheritance.

Submit
21. A Service Request case type has a CustomerGrade property. How do you set the value of the CustomerGradeproperty to Silver when a service request case is created?

Explanation

The correct answer is to configure the pyDefault data transform to set the CustomerGrade property value. A data transform is used to set default values for properties when an object is created. In this case, when a service request case is created, the pyDefault data transform can be configured to set the value of the CustomerGrade property to "Silver". This ensures that every new service request case will have the CustomerGrade property set to "Silver" by default.

Submit
22. In a purchase application, you allow customers to create purchase requests. Each purchase request contains a list ofline items. Each line item holds the product identifier, quantity, and price. If a product is not in stock the applicationcreate a purchase order. The purchase order is processed by the purchasing team. Which two entities would youmodel as case types? (Choose Two)

Explanation

The two entities that would be modeled as case types are the Purchase request and the Purchase order. This is because both the purchase request and the purchase order are separate processes that need to be tracked and managed in the application. The purchase request is created by the customer and contains a list of line items, while the purchase order is created by the application when a product is not in stock and needs to be processed by the purchasing team. Both entities have their own distinct workflow and set of actions, making them suitable for modeling as case types.

Submit
23. While preparing to release an application, you notice a guardrail violation on an activity you wrote. The activity copies the content of a previous customer order to the current order. How do you address this guardrail violation?

Explanation

The correct answer is to replace the activity with a data transform to copy the content of the previous order to the current order. This is the appropriate solution for addressing the guardrail violation because using a data transform is a more efficient and recommended approach in Pega applications. It helps to streamline the process and improve performance by eliminating unnecessary activities. Additionally, data transforms are designed specifically for data manipulation and transformation tasks, making them the ideal choice in this scenario.

Submit
24. A customer views a product available in multiple color options. The customer must select only one color for eachproduct. Which UI control allows a developer to present the user with all color choices at once, without prompting orclicking, while ensuring that the user can only select one of the color options?

Explanation

Radio buttons are the correct UI control for this scenario because they allow the developer to present all color choices to the user at once without requiring any additional actions. Radio buttons also ensure that the user can only select one color option as they are designed to allow a single selection from a list of options.

Submit
25. Review the following Decision Table:If the credit score is 723 and the outstanding balance is 2157, which value will be returned?

Explanation

Based on the given decision table, if the credit score is 723 and the outstanding balance is 2157, the value returned will be "Reject".

Submit
26. You need to add a button to a user form. When the button is pressed, the application invokes a data transform, thencreate a new case.How do you implement this functionality?

Explanation

To implement the functionality of invoking a data transform and creating a new case when the button is pressed, the correct approach is to configure an action set on the button control. An action set allows you to define a set of actions that will be performed when the button is clicked. By configuring the action set on the button control, you can specify the data transform and case creation actions to be executed when the button is pressed. This ensures that the desired functionality is achieved when the button is clicked by the user.

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

Explanation

By configuring the mandatory fields as "Required" in the section rule, asterisks can be added to indicate that those fields are mandatory. This is the most appropriate way to visually indicate to users that certain fields need to be filled before submitting the form.

Submit
28. The approval process for a purchase request case must satisfy the following requirements:-A request for office supplies placed by the Facilities department that totals EUR100 or less is automatically approved.-A request for software is automatically rejected unless requested by the IT department.-Any request that exceeds EUR1000 is automatically subject to review by the Auditing department.Which type of rule would you configure to satisfy this requirement?

Explanation

A decision tree would be configured to satisfy this requirement because it allows for multiple conditions to be evaluated in a sequential manner. The decision tree would start with the condition of the request being for office supplies placed by the Facilities department and totaling EUR100 or less, which would result in automatic approval. The next condition would be for requests for software, which would be automatically rejected unless requested by the IT department. Finally, the condition for requests exceeding EUR1000 would trigger a review by the Auditing department. The decision tree allows for these multiple conditions to be evaluated and the appropriate action to be taken based on each condition.

Submit
29. You are designing a form for an online bookstore to display new arrivals. In the form, the book cover pictures aredisplayed in a row, like words in a sentence. Once the row reaches the full width of the screen, it wraps around tobegin a new row.Which layout do you use to display the book cover pictures?

Explanation

The dynamic layout is the most suitable option for displaying book cover pictures in a row, like words in a sentence, and wrapping around to begin a new row once the full width of the screen is reached. This layout allows for flexibility and responsiveness, adjusting the number of pictures per row based on the screen size and orientation. It ensures a seamless and visually appealing display of new arrivals in the online bookstore form.

Submit
30. An application allows bank customer to apply for a credit card. During the process of applying for the credit card,customers can elect to transfer a balance to the card.The bank currently offers three balance transfer options for customers applying for a new credit card:1. 0 percent interest for 6 months.2. 2.9 percent interest for 12 months.3. 3.9 percent interest for 24 months.The bank requires that customers first elect whether to transfer a balance. If customers elect to transfer a balance,they must select one of the three options.Which control allows you to display all the balance transfer offers on the form, but only allows the customer to selectone offer?

Explanation

Radio buttons allow the customer to select only one offer from the available balance transfer options. Unlike checkboxes, where multiple options can be selected, radio buttons restrict the selection to only one option. This ensures that the customer can choose only one offer and prevents any confusion or errors in the selection process. A text area or picklist would not be suitable in this case as they do not provide a clear and limited set of options for the customer to choose from.

Submit
31. You have created a series of forms for a vacation booking process. Declarative expressions are used to calculatevalues such as the cost of the flight, hotel, car rental, and taxes. The last form includes a field that displays the totalamount that will be charged on the user's credit card.How do you configure the calculations so that the total amount is calculated only when the user reaches the lastform?

Explanation

The correct answer is to use the backward chaining option for the total amount expression and forward chaining for all the other expressions. This means that the total amount will only be calculated when the user reaches the last form, as backward chaining calculates values based on the current form and forward chaining calculates values based on previous forms. By using backward chaining for the total amount expression, it ensures that the calculation is only performed when all the necessary values have been entered by the user. Forward chaining for the other expressions allows for real-time calculation and updates as the user fills out the forms.

Submit
32. An application allows bank customer to apply for a credit card. During the process of applying for the credit card,customers can elect to transfer a balance to the card.The bank currently offers three balance transfer options for customers applying for a new credit card:4. 0 percent interest for 6 months.5. 2.9 percent interest for 12 months.6. 3.9 percent interest for 24 months.The bank requires that customers first elect whether to transfer a balance. If customers elect to transfer a balance,they must select one of the three options.Which type of rule do you use to test whether the customer has decided to transfer a balance?

Explanation

The correct answer is "When rule". A "When rule" is used to test a condition and perform an action based on the result of that condition. In this case, the condition being tested is whether the customer has decided to transfer a balance. The "When rule" will check if the customer has elected to transfer a balance and then proceed with the appropriate action based on their selection.

Submit
33. A new hire process includes a Screen Job Applicant assignment. The recruiter who has been assigned the task shouldcomplete it within 24 hours. If the assignment is not completed in 24 hours, the system automatically sends an emailnotification to the hiring manager.How would you configure the process to ensure that the director receives the email after the goal is passed?

Explanation

Adding an SLA (Service Level Agreement) with an escalation action to the assignment ensures that if the recruiter fails to complete the task within 24 hours, the system will automatically trigger the escalation action, which in this case is sending an email notification to the hiring manager. This ensures that the director receives the email after the goal (24-hour deadline) is passed. This configuration helps in maintaining accountability and ensuring timely completion of tasks in the new hire process.

Submit
34. An insurance claim case type is defined as follows:If the Review claim step is configured to set the status toPending-Investigation?

Explanation

The correct answer is "When the Review claim step starts." This means that as soon as the Review claim step is initiated, the status of the claim is set to Pending-Investigation. This suggests that the Review claim step is the first step in the process of reviewing and investigating an insurance claim.

Submit
35. An application that generates auto insurance quotes allows users to add a substitute transportation reimbursementoption to their coverage. Users who add this option are required to select one of three reimbursement levels:-UP to $10/day-UP to $25/day-UP to $50/dayYou must configure a form to add a check box that allows user to select the substitute transportation reimbursementoption. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar tothe following example.How do you configure the UI to present users with the set of reimbursement levels only if the user selects thereimbursement option?

Explanation

To configure the UI to present users with the set of reimbursement levels only if the user selects the reimbursement option, you need to add a visible when condition on the radio button control. This means that the radio button control will only be visible if the user selects the reimbursement option. This ensures that the reimbursement levels are only presented to the user when necessary, improving the user experience and preventing confusion.

Submit
36. Which issue is identified as a Guardrail violation?

Explanation

The issue identified as a Guardrail violation is when a property in a report has not been optimized. Guardrails are guidelines provided by Pega to ensure best practices are followed during application development. Optimizing properties in reports helps improve performance by reducing the amount of data fetched from the database. When a property in a report is not optimized, it can lead to slower response times and inefficient use of system resources, which violates the Guardrail guidelines.

Submit
37. There are several components involved when calling an external service. A data transform is typically used whenprocessing the response returned by the external system. What is the purpose of that data transform?

Explanation

The purpose of the data transform in this scenario is to map the response returned by the external system to the application's data structure. This allows the data from the external service to be properly formatted and organized in a way that can be easily utilized by the application. It ensures that the data is transformed and mapped correctly, enabling seamless integration between the external system and the application.

Submit
38. You have created a new report that contains a list of employees, hire dates, and managers. You have been asked todisplay each manager in a row. Beneath each manager row, you must list the manager's employees and their hiredates. How would you support this request?

Explanation

To support the request of displaying each manager in a row and listing their employees and hire dates beneath, the most appropriate action would be to group the manager column. Grouping the manager column will allow the report to organize the data based on each unique manager, creating a separate row for each manager. This will enable the report to display the manager's employees and their hire dates beneath their respective row, providing the desired format for the report.

Submit
39. You have been asked to create a sequence of user forms for a travel reservation process. The forms contain fieldsthat require calculation. For which reason do you use a declare expression to calculate values?

Explanation

A declare expression is used to calculate values wherever a field is updated. This means that whenever a user enters or updates a value in a field, the declare expression will automatically perform the calculation and update the corresponding values in other fields. This ensures that all calculations are accurate and up-to-date, regardless of when or where the field is updated.

Submit
40. An application that generates auto insurance quotes allows users to add a substitute transportation reimbursementoption to their coverage. Users who add this option are required to select one of three reimbursement levels:-UP to $10/day-UP to $25/day-UP to $50/dayYou must configure a form to add a check box that allows user to select the substitute transportation reimbursementoption. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar tothe following example.Which type of decision rule do you configure to test whether the user has selected the substitute transportationreimbursement option?

Explanation

not-available-via-ai

Submit
41. Which of the following scenarios requires the configuration of an action set?

Explanation

Clicking a button clears the fields in a form requires the configuration of an action set because it involves an action that needs to be triggered when the button is clicked. The action set can be configured to clear the fields in the form, ensuring that the desired behavior is achieved when the button is interacted with.

Submit
42. A shopping cart contains a list of order items. A customer searches for items by category. The application returns alist of items in that category, including name, description, and unit price. The user can select an item to add in ashopping cart.Which of the following data would you store in a local data source?

Explanation

Storing shopping cart items in a local data source would be the most appropriate choice. Since the shopping cart contains a list of order items that the customer has selected, it makes sense to store this data locally for easy access and manipulation. Customer data, product categories, and order details may be stored in a remote data source or database, as they are not directly related to the items in the shopping cart. Storing shopping cart items locally allows for efficient management and tracking of the customer's selected items.

Submit
43. In which of the following situations would you use a SQL connector?

Explanation

A SQL connector would be used in the situation of executing complex SQL statements such as a stored procedure. This is because a stored procedure is a collection of SQL statements that can be executed as a single unit, and a SQL connector provides the necessary functionality to connect to a database and execute these complex statements.

Submit
44. You are developing a purchase application that integrates with an external inventory management system. A___________ allows you to build the interface so that Pega can request information from the inventory managementsystem.

Explanation

A connector allows you to build the interface so that Pega can request information from the inventory management system. Connectors are used to establish communication between different systems and exchange data. In this case, the connector will enable the purchase application to interact with the external inventory management system and retrieve the required information.

Submit
45. An insurance company offers personal property policies. Art collections and wine collections are category as specialtypes of personal properties. The company employs appraisers who are qualified to perform appraisals for either artcollections or wine collections. Appraisers can only perform appraisal assignment in their qualified field.How would you configure the router so that the assignment is worked on by a qualified appraiser? 

Explanation

By associating each appraiser to a work group that uses skill parameters, the router can ensure that the assignment is worked on by a qualified appraiser. This means that only appraisers with the necessary skills and qualifications for either art collections or wine collections will be assigned to the respective appraisal assignments. This configuration allows for efficient and accurate appraisal assignments based on the specific expertise of each appraiser.

Submit
46. In which situation is the use of an activity necessary?

Explanation

An activity is necessary when writing a message to a log file because it involves a specific action that needs to be performed, which is logging the message. This action requires a separate activity to handle the process of writing the message to the log file. The other options mentioned, such as setting default values, calculating age, and concatenating strings, can be achieved without the need for a separate activity.

Submit
47. Which requirement is satisfied by configuring a service level agreement?

Explanation

Configuring a service level agreement satisfies the requirement of completing a transaction review within 24 hours. A service level agreement is a contract between a service provider and a customer that outlines the level of service that will be provided. By including a specific timeframe for completing transaction reviews in the agreement, the service provider ensures that this requirement is met and that customers receive timely and efficient service.

Submit
48. You are designing a case type that includes a process to perform when a case is rejecting. How do you model thisrequirement in the case life cycle?

Explanation

To model the requirement of performing a process when a case is rejecting, you should add an alternate stage and include the rejection process within that stage. This allows for a clear separation of the rejection process from the primary stages, ensuring that it is only executed when needed. By adding it as an optional process within the alternate stage, it provides flexibility for cases that may not require the rejection process.

Submit
49. Which requirement would be implemented through circumstancing?

Explanation

Circumstancing would be implemented for the requirement where an application sends an email to a customer to confirm opening an account. For customers in certain states or provinces, the email includes a mandatory disclosure. Circumstancing allows for different actions to be taken based on specific conditions or circumstances. In this case, the application is able to determine the customer's location and include the appropriate disclosure in the confirmation email based on that information.

Submit
50. You want to create a data page with a list of available shipping options. The shipping options are stored in a databasetable mapped in the application. Which source option would you select for the data page?

Explanation

A report definition would be the most appropriate source option for the data page in this scenario. A report definition allows you to retrieve data from a database table and present it in a structured format. Since the shipping options are stored in a database table, using a report definition would enable you to easily fetch and display the available shipping options in the data page.

Submit
51. An applicant submits a loan request.The system validates information on the loan application and calculates the applicant's credit score based on creditreports and the customer's account history with the bank.If the customer's credit score is unacceptable, the customer is notified of the result and the loan application is closed.If the customer's credit is acceptable, the loan application is forwarded to a loan officer for review.If the loan officer approves the loan request, the loan application is sent to the underwriting department forprocessing.If the loan officer rejects the loan request, the customer is notified of the result and the loan application is closed.Select the case life cycle design that most closely fellows the guidelines for identifying and naming stages for the usecase.

Explanation

The given answer follows the guidelines for identifying and naming stages for the use case. It starts with the "New" stage where the loan request is submitted, then moves to "Credit Check" where the system validates the applicant's information and calculates the credit score. Next is the "Review" stage where the loan application is forwarded to a loan officer for review. If the loan officer approves, it goes to the "Underwriting" stage for processing. If the loan officer rejects, it goes to the "Rejected" stage. This design accurately represents the different stages in the loan application process.

Submit
52. You have designed a decision tree that you want to unit test. You want to test various input values to ensure that youget the expected results. How would you unit test your decision tree?

Explanation

To unit test the decision tree, you would run the decision tree and enter values on the test page. This would allow you to simulate different input values and observe the corresponding results generated by the decision tree. By doing so, you can verify if the decision tree is functioning as expected and producing the desired outcomes for different scenarios.

Submit
53. During a playback, you place a flow in draft mode to address which limitation?

Explanation

When placing a flow in draft mode during playback, it helps to avoid errors caused by references to rules that have not yet been created. By putting the flow in draft mode, you can work on it without the need for all the necessary rules to be in place. This allows you to create and refine the flow without encountering errors related to missing rules. Once the necessary rules are created, you can then activate the flow and ensure its smooth functioning.

Submit
54. The application contains a case type ORG-App-Work-PurchaseOrder. The case type uses an embedded page to holdcustomer information. The embedded page is of class ORG-App-Data-Customer.What would be the most appropriate "Applies To:" class for a section rule displaying customer information?

Explanation

The most appropriate "Applies To:" class for a section rule displaying customer information would be ORG-App-Data-Customer. This is because the embedded page that holds the customer information is of class ORG-App-Data-Customer, indicating that this class is specifically designed to store and manage customer data. Therefore, using this class as the "Applies To:" class for the section rule would ensure that it is correctly linked to the customer information in the case type.

Submit
55. Mach each data page scope to its use case.
Submit
56. In an application, three email addresses (work, home, and other) can be captured for a customer. You use .Email(work) to refer to the work email address. What type of property is used to capture the email addresses?

Explanation

The correct answer is Value group. In this application, a value group is used to capture the three email addresses (work, home, and other) for a customer. The .Email(work) notation indicates that the specific email address being referred to is the work email address.

Submit
57. You have been asked to create a report that displays the following information:-Assigned case worker (.pxAssignedOperatorID)-Requestor (.pxCreateOperator)-Request date (.pxCreateDateTime)-Due date (.DueDate)-Assigned vendor (.VendorName)The report contains a filter to only return purchase requests with a status (.pyStatusWork) of open.Which property can you optimize to improve report performance?

Explanation

To improve report performance, the property that can be optimized is .DueDate. By optimizing this property, the report will be able to filter and display the information based on the due date more efficiently, resulting in improved performance.

Submit
58. An application contains three data types: A, B, and C. The class structure looks as follows:MyCo-App-DataMyCo-App-Data-AMyCo-App-Data-A-BMyCo-App-Data-A-B-CEach class has a data transform called SetValues. With the Call data transforms in superclass option selected. TheSetValues data transform sets the properties PropA and PropB, as shown in the table below.Class Property valueMyCo-App-Data PropA 1MyCo-App-Data-A PropB 2MyCo-App-Data-A-B PropA 3MyCo-App-Data-A-B-C probB 4What is the value of ProbA and ProbB after the Setvalues in MyCo-App-Data-A-B has been invoked?

Explanation

The value of PropA is 3 and the value of PropB is 2 after the SetValues data transform in MyCo-App-Data-A-B has been invoked. This is because the Call data transforms in superclass option is selected, which means that when the SetValues data transform is invoked in the MyCo-App-Data-A-B class, it will also invoke the SetValues data transform in its superclass MyCo-App-Data-A. Therefore, the value of PropA is set to 3 in the MyCo-App-Data-A-B class, and the value of PropB remains 2 from the MyCo-App-Data-A class.

Submit
59. Pega 7 comes with numerous API activities. In which situation would you explore available API activities?

Explanation

When automating case processing, it is necessary to explore the available API activities in Pega 7. API activities provide a way to interact with external systems and perform tasks such as retrieving data, updating records, or triggering events. By exploring the available API activities, developers can identify the appropriate ones to use in their automation process, ensuring seamless integration and efficient case processing.

Submit
60. As part of an authorization process, you need to check whether members of a health care organization are eligible forcoverage based on the policy contract terms. Your application uses an activity to perform this evaluation.Which shape would you use to add the activity to the process?

Explanation

In this scenario, the activity is used to perform the evaluation of whether members of a health care organization are eligible for coverage based on the policy contract terms. A utility shape would be the most appropriate choice to add this activity to the process. A utility shape is typically used to represent an activity that performs a specific function or calculation in a process. In this case, the evaluation of eligibility for coverage is a specific function that needs to be performed as part of the authorization process.

Submit
61. On an Account Management form, you need to add a link control for changing the mailing address. When users clickthe link, the application runs a ChangeAddress flow in a modal dialog.How do you implement this requirement?

Explanation

The correct answer is to configure an action set on the link to launch the flow in a modal dialog. This option allows the user to click the link and initiate the ChangeAddress flow in a modal dialog, providing a seamless and focused user experience. By configuring an action set, the necessary actions and behavior can be defined to ensure the flow is launched correctly in the desired dialog format.

Submit
62. You have been asked to configure a rule for use in a business process to evaluate multiple property values and returna text value as a result. Which type of rule satisfies this requirement?

Explanation

A decision tree is the type of rule that can be used to evaluate multiple property values and return a text value as a result. Decision trees are commonly used in business processes to make decisions based on a series of conditions and actions. By configuring a decision tree, you can define different paths based on the property values and determine the appropriate text value to return as the result.

Submit
63. A purchase request case creates a child case to check inventory. If products are added to or deleted from thepurchase request, the data needs to be propagated to the check inventory case.What is true with regards to the data propagation feature for the above requirement?

Explanation

The correct answer states that the data propagation feature will automatically propagate values from the purchase request case to the check inventory case when it is created. However, any subsequent updates to the data will need to be manually handled. This means that if there are any changes to the products added or deleted from the purchase request, the values will not be automatically updated in the check inventory case. The user will have to manually update the data in the check inventory case to reflect the changes made in the purchase request case.

Submit
64. ABC Corp requires that policyholders receive email indicating the status of their auto insurance claim as the claim isprocessed. You create the work party for the policyholder as an instance of which class?

Explanation

The work party for the policyholder should be created as an instance of the "Data-Party-Person" class. This class is specifically designed to represent individuals, which is appropriate for policyholders who are people. The other options, such as "Data-Party-Operator" and "Data-Party-Org," are not suitable for representing individual policyholders.

Submit
65. In a hotel reservation application, a form displays a list of hotels with available rooms based on the check-in andcheck-out dates entered by users.How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?

Explanation

not-available-via-ai

Submit
66. Match each development task to the appropriate role.
Submit
67. To qualify for an automobile loan, the applicant must have a credit score of at least 740 and must be currentlyemployed. If either condition is not met, the loan request cannot be submitted.How would you configure the process to support this requirement?

Explanation

The correct answer is to create one validate rule that includes two conditions - one for the credit score property and one for the employment status property. This option is the most efficient and logical way to configure the process to support the given requirement. By combining both conditions into one rule, it ensures that both criteria must be met in order for the loan request to be submitted. This simplifies the process and avoids the need for multiple rules or separate validation steps.

Submit
68. Users are required to enter their date of birth in the format dd/mm/yyyy. Which two options ensure that a userprovides a date in the correct format? (Choose Two)

Explanation

The first option, "Use an Edit Validate rule to test the value entered by the user," ensures that the user provides a date in the correct format by validating the format of the date entered by the user. The Edit Validate rule can be configured to check if the date matches the required format of dd/mm/yyyy.

The second option, "Use a Calendar control to allow the user to select the date," ensures that the user selects a date in the correct format by providing a calendar control for the user to choose the date from. The calendar control can be configured to display the date in the format dd/mm/yyyy, thus ensuring that the user selects a date in the correct format.

Submit
69. An insurance claim case is field by a customer and assigned a claim type (fire, flood, or theft). The claim contains a listof loss items. Which of the data would you store in a local data source?

Explanation

In this scenario, the data that would be stored in a local data source are the "Items of loss." The local data source would contain information about the specific items that were lost or damaged in the insurance claim case. This data would be necessary for further processing and assessment of the claim. Storing the items of loss locally would allow for easy access and retrieval of this information when needed.

Submit
70. When processing an insurance claim you need to retrieve the customer's insurance policies from a web service. Youinvoke the connector from a_______________.

Explanation

When processing an insurance claim, retrieving the customer's insurance policies from a web service can be done by invoking the connector from a data page. A data page is a temporary storage area that holds data retrieved from an external system or generated by an activity. It allows for efficient data retrieval and can be easily accessed by other parts of the application. In this case, using a data page to invoke the connector ensures that the customer's insurance policies are readily available for processing the claim.

Submit
71. Customer Service Representatives (CSRs) review customer requests to replace a lost or stolen credit card. Once therequest is approved, customers are notified by letter of the expected delivery date for a replacement card typicallywithin one week.The CSR must be able to prioritize time-sensitive requests such as requests from customers who are on vacation.Time-sensitive requests are prioritized as follows:-Customers receive a replacement card the next day.-Fulfillment requests are sent to a dedicated workbasket.-Customers receive notification of the expected delivery date by email.How do you provide CSRs with the option to increase the assignment urgency for requests from a customer with atime-sensitive need?

Explanation

not-available-via-ai

Submit
72. Match each process step to the appropriate flow shape.
Submit
73. You want to provide instructions to the user filling out a form. You are considering using paragraph rules for theinstructions. What three benefits do paragraph rules provide over standard labels? (Choose Three)

Explanation

Paragraph rules provide three benefits over standard labels: they are supported in correspondence, they can include images, and they support rich text. This means that paragraph rules can be used not only in forms, but also in other types of communication such as emails or letters. Additionally, they allow for the inclusion of images, which can enhance the instructions or provide visual guidance to the user. Lastly, paragraph rules support rich text formatting, allowing for the use of different fonts, colors, and styles to make the instructions more visually appealing and easier to read.

Submit
74. In an airline reservation application, users enter departure and return dates and submit for flight search. This isimplemented as a flow action. You need to ensure that the return date is later than the departure date. You alsoneed to copy the dates to a search parameter page that is used for flight search.Select the two rule types that the flow action references to satisfy these requirements. (Choose Two)

Explanation

The flow action needs to ensure that the return date is later than the departure date, which requires validation. The "Validate" rule type can be used to validate the dates entered by the user. Additionally, the flow action needs to copy the dates to a search parameter page, which requires data transformation. The "Data Transform" rule type can be used to copy the dates to the search parameter page.

Submit
75. ABC Corp requires that expenses billable to a client are reviewed by an auditor in the Finance department. After theauditor approves the expenses, the client is billed. You create the work party for the auditor as an instance of whichclass?

Explanation

The correct answer is Data-Party-Operator. In this scenario, the work party being created is for the auditor in the Finance department who will review and approve the expenses. The Data-Party-Operator class represents an operator or user in the system who performs specific tasks or functions. Since the auditor is an employee in the Finance department and has the authority to review and approve expenses, they can be considered as an operator in this context.

Submit
76. An application allows bank customer to apply for a credit card. During the process of applying for the credit card,customers can elect to transfer a balance to the card.The bank currently offers three balance transfer options for customers applying for a new credit card:1. 0 percent interest for 6 months.2. 2.9 percent interest for 12 months.3. 3.9 percent interest for 24 months.The bank requires that customers first elect whether to transfer a balance. If customers elect to transfer a balance,they must select one of the three options.How do you present users with the set of balance transfer options only if they elect t transfer a balance to their card?

Explanation

To present users with the set of balance transfer options only if they elect to transfer a balance to their card, the correct approach is to add a visible when condition on the layout containing the balance transfer offers. This means that the layout will only be visible to the users if they have selected the option to transfer a balance. By doing so, the users will be able to see and choose from the available balance transfer options, ensuring that they are presented with the relevant choices based on their selection.

Submit
77. A company establishes a deadline to respond to customer inquiries. During the month of June, an increase incustomer inquiries lengthens the average response time per inquiry beyond the established deadline. To address thisissue, the company decides to lengthen the deadline until theHow do you satisfy this requirement?

Explanation

The correct answer is to "Circumstance the service level using the Property and Date option, and specify a start date and end date for the extended deadline." This option allows the company to adjust the service level based on the increased customer inquiries during the month of June. By specifying a start date and end date for the extended deadline, the company can ensure that the response time per inquiry is within the established deadline. This approach provides a targeted solution to address the issue without affecting other processes or properties.

Submit
78. A customer data object has a list of addresses as depicted by the data model below. How would you define theaddress property in the customer class?

Explanation

The address property in the customer class should be defined as a page list. This means that it is a collection of pages, where each page represents an individual address. This allows for easy access and manipulation of each address within the list.

Submit
79. A process routes loan request to a specific loan officer based on the type of loan.-if the loan is a mortgage, it is routed to Adam Ross.-if the loan is for an automobile, it is routed to Julia Samuels.-if the loan is an equality line, the case is routed to Don Smith.How would you configure a router to ensure the case advances to the correct loan officer?

Explanation

The correct answer is to route the case to a worklist that references a decision table. This is because a decision table allows for the mapping of loan types to specific loan officers. By using a decision table, the system can automatically determine the appropriate loan officer based on the type of loan and route the case to their worklist.

Submit
80. You need to send correspondence to customers who hapreliminary approval by email. The system then sends an official approval by letter.How would you configure the necessary correspondence rule(s)?

Explanation

The correct answer is to create one correspondence rule for the email and another correspondence rule for the letter. This configuration allows for the customization of the correspondence for each medium (email and letter) separately. By using separate rules, the content, formatting, and delivery options can be tailored to meet the specific requirements of each communication method.

Submit
81. You need to read from an external database table containing inventory data. Which two ways could you integratewith the table? (Choose Two)

Explanation

To integrate with an external database table containing inventory data, you can use a SQL connector. A SQL connector allows you to establish a connection with the database and execute SQL queries to read data from the table. Additionally, you can also map the table to a class. This means creating a class structure in your application that represents the structure of the table and its columns. By mapping the table to a class, you can easily access and manipulate the data from the table using object-oriented programming techniques.

Submit
82. You have been asked to create a list report that displays the following information:-Assigned case worker (.pxAssignedOperatorID)-Requestor (.pxCreateOperator)-Request date (.pxCreateDateTime)-Due date (.DueDate)-Assigned vendor (.VendorName)The report contains two filters:-Return purchase requests with a status (.pyStatusWork) of open.-Return purchase requests when a department (.Department) matches the user's department(.pxRequestor.pyUserIdentifier).Which property, if not optimized, has the greatest impact on report performance?

Explanation

The property that has the greatest impact on report performance if not optimized is .Department. This is because the report is filtered based on the department matching the user's department. If the .Department property is not optimized, it could result in slower performance as the report would need to scan through all the departments to find a match for the user's department.

Submit
83. You have been asked to configure the following relationship between three case types: Account Open, Link Savings,and Fund Account:1. A customer can complete an Account Open case before completing a Fund Account case.2. A customer must complete a Link Savings case before completing a Fund Account case.Which configuration satisfies this requirement?

Explanation

In order to satisfy the given requirements, the Account Open case type should be configured to create a Fund Account case as a top-level case. This means that the Fund Account case can only be created after the Account Open case is completed. Additionally, the Fund Account case type should be configured to create a Link Savings case as a child case, which means that the Link Savings case can only be created after the Fund Account case is created. This configuration ensures that both requirements are met.

Submit
84. Each of the following classes has a data transform named SetValues with the Call data trandforms in superclassoption selected. The SetValues data transforms set the properties PropA and PropB, as shown in the following table.Class Property valueMyCo-App-Data PropA 1MyCo-App-Data-A PropB 2MyCo-App-Data-A-B PropA 3MyCo-App-Data-A-B-C probB 4What is the value of ProbA and ProbB after the Setvalues in MyCo-App-Data-A has been invoked?

Explanation

The value of PropA and PropB after the Setvalues in MyCo-App-Data-A has been invoked is PropA=1 and PropB=2. This is because the SetValues data transform in MyCo-App-Data-A sets the value of PropA to 1 and does not modify the value of PropB.

Submit
85. You are designing a form that uses a repeating grid to display office furniture items. Which two data sources can youuse as a source for a repeating grid? (Choose Two)

Explanation

A page group property can be used as a data source for a repeating grid because it allows for storing multiple instances of data in a structured manner. This property can hold a collection of related data items, such as office furniture items, which can then be displayed in the repeating grid. Similarly, a page list property can also be used as a data source for a repeating grid. This property allows for storing a list of data items, such as office furniture items, and can be easily iterated over to populate the repeating grid with the desired information.

Submit
86. In an insurance claim application there is a claim case defined. The claim case creates a top-level repair case.Data propagation is configured to copy relevant claim data into the repair case.What is true with regards to the data propagation feature for subsequent updates to the claim case?

Explanation

The data propagation feature in the insurance claim application will only copy relevant claim data into the repair case when the repair case is initially created. It will not continue to track changes and propagate data to the repair case throughout the lifecycle of the claim case.

Submit
87. You have been asked to create a pie chart that shows the number of cases each manager has created. A list reportcontains columns for manager name, case ID, and office.How would you configure the list report in order to create the pie chart?

Explanation

To create a pie chart showing the number of cases each manager has created, you need to summarize the case ID column. By summarizing the case ID column, you will be able to calculate the total number of cases for each manager. This data can then be used to create the pie chart, where each manager's slice will represent the proportion of cases they have created. Grouping the manager name column will help organize the data, but it is the summarization of the case ID column that is essential for creating the pie chart.

Submit
88. Before a member is admitted to a hospital, a health care organization reviews authorization requests for insurancecoverage. An intake operator performs the Review Authorization Request assignment to determine if the memberqualifies for coverage.If the member qualifies for coverage, the case advantages to the Review Treatment assignment for review by aphysician. When the case arrives in the physician's worklist, the system automatically sends the physician an email.If the member is denied coverage, the system resolves the request. The system also automatically sends two types ofcorrespondence to the member: a letter and an email notification.How would you configure the process so that the to the email and letter are sent to the member?

Explanation

To ensure that both an email and a letter are sent to the member when their coverage is denied, you would need to add a utility to the process that calls the CorrNew activity. This activity is responsible for generating correspondence. By connecting the Deny Request connector to the utility, the system will automatically trigger the generation of both the letter and the email notification to be sent to the member. This configuration ensures that the member receives both forms of correspondence when their coverage is denied.

Submit
89. What are two valid reasons for using a decision table over an activity? (Choose Two)

Explanation

One valid reason for using a decision table over an activity is that using an activity is considered a guardrail violation. Guardrails are best practices and guidelines set by the platform to ensure efficient and effective development. If using an activity goes against these guardrails, it is not recommended. Another valid reason is that decision tables are easier to maintain than activities. Decision tables provide a visual representation of the decision-making process, making it easier to understand and modify as compared to activities.

Submit
90. A list report includes columns for purchase requests and regional cost centers. A manager wants the report to showthe total number of purchase requests for each of the regional cost centers.How would you configure the report definition?

Explanation

To configure the report definition as per the manager's requirement, the purchase requests column should be summarized by count. This means that the report will calculate the total number of purchase requests for each regional cost center. By summarizing the purchase requests column, the report will display the desired information and provide an accurate count of purchase requests for each cost center.

Submit
91. A form allows customers to specify the amount of a balance transfer for their credit card. The form contains twofields: one to display the available balance on the customer's credit card, and one for the user to enter the amount ofthe balance transfer.You configure a validate rule to verify that the amount of a balance transfer is less than 75% of the available balanceon the customer's credit card. How do you call the validate rule?

Explanation

The correct answer is "From the flow action where the customer submits the form" because the validate rule is called from the flow action where the customer submits the form. This is the point in the process where the system needs to validate the entered amount against the available balance on the customer's credit card. By calling the validate rule at this stage, the system can ensure that the balance transfer amount is less than 75% of the available balance.

Submit
92. A user need to perform an assignment called Collect Customer Information. While working on the case, the user mayneed to check the customer's credit score before sending the case to the Review Request assignment.Select the configuration that satisfies this requirement.

Explanation

Adding a local action to the Collect Customer Information assignment allows the user to perform the task of checking the customer's credit score before sending the case to the Review Request assignment. This configuration ensures that the necessary action is taken within the assignment itself, without the need for additional components like a router or a notification.

Submit
93. A report contains columns New Hire ID, New Hire Name, Start Date, and Location. The organization has offices in various cities throughout the U.S. A facilities manager requests a report that includes only new hires who are located in the Atlanta and Boston offices and have a start date within 30 days of the report date. How would you configure the filter to support this requirement?

Explanation



This option correctly combines the criteria using logical operators. It includes new hires from either Boston or Atlanta (using OR) whose start dates are within the next 30 days (using AND), fulfilling the facilities manager's request precisely.
Submit
94. Customer Service Representatives (CSRs) review customer requests to replace a lost or stolen credit card.Once the request is approved, customers are notified by letter of the expected delivery date for a replacement cardtypically within one week.The CSR must be able to prioritize time-sensitive requests such as requests from customers who are on vacation.Time-sensitive requests are prioritized as follows:-Customers receive a replacement card the next day.-Fulfillment requests are sent to a dedicated workbasket.-Customers receive notification of the expected delivery date by email.Which action for time-sensitive requests do you implement as an optional action?

Explanation

The correct answer is to send the notification by email rather than letter. This is because time-sensitive requests need to be prioritized, and sending the notification by email is a faster method compared to sending a letter. By sending the notification by email, customers will receive the information promptly, allowing them to be aware of the expected delivery date for their replacement card. This ensures that customers who are on vacation or have time-sensitive needs are informed in a timely manner.

Submit
95. You have added an approval process assignment to a loan request process. The requirement states that a request canbe routed to one or more managers for their approval. Te hierarchy of approvals depends upon the total dollaramount of the request. For example, Cost Center Managers approve requests that are less than USD 25,000. Arequest of greater than or equal to USD 25,000 requires the approval of the Cost Center Manager, corporate VicePresident, and Vice President of Finance.How would you configure the routing for the approval process assignment?

Explanation

The correct answer is to configure a cascading approval flow type based on the reporting structure of the current user. This means that the approval process will follow a hierarchical order, where requests below USD 25,000 will be routed to the Cost Center Manager for approval, and requests equal to or above USD 25,000 will be routed to the Cost Center Manager, corporate Vice President, and Vice President of Finance for approval. This configuration ensures that the appropriate managers at each level of the hierarchy are involved in the approval process based on the dollar amount of the request.

Submit
96. Match the business need to the most appropriate work party instantiation option.
Submit
97. Which of these are typically configured on a dynamically layout? (Choose Two)

Explanation

Label positioning and the number of columns in each row are typically configured on a dynamically layout. Label positioning refers to the placement of labels next to input fields or data, which can be adjusted based on the layout. The number of columns in each row can also be configured dynamically to present data in a spreadsheet-like format, allowing for flexibility in organizing and displaying information.

Submit
98. In an insurance claims application, you want to capture miscellaneous inventory items, as displayed in the screenbelow.A miscellaneous item has a name and value, and is defined as a data type. You want to store the data entered in aproperty called .Items. Which property type should .Items be?

Explanation

The property .Items should be of type Value List. This is because a Value List allows for the storage of multiple values of the same data type. In this case, the miscellaneous inventory items can have multiple names and values, so a Value List would be the appropriate choice to store this information.

Submit
99. Match each debugging need with the appropriate Tracer feature.
Submit
100. Match each service record type to the correct role in processing an incoming request.
Submit
101. An assignment must route work to the current work group manager. Which router option do you use?

Explanation

The correct answer is to use the standard ToWorkGroup router and specify the current work group manager's ID as the destination. This option ensures that the assignment is routed directly to the current work group manager, allowing them to handle the work efficiently. By specifying the manager's ID as the destination, it ensures that the assignment reaches the correct person and is not mistakenly sent to someone else within the work group.

Submit
102. Before a member is admitted to a hospital, a health care organization reviews authorization requests forinsurance coverage. An intake operator performs the Review Authorization Request assignment to determine if themember qualifies for coverage.If the member qualifies for coverage, the case advantages to the Review Treatment assignment for review by aphysician. When the case arrives in the physician's worklist, the system automatically sends the physician an email.If the member is denied coverage, the system resolves the request. The system also automatically sends two types ofcorrespondence to the member: a letter and an email notification.How would you configure the process so that the system automatically sends an email to the physician when the casearrives at the physician's worklist? 

Explanation

To configure the process so that the system automatically sends an email to the physician when the case arrives at the physician's worklist, you would need to add a notification to the Review Treatment assignment. This notification will trigger the system to send an email to the physician once the case reaches their worklist, ensuring they are notified and can review the case promptly.

Submit
103. You want to modify the following order approval process so that a text message is sent to a customer when the order has been approved and will be fulfilled.How would you modify the process to send the text message? 

Explanation

not-available-via-ai

Submit
104. A customer data object references an address as depicted by the data model below. How would you define theaddress property in the customer class?

Explanation

The correct answer is "As a page". In the given data model, the address property is depicted as a separate entity, which suggests that it should be defined as a page within the customer class. This means that the address property will have its own set of properties and can contain multiple values.

Submit
105. You are asked to create a report definition that shows daily inventory levels. The manager wants to access the reportin the Report Browser in the user portal. The manager also wants to add the report to a new category specifically forthe distribution group.What two configurations are required to support this requests? (Choose Two)

Explanation

To support the manager's request, two configurations are required. Firstly, selecting the option in the Report Browser that allows users to view the report will ensure that the manager can access the report in the user portal. Secondly, creating a category rule for distribution group reports will enable the manager to add the report to a new category specifically for the distribution group. These two configurations will fulfill the manager's requirements for accessing the report in the Report Browser and categorizing it for the distribution group.

Submit
106. A process includes standard and gold program levels. When the deadline has passed for gold level cases, the system transfers the case to the manager. Which two configurations would you make to the SLA to support this requirement? (Choose Two)

Explanation

To support the requirement of transferring gold level cases to the manager after the deadline has passed, two configurations need to be made to the SLA.

1. Adding a transfer action to the deadline will allow the system to automatically transfer the case to the manager once the deadline for gold level cases has been reached. This ensures that the case is appropriately escalated to the manager for further handling.

2. Adding an advance flow action to the deadline enables the system to trigger a specific flow action once the deadline for gold level cases has passed. This flow action can include any necessary steps or notifications to inform the manager about the overdue case and prompt them to take appropriate action.

Submit
107. You need to configure a case type to send a conformation for change-of-address requests. The confirmation is sent to customers as an email, text message, and letter.Which two options ensure that the content of the confirmation is the same for all three correspondence types?(Choose Two)

Explanation

To ensure that the content of the confirmation is the same for all three correspondence types, the first option suggests creating one correspondence rule for each correspondence type and configuring each rule to reference another correspondence rule that contains the confirmation. This allows for consistency in the content across all types of correspondence. The second option suggests creating one correspondence rule containing the confirmation and configuring the rule to support all three correspondence types. This also ensures that the content remains the same for all types of correspondence.

Submit
View My Results

Quiz Review Timeline (Updated): Nov 13, 2024 +

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

  • Current Version
  • Nov 13, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 06, 2018
    Quiz Created by
    San
Cancel
  • All
    All (107)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
While testing a form, you need to verify the contents of a data page...
You are designing a form for an online bookstore to display new...
A customer wants to copy the contents of a previous order to their...
A data page holds the local weather information and has he Reload if...
You are designing hotel booking forms for a travel application.The...
A data page holds the local weather information based on the user's...
Your online shopping application serves international customers. You...
Which rule can only return a true/false result when evaluating a...
Match the business need to the appropriate service level agreement...
On a service level, the passed deadline interval is measured...
Users can access an apartment search application from different...
A manager requests a report that contains the following columns:...
While reviewing a UI form in a Grooming/Elaboration playback, you...
You are creating a series of user forms for a travel reservation...
A loan request process has specific approval requirements.-if the...
Users can access an apartment hunting application from different...
A hotel reservation application has the following requirement: Users...
While preparing to release an application, you notice a guardrail...
You need to copy data from a page with customer data to a page used...
In which situation does a case type for software upgrade requests...
A Service Request case type has a CustomerGrade property. How do you...
In a purchase application, you allow customers to create purchase...
While preparing to release an application, you notice a guardrail...
A customer views a product available in multiple color options. The...
Review the following Decision Table:If the credit score is 723 and the...
You need to add a button to a user form. When the button is pressed,...
You are implementing a UI form collecting job applicant information....
The approval process for a purchase request case must satisfy the...
You are designing a form for an online bookstore to display new...
An application allows bank customer to apply for a credit card. During...
You have created a series of forms for a vacation booking process....
An application allows bank customer to apply for a credit card. During...
A new hire process includes a Screen Job Applicant assignment. The...
An insurance claim case type is defined as follows:If the Review claim...
An application that generates auto insurance quotes allows users to...
Which issue is identified as a Guardrail violation?
There are several components involved when calling an external...
You have created a new report that contains a list of employees, hire...
You have been asked to create a sequence of user forms for a travel...
An application that generates auto insurance quotes allows users to...
Which of the following scenarios requires the configuration of an...
A shopping cart contains a list of order items. A customer searches...
In which of the following situations would you use a SQL connector?
You are developing a purchase application that integrates with an...
An insurance company offers personal property policies. Art...
In which situation is the use of an activity necessary?
Which requirement is satisfied by configuring a service level...
You are designing a case type that includes a process to perform when...
Which requirement would be implemented through circumstancing?
You want to create a data page with a list of available shipping...
An applicant submits a loan request.The system validates information...
You have designed a decision tree that you want to unit test. You want...
During a playback, you place a flow in draft mode to address which...
The application contains a case type ORG-App-Work-PurchaseOrder. The...
Mach each data page scope to its use case.
In an application, three email addresses (work, home, and other) can...
You have been asked to create a report that displays the following...
An application contains three data types: A, B, and C. The class...
Pega 7 comes with numerous API activities. In which situation would...
As part of an authorization process, you need to check whether members...
On an Account Management form, you need to add a link control for...
You have been asked to configure a rule for use in a business process...
A purchase request case creates a child case to check inventory. If...
ABC Corp requires that policyholders receive email indicating the...
In a hotel reservation application, a form displays a list of hotels...
Match each development task to the appropriate role.
To qualify for an automobile loan, the applicant must have a credit...
Users are required to enter their date of birth in the format...
An insurance claim case is field by a customer and assigned a claim...
When processing an insurance claim you need to retrieve the customer's...
Customer Service Representatives (CSRs) review customer requests to...
Match each process step to the appropriate flow shape.
You want to provide instructions to the user filling out a form. You...
In an airline reservation application, users enter departure and...
ABC Corp requires that expenses billable to a client are reviewed by...
An application allows bank customer to apply for a credit card. During...
A company establishes a deadline to respond to customer inquiries....
A customer data object has a list of addresses as depicted by the data...
A process routes loan request to a specific loan officer based on the...
You need to send correspondence to customers who hapreliminary...
You need to read from an external database table containing inventory...
You have been asked to create a list report that displays the...
You have been asked to configure the following relationship between...
Each of the following classes has a data transform named SetValues...
You are designing a form that uses a repeating grid to display office...
In an insurance claim application there is a claim case defined. The...
You have been asked to create a pie chart that shows the number of...
Before a member is admitted to a hospital, a health care organization...
What are two valid reasons for using a decision table over an...
A list report includes columns for purchase requests and regional cost...
A form allows customers to specify the amount of a balance transfer...
A user need to perform an assignment called Collect Customer...
A report contains columns New Hire ID, New Hire Name, Start Date, and...
Customer Service Representatives (CSRs) review customer requests to...
You have added an approval process assignment to a loan request...
Match the business need to the most appropriate work party...
Which of these are typically configured on a dynamically layout?...
In an insurance claims application, you want to capture miscellaneous...
Match each debugging need with the appropriate Tracer feature.
Match each service record type to the correct role in processing an...
An assignment must route work to the current work group manager. Which...
Before a member is admitted to a hospital, a health care organization...
You want to modify the following order approval process so that a text...
A customer data object references an address as depicted by the data...
You are asked to create a report definition that shows daily inventory...
A process includes standard and gold program levels. When the deadline...
You need to configure a case type to send a conformation for...
Alert!

Advertisement