PEGA CSA Certification Quiz: Test!

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 Zywi3c
Z
Zywi3c
Community Contributor
Quizzes Created: 1 | Total Attempts: 3,040
| Attempts: 3,040 | Questions: 141
Please wait...
Question 1 / 141
0 %
0/100
Score 0/100
1. Users can access an apartment search application from laptops and mobile phones. Pictures of the apartments, descriptions, and agent information are organized in columns. 

How do you implement the screen to accommodate both laptops and mobile displays?

Explanation

You can configure a dynamic layout to arrange UI elements in different formats at different screen sizes.

Submit
Please wait...
About This Quiz
PEGA CSA Certification Quiz: Test! - Quiz

This PEGA CSA Certification Quiz assesses knowledge in designing and automating case life cycles, understanding routing assignments, and best practices in application design. It is ideal for professionals... see moreaiming to validate their skills in PEGA systems. see less

2. You are developing a case life cycle for a human resources application. The first stage contains a single process named Collect Candidate Information. Which one of the following steps would you choose to include in the Collect Candidate Information process?

Explanation

In the Collect Candidate Information process, it is important to gather relevant personal information about the candidate. This information can include their name, contact details, educational background, work experience, and any other details that are necessary for the hiring process. Collecting personal information is a crucial step as it helps in evaluating the suitability of the candidate for the job and ensures that the necessary information is available for further stages of the case life cycle.

Submit
3. What is the difference between a requirement and specification?

Explanation

A requirement refers to the description of what the business need is, while specifications refer to the details of how the application will fulfill that need. Requirements outline the objectives and goals, while specifications provide the specific instructions and guidelines on how to achieve those objectives.

Submit
4. Which tool do you use to view case data currently in memory?

Explanation

The Clipboard tool is used to view case data currently in memory. It allows users to inspect and manipulate the data stored in the clipboard, which holds information about the current state of a case. This tool is commonly used for debugging and troubleshooting purposes, as it provides a detailed view of the data and allows for analysis and validation.

Submit
5. The primary purpose of a service level is to __________.

Explanation

Service Levels, also known as Service Level Agreements (SLAs), are used to ensure work is completed within the expected time intervals.

Submit
6. A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the Case ID values so the case with the highest ID value appears at the top of the list and descends in order. How would you design the report definition to support this requirement?

Explanation

To design the report definition to support the requirement of sorting the Case ID values in descending order, the correct approach is to select the "Highest to Lowest" sort type for the Case ID property. This will ensure that the case with the highest ID value appears at the top of the list and descends in order.

Submit
7. In an online shopping application, the primary case type PurchaseOrder has two child case types: Payment and Packaging. In processing PurchaseOrder case PO-11,  Payment case Pay-37 and Packaging case Pac-56 are created. Which of the following statements about the processing of PO-11, Pay-37, and Pac-56 is correct?

Explanation

Child cases must be resolved before parent case.

Submit
8. What is the purpose of the pyDefault data transform?

Explanation

The pyDefault data transform is used to initialize property values when a case is created. This means that when a new case is created, the pyDefault data transform will be executed to set default values for the properties of that case. It is important to note that pyDefault should not be overridden, as it is a system-generated rule that is responsible for initializing case properties.

Submit
9. The goal milestone in a service level defines:

Explanation

The goal milestone is the amount of time in which the business would like the case or step to be completed.

Submit
10. In which types of UI controls are reference data from the local data source typically used?

Explanation

Reference data from a local data source is typically used in dropdown UI controls. Dropdowns allow users to select a value from a list of options, which can be populated with data from a local source. This is commonly seen in forms or settings where users need to choose from a predefined set of options. Dropdowns provide a convenient and organized way for users to make selections, improving the user experience and ensuring accurate data input.

Submit
11. With whom does a system architect work to develop application specifications?

Explanation

System architects work with business architects to develop specifications that describe elements of the application design.

Submit
12. You check out a rule to update it. While the rule is checked out, another developer decides to test a case type by creating and processing the case. What happens when the application attempts to use the rule you checked out?

Explanation

Checking out a rule does not prevent an application from running the rule. Checking out a rule only prevents system architects from updating the rule until you check in the rule.

Submit
13. A candidate's language skills are captured in a candidate case. What type of property is used to capture the candidate's language skill if the property reference looks like this: .Language(Spanish)?

Explanation

Value group properties have a subscript.

Submit
14. You are designing a travel plan application. A hotel booking step displays a form in which users select a hotel and enter the number of days they are staying at the hotel. The form displays the total cost for the hotel room. The  form also includes fields for selecting, at extra cost, options for  valet parking. The cost for any selected options are totaled and then added to the total cost for the room to equal the grand total, which is displayed in a field. Which two of the following properties would you use as the target properties? (Choose Two)

Explanation

The target properties that would be used in this scenario are the "Total cost of options" and the "Total cost for the hotel room". These properties are necessary to calculate the grand total cost for the user's hotel booking. The "Total cost of options" includes any additional costs for valet parking or other selected options, while the "Total cost for the hotel room" includes the base cost of the room itself. By adding these two costs together, the application can accurately display the grand total cost for the user's stay at the hotel.

Submit
15. PyWorkPage stores which type of information?

Explanation

Information about a case is stored on pyWorkPage

Submit
16. Adding instructions to a step ____________ (Choose One)

Explanation

Instructions inform end users what to do next on a case at runtime.

Submit
17. A loan origination case requires the loan application be routed to an underwriter for verification. Any underwriter in the department can complete the verification. How would you route the verification assignment?

Explanation

Routing the assignment to a work queue would allow any underwriter with access to the work queue to complete the verification.

Submit
18. You need to fetch exchange rates that are updated on a daily basis from a web service and make them available in your application using a data page. Which scope would you select for the data page?

Explanation

Use the node scope to share the page for all applications on the node.

Submit
19. You have a case type for account opening which has a credit check child case. You have configured data propagation on the account case for the credit check subcase. Which of the following statements described the data propagation feature?

Explanation

Data propagation in this scenario means that when the credit check child case is created, the data from the account case is automatically copied and propagated to the credit check subcase. This allows the credit check subcase to have access to the relevant data from the account case without manual intervention. Data is not propagated every time the account case is saved or updated, but specifically when the credit check child case is created.

Submit
20. What three questions can you ask to help you plan user views? (Choose Three)

Explanation

Use the appropriate display format for the data to be entered. This helps users complete their tasks with fewer errors.
In order to complete the tasks, end-users enter information in fields on the forms.
Knowing what each user must do to complete a specific task will help them complete the task with fewer errors.

Submit
21. A report contains columns for case IDs, creation dates, managers, and office locations. How do you configure a report filter condition so that it displays only cases created in the Atlanta office?

Explanation

To filter the report to display only cases created in the Atlanta office, you need to configure the report filter condition based on the office location column. By selecting the option "Office location column equals Atlanta," the report will only show cases where the office location is Atlanta. This filter will exclude cases with different office locations, ensuring that only Atlanta cases are displayed.

Submit
22. You are assigned to a team to develop a case life cycle design for an application. Why would you design the case life cycle?

Explanation

A case life cycle allows all project team members to visualize the work as a whole and easily define its parts.

Submit
23. Where can you NOT include a paragraph?

Explanation

A paragraph is a unit of text that consists of one or more sentences and focuses on a specific topic or idea. It is a common organizational structure used in writing to present information or develop an argument. In contrast, flow refers to the smooth and logical progression of ideas or information within a text. While a paragraph can be included within a flow, flow refers to the overall structure and organization of the entire text, including the arrangement of paragraphs. Therefore, flow is not a place where a paragraph can be included, making it the correct answer in this context.

Submit
24. A report contains five columns of data about sales quotes. 
  • The case ID (.pyID)
  • The currently assigned sales representative (.pxAssignedOperatorID)
  • The creation date of the sales quote (.pxCreateDate)
  • The sales territory (.Territory)
  • The expiration data of the quote (.ExpiryDate)
The report identifies which two properties as unoptimized? (Choose Two) 

Explanation

The sales territory (.Territory) and expiration date (.ExpiryDate) are identified as unoptimized properties because they may have a large number of unique values or may require frequent updates, which can impact the performance of the report. Optimizing these properties can improve the efficiency of the report and enhance overall performance.

Submit
25. Given this partial user story:

Customer must provide at least one of the following three telephone numbers:

•Home
•Office
•Mobile

Which property mode should be used to collect and identify this phone number by name?

Explanation

The user story states that the customer must provide at least one of the three telephone numbers: Home, Office, or Mobile. The Value Group property mode should be used to collect and identify this phone number by name because it allows multiple values to be stored and associated with a single name. This means that the customer can provide more than one telephone number if they have multiple numbers, and each number can be identified by its corresponding name (Home, Office, or Mobile).

Submit
26. If you need to access a table in an external database with advanced SQL, such as a complex join or a stored procedure, you need to use __________.

Explanation

SQL connectors are suitable for complex SQL queries.

Submit
27. The design document of an application states that the application must be implemented with UI responsiveness. Which behavior does the design require for the application?

Explanation

Responsiveness here means UI rendering is responding to different screen sizes on different devices.

Submit
28. The following When rule determines whether a customer is eligible for a promotional offer when purchasing a shirt.Which condition satisfies the eligibility requirement?

Explanation

Based on the given information, none of the conditions mentioned satisfy the eligibility requirement for the promotional offer. Therefore, the customer is not eligible under any condition.

Submit
29. You are writing an activity. The third step needs to be skipped if the TotalAmount is less than USD500.Which option would you use to achieve this behavior?

Explanation

The "When" option would be used to achieve the behavior of skipping the third step if the TotalAmount is less than USD500. This option allows you to set a condition or criteria that needs to be met in order for the activity to proceed. In this case, the condition would be TotalAmount >= USD500, and if this condition is not met, the third step would be skipped.

Submit
30. The risk premium for a property insurance quote is based upon the location, size, and age of a house. Which two types of decision rules are best suited to configuring this decision? (Choose Two)

Explanation

A decision tree is best suited for configuring this decision because it can effectively evaluate the various factors such as location, size, and age of a house and provide a clear path to determine the risk premium. It can easily handle multiple criteria and conditions to arrive at a decision.

A decision table is also suitable for this decision as it allows for a systematic analysis of different combinations of factors and their corresponding outcomes. It can help in organizing and comparing the different rules and conditions associated with the risk premium calculation for the property insurance quote.

Submit
31. Which requirement would be best implemented as an alternate stage when defining a case type?

Explanation

Alternate stages are those stages that are not a part of the "normal" course of events, but must be available under certain circumstances such as this.

Submit
32. An organization wants to automate their existing expense reporting process. Which scenario most closely follows Pega's best practices for application design?

Explanation

The organization identified business objectives and requirements that can be used as a measure of success. The organization also involved interested stakeholders, and planned for an iterative development cycle.

Submit
33. An online shopping application collects and displays the user's shipping address. An address contains a street number, city, state, and zip code. This information is always presented together in a group, whether it is used for an order confirmation or for invoice billing. Which UI component is appropriate for displaying the address information? 

Explanation

Correct! Section groups work information and functionality by context and purpose

Submit
34. An application that processes loan requests must collect information from borrowers to check their credit report. If a borrower is married, the borrower must provide this information for a spouse as well. For each person, the application requires a first name, last name, and taxpayer ID.

What is the best way to implement this requirement? 

Explanation

Every extra unit of information in a dialogue competes with the relevant units of information and diminishes their relative visibility. Use the visible when feature whenever appropriate so that users are not inundated with information until needed.

Submit
35. An employee medical coverage  form contains a check box to indicate whether the employee has a spouse. When a user selects the check box, the form displays a section that includes additional fields for entering information about the spouse.

How do you configure the form?

Explanation

You use the when condition to test whether the check box value is true or false.

Submit
36. Customers under the age of 18 must provide the name and ID number of a consenting parent as part of an enrollment process. Which decision rule is best suited to determine whether to display entry fields when a consenting parent is needed?

Explanation

The decision rule that is best suited to determine whether to display entry fields when a consenting parent is needed is "When". This rule suggests that the entry fields should be displayed when the condition of a consenting parent being needed is met.

Submit
37. An application includes the property reference .Customer.Assets(3).AssetType.

The property type of .Assets(3) is a ________________.

Explanation

The property reference ".Customer.Assets(3).AssetType" suggests that there is a property called "Assets" in the "Customer" object, which is a collection or list of some sort. The "(3)" indicates that we are accessing the third element in that list. Therefore, the property type of ".Assets(3)" is a "Page List", which means it is a list of "Page" objects.

Submit
38. ______ is a template for creating _____ at run time. Fill in the blanks with one of the following pairs.

Explanation

Case type is a template for creating and processing cases.

Submit
39. You want to capture the delivery method for a purchase request. The options are: Standard, premium, or next-day. You use the Data Model tab to create the property. How would you define the list with the options?

Explanation

Use picklist to define a static list of options.

Submit
40. Which variable in the assignment urgency calculation allows a user to increment the service level urgency on a case-by-case basis?

Explanation

.pyUrgencyAssignAdjust is used to allow users to manually adjust the urgency of an assignment.

Submit
41. A home loan company has home appraisal offices in various regions. Each office has its own workbasket. Company policy requires that home appraisals are assigned to offices based on the home's location. For example, appraisals for homes located in Boston are assigned to the New England office workbasket. Which routing approach would you choose to support this requirement?

Explanation

A decision rule can evaluate the home location as the decision criteria for routing to the correct workbasket.

Submit
42. You are adding a date of birth field to a job application form. You want to make sure that the user enters a date in the past. How would you support this requirement?

Explanation

A validate rule can use a function to test the date.

Submit
43. A service level agreement rule describes the following behavior: 
Start of service level20  
Goal interval108 
Deadline interval2024 
Passed Deadline interval20243
The service level provides a four-hour initial delay. If the case urgency (.pxUrgencyWork) is set to 10 and the case reaches the assignment at 9am Monday, what is the assignment urgency at 12pm Wednesday? 

Explanation

The assignment urgency begins at 10. The urgency then increments to 30 when the assignment is ready at 1pm Monday. The urgency then increments to 40 when the goal interval ends at 9pm Monday. The urgency then increments to 60 when the deadline interval ends at 1pm Tuesday.

Submit
44. A requirement states that you must add a control that shows a list of book titles. The titles change on a daily basis. The book records are maintained on a database. The control must show the most current information. The organization schedules updates to the application on a weekly basis. Which of the following configurations would you use?

Explanation

Adding a drop-down control and sourcing the list using a data page would be the most appropriate configuration in this scenario. Since the book titles change on a daily basis and are maintained on a database, using a data page as the source for the drop-down control ensures that the control always displays the most current information. Additionally, using a data page allows for easy updating of the list without requiring changes to the application code, which aligns with the organization's weekly update schedule.

Submit
45. On a Pega project, who is typically responsible for designing the application architecture?

Explanation

A Lead System Architect is typically responsible for designing the application architecture

Submit
46. The terms "connector" and "service" are from the perspective of __________.

Explanation

The terms "connector" and "service" are defined from the perspective of the user's application. A connector refers to the action of the application requesting data from an external system, while a service refers to external systems requesting data from the user's application.

Submit
47. In which of the following situations would you use a data transform? (Choose Two)

Explanation

A data transform is used to set default values when creating a case and to copy data between pages. When creating a case, it is often necessary to set default values for certain properties. This can be done using a data transform. Additionally, data transforms are used to copy data between pages, which can be useful when there is a need to transfer information from one page to another. Therefore, in both of these situations, a data transform would be the appropriate choice.

Submit
48. You are configuring a declarative network that contains eleven declare expressions, which are used to calculate the interest rate for a home mortgage. For example, the target value Property Tax Assessment is used a source value when calculating the Assessed Property Value. The declare expressions use target values from other expressions to calculate their target values. The field displaying the interest rate appears on the approval form. To reduce the number of calculations in order to optimize performance, how would you configure the declare expressions?

Explanation

The total interest rate property will not be updated until the review form is opened. This approach avoids repeated, unnecessary calculations

Submit
49. When does data propagation occur?

Explanation

Data propagation occurs when a subcase or spin-off case is created. This means that when a new subcase or spin-off case is created, the values from the parent case are propagated or passed down to the newly created case. This ensures that the necessary data is available in the subcase or spin-off case for processing or further actions.

Submit
50. Which two tasks do system architects perform on a Pega project? (Choose Two)

Explanation

System architects on a Pega project are responsible for developing feature prototypes and configuring UI forms. Developing feature prototypes involves creating working models of specific functionalities to demonstrate to stakeholders and gather feedback. Configuring UI forms involves designing and customizing the user interface components and forms based on the project requirements. Identifying business objectives for an application and defining application requirements are tasks typically performed by business analysts or project managers rather than system architects.

Submit
51. In the event-action model of dynamic UI, which of the following statements is correct regarding event processing?

Explanation

In the event-action model of dynamic UI, an event can be configured to perform multiple actions. This means that when the specified event occurs, it can trigger multiple actions to be executed in a specific order or simultaneously. This allows for more flexibility and customization in the user interface, as multiple actions can be performed in response to a single event.

Submit
52. A claim case records the items of loss. The property reference to the description of an item of loss looks like this: .ItemOfLoss(1).Description. The property reference .ItemOfLoss(1).Description is an example of a __________ property?

Explanation

References to page group properties includes a subscript

Submit
53. An expense report process requires the assignment for travel expenses to be routed to a specific auditor. The auditor is also a member of an auditing work group. How would you route the assignment so that the user receives it?

Explanation

You route the assignment directly to the user by specifying the user ID

Submit
54. An online computer equipment vendor maintains an inventory database of more than 1000 items. While shopping, users select items from  a list. 

How do you configure the field so that it displays the items?

Explanation

A data page allows you to source data from the database. The autocomplete allows the user to filter the list of items as they type.

Submit
55. In a help desk ticket application the Respond to Ticket assignment can be handled by any help desk agent. To configure the assignment for routing you update the _____________?

Explanation

You configure routing for an assignment for the step.

Submit
56. Which type of data is exposed by default?

Explanation

Process metrics, such as the current stage or status, are Pega-defined properties. Pega exposes process metrics automatically.

Submit
57. An application references a data element found in the Work- class. How is this rule inherited by the application?

Explanation

In Pega, directed inheritance is used to inherit rules from one class to another. When an application references a data element found in the Work- class, it can inherit the rule by applying directed inheritance. This means that the application explicitly specifies the class from which it wants to inherit the rule. By doing so, the application can access and use the data element from the Work- class without duplicating the rule in its own class.

Submit
58. Select the two items of information used to uniquely identify a rule. (Choose Two)

Explanation

The class of the rule and the type of the rule are the two items of information used to uniquely identify a rule. The class of the rule refers to the category or group to which the rule belongs, while the type of the rule specifies the specific characteristics or properties of the rule. By considering both the class and type of the rule, it becomes possible to distinguish it from other rules and ensure its unique identification.

Submit
59. In an mortgage application, the user creates a loan request. In order for the loan request to be approved, the loan officer must receive the results of an appraisal. How would you configure the case types to reflect their relationship? 

Explanation

The correct answer is to make the loan request a parent case type and the appraisal a child case type. This configuration reflects the relationship between the two case types, where the loan request is the main case and the appraisal is a sub-case that is dependent on the loan request. By making the loan request a parent case type, it signifies that it is the primary case and the appraisal is linked to it as a child case. This allows for better organization and tracking of the mortgage application process.

Submit
60. Which requirement could be satisfied with a user action?

Explanation

Since the decision to transfer the case is left to the user, the case can be implemented as an optional process.

Submit
61. When running an application, you notice that a field contains an incorrect value. Which developer tool allows you analyze rule execution in the application to determine how the incorrect value was introduced?

Explanation

The Tracer tool records the execution of every rule used in an application. For each executed rule, the Tracer tool records the contents of the Clipboard at the time the rule was used, and the outcome of rule execution.

Submit
62. Select the statements that best describe the purpose of a data transform. (Choose Two)

Explanation

1. Use a data transform to define how to take source data values — data that is in one format and class — and turn them into data of another format and class (the destination or target).
2. This is a very common use case for data transforms.

Submit
63. Which situation is best addressed through circumstancing?

Explanation

Circumstancing allows you to adjust execution of a process step based on case conditions. Altering the content of correspondence based on a specific condition, such as the state of residence for a loan applicant, is a common use case for circumstancing.

Submit
64. An application recommends mobile phone plans to customers. Which type of rule predicts the customer response to an offer based on existing data?

Explanation

A predictive model is a type of rule that uses existing data to predict customer responses to offers. It analyzes patterns and trends in the data to make predictions about future customer behavior. In the context of the given question, a predictive model would analyze customer data to predict how a customer is likely to respond to a mobile phone plan offer. This helps the application recommend the most suitable plan to each customer based on their predicted response.

Submit
65. What three questions should you ask when creating a correspondence? (Choose Three)

Explanation

When creating a correspondence, it is important to ask three key questions. Firstly, "Who is the user that receives the correspondence?" This helps determine the target audience and ensures that the correspondence is directed to the appropriate person. Secondly, "When does the correspondence need to be sent?" This establishes a timeline and ensures that the correspondence is delivered in a timely manner. Lastly, "How will the correspondence be sent?" This question helps determine the most suitable method of communication, such as email, mail, or in-person, to ensure effective delivery of the correspondence.

Submit
66. Where do you set the Visible When condition to display a layout based on the click of a button?

Explanation

The Visible When condition on the layout turns the display of the section on and off.

Submit
67. A manager has requested a report that shows the purchase requests for each of the regional cost centers. The manager wants to organize the results so the cost center appears only once on the report and the requests are listed under cost center. How would you configure the report definition?

Explanation

The correct answer is to use the cost center column to group the results. By grouping the results based on the cost center column, the report will organize the requests under each cost center, ensuring that the cost center appears only once on the report. This will provide a clear and organized view of the purchase requests for each regional cost center.

Submit
68. Which situation should you address with a rule circumstance?

Explanation

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

Submit
69. Your organization has a standard loan request report that contains columns for loan ID, loan officer, work status, and a loan creation date. A manager requests a report that includes only loans created in the previous quarter and do not have a status of New. How would you configure the report filter to support this requirement?

Explanation

The correct answer is to create two conditions: Work Status does not equal New, AND Creation Date is equal to Previous Quarter. This configuration ensures that the report includes only loans that were created in the previous quarter and do not have a status of New. By using two separate conditions, both criteria are met simultaneously.

Submit
70. Data transforms are often used prior to and after invoking the connector. What is the purpose of the data transforms?

Explanation

Data transforms are used to map data from the integration data format to the application data structure.

Submit
71.  You have been asked to add a field to a form in which users enter a Social Security number  (nine digits). How would you configure the field to support this requirement?

Explanation

The correct answer is to use an edit validate rule that validates the Social Security pattern. This is the most appropriate way to ensure that the user enters a valid Social Security number. By using an edit validate rule, the system can check if the input matches the required pattern for a Social Security number, which is a nine-digit number. This helps to prevent incorrect or invalid entries and ensures data integrity.

Submit
72. Which statement demonstrates a well-written business objective?

Explanation

A well-written business objective indicates a goal and a measure of success towards the goal.

Submit
73. You are adding steps to a process named Select Insurance Policy. Which one of the following steps would be named correctly?

Explanation

This name describes both the action and where the action is directed.

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

Explanation

The correct answer is to circumstance the form by property and date, specifying June 15, 2016, as the start date. This means that the form will be modified to collect the additional information starting from June 15, 2016. By using property and date as the circumstance criteria, the form will only be modified for cases created on or after June 15, 2016, ensuring that the compliance requirements are met for new cases going forward.

Submit
75. Which three rule types can you reference in a correspondence rule to provide content for the correspondence? (Choose Three)

Explanation

Paragraph rules are used to include strings of text in correspondence.
Section rules are used to include content from user forms in correspondence.
Property rules are used to include case data in correspondence.

Submit
76. You are configuring a standard email to automatically be sent to loan applicants informing them that their loan has been approved. The requirement states that the email  must include values for the applicant's name, the loan office, and the loan amount. The email must also include boilerplate content stating the loan's terms and conditions, which is regularly updated. This content is in a paragraph rule shared by other standard emails throughout the organization. How would you configure your email? 

Explanation

The system adds the property values and inserts the paragraph rule content when the email is sent.

Submit
77. A dynamic layout uses an Inline format to organize UI elements on the screen. The Inline format is configured with two responsive breakpoints: the first one is to change to an Inline grid triple format at 1024 pixels, and the second one is to change to an Inline grid double format at 768 pixels. The UI elements are arranged into various numbers of rows depending on the screen size and number of elements on the screen. When the screen size is at 800 pixels and there are five elements on the screen, how many elements should be in the last row?

Explanation

The layout is in Inline grid triple format at 800-pixel screen width.

Submit
78. In an activity ProcessOrder, the fourth step invokes another activity CheckInventory. The step page for step 4 is specified to use a page named OrderInfo that is listed the Page & Classes tab. When the CheckInventory is executed by step 4 of the ProcessOrder, what is the primary page for ProcessOrder execution?

Explanation

When the CheckInventory activity is executed by step 4 of the ProcessOrder activity, the primary page for ProcessOrder execution is the OrderInfo page. This is because the step page for step 4 is specified to use a page named OrderInfo, which is listed on the Page & Classes tab. Therefore, the OrderInfo page is used as the primary page for the execution of the ProcessOrder activity.

Submit
79. Which statement best describes the evaluation of a When rule?

Explanation

A When rule is a business rule in an application that is used to determine whether a certain condition is true or false. It can evaluate various properties and conditions in the application and based on that, it returns a result of either true or false. This result is then used to make decisions or trigger certain actions within the application. Therefore, the statement that best describes the evaluation of a When rule is that it can only return a true or false result.

Submit
80. Which two statements identify why you should automate correspondence? (Choose Two)

Explanation

Automating correspondence allows you to send timely communication because it eliminates the need for manual drafting and sending of emails or letters, ensuring that the communication reaches the intended recipients quickly. Additionally, automating correspondence allows for sending consistent information to users as templates can be created and used repeatedly, ensuring that the content and format of the correspondence remains the same for all recipients.

Submit
81. A form contains a text field for entering a U.S. postal code. You want to make sure that the user enters five digits in the field. What rule would you use to enforce this requirement?

Explanation

An edit validate rule can test the field pattern, in this case for five digits.

Submit
82. Which of the following functional requirements is the most appropriate to be implemented with an Activity rule rather than a Data Transform rule?

Explanation

Parsing data from an external system is the most appropriate functional requirement to be implemented with an Activity rule rather than a Data Transform rule because parsing data typically involves complex logic and manipulation of data. Activities provide more flexibility and control over data processing as they can make use of custom Java code and external libraries. Data Transform rules are better suited for simple data manipulation tasks and are not as powerful as Activities when it comes to parsing and processing data from external systems.

Submit
83. Which type of record identifies the application that a user opens when logging in to Designer Studio?

Explanation

The access group record identifies the privileges extended to a group of users for a specific application.

Submit
84. You are designing a screen to display employee information such as job title and hire date. The display needs to present the reporting hierarchy among employees as well. Which type of repeating layout is appropriate for this purpose? 

Explanation

A Tree Grid is the appropriate type of repeating layout for this purpose. A Tree Grid allows for the display of hierarchical data, such as the reporting hierarchy among employees. It provides a structured and organized way to present the employee information, including job titles and hire dates, while also visually representing the relationship between employees in a hierarchical manner.

Submit
85. You use the Clipboard tool to perform which two tasks? (Choose Two)

Explanation

The Clipboard tool allows users to view and manipulate data within a Pega application. By using the Clipboard tool, users can test case behavior by setting property values for an open case, as well as review the current values of case data. This tool is useful for debugging and troubleshooting purposes, as it allows users to see the data flow and make necessary adjustments to ensure proper case behavior. It does not, however, test declarative expressions or rules execution.

Submit
86. A loan request application includes an approval process as follows:

Requests  for an amount greater than USD30,000 are reviewed by a credit manager or a vice president.  If the customer's credit score is less than 720, then the request is reviewed by a vice president. Otherwise, the request is reviewed by a credit manager. Requests for USD30,000 or less are reviewed by a loan officer.

Which rule would you use to automatically advance the request to the correct user? 

Explanation

A decision tree is the most appropriate rule to use in this scenario because it allows for the evaluation of multiple conditions and the branching of the approval process based on those conditions. The decision tree can easily handle the requirement of reviewing requests for amounts greater than USD30,000 by a credit manager or a vice president, based on the customer's credit score. It can also handle the requirement of reviewing requests for USD30,000 or less by a loan officer.

Submit
87. Select the three true statements about the use of a BLOB field. (Choose Three)

Explanation

The given answer states that a BLOB provides flexibility by avoiding the need for schema changes when the data model changes. This means that a BLOB field can accommodate different types of data without requiring changes to the database structure.

The answer also mentions that a BLOB allows an application to read or write an entire case in one database transaction. This means that the entire data related to a particular case can be accessed or modified in a single transaction, ensuring data consistency.

Lastly, the answer states that a BLOB can store an object of any size. This means that there are no limitations on the size of the data that can be stored in a BLOB field, providing flexibility in handling large or complex data objects.

Submit
88. Which of the following would be typical data stored in a local data source?

Explanation

Delivery options would be typical data stored in a local data source because it is information that is specific to a particular location or establishment. Local data sources often store data that is relevant to the operations and services provided by a specific organization or business. In the case of delivery options, this data would include details such as available delivery methods, time frames, costs, and any specific instructions or requirements. This information is essential for managing and fulfilling customer orders and ensuring efficient delivery logistics.

Submit
89. Two forms for an online shopping process use a declarative network to calculate values. The first form contains fields that display the item total amounts and the order total amount.  The second form includes fields that display the taxes and the grand total that will be charged to the user's credit card. Which declare expression configuration would you use so that all the values on the second form are calculated  only when the user reaches the form?

Explanation

Backward chaining is a reasoning method where the system starts with a goal and works backward to determine the values needed to achieve that goal. In this case, the goal is to calculate the taxes and grand total on the second form. By using backward chaining for these values, the system will wait until the user reaches the second form before calculating them, ensuring that the values are accurate and up-to-date based on the user's inputs. This approach is appropriate because the taxes and grand total depend on the user's inputs and cannot be calculated until all the necessary information is available.

Submit
90. As part of an employee resignation case, the HR business partner assigned to the employee's department must perform an exit interview. You create a work party called HR Partner to model the HR business partner. HR Partner should be an instance of the ____________________ class or one of its descendants.

Explanation

The HR business partner assigned to the employee's department is a specific role within the organization that focuses on managing employee relations and ensuring smooth transitions during the resignation process. The Data-Party-Operator class or one of its descendants would be the most appropriate choice to model this role as it represents an individual who performs operational tasks within the organization. This class is specifically designed for individuals who have specific responsibilities and roles within the organization, making it the best fit for the HR business partner in this scenario.

Submit
91. A data page has the Refresh if Older Than field set to five minutes. When will the data page reload?

Explanation

The Refresh if Older Than field in a data page determines when the data page will reload. In this case, since the answer is "Depends on when it is accessed," it means that the data page will reload whenever it is accessed, regardless of when it was last updated, created, or accessed. The data page will only reload if the specified time interval (in this case, five minutes) has passed since the last access.

Submit
92. In a purchase application you need to retrieve product details from the product catalog. There is a SOAP connector configured for integration with the product catalog. The connector should be invoked from a(n) __________.

Explanation

A data page is used to retrieve or read data from an external system.

Submit
93. Using Live UI, you must reorder the position of fields on a user form. How do you use the tool in order to complete this task?

Explanation

You drag and drop UI elements in the hierarchy tree to reposition them

Submit
94. An email correspondence contains instructions for filling out a form. The instructions contain images which illustrate how to fill in fields. The instructions are used in various correspondences used by your company. Which is the best way to include the instructions?

Explanation

Paragraphs present formatted text that can include colors, fonts, styles, and images.

Submit
95. A company provides two applications to its employees. One application is managed by the Accounting department, and allows employees to submit expense reports for reimbursement. The second application is managed by the IT department, and allows employees to submit support tickets for IT-related issues.Each application requires a data element to track the status of cases. Select the best strategy for implementing this requirement.

Explanation

Verify that no appropriate data element already exists and is usable by the application, before you create one.

Submit
96. You have a connector that fetches a list of currency exchange rates from an external system. Where do you invoke the connector from?

Explanation

A data page is a good place to invoke the connector that fetches a list of currency exchange rates from an external system. Data pages are used to store and retrieve data from various sources, including external systems. By invoking the connector from a data page, the currency exchange rates can be fetched and stored in the data page for easy access and reuse throughout the application. This allows other parts of the application to access the currency exchange rates without needing to invoke the connector again, improving performance and efficiency.

Submit
97. After the completion of a step, a case should be marked as Pending-Approval. What is the best way to do this? (Choose One)

Explanation

After a step completes, the work status value is updated.

Submit
98. You have been asked to add to a form a check box control named "Auto Insurance Discount."  Selecting the check box indicates that the user qualifies for the discount. However, in order to qualify, two conditions must be met. First, the user must be older than 25. Second,  the user has not received a traffic violation in three years or more.  If both conditions are not met and the check box is selected, an error appears when the form is submitted. Which one of the following approaches would you use in order to support this requirement?

Explanation

Using a single validate rule to verify both of these conditions would be the most appropriate approach in this scenario. This allows for a centralized and efficient validation process, where the conditions for the auto insurance discount can be checked together. By using a single validate rule, the system can easily determine if the user qualifies for the discount based on their age and traffic violation history. If both conditions are not met and the check box is selected, an error can be displayed when the form is submitted.

Submit
99. Which statement demonstrates a well-written requirement?

Explanation

This statement describes processing needs that must be met for processing work and data in the application.

Submit
100. An application must test combinations of item size and color and return the result valid for allowed combinations. Which decision rule is best suited to this decision?

Explanation

Map value rules are best suited to returning a result based on two conditions

Submit
101. Which statement demonstrates a well-written specification?

Explanation

This statement describes how the system must perform.

Submit
102. An insurance company provides personal property insurance. Jewelry is categorized as a special type of personal property. Requests for jewelry coverage require that a user managing the request is trained to appraise jewelry. The requirement is to route assignments for jewelry appraisals to users who have this skill. Which one of the following routing approaches would you use?

Explanation

The correct answer is to route requests to a work group that uses skill rating parameters for work group members. This approach ensures that assignments for jewelry appraisals are directed to users who have the necessary skills and expertise in appraising jewelry. By using skill rating parameters, the work group can accurately assess the proficiency of its members and assign the requests accordingly, ensuring that the appraisals are done by qualified individuals. This approach optimizes the efficiency and accuracy of the appraisal process.

Submit
103. A business process requirement states that users should be able to modify the shipping address at any time and not interrupt the primary case. Which of the following options is the best way to design for this requirement?

Explanation

Adding a user action to the case type allows end users to choose when they want to modify the address and not take the case off the primary path.

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

Explanation

The condition column(s) should be configured by creating one column for feedback with three rows for the three possible decisions. This allows the recruiter to provide feedback on whether the candidate matches the targeted position, matches a different position in the company, or does not match any position. By using one column with three rows, the recruiter can easily select the appropriate decision for each candidate.

Submit
105. Select two statements that best describe the relationship between a case and a child case. (Choose Two)

Explanation

A case is considered the primary work item. A child case represents additional work that must be completed to resolve the primary work item.

A (parent) case typically includes various processes, data, and work parties needed to complete a business transaction. A child case represents work that can be executed outside of the context of the parent case, but resolving the parent case depends on the child case being completed first.

Submit
106. An online shopping application has a work class named PurchaseOrder. The Work class has an embedded page for customer information, and this embedded page is of a data class named Customer. The Customer class contains an embedded page for payment information, and this embedded page is part of a data class named Payment.You need a reusable section for displaying payment information on an order. Where should you define this section?

Explanation

A section containing property content should be located in the class where the properties are located.

Submit
107. An insurance claim process includes an assignment in which a manager reviews claims. If the claim is denied, an email is automatically sent to the user and the case is resolved.

How do you configure the process to send this correspondence?

Explanation

The Smart Shape automatically sends email when the case is resolved.

Submit
108. Which two of the following are considered property-based events in Pega's dynamic UI model? (Choose Two)

Explanation

The total value of a customer order reaching $500 and users changing the arrival date on a hotel reservation to one week later are considered property-based events in Pega's dynamic UI model. These events are based on specific changes or updates to the values of properties within the system.

Submit
109. A step in an activity for creating correspondence calls another activity to send correspondence to all the parties listed on the pyWorkParty page. How would you configure the first activity to achieve the desired behavior?

Explanation

This step page provides data context during the execution of this step.

Submit
110. Which option for populating work party information allows users to optionally add a work party to a case while completing an assignment?

Explanation

The addParty flow action allows users to add a work party during an assignment.

Submit
111. In a new hire process, a hiring manager needs to be automatically notified, by email, when a job application case reaches a Collect Work Sample assignment. How would you configure this correspondence requirement?

Explanation

The system sends the email when the case reaches the assignment

Submit
112. A new hire process includes an Interview Job Applicant assignment. In the assignment, the interviewer assigns an interview score. When the case is submitted, it is routed to a Decision shape. If the score is 69 or less, the applicant is automatically rejected and the case is resolved.  If the score is 70 or more, the case advances to an Assessment assignment. If rejected, both a  rejection email and letter must be automatically sent to the candidate. How would you configure this correspondence requirement? 

Explanation

A CorrNew utility can be configured to send both emails and letters

Submit
113. You are configuring a grid layout so that a row is set in focus when a user right-clicks a row, uses the up key, or uses the down key. In addition, when the user clicks a row, it is shown in edit mode.  

How do you configure the grid to support this requirement? 

Explanation

You can combine the focus and edit action for the right-click event.

Submit
114. Which statement best describes the difference between optimizing a top-level property and an embedded property?

Explanation

The difference between optimizing a top-level property and an embedded property is that a top-level property is exposed in the table that contains the BLOB, while an embedded property is exposed in a different table. This means that when optimizing a top-level property, the optimization is done within the same table, while optimizing an embedded property requires accessing a different table.

Submit
115. Which two of the following rules can be used to direct case processing in a flow?  (Choose Two)

Explanation

A decision table is used to derive a value that has one of a few possible outcomes, where each outcome can be detected by a test condition.

A when condition is used to evaluate a Boolean logical statement involving comparisons among values of properties to return true or false.

Submit
116. In which order are rules and data instances applied for a connector?
  1. Data Page/Activity
  2. Data Transform (from application data structure to integration clipboard structure)
  3. Mapping rule (from integration clipboard structure to format specified by the target service)
  4. Connect rule
  5. Data Transform (from integration clipboard structure to application data structure)
  6. Mapping rule (from format received by the service to integration clipboard structure)

Explanation

The mapping of the response happens before the data transform is applied.

Submit
117. In an application for applying to jobs, a submit button is in the section rule for uploading resume. You defined a new button style format with a gray background color and crimson font color. What do you need to do to apply this new style format to the submit button?

Explanation

To apply the new style format to the submit button, you need to configure the submit button in the section rule to use the new format. This means that you need to go into the section rule and update the settings for the submit button to apply the gray background color and crimson font color defined in the new button style format. This will ensure that the submit button displays the desired style when users upload their resumes in the job application.

Submit
118. You have a data page with customer data. The data page is configured to reload if it is older than one hour. Which of the following best describes when the data page will be reloaded?

Explanation

The data page will be reloaded on the next access one hour after it was created. This means that if the data page is accessed within an hour of its creation, it will not be reloaded. However, if the data page is accessed after one hour of its creation, it will be reloaded to ensure that the data is up to date.

Submit
119. You want to enable external systems to retrieve the claim history for a given customer from  a Pega claims application. What component is required to implement this requirement?

Explanation

A service rule allows you to expose a service. Pega is acting as the service and the external system as the client.

Submit
120. Which tool would you use to evaluate a user form and identify which properties use declarative processing to calculate the values?

Explanation

Live UI indicates properties used in declarative processing with the letter "D".

Submit
121. As part of the process of assessing a candidate, the feedback provided by the interviewer is used to decide whether or not to hire a candidate for a position. If necessary, other test scores are used in the evaluation.   
  • Candidates with an assessment score of 40 or less are automatically rejected before they are evaluated further.
  • Candidates with an assessment score of 60 or less are rejected if either their technical skill scores and interpersonal skill scores are below 40.
  • Candidates with scores higher than 60 are automatically approved. 
  You are using a decision tree to make the evaluations. Which two branch configurations would you use in your decision tree? (Choose Two) 

Explanation

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

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

Explanation

Checking for conflicts only discovers rows that cannot be reached and does not evaluate test values.

Submit
123. Your organization replaces employee laptops two years from the date the laptop was issued. A manager  asks you to create a report that shows, for each employee, the number of weeks until the replacement date. Report columns include Employee ID, Laptop ID, and Issue Date. How would you configure the report definition to provide the requested information?   

Explanation

To provide the requested information, the report definition should include a "Weeks Until Replacement" column. This column should use a function to calculate the number of weeks remaining until the replacement date based on the "Issue Date" of the laptop. This approach ensures that the report dynamically calculates the number of weeks until replacement for each employee, taking into account the specific issue date of their laptop.

Submit
124. Use __________ to use conditional logic to determine which data should be propagated

Explanation

Use a data transform if you need to specify conditional logic

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

Explanation

You would use the CorrNew activity in a Utility shape.

Submit
126. You create a form that you want to add to your process. In which flow shape would you add your form?

Explanation

You add forms to flow actions, which are defined in connectors.

Submit
127. Which two requirements are examples of an escalation action on a service level agreement? (Choose Two)

Explanation

Updating the status of a case is a very common escalation action.
Sending email is a very common escalation action.

Submit
128. The business is switching its application branding to use a warmer color scheme and to include responsive behavior to the user interface. Which two of the following rules must be modified to implement this change? (Choose Two)

Explanation

To implement the change of switching the application branding to use a warmer color scheme and include responsive behavior to the user interface, the two rules that must be modified are the Application rule and the Skin rule. The Application rule defines the behavior and appearance of the entire application, including its branding and user interface. The Skin rule defines the visual styling of the application, including the color scheme. Modifying these two rules will ensure that the desired changes are applied throughout the application, providing a warmer color scheme and responsive behavior to the user interface.

Submit
129. Which rule warning do you address by justifying the current design?

Explanation

Writing data to a system of record may require use of an activity, even though activity use triggers a guardrail violation. In this situation, the violation should be justified.

Submit
130. In which situation would you most likely create a work party?

Explanation

! Using a customer work party allows you address correspondence to the customer.

Submit
131. A connector can be directly referenced from __________ and __________? (Choose Two)

Explanation

A connector can be directly referenced from activities and data pages. This means that within an activity or a data page, you can directly use a connector to interact with external systems or services. Connectors provide a way to integrate external functionality into your application, and by referencing them from activities and data pages, you can easily access and utilize their capabilities within your application's logic and data processing.

Submit
132. Which three decisions would you model with a When rule? (Choose Three)

Explanation

A When rule is used to make decisions based on conditions or criteria. In this case, determining whether a UI field should be visible, determining whether to perform a data transform, and determining if a process runs are all decisions that can be modeled with a When rule. These decisions are based on certain conditions or criteria, such as the value of certain input fields, the presence of certain data, or the occurrence of certain events. By using a When rule, the system can dynamically determine the visibility of a UI field, whether to perform a data transform, and whether a process should run based on these conditions or criteria.

Submit
133. Select the statement that best describes the use of the Database Table Class Mapping tool. (Choose One)

Explanation

The Database Table Class Mapping tool provides a wizard that generates all the artifacts needed to interact with reference data in an external database. These artifacts include a data class, a database table instance and a link between those two artifacts.

Submit
134. In which of the following cases would you use a paragraph? (Choose Two) 

Explanation

A paragraph can be used to define a piece of text that is used in several screens in the application. By defining the text in a paragraph, it can be easily reused and updated in multiple places without having to make changes in each individual screen. Additionally, a paragraph can be used to display read-only text in rich text format. This allows for formatting options such as bold, italics, and bullet points to be applied to the text, enhancing its visual appearance for the user.

Submit
135. A connector is used to ______________________________. (Choose Three)

Explanation

Connectors are used to identify an outcome of a decision, as they can show the result or consequence of a particular choice. They also help in identifying the order of events in a process, as they can indicate the sequence in which different steps or actions occur. Additionally, connectors can indicate possible branches of a process, meaning they can show alternative paths or options that can be taken within a process.

Submit
136. A flow action ______________________________. (Choose Two)

Explanation

A flow action is a component in a business process management system that identifies the user interface to present to a user. It determines the screens and forms that need to be displayed to collect input from the user. Additionally, a flow action also indicates a possible outcome for an assignment. This means that it determines what action needs to be taken after the user completes the assigned task, such as routing the case to a specific user or escalating it to a higher authority.

Submit
137. You have a connector that creates a new customer record in an external system. Where do you invoke the connector from?

Explanation

An activity is a rule type in Pega that represents a sequence of instructions. It is used to define the logic and processing steps for a specific task. In this scenario, the connector that creates a new customer record in an external system should be invoked from an activity. Activities are commonly used to perform integrations with external systems, making them the appropriate choice for invoking connectors.

Submit
138. Alternate stages are used to _____________________. (Choose Two)

Explanation

An alternate stage is used to model the out-of-sequence events in the life cycle of a case.
As with primary stages, alternate stages are used to organize process steps.

Submit
139. In a purchase order application, you have been asked to add an order total field that is used on multiple forms in the application. You want to make sure that whenever the input values change the order total will change in all the forms. Which two of the following reasons  would you choose to use a declare expression for the calculating value. (Choose Two). 

Explanation

A declare expression is used to calculate a specific value that is used on multiple forms, which addresses the requirement of adding an order total field that is used on multiple forms in the application. By using a declare expression, you only need to update one rule to update the calculation, making the application easier to maintain. Additionally, the system monitors input properties and determines when to update the target property value, ensuring that the order total will change in all the forms whenever the input values change.

Submit
140. Consider a purchase request case. In which of the following situations would you use a local data source? (choose two)

Explanation

Use a data page cache data retrieved from a system of record.
Use a local data source to store reference data.

Submit
141. You have been asked to configure a service level agreement for an assignment. Which two requirements require you to configure the service level agreement using the rule form?

Explanation

To configure a service level agreement for an assignment, you would need to use the rule form to address the requirements of delaying the availability of the assignment until a condition is satisfied and adding behavior for an assignment that is considered late. These two requirements involve setting specific rules and conditions that need to be met before the assignment can be made available or determining the actions to be taken if an assignment is considered late. By configuring the service level agreement using the rule form, you can define the necessary conditions and behaviors to meet these requirements.

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
  • Jan 26, 2017
    Quiz Created by
    Zywi3c
Cancel
  • All
    All (141)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Users can access an apartment search application from laptops and...
You are developing a case life cycle for a human resources...
What is the difference between a requirement and specification?
Which tool do you use to view case data currently in memory?
The primary purpose of a service level is to __________.
A manager requests a report that contains the following columns:...
In an online shopping application, the primary case type PurchaseOrder...
What is the purpose of the pyDefault data transform?
The goal milestone in a service level defines:
In which types of UI controls are reference data from the local data...
With whom does a system architect work to develop application...
You check out a rule to update it. While the rule is checked out,...
A candidate's language skills are captured in a candidate case....
You are designing a travel plan application. A hotel booking step...
PyWorkPage stores which type of information?
Adding instructions to a step ____________ (Choose One)
A loan origination case requires the loan application be routed to an...
You need to fetch exchange rates that are updated on a daily basis...
You have a case type for account opening which has a credit check...
What three questions can you ask to help you plan user views? (Choose...
A report contains columns for case IDs, creation dates, managers, and...
You are assigned to a team to develop a case life cycle design for an...
Where can you NOT include a paragraph?
A report contains five columns of data about sales quotes. The...
Given this partial user story:Customer must provide at least one of...
If you need to access a table in an external database with advanced...
The design document of an application states that the application must...
The following When rule determines whether a customer is eligible for...
You are writing an activity. The third step needs to be skipped if the...
The risk premium for a property insurance quote is based upon the...
Which requirement would be best implemented as an alternate stage when...
An organization wants to automate their existing expense reporting...
An online shopping application collects and displays the user's...
An application that processes loan requests must collect information...
An employee medical coverage  form contains a check box to...
Customers under the age of 18 must provide the name and ID number of a...
An application includes the property reference...
______ is a template for creating _____ at run time. Fill in the...
You want to capture the delivery method for a purchase request. The...
Which variable in the assignment urgency calculation allows a user to...
A home loan company has home appraisal offices in various regions....
You are adding a date of birth field to a job application form. You...
A service level agreement rule describes the following...
A requirement states that you must add a control that shows a list of...
On a Pega project, who is typically responsible for designing the...
The terms "connector" and "service" are from the...
In which of the following situations would you use a data transform?...
You are configuring a declarative network that contains eleven declare...
When does data propagation occur?
Which two tasks do system architects perform on a Pega project?...
In the event-action model of dynamic UI, which of the following...
A claim case records the items of loss. The property reference to the...
An expense report process requires the assignment for travel expenses...
An online computer equipment vendor maintains an inventory database of...
In a help desk ticket application the Respond to...
Which type of data is exposed by default?
An application references a data element found in the Work- class. How...
Select the two items of information used to uniquely identify a rule....
In an mortgage application, the user creates a loan request. In order...
Which requirement could be satisfied with a user action?
When running an application, you notice that a field contains an...
Select the statements that best describe the purpose of a data...
Which situation is best addressed through circumstancing?
An application recommends mobile phone plans to customers. Which type...
What three questions should you ask when creating a correspondence?...
Where do you set the Visible When condition to display a layout based...
A manager has requested a report that shows the purchase requests for...
Which situation should you address with a rule circumstance?
Your organization has a standard loan request report that contains...
Data transforms are often used prior to and after invoking the...
 You have been asked to add a field to a form in which users...
Which statement demonstrates a well-written business objective?
You are adding steps to a process named Select Insurance Policy. Which...
An application change goes into effect on June 15, 2016. Due to this...
Which three rule types can you reference in a correspondence rule to...
You are configuring a standard email to automatically be sent to loan...
A dynamic layout uses an Inline format to organize UI elements on the...
In an activity ProcessOrder, the fourth step invokes another activity...
Which statement best describes the evaluation of a When rule?
Which two statements identify why you should automate correspondence?...
A form contains a text field for entering a U.S. postal code. You want...
Which of the following functional requirements is the most appropriate...
Which type of record identifies the application that a user opens when...
You are designing a screen to display employee information such as job...
You use the Clipboard tool to perform which two tasks? (Choose Two)
A loan request application includes an approval process as...
Select the three true statements about the use of a BLOB field....
Which of the following would be typical data stored in a local data...
Two forms for an online shopping process use a declarative network to...
As part of an employee resignation case, the HR business partner...
A data page has the Refresh if Older Than field set to five minutes....
In a purchase application you need to retrieve product details from...
Using Live UI, you must reorder the position of fields on a user form....
An email correspondence contains instructions for filling out a form....
A company provides two applications to its employees. One application...
You have a connector that fetches a list of currency exchange rates...
After the completion of a step, a case should be marked as...
You have been asked to add to a form a check box control named...
Which statement demonstrates a well-written requirement?
An application must test combinations of item size and color and...
Which statement demonstrates a well-written specification?
An insurance company provides personal property insurance. Jewelry is...
A business process requirement states that users should be able...
A job recruiter screens candidates to assess their qualifications. The...
Select two statements that best describe the relationship between a...
An online shopping application has a work class named PurchaseOrder....
An insurance claim process includes an assignment in which a manager...
Which two of the following are considered property-based events in...
A step in an activity for creating correspondence calls another...
Which option for populating work party information allows users to...
In a new hire process, a hiring manager needs to be automatically...
A new hire process includes an Interview Job Applicant assignment. In...
You are configuring a grid layout so that a row is set in focus when a...
Which statement best describes the difference between optimizing a...
Which two of the following rules can be used to direct case processing...
In which order are rules and data instances applied for a...
In an application for applying to jobs, a submit button is in the...
You have a data page with customer data. The data page is configured...
You want to enable external systems to retrieve the claim history for...
Which tool would you use to evaluate a user form and identify which...
As part of the process of assessing a candidate, the feedback provided...
You have designed a decision tree that you want to unit test. You want...
Your organization replaces employee laptops two years from the date...
Use __________ to use conditional logic to determine which data should...
In which situation is the use of an activity necessary?
You create a form that you want to add to your process. In which flow...
Which two requirements are examples of an escalation action on a...
The business is switching its application branding to use a warmer...
Which rule warning do you address by justifying the current design?
In which situation would you most likely create a work party?
A connector can be directly referenced from __________ and __________?...
Which three decisions would you model with a When rule? (Choose Three)
Select the statement that best describes the use of the Database Table...
In which of the following cases would you use a paragraph? (Choose...
A connector is used to ______________________________. (Choose Three)
A flow action ______________________________. (Choose Two)
You have a connector that creates a new customer record in an external...
Alternate stages are used to _____________________. (Choose Two)
In a purchase order application, you have been asked to add an order...
Consider a purchase request case. In which of the following situations...
You have been asked to configure a service level agreement for an...
Alert!

Advertisement