CSA 7.3/7.4 Completo

379 Questions | Attempts: 162
Share
Please wait...
Question 1 / 200
0 %
0/100
Score 0/100
1. 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?
Submit
Please wait...
About This Quiz
CSA 7.3/7.4 Completo - Quiz

.

2. 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?
Submit
3. You are helping to implement the technical components of a new application. Before you can begin work, you must obtain definitions of the business processes and service-level agreements. Which members of the development team would you go to for this information?
Submit
4. 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)
Submit
5. 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?
Submit
6. 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?
Submit
7. Which requirement could be satisfied with a user action?
Submit
8. Adding instructions to a step ____________.
Submit
9. A step in the case life cycle has a case status value of Pending-Approval. When is the status of the case automatically updated?
Submit
10. What type of step typically requires contextual instructions?
Submit
11. 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?
Submit
12. 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?
Submit
13. 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? 
Submit
14. 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 statement about the processing of PO-11, Pay-37, and Pac-56 is correct?
Submit
15. An application references a data element found in the Work-class. How is this rule inherited by the application?
Submit
16. Select the two items of information used to uniquely identify a rule. (Choose Two)
Submit
17. 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?
Submit
18. 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)?
Submit
19. 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?
Submit
20.  pyWorkPage stores which type of information?
Submit
21. 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?
Submit
22. 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?
Submit
23. 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 as 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 improve performance, how can you reduce the number of calculations?
Submit
24. When does data propagation occur?
Submit
25. Which requirement is satisfied by configuring a service level agreement?
Submit
26. 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 reload?
Submit
27. A data page has the Refresh if Older Than field set to five minutes. When will the data page reload?

Explanation

A

Submit
28. In which types of UI control is reference data from the local data source typically used?
Submit
29. The External Database Table Class Mapping wizard creates a data class and a database table. How do you make this data available to your application?
Submit
30. Which variable in the assignment urgency calculation enables users to increment the service level urgency on a case-by-case basis?
Submit
31. 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
32. 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
33. 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
34. 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
35. What is the difference between a requirement and specification?
Submit
36.  Automating decisions based on business logic enables ___________________________.
Submit
37. 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
38. What three questions should you ask when creating a correspondence? (Choose Three)
Submit
39. 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?
Submit
40. Which two statements identify why you should automate correspondence? (Choose Two)
Submit
41. Adding instructions to a step ____________ (Choose One)

Explanation

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

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

A

Submit
43. Which of the following sets represent action sets (event > action) in Pega Platform? (Choose Two)
Submit
44. 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
45. 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?
Submit
46. 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
47. Which type of data is exposed by default?
Submit
48. ______ 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
49. 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) Prior to property optimization, which two properties does the report identify as potentially impacting performance? (Choose Two)
Submit
50. 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
51. When unit testing a rule, you can identify a data transform to use during the test. What does the data transform do?
Submit
52. 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
53. The user enters a response on a form and clicks Submit. The Pega Platform application returns an error. Which tool can you use to determine the cause of the error in your application?
Submit
54. PyWorkPage stores which type of information?

Explanation

Information about a case is stored on pyWorkPage

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

A

Submit
56. 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
57. 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
58. 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
59. 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?
Submit
60. An application recommends mobile phone plans to customers. Which type of rule predicts the customer response to an offer based on existing data?
Submit
61. 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

A

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

Explanation

A

Submit
63. 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
64.  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

A

Submit
65. 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?
Submit
66. 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

A

Submit
67. 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
68. 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) 
Submit
69. 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

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

A

Submit
71. Which of the following would be typical data stored in a local data source?
Submit
72. In which types of UI controls are reference data from the local data source typically used?
Submit
73. 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

A

Submit
74. 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
75. 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
76. 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? 
Submit
77. 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?
Submit
78. 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
79. 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?
Submit
80. 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
81. 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
82. Mach each data page scope to its use case.
Submit
83. 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
84. While reviewing a UI form in a Grooming/Elaboration playback, you notice a typo in the label of a field. Which tool allows you to identify the section rule that contains the incorrect label?
Submit
85. 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?
Submit
86. 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
87. Which tool do you use to view case data currently in memory?
Submit
88. 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?
Submit
89. Which requirement would be implemented through circumstancing?
Submit
90. In which situation does a case type for software upgrade requests reuse a rule through pattern inheritance?
Submit
91. 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?
Submit
92. Which rule can only return a true/false result when evaluating a condition?
Submit
93. 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?
Submit
94. 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?
Submit
95. 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?
Submit
96. 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?
Submit
97. Match each process step to the appropriate flow shape.
Submit
98. 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?
Submit
99. Review the following Decision Table:If the credit score is 723 and the outstanding balance is 2157, which value will be returned?
Submit
100. When does data propagation occur?
Submit
101. 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?
Submit
102. An application lets customers book airline reservations online. What would you expect to be defined as the case type in the application?
Submit
103. 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?
Submit
104. 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

A

Submit
105. In the event-action model of dynamic UI, which of the following statements is correct regarding event processing?
Submit
106. 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
107. You have a connector that fetches a list of currency exchange rates from an external system. Where do you invoke the connector from?
Submit
108. A report contains columns New Hire ID, New Hire Name, Start Date, and Location. The organization has offices invarious cities throughout the U.S. A facilities manager requests a report that includes only new hires who are locatedin 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?
Submit
109. 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?
Submit
110. 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?
Submit
111. A claim case records the items of loss. The property reference that describes an item of loss looks like this: .ItemOfLoss(1).Description. The property reference .ItemOfLoss(1) is an example of a __________ property?
Submit
112. Which two statements identify why you should automate correspondence? (Choose Two)
Submit
113. 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
114. 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?
Submit
115. Select the statements that best describe the purpose of a data transform. (Choose Two)

Explanation

A

Submit
116. You are configuring a Confirm and Pay view that includes a payment type selection list. The following image shows the Credit Card Type selection list. One of the payment options is PayPal. PayPal requires users to confirm order details on the PayPal website. How do you configure the link to PayPal to display only when users select PayPal as their payment option?
Submit
117. 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?
Submit
118. 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
119. Which two of the following rules can be used to direct case processing in a flow?  (Choose Two)

Explanation

A

Submit
120. 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?
Submit
121. An application includes the property reference .Customer.Assets(3).AssetType.

The property type of .Assets(3) is a ________________.
Submit
122. 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?
Submit
123. 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?
Submit
124. 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?
Submit
125. 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?
Submit
126. During a playback, you place a flow in draft mode to address which limitation?
Submit
127. 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? 
Submit
128. 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?
Submit
129. 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?
Submit
130. In which two of the following situations would you use a data transform? (Choose Two)
Submit
131. In which situation is the use of an activity necessary?
Submit
132. 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?
Submit
133. On a service level, the passed deadline interval is measured from__________________________.
Submit
134. 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?
Submit
135.  When is the earliest opportunity for you to configure the user view for a step in a case life cycle in Pega Express?
Submit
136. When processing an insurance claim you need to retrieve the customer's insurance policies from a web service. Youinvoke the connector from a_______________.
Submit
137. 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?
Submit
138. An application includes the property reference .Customer.Assets(3).AssetType. The property type of .Assets(3) is a ________________.

Explanation

A

Submit
139. You would like to use the Tracer tool to debug an error in your application. In which portal can you use the Tracer tool?
Submit
140. 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.
Submit
141. 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
142. Select the three true statements about the use of a BLOB field. (Choose Three)
Submit
143. 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?
Submit
144. 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?
Submit
145. 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
146. You need to read from an external database table containing inventory data. Which two ways could you integratewith the table? (Choose Two)
Submit
147. 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?
Submit
148. 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?
Submit
149. 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?
Submit
150. 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?
Submit
151. An insurance claim case type is defined as follows:If the Review claim step is configured to set the status toPending-Investigation?
Submit
152. 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?
Submit
153. A company provides two applications to its employees. The first 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. Both applications require a data element to track the status of cases. Select the best strategy for implementing this requirement.
Submit
154. 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?
Submit
155. 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

A

Submit
156. What is the purpose of the pyDefault data transform?
Submit
157. A flow action ______________________________. (Choose Two)
Submit
158. 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?
Submit
159. 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?
Submit
160. Which of the following scenarios requires the configuration of an action set?
Submit
161. A service level agreement rule describes the following behavior:  
  Urgency Adjustment Interval length Limit
Start of service level 20    
Goal interval 10 8 hours  
Deadline interval 20 24 hours  
Passed Deadline interval 20 24 hours 3
The service level provides a four-hour initial delay. If the case urgency is set to 10 and the case reaches the assignment at 9 A.M. Monday, what is the assignment urgency at 12 P.M. Wednesday?
Submit
162. A parallel process is defined as ___________________________.
Submit
163. In which of the following situations would you use a rule circumstance to resolve the requirement?
Submit
164. Select the two items of information used to uniquely identify a rule. (Choose Two)
Submit
165. 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
166. Which statement best describes the evaluation of a When rule?
Submit
167. 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
168. 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
169. 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
170. Which situation is best addressed through circumstancing?
Submit
171. A data page has the Refresh if Older Than field set to five minutes. When will the data page reload?
Submit
172. 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?
Submit
173. You need to read from an external database table containing inventory data. Which two ways could you integratewith the table? (Choose Two)
Submit
174. Which two are benefits of following Pega guardrails. (Choose Two)
Submit
175. A report contains columns New Hire ID, New Hire Name, Start Date, and Location. The organization has offices invarious cities throughout the U.S. A facilities manager requests a report that includes only new hires who are locatedin 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?
Submit
176.  Consider a purchase request case. In which of the following situations would you use a local data source?

Explanation

A

Submit
177. Which two tasks do system architects perform on a Pega project? (Choose Two)
Submit
178. 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? 
Submit
179. 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?
Submit
180. 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
181. 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?
Submit
182. 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
183. 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)
Submit
184. 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?
Submit
185. 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

A

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

Explanation

A

Submit
187. 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?
Submit
188. 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
189. 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
190. Where can you NOT include a paragraph?
Submit
191. 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
192. 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?
Submit
193. Which issue is identified as a Guardrail violation?
Submit
194. 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?
Submit
195. 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

A

Submit
196. What three questions should you ask when creating a correspondence? (Choose Three)
Submit
197. 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

Submit
198. 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
199. The terms "connector" and "service" are from the perspective of __________.
Submit
200. 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?
Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2022 +

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

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 28, 2019
    Quiz Created by
    Rafael
Cancel
  • All
    All (200)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
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....
You are helping to implement the technical components of a new...
In an airline reservation application, users enter departure and...
You have created a new report that contains a list of employees, hire...
A manager requests a report that contains the following columns:...
Which requirement could be satisfied with a user action?
Adding instructions to a step ____________.
A step in the case life cycle has a case status value...
What type of step typically requires contextual instructions?
A data page holds the local weather information and has he Reload if...
You have been asked to create a report that displays the following...
In an mortgage application, the user creates a loan request. In order...
In an online shopping application, the primary case type PurchaseOrder...
An application references a data element found in the Work-class. How...
Select the two items of information used to uniquely identify a rule....
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....
Users can access an apartment search application from different...
 pyWorkPage stores which type of information?
You have been asked to configure a rule for use in a business process...
In an insurance claim application there is a claim case defined. The...
You are configuring a declarative network that contains eleven declare...
When does data propagation occur?
Which requirement is satisfied by configuring a service level...
You have a data page with customer data. The data page is configured...
A data page has the Refresh if Older Than field set to five minutes....
In which types of UI control is reference data from the local data...
The External Database Table Class Mapping wizard creates a data class...
Which variable in the assignment urgency calculation enables users to...
You are assigned to a team to develop a case life cycle design for an...
A loan origination case requires the loan application be routed to an...
The primary purpose of a service level is to __________.
What three questions can you ask to help you plan user views? (Choose...
What is the difference between a requirement and specification?
 Automating decisions based on business logic enables...
Which requirement could be satisfied with a user action?
What three questions should you ask when creating a correspondence?...
An application change goes into effect on June 15, 2016. Due to this...
Which two statements identify why you should automate correspondence?...
Adding instructions to a step ____________ (Choose One)
Given this partial user story: ...
Which of the following sets represent action sets (event > action)...
With whom does a system architect work to develop application...
A manager requests a report that contains the following columns:...
You check out a rule to update it. While the rule is checked out,...
Which type of data is exposed by default?
______ is a template for creating _____ at run time. Fill in the...
A report contains five columns of data about sales quotes. ...
In an online shopping application, the primary case type PurchaseOrder...
When unit testing a rule, you can identify a data transform to use...
A candidate's language skills are captured in a candidate case....
The user enters a response on a form and clicks Submit. The Pega...
PyWorkPage stores which type of information?
 A report contains columns for case IDs, creation dates,...
An expense report process requires the assignment for travel expenses...
You are configuring a standard email to automatically be sent to loan...
Which situation should you address with a rule circumstance?
An application change goes into effect on June 15, 2016. Due to this...
An application recommends mobile phone plans to customers. Which type...
You have a case type for account opening which has a credit check...
 Select the statement that best describes the use of the Database...
The design document of an application states that the application must...
 A step in an activity for creating correspondence calls another...
A manager requests a report that contains the following columns:...
Users can access an apartment search application from laptops and...
Which type of data is exposed by default?
A report contains five columns of data about sales quotes. The...
An online computer equipment vendor maintains an inventory database of...
An application that processes loan requests must collect information...
Which of the following would be typical data stored in a local data...
In which types of UI controls are reference data from the local data...
An employee medical coverage  form contains a check box to...
Data transforms are often used prior to and after invoking the...
Select the statements that best describe the purpose of a data...
A loan request application includes an approval process as...
A customer wants to copy the contents of a previous order to their...
You are adding a date of birth field to a job application form. You...
A data page holds the local weather information based on the...
An application that processes loan requests must collect information...
Users can access an apartment search application from laptops and...
Mach each data page scope to its use case.
An employee medical coverage  form contains a check box to...
While reviewing a UI form in a Grooming/Elaboration playback, you...
A report contains columns for case IDs, creation dates, managers, and...
You want to enable external systems to retrieve the claim history for...
Which tool do you use to view case data currently in memory?
While reviewing a UI form in a Grooming/Elaboration playback, you...
Which requirement would be implemented through circumstancing?
In which situation does a case type for software upgrade requests...
A customer wants to copy the contents of a previous order to their...
Which rule can only return a true/false result when evaluating a...
An application allows bank customer to apply for a credit card. During...
There are several components involved when calling an external...
A purchase request case creates a child case to check inventory. If...
Customer Service Representatives (CSRs) review customer requests to...
Match each process step to the appropriate flow shape.
To qualify for an automobile loan, the applicant must have a credit...
Review the following Decision Table:If the credit score is 723 and the...
When does data propagation occur?
Your organization has a standard loan request report that contains...
An application lets customers book airline reservations online. What...
You need to copy data from a page with customer data to a page used...
Two forms for an online shopping process use a declarative network to...
In the event-action model of dynamic UI, which of the following...
If you need to access a table in an external database with advanced...
You have a connector that fetches a list of currency exchange rates...
A report contains columns New Hire ID, New Hire Name, Start Date, and...
While preparing to release an application, you notice a guardrail...
You are designing a form for an online bookstore to display new...
A claim case records the items of loss. The property reference that...
Which two statements identify why you should automate correspondence?...
The goal milestone in a service level defines:
An expense report process requires the assignment for travel expenses...
Select the statements that best describe the purpose of a data...
You are configuring a Confirm and Pay view that includes a payment...
A manager has requested a report that shows the purchase requests for...
You are configuring a declarative network that contains eleven declare...
Which two of the following rules can be used to direct case processing...
Given this partial user story:Customer must provide at least one of...
An application includes the property reference...
A Service Request case type has a CustomerGrade property. How do you...
You have created a series of forms for a vacation booking process....
You have designed a decision tree that you want to unit test. You want...
The approval process for a purchase request case must satisfy the...
During a playback, you place a flow in draft mode to address which...
An insurance company offers personal property policies. Art...
An application that generates auto insurance quotes allows users to...
An application allows bank customer to apply for a credit card. During...
In which two of the following situations would you use a data...
In which situation is the use of an activity necessary?
You are configuring a standard email to automatically be sent to loan...
On a service level, the passed deadline interval is measured...
You are designing a form for an online bookstore to display new...
 When is the earliest opportunity for you to configure the user...
When processing an insurance claim you need to retrieve the customer's...
You are developing a case life cycle for a human resources...
An application includes the property reference...
You would like to use the Tracer tool to debug an error in your...
As part of an employee resignation case, the HR business partner...
An application must test combinations of item size and color and...
Select the three true statements about the use of a BLOB field....
You have a data page with customer data. The data page is configured...
Two forms for an online shopping process use a declarative network to...
Which two of the following rules can be used to direct case processing...
You need to read from an external database table containing inventory...
While testing a form, you need to verify the contents of a data page...
While preparing to release an application, you notice a guardrail...
An application contains three data types: A, B, and C. The class...
A customer data object has a list of addresses as depicted by the data...
An insurance claim case type is defined as follows:If the Review claim...
A hotel reservation application has the following requirement: Users...
A company provides two applications to its employees. The first...
Customer Service Representatives (CSRs) review customer requests to...
A form contains a text field for entering a U.S. postal code. You want...
What is the purpose of the pyDefault data transform?
A flow action ______________________________. (Choose Two)
You are writing an activity. The third step needs to be skipped if the...
A loan request process has specific approval requirements.-if the...
Which of the following scenarios requires the configuration of an...
A service level agreement rule describes the following behavior: ...
A parallel process is defined as ___________________________.
In which of the following situations would you use a rule circumstance...
Select the two items of information used to uniquely identify a rule....
You want to capture the delivery method for a purchase request. The...
Which statement best describes the evaluation of a When rule?
Where do you set the Visible When condition to display a layout based...
You need to fetch exchange rates that are updated on a daily basis...
Which situation is best addressed through circumstancing?
Which situation is best addressed through circumstancing?
A data page has the Refresh if Older Than field set to five minutes....
An application allows bank customer to apply for a credit card. During...
You need to read from an external database table containing inventory...
Which two are benefits of following Pega guardrails. (Choose Two)
A report contains columns New Hire ID, New Hire Name, Start Date, and...
 Consider a purchase request case. In which of the following...
Which two tasks do system architects perform on a Pega project?...
In an mortgage application, the user creates a loan request. In order...
A requirement states that you must add a control that shows a list of...
Which rule warning do you address by justifying the current design?
You have a case type for account opening which has a credit check...
An online computer equipment vendor maintains an inventory database of...
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 organization replaces employee laptops two years from the date...
 Which three rule types can you reference in a correspondence...
You need to fetch exchange rates that are updated on a daily basis...
You are adding steps to a process named Select Insurance Policy. Which...
Which statement demonstrates a well-written requirement?
Where can you NOT include a paragraph?
Select the statement that best describes the use of the Database Table...
While testing a form, you need to verify the contents of a data page...
Which issue is identified as a Guardrail violation?
In a hotel reservation application, a form displays a list of hotels...
You are configuring a grid layout so that a row is set in focus when a...
What three questions should you ask when creating a correspondence?...
In a purchase application you need to retrieve product details from...
An online shopping application collects and displays the user's...
The terms "connector" and "service" are from the...
While preparing to release an application, you notice a guardrail...
Alert!

Advertisement