A logistics company is designing a 'Shipment Tracking' case type. A key requirement is to display the shipment's history, which is a list of scan events (location, timestamp, status). The number of scan events is variable for each shipment. The UI must present this information in a table format where each row represents a scan event. Which configuration approach is the most efficient and scalable way to implement this in a section?
Q2
During the development of a 'Patient Intake' case type, a data transform is used to copy billing information from a data object to the case. The source data object contains a property `.Insurance.PolicyID`, and the target property in the case is `.BillingInfo.PolicyNumber`. Which row in a data transform correctly performs this mapping?
Q3
A case lifecycle for a mortgage application includes a 'Compliance Review' stage. This stage should only be initiated if the loan amount exceeds $1,000,000. For all other cases, this stage must be skipped automatically. How should a system architect configure this behavior in Case Designer?
Q4
True or False: A single Report Definition rule can be configured to display data as both a summarized chart and a detailed list on a portal dashboard.
Q5Multiple answers
A system architect needs to ensure that a user cannot approve their own expense report. The application uses the reporting structure for approvals. Which two configuration options, when used together, can enforce this business rule? (Select TWO)
Q6
An application requires that the `.CaseID` property format be `EVT-YYYY-######`, where `YYYY` is the current year and `######` is a sequential number. Which type of rule should be configured to achieve this?
Q7
A developer is unit testing a data transform rule. The test requires setting up initial values on a test page before the data transform runs. Where in the 'Run Rule' window or 'Unit Test' configuration for the data transform is this initial test data configured?
Q8
A government agency uses a Pega application to process permit applications. To comply with regulations, all changes to the `.PermitStatus` property must be tracked, including who made the change and when. Which feature should be enabled to meet this requirement?
Q9
A requirement for a mobile application is to allow users to attach a photo of a damaged item directly from their device's camera. Which control type should be used in the view to enable this functionality?
Q10
A case study for an insurance company, 'SecureSure Insurance', is outlined below. **Company Background:** SecureSure Insurance is a national provider of auto and home insurance. They are embarking on a digital transformation initiative to streamline their claims processing. Their current system is manual, slow, and results in inconsistent customer experiences. They have chosen Pega Platform to build a new 'Auto Claim First Notice of Loss (FNOL)' application. **Current Situation:** When a customer calls to report an accident, a call center agent collects information over the phone and enters it into a legacy system. The process involves multiple handoffs between agents, adjusters, and supervisors. There is no automated way to track the claim's progress or enforce service level agreements (SLAs). **Requirements:** 1. The FNOL case must guide the agent through collecting policyholder information, accident details, and information on involved parties. 2. Immediately after case creation, the system must determine if the claim is simple (e.g., single vehicle, no injuries) or complex (e.g., multi-vehicle, injuries reported). 3. Simple claims should be routed to a 'FastTrack' work queue. Complex claims must be routed to a 'ComplexClaims' work queue. 4. An SLA must be applied to the first assignment in the case, requiring an agent to contact the customer within 4 business hours. Based on the requirements, which combination of Pega rules and configurations provides the most effective solution?