In which three situations can you use a data transform? (Choose Three)
- A . To set the destination location as the arrival location
- B . To create a new property after case creation
- C . To set the default arrival date to five days in the future
- D . To copy the first and last name properties into a single property value
- E . To perform an action that allows the user to update a reservation
In which scenario is it appropriate to use a layout group?
- A . A view displays four columns when viewed on a tablet and two columns on a mobile device.
- B . A view displays a table with course information, including a description, duration, and cost.
- C . A view displays a text field if the user selects a checkbox to opt in to provide feedback.
- D . A view displays address, contact, and payment information in a series of tabs.
An order form provides four options from which customers select one option.
According to best practice, which of the following two UI control types can be used to minimize clutter on the order form? (Choose Two)
- A . Dropdown
- B . Checkbox
- C . Radio buttons
- D . Autocomplete
In which two situations do you configure local data storage? (Choose Two)
- A . Defining valid values for a property
- B . Caching data retrieved from an external system
- C . Storing reference data as part of the application
- D . Saving case data in an application
As part of the case design, after someone completes a purchase, the application should send a confirmation email.
How do you design the case life cycle to send the email?
- A . As part of the stage configuration
- B . As an alternate stage
- C . As part of the case configuration
- D . As a separate process step
You configure an application to allow users to download a mobile app. When users select one of the three supported platforms (Android, iOS, or Windows Mobile), the application opens a new window pointing to the appropriate app store.
How do you configure this behavior?
- A . Add a button for each platform and configure an action set for each button. In each action set, specify a click event and add an action that opens the vendor’s URL in a window.
- B . Add one button and configure three action sets. In each action set, specify a click event and add an action that opens the vendor’s URL in a window.
- C . Add one button and configure one action set. In the action set, specify a click event with three actions to open each vendor URL in a window. Apply a when rule to each action to determine the correct URL.
- D . Add three check boxes and one button. For each check box, configure an action set with a click event to set the value of the URL. For the button, configure an action set with a click event to open the URL in a window.
Customers check their membership status with a company loyalty program by entering their full name and member ID number. Once the membership status is returned, the customer either abandons the case or makes changes to their membership. If the member chooses to make changes, a case ID is assigned to the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A . Configure the stage to resolve the case.
- B . Configure the case type to create temporary cases.
- C . Add a decision step to the process.
- D . Add a Persist case step to the case life cycle.
Which two statements about data objects are true? (Choose Two)
- A . Data objects can reuse assets from an existing data object through inheritance.
- B . A draft data object references a data type.
- C . A data object created in App Studio creates a data type in Dev Studio.
- D . Data objects are sourced from an external system of record.
Given a table which shows total working hours, sick, vacation. Identify how we calculate the respective values
- A . Total working hours
- B . Calculate field, data transform
- C . Sick hours
- D . Leave hours
A disrupted transaction case records account information using a page property. Account information is recorded at the time the case is created and does not update when the case is further processed. Account information is stored in an external system and accessed by a data page.
How do you configure the account information page?
- A . Select refer to a data page on the page property
- B . Configure the page property to refer to a keyed data page
- C . Define a reference property that refers to the data page
- D . Select copy from a data page on the page property
Choose two scenarios that you configure using procedural processing. (Choose Two)
- A . A prescription order page with a list of available prescriptions sent from the customer’s health care provider. When the user opts to fill one or more prescriptions, the cost summary updates.
- B . A restaurant reservation page in which the user chooses a reservation and the system returns the number of available tables.
- C . A purchase order request page with a summary of items. The order total price updates after the customer changes a quantity.
- D . A flight booking page where customers can adjust the location and date of the departure and return flights. The ticket prices recalculate after the customer chooses the "recalculate price" option.
DRAG DROP
Select each Use Case on the left and drag it to the appropriate Automation on the right.
An online sales application supports both laptop and mobile devices. You are configuring the application skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require.
Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)
- A . Use the same application skin in all portals.
- B . Update the process to give mobile users a separate portal.
- C . Do not use a skin for the mobile application version.
- D . Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.
A customer refund case type requires that an auditor receives an email notification if the refund is greater than twice the price of the item.
Which participant role do you select to configure this requirement?
- A . Customer
- B . Interested individual
- C . Owner
- D . Work queue
What are the minimum components of a user interface (Ul) action set?
- A . Two actions and one event
- B . One action and one event
- C . One action, one event, and one condition
- D . One action and one condition
In a purchase request case type, you have the following requirement: Purchase requests should automatically go to a manager of an employee.
To meet this requirement, you design a case with a_________
- A . step that routes to the manager
- B . change stage step to allow the employee to route to the manager
- C . stage to route requests to the manager
- D . process that routes to the manager
You are designing a form for an online bookstore to show new arrivals.
Which layout do you use to display the book cover pictures, as shown in the image?
- A . Screen layout
- B . Column layout
- C . Repeating dynamic layout
- D . Dynamic layout
Which issue do you address by simulating a data source?
- A . The product database moves to a new data source accessible by a web service that is not yet configured.
- B . You need to test a save plan for a savable data page that updates the cost of coverage options for insurance policies
- C . In production, the customer database needs to be taken off-line overnight for scheduled maintenance.
- D . An Embedded data field needs simulated data for testing a customer creation view.
While running a process, you notice that a read-only field on a form contains a value.
Which tool allows you to determine if a declare expression was used to calculate the value?
- A . Declarative network
- B . Clipboard tool
- C . The Tracer
- D . Live Ul
You are creating a case type to process job applications for a large corporation. Job applications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check.
How do you configure a case type to achieve the required behavior?
- A . Create a process for the physical assessment that is followed by a process for the background check.
- B . Create a process for the physical assessment that is parallel to the background check process.
- C . Create a process on one stage for the background check and a process on another stage for the physical assessment.
- D . Create a process for the background check and an optional process for the physical assessment.
Customers on a hotel booking application can add additional amenities to their reservation. The application displays a view with the available amenities, descriptions and costs. To reduce scrolling, the content is organized into multiple areas. Each area is accessed using a drop down menu that lists each amenity.
How do you configure the user interface to improve access to the content and achieve the business requirement described?
- A . Configure a disable when condition on each field to allow access when the associated amenity is selected on the drop down control.
- B . Configure a repeating dynamic layout with an embedded section for each amenity and set the layout format to grouped.
- C . Configure a layout group to separate each amenity into individual panels and set the layout to a menu format.
- D . Configure a visible when condition on the drop down control to display each section when the associated amenity is selected.
A bookseller maintains a database of more than 10,000 book titles. You have been asked to configure a form that a allow users to select a book by title.
How do you configure the form?
- A . Add a drop-down control arid source the data from the property value used in the control.
- B . Add a drop-down control and Source the data using a data page.
- C . Add an autocomplete control and Source the data using a data page.
- D . Add an autocomplete control and source the data from the clipboard work page.
You have been asked to create a pie chart that shows the number of cases each manager has created. A list report contains columns for manager name, case ID, and office.
How do you configure the list report in order to create the pie chart?
- A . Group the case ID column.
- B . Group the manager name column.
- C . Summarize the manager name column.
- D . Summarize the case ID column
Which two items must be provided by the user to add an external data source to a data object? (Choose Two)
- A . The authenticating information, if required by the corresponding service
- B . A data transform to map the application data model to the connector
- C . A simulated data source to test the implementation
- D . The uniform resource identifier that identifies the web service
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement: Customers muse select a make, model, and year to initiate a vehicle-specific search.
How do you configure the data storage in the application to implement the requirement?
- A . Configure a data page to store the make, model, and year vehicle data.
- B . Configure a connection to an external system of record that contains the make, model, and year vehicle data.
- C . Configure a static list of the make, model, and year vehicle data.
- D . Configure a local data storage of the make, model, and year vehicle data.
Which two collaboration tools allow teams to communicate faster and share information more efficiently while resolving cases? (Choose two.)
- A . Dashboards
- B . Widgets
- C . Tags
- D . Pulse
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door. Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.
Object Type » ACME-Products-Data-Color or ACME-Products-Work-Color or ACME-Products-Work-ColorFeedback
Edit Mode » Readonly Or Editable Or Savable Scope » Thread Or Requestor Or Node
- A . Page, ACME-Products-Data-Color,ReadOnly,Node
- B . List, ACME-Products-Data-Color,ReadOnly,Thread
- C . Page, ACME-Products-Data-Color,ReadOnly,Requestor
- D . List, ACME-Products-Work-Color,ReadOnly,Node
- E . List, ACME-Products-Work-ColorFeedback,ReadOnly,Node
- F . List, ACME-Products-Data-Color,ReadOnly,Node
A travel authorization requires approvals from the requestor’s manager, division VP, and possibly an accountant based on the total amount.
Which configuration satisfies this use case?
- A . Cascading approval using when rules to identify the assigned user
- B . Cascading approval using the reporting manager
- C . Cascading approval using an authority matrix
- D . Cascading approval using the workgroup manager
An application must validate postal codes for Canadian customers to match the pattern A1A 1A1, where A represents a letter, and 1 represents a number.
Which two distinct configurations ensure that a user provides a valid postal code? (Choose Two)
- A . Configure a drop-down control to select the postal code based on the specified city and province.
- B . Configure the postal code field as a text property with a required input field.
- C . Configure a validate rule to test that the entered postal code conforms to the required pattern.
- D . Configure an edit validate rule to test that the entered postal code conforms to the required partem.
Which two requirements demonstrate the need to configure correspondence? (Choose Two)
- A . Fax a new insurance claim to the auto repair shop.
- B . Text the customer with status changes in an insurance claim.
- C . Assign a new insurance claim to a case worker to process.
- D . Phone a customer for additional information about the case.
When a user selects a item in a list, the application displays data about that item. Data is copies to a page property using the Copy from a data page options.
After the data has been copies to the property, when is the data copies to the property again?
- A . Never
- B . The next time the case is opened
- C . The next time the property is accessed
- D . When the item is changed
Which statement about responsive breakpoints is true?
- A . Responsive breakpoints trigger selected behaviors to optimize data presentation.
- B . Responsive breakpoint behavior changes based on the device brand.
- C . Responsive behavior allows users to see all relevant information with scroll bars.
- D . You configure custom responsive breakpoint display widths in Ag£ Studio.
A library application used by staff creates a book request case when a member wishes to borrow one or more books. As part of the case process, the application shows the staff a read only list of outstanding past-due books to remind the member to return late books, select the Data page definition for this use case.
- A . List, Readonly, Thread
- B . Page, Editable, Node
- C . Page, Readonly, Requester
- D . List, Readonly, Requestor
- E . Page, Editable, Requester
- F . List, Readonly, Node
An application allows consultants to enter hours worked on a project on a weekly basis. Consultant hours need approval by the manager and the project supervisor. The approvals can occur in any order.
Which approval configuration meets this requirement?
- A . Configure a parallel process for each of the required approvals
- B . Add the manager approval to an alternate stage in the case life cycle
- C . Add an optional action for each approval in the appropriate stage
- D . Configure a single cascading approval based on an authority matrix
A requirement states: The tax identification number must contain 10 digits.
How do you configure the field to support this requirement?
- A . Set the minimum and maximum values to "10" in a text field
- B . Use an edit validate rule that validates the tax identification number pattern.
- C . Use a decimal property type and make the field required.
- D . Configure a validate rule to test the tax identification number pattern.
How do you route an assignment so that any available member of the department can perform the task?
- A . Route the assignment to a work list.
- B . Route the assignment to the admin user
- C . Route the assignment separately to all members.
- D . Route the assignment to a work queue.
How do you propagate data to a new child case in Pega Express?
- A . Configure a data page to copy specified properties.
- B . Configure a case calculation to copy specified properties.
- C . Configure the Update Case shape to copy specified properties.
- D . Configure the Create Case shape to copy specified properties.
In an application that sells office supplies, the Payment view displays order items and collects payment information. In the Payment section rule, the order items are grouped in a dynamic layout. You find out later that the Order Summary view must also display the order items.
How do you configure the Ul so that the order items display is shared between the Payment view and Order Summary view?
- A . Convert the Payment section layout that contains order items to a section, and embed this section in the Order Summary section.
- B . Build the Order Summary section with a layout inside to group the order items, similar to the Payment section.
- C . Embed the Payment section in the Order Summary section.
- D . Reuse the Payment section in the Order Summary view and use a disable when condition to disable payment information on the Payment section rule.
You are configuring an external data source using the Integration Designer. You have the REST, Dev, Stage, and Prod endpoint URLs, and a name for the data source.
What other information do you need to configure the external data source?
- A . The name of the database where the source data is stored
- B . The data views using the external data source
- C . A plan for mapping the data and REST response fields
- D . A backup endpoint URL if the configured URL refuses to connect
How do you enable field-level auditing for properties?
- A . Add an auditing optional action to the case workflow.
- B . Enable the auditing feature on the property rule forms.
- C . Enable field-level auditing for the case type.
- D . Add a field validation to the case workflow.
Hospital staff members enter appointment details including relevant patient information, diagnoses, lab orders, and prescribed medication. This information is aggregated in the Patient visit summary view. The patient receives a copy of this view through email.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A . Add a Create PDF automation that references the Patient visit summary view.
- B . Add a Send Email step and enable the option to include attachments.
- C . Add a Send Email step and compose the message to reference the relevant properties.
- D . Enable email notifications on the case type.
Users create Insurance Coverage Request Cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure and the type of the procedure. After entering the information, the user submits the request for a review of the patient’s insurance policy. Because multiple users enter requests, the duplicate requests can occur. A request is considered a duplicate if the patient name, procedure type, and procedure date match an existing request. You have been given two requirements:
Ensure that users can identify duplicate requests. If a case is duplicated, it is not written to the database. Otherwise, write the case to the database.
Which two options configure the application so that users can identify duplicate requests? (Choose two)
- A . Add a duplicate search step to the case life cycle design.
- B . Configure a duplicate search decision table and add it to a Decision shape
- C . Configure weighted conditions.
- D . Configure a validation rule to validate matching cases.
You are testing an airline reservation case type that does not yet have a UI configured. You need to verify that changing the Purchase Insurance field in the Clipboard updates the TotalCost field.
In which category of the Clipboard tools would you expect to find the Purchase Insurance field?
- A . Linked Property Pages
- B . User Pages
- C . Data Pages
- D . System Pages
What is the purpose of the Test coverage tool?
- A . To determine how many rules are covered and not covered bv Peqa Platform tests.
- B . To determine which application needs to be assessed for test coverage.
- C . To identity which users have the appropriate permissions to run test suites.
- D . To create user-level test coverage reports, but not application-level coverage reports.
An on-demand transportation application has a Conversation preference data type. When customers use the application to request a ride, they can specify their conversation preference: whether they would like to talk to their driver or if they would prefer silence. Company stakeholders are interested in analyzing the conversation preference data.
How is the Conversation preference data type sourced?
- A . Local system of record
- B . No system of record
- C . External system of record
With Pega’s Situational Layer Cake approach, how do you configure a regional variation for Human Resources (HR) time off cases?
- A . Create a rule for the variation and add the rule to the common layer of the application.
- B . Create a rule for the variation and replace the existing HR time off rule in the application common layer.
- C . Create a rule for the variation and add it to a secondary common application layer.
- D . Create a rule for the variation and add the rule to the layer for the region
In a claims application customers can file home insurance claims. Each claims contains a list of items of loss. Depending on the situation, some claims… investigated for potential fraud in parallel to the actual claim process.
Which two case types do you create to support this scenario? (Choose two.)
- A . Items of loss
- B . Customer
- C . Claim
- D . Fraud Investigation
From the employee training portal, an employee opens a new Enrollment case, submits course selections, and receives an email confirmation. There is an error in the email confirmation. You must identify the cause of the error by recording a set of interactions on the portal and testing expected behavior on the data collection fields.
What three steps, when applied in combination, achieve the required testing? (Choose Three)
- A . Add stage-entry validations on the Enrollment case fields.
- B . Create a test case for the employee portal.
- C . Add assertions on the Ul elements to verify correct data collection.(Ul Assertion)
- D . Run a new Enrollment case from the employee training portal.
- E . Add field validations on the course selection step.
In a banking application, which two options must be used together to present users with a set of balance transfer options only if they select to transfer a balance to their credit card? (Choose two)
- A . Add an action set on the layout containing the balance transfer offers to trigger a refresh
- B . Add a visible when condition on the check box for the balance transfer election
- C . Add an action set on the check box for the balance transfer election to trigger a refresh
- D . Add a visible when condition on the layout containing the balance transfer offers
What is the relationship between pyWorkPage and case data?
- A . pyWorkPage contains only the data entered by users while creating and processing a case.
- B . pyWorkPage contains all the data pages accessed while creating and processing a case.
- C . pyWorkPage contains only the data generated by the system while creating and processing a case.
- D . pyWorkPage contains all the case data generated while creating and processing a case.
Which of these options are typically configured on a dynamic layout? (Choose Two)
- A . Align columns and rows to present data in a spreadsheet
- B . Label Positioning
- C . Number of columns in each row
- D . Alignment of field values
You are implementing a data entry screen to include an asset ID field to track company equipment. All asset IDs are eight characters in length. The first three characters are letters followed by a five-digit number.
Which validation approach restricts entries for the asset ID field to the required format?
- A . Validate rule
- B . Min/Max characters
- C . Text data type
- D . Edit Validate rule
Which statement most accurately describes the use of pega mobile preview?
- A . pega mobile preview simulates the application user interface for various mobile devices
- B . pega mobile preview allows you to run a pega application on a mobile device
- C . pega mobile preview simulates user loads to test mobile app performance
- D . pega mobile preview models a typical user interaction to scenario test a mobile app
A restaurant has a case type that allows customers to book the dining room for events. Customers provide basic information including party size and indicate whether they want the restaurant to cater the event.
If catering is not required, customers are given a rental rate quote.
If customers indicate that they want the restaurant to cater the event, they must provide menu preference and schedule and appointment to do menu testing before they are given a quote.
Which two options do you use to configure the case type to achieve the requested behavior? (Choose Two.)
- A . Create a check box for customers to indicate whether they want the restaurant to cater the event. Add a decision shape that evaluates whether the customer checks the box.
- B . Create a check box for customers to indicate whether they want the restaurant to cater the event. Configure the menu preferences and appointment date fields with a visibility condition.
- C . Create a process for providing menu preference and scheduling the menu tasting appointment. Create a parallel process for providing the customer with the rental rate quote.
- D . Create a process for customers to indicate menu preference and schedule the menu tasting appointment. Add the process as a case-wide optional action.
A company requires that patients receive status updates during processing of medical tests.
Patients are not users of the application.
You create the work party for the patient as an instance of which class?
- A . Data-Party-Person
- B . Data-Party-Operator
- C . Data-Party-Org
- D . Data-Party-Com
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Tracer tool can you use to diagnose the problem while minimizing the impact on application performance? (Choose two.)
- A . The Save function
- B . Breakpoints
- C . The Watch function
- D . The Clipboard tool
You create an application to track package deliveries. Choose three elements that are essential for this application. (Choose Three)
- A . A delivery cancellation child case
- B . A shipment tracking case type
- C . A set of fields to capture the shipping details
- D . A work party to represent the customer
- E . A user view to enter the shipping details
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in total liability.
How do you enforce these restrictions when requesting an instant loan?
- A . Use a Validate rule to call two Edit validate rules: one for income and one for liability.
- B . Use two Edit Validate rules: one for income and one for liability.
- C . Use a single Validate rule with two conditions: one for income and one for liability.
- D . Use Ul controls to validate the entries in the income and liability fields.
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days. To meet this requirement you need to set the____in the service level to 5 days.
- A . passed deadline
- B . urgency
- C . deadline
- D . goal
The page .Product contains data retrieved from an external system of record using a data.
How do you ensure.Product always contains the most current data from the data page?
- A . Select Refer to a data page on .Product.
- B . Define a reference property that refers to the data page.
- C . Configure .Product to refer to a keyed data page.
- D . Select Copy data from a data page on .Product.
Consider the following scenario:
A customer files a fraud complaint.
The complaint is investigated by a customer service agent.
* The customer service agent may request additional information from the customer.
* The merchant is notified and given 15 days to dispute the fraud claim.
* If the fraud claim is approved, an affidavit is sent to the customer and a refund is posted totheiraccount.
How do you name the step where the agent investigates the claim for fraud?
- A . Investigate Claim
- B . Claim Investigation
- C . Fraud Claim
- D . Investigate Fraud
You are implementing a Ul form collecting job applicant information. Users must provide values to certain fields before submitting the form.
Which configuration adds asterisks to indicate the mandatory fields on the form?
- A . Use a Validate rule to verify the mandatory fields have a value
- B . Configure the mandatory fields as Required in the section rule
- C . Use multiple Validate rules for each mandatory field
- D . Use an Edit Validate rule to verify if each of the mandatory properties has a value
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as Must have.
You also create work items to address:
A future enhancement request to group a set of existing steps into a multistep form
A drop-down list that is missing one of the required options ― This work item is in progress because the missing option prevents work from being done
How do you populate the backlog directly from the spreadsheet?
- A . Import stories
- B . Create bugs
- C . Create stories
- D . Create feedback
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and World Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How do you design the report definition to support this requirement?
- A . Select Lowest to Highest sort type for Create Date.
- B . Add a filter condition where Create Date is greater than the current date.
- C . Select Highest to Lowest sort type for Create Date.
- D . Make the Create Date the first column in the report.
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A manager requests that the report show only those customers who meet the following conditions: – The customer is on a monthly billing cycle – The credit card is either MoreCash or Vista – The credit card expires within 60 days.
Which set of filtering conditions returns a report with the desired data?
- A . Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date is 60 days greater than today
- B . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle equals monthly AND Expiration Date equals next 60 days.
- C . Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly AND Expiration Date is less than 60 days
- D . Credit Card equals MoreCash or Vista, Billing Cycle equals monthly, and Expiration Date equals next 60 days
The customer then approves the corrected address.
How do you configure this requirement?
- A . Add a case-wide optional action to the workflow for the address submission.
- B . Add a case-wide optional process to the case workflow to perform the address change.
- C . Add an alternate stage to the case life cycle to change the address.
- D . Add a button to each assignment to present the customer with a form to submit a new address.
You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee. You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances.
Which configuration option is used to summarize the remaining vacation and sick time?
- A . Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
- B . Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
- C . Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
- D . Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
University admission application cases automatically advance in the case life cycle if the application standardized test scores are above a certain threshold.
The threshold is determined each year based on the provided national average score.
Which two configurations, when applied together, support this requirement? (Choose Two.)
- A . Configure a process with a decision shape that continues if the TestThreshold configuration setting is less than the applicant’s test score.
- B . Configure a test Threshold Configuration setting that calculates the national average for the test score threshold.
- C . Configure a process with a decision shape that continues if the TestThreshold Configuration setting is than the application’s test score.
- D . Configure a TestThreshold Configuration setting with the national average for the test score threshold.
A hotel booking application allows customers to change rooms after making a reservation. Each room’s status in each hotel is stored on a data page sourced from an external database table.
Which two configuration options, when applied in combination, do you use to update the database table when a customer changes rooms? (Choose Two)
- A . A savable data page that contains the room information
- B . A when rule to trigger the database update
- C . A data transform to copy updates to the data page
- D . An editable data page that contains the room information
An accident claim case creates a vehicle claim case for each vehicle involved in an accident.
Which two configurations prevent the accident claim case from resolving before all vehicle claims are resolved? (Choose Two)
- A . Add each vehicle claim as a child case of the accident claim.
- B . Add a manual approval step to the accident claim case.
- C . Add an optional process to pause the accident case until the vehicle claims are paid.
- D . Add a wait step to the accident claim case to wait until ail vehicle claims have a status of Resolved.
In a Credit Card Payment case type, you want to set the payment amount to the minimum amount due when a user creates a case.
How do you set the payment amount?
- A . Configure the pySetFieldDefaults data transform to set the default value.
- B . Configure a field validation on the payment amount.
- C . Configure the payment amount field to reference the minimum amount due.
- D . Configure the payment amount as a calculated field.
Which tool do you use to identify missing alternate text for an image?
- A . Clipboard tool
- B . Accessibility Inspector
- C . Tracer
- D . Live Ul
Which two configuration steps must be performed together to record a unit test for automated testing? (Choose Two)
- A . Add a test case to the Automated Testing landing page.
- B . Select a ruleset that is configured to store the results of the test.
- C . Select a ruleset that is configured to store automated test cases.
- D . Add an assertion to define an expected result.
DRAG DROP
An organization requests the following behavior for a case type that allows customers to place orders for fulfillment.
The application identifies customer information, such as user ID and locale, upon login.
Cases list the last 10 orders placed by the customer, including the order status.
Customers can select one of the previous 10 orders as the basis for the current order.
Select each piece of Information on the left and drag it to the appropriate Clipboard Location.
A home loan application requires approvals from the Legal team manager and the Finance team manager. The Legal team manager must approve before the Finance team manager.
How do you configure this requirement?
- A . Create an approval process for each manager in parallel.
- B . Apply business logic to route a single assignment in the correct order.
- C . Create an approval step with cascading approval.
- D . Route an assignment to a work queue where both roles have access.
A purchase request list report includes columns for case ID and regional cost center. A manager wants to report to show the total of purchase requests for each of the regional cost centers.
How do you configure the report definition?
- A . Create a filter for each cost center and count the case IDs.
- B . Summarize the case ID column by count.
- C . Summarize the regional cost centers by account.
- D . Define a function for the cost center column to total the case IDs.
Which business need do you address through delegation?
- A . A service representative must attach the appropriate form when emailing a customer
- B . A risk officer wants to adjust the income threshold for automobile loans.
- C . A care supervisor wants to authorize a second opinion for an insurance claim.
- D . A general manager must approve catering proposals that exceed EUR5000
Which two statements about data records are true? (Choose Two)
- A . Data records define permissible values for data fields.
- B . Data records are displayed in a searchable text field by default.
- C . Data records require external storage.
- D . Data records are displayed in a drop-down list by default.
In a hotel reservation application, a form displays a list of hotels with available rooms based on the check-in and check-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?
- A . Display the hotel in an embedded section with a visible when condition.
- B . Configure edit validates on the date fields to refresh the section when the date values change.
- C . Configure action sets on the date fields to refresh the section when the date values change.
- D . Configure an action set on the hotel list display to refresh the section when the hotel list changes.
Employees submit time-off requests that must be approved by their manager. If the requested time off is extended beyond three weeks, the manager, director, and a member of human resources (HR) must approve the request.
Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
- A . Create a decision table and evaluate all rows.
- B . Use a cascading approval with an authority matrix.
- C . Use a cascading approval with a reporting structure.
- D . Configure custom approvals in the reporting structure.
Which requirement demonstrates the need configure correspondence?
- A . Phone a customer for additional information about the case
- B . Case worker receives a mobile push notification to approve an insurance claim
- C . Assign a new insurance claim to a case worker to process
- D . Email the case worker when the insurance claim is routed to their worklist
Which source do you select for a data page that contains the details of single record for a data type?
- A . Report definition
- B . Data transform
- C . Connector
- D . Lookup
Timesheets require the following approvals:
Regular 40 hours -> Supervisor of employee
Any overtime -> Manager of Supervisor
Worked on weekend -> VP Finance
Negative time-off balance -> HR Director
Which two conditions require an authority matrix? (Choose two.)
- A . Worked on weekend -> VP Finance
- B . Negative time-off balance -> HR Director
- C . Any overtime -> Manager of Supervisor
- D . Regular 40 hours -> Supervisor of Employee
You are asked to build a report listing customer order cases with an Order Total value over USD10000 sorted by Creation date (pxCreateDate). The report should display the following three fields: Case ID (pylD), Customer ID, and Order Total.
Which property or property combination should you optimize to improve performance?
- A . Order Total
- B . pxCreateDate
- C . Customer ID and Order Total
- D . pxCreateDate and Order Total
Which two data requirements ensure valid data? (Choose Two)
- A . The data fits the business logic.
- B . The data is organized in a data type.
- C . The data is locally sourced.
- D . The data is the correct type.
Which two statements about Configuration sets are true? (Choose two.)
- A . Used if a Dynamic System Setting does not meet the requirements
- B . Used to organize Configuration settings with a common element
- C . Configured by modifying the Data-Configuration-Settings class
- D . Enables the business to control application behavior
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?
- A . Do nothing. The pre-processing data transform is only called once for each assignment.
- B . Make sure that the flow action does not have the highest likelihood since it will always be invoked.
- C . Configure the data transform as post-processing instead of pre-processing.
- D . Add logic to the pre-processing data transform to test if values were already initiated.
DRAG DROP
Drag the appropriate ruleset version type on the left to the corresponding scenario on the right.
A data page holds product information and has the Reload if Older Than field set to 30 minutes. The data page is created at 7:43. The user then performs the following actions: 8:10 the user refreshes the product information 8:45 the user refreshes the product information.
At what time is the data page reloaded?
- A . 8:13
- B . 8:10
- C . 8:40
- D . 8:45
A user view includes a list of four urgency options selectable by radio buttons.
How do you configure the selection list?
- A . Configure a field group with selectable urgency options.
- B . Configure a drop down field with selectable urgency options.
- C . Configure a picklist with radio buttons for the urgency options.
- D . Configure a Boolean field with selectable urgency options.
Which studio do you use to configure a service level agreement (SLA) with a passed deadline?
- A . Admin Studio
- B . Prediction Studio
- C . Dev Studio
- D . App Studio
Consider the following scenario: – During the Interview process for a Job Application case, an administrative assistant selects the date and location of the interview. – Next, an email confirmation is sent to the candidate. – During the interview, the hiring manager captures notes from the discussion. – Finally, the candidate is assigned a technical exercise and the results are added to the case.
Select two step names that follow the guidelines for identifying and naming the steps in the process. (Choose Two)
- A . Notify Candidate
- B . Ask Questions
- C . Schedule Interview
- D . Technical Exercise
To qualify for an instant loan, an applicant must be older than 21 and have a monthly income of atleast USD2000.
How do you enforce these restrictions?
- A . Use two Edit Validate rules: one for age and one for income.
- B . Use a single Validate rule with two conditions: one for age and one for income.
- C . Configure the Ul controls to only accept values geater than 21 for age and USD2000 for income.
- D . Use two Validate rules: one for age and one for income.
In which two of the following situations would you simulate an integration? (Choose Two)
- A . The service has slow response times.
- B . The service is not available yet.
- C . You need to test each flow path in the case processing.
- D . The connector is configured to use global resource settings.
An airline has the following requirement:
A passenger requiring a service animal must document the type of animal, the size of the animal, and any relevant medical information the crew may need during the flight. The application prompts the passenger for this information when the passenger declares travel with a service animal.
Which case life cycle configuration meets this requirement?
- A . Add a process to the case life cycle for service animal accommodation and apply a condition to determine when to, run the process.
- B . Apply an optional action to the appropriate stage to allow the passenger to provide the information as needed.
- C . Configure a stage in the case life cycle for service animal accommodation and apply a stage validation condition.
- D . Create a child case for service animal accommodation to automatically resolve unless the passenger requires the accommodation.
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Trace tool allow you to diagnose the problem without affecting application performed? (Choose Two.)
- A . Breakpoints
- B . The Event monitor
- C . The Watch function
- D . The Clipboard tool
Which requirement is satisfied by configuring a service level agreement?
- A . Requests from customers with elite status go to a dedicated work group,
- B . A transaction review is completed within 24 hours.
- C . Users are notified when they receive an assignment.
- D . Transaction dispute cases are considered more urgent than address change cases.
Consider the following requirement:
The patient must be able to modify physician details at any time without impacting primary case processing.
Which configuration satisfies this requirement?
- A . Add a case-wide optional action to the case life cycle.
- B . Add a primary stage with at least one process to the case life cycle.
- C . Add an alternate stage with at least one process to the case life cycle.
- D . Add an assignment to the case life cycle.
You have been asked to create a report definition that includes information about the sales offices and sales representatives. The manager wants to access the report in the Report Browser in the user portal. The manager also wants to include the report in a new report category specifically for the sales group.
What two configurations are required to support this request? (Choose Two)
- A . Select the option in the Report Browser that allows users to view your report.
- B . Create a report category rule for sales office reports.
- C . Select the report definition option that displays your report in the Report Browser.
- D . Add a report category for sales group reports in the Report Browser.
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as Must have. You also create work items to address:
A future enhancement request to group a set of existing steps into a multistep form
A drop-down list that is missing one of the required options ― This work item is in progress because the missing option prevents work from being done
How do you populate the backlog directly from the spreadsheet?
- A . Create bugs
- B . Create feedback
- C . Import stories
- D . Create stories