Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Pegasystems PEGACPSA23V1 Certified Pega System Architect 23 Exam Practice Test

Page: 1 / 25
Total 254 questions

Certified Pega System Architect 23 Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

A data page holds product information. The data page's Reload if older Than field is set to 15 minutes. The data page is created at 06:12.At 06:20 the user requests product information. At 06:42 the user requests product information. When is the data page reloaded?

Options:

A.

06:35

B.

06:20

C.

06:27

D.

06:42

Question 2

How do you propagate data to a new child case in Pega Express?

Options:

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.

Question 3

A customer calls to apply for a new bank account. The customer service representative (CSR) needs to perform an assignment named Select Account Type. During the discussion, the customer can request written information regarding different account types.

Select the case lifecycle design that satisfies this requirement.

Options:

A.

A user view for requesting information to the Select Account Type assignment.

B.

Add an optional action to the stage that contains the Select Account Type assignment.

C.

Add a case-wide optional action.

D.

Add a router to the Select Account Type assignment.

Question 4

Which scenario is a use case for the Wait step?

Options:

A.

The customer cannot complete an application for a checking account until a bank representative reviews their credit report.

B.

An agent needs to send a confirmation email to an insured customer after they complete a form.

C.

A payroll user cannot process a salary increase until the department manager approves the increase.

D.

The customer needs to log in to their account before receiving a membership discount on an online purchase.

Question 5

Which two options can you configure for a mobile app channel? (Choose Two)

Options:

A.

Define security behavior for a mobile app such as biometric identifiers.

B.

Manage administrative functions such as access to log files.

C.

Define the Ul behavior for each view in a case type when the case is displayed on a mobile device.

D.

Design how Ul elements render across different mobile devices.

Question 6

You are configuring an accident claim case with two child cases for an automobile insurance company, as shown in the following figure:

The business requirement changes to allow the parent case to continue independently of the child case processes.

How do you configure the Wait step for this requirement?

Options:

A.

Configure the step to continue the parent case when the child cases reach the payment pending review status.

B.

Configure the step to continue the parent case when the child cases reach auditor approval.

C.

Configure the step so that only one child case must be resolved before the parent case can continue.

D.

Configure the step so that users can continue with the parent case process regardless of child case status.

Question 7

A user view includes a list of four urgency options selectable by radio buttons. How do you configure the selection list?

Options:

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.

Question 8

Which requirement is satisfied by configuring a service level agreement?

Options:

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.

Question 9

Depending upon the purchase request amount, approvals cascade from the users to a loan officer, then to a director and finally to a vice president. The loan officer is the user's manager. The director is the loan officer's manager. The vice president is the director's manager.Which two approaches can you use to configure the cascading approval? (Choose two)

Options:

A.

Approval based on Authority Matrix, with a Decision Tree rule to determine the approver(s)

B.

Approval based on Authority Matrix, with a Decision Table rule to determine the approver(s)

C.

Approval based on Reporting structure, using the workbasket manager to determine the approver(s)

D.

Approval based on Reporting structure and when conditions, using each operator's reporting to manager to determine the approver(s)

Question 10

A requirement for a hotel reservation case type states that as customers change their room selection, the total cost of the reservation updates. How do you satisfy this requirement?

Options:

A.

Configure a Validate rule for the room selection step.

B.

Apply a Disable when condition to the total cost field.

C.

Add a When condition to the room selection step.

D.

Define a declare expression for the total cost field.

Question 11

Which two configurations do you use to validate the minimum age of a new potential customer in the Collect Account lnformation assignment step? (Choose Two)

Options:

A.

Create an Edit Validate rule to check the customer age.

B.

Reference the Edit Validate rule on the Collect Account lnformation flow action.

C.

Reference the Validate rule on the Collect Account lnformation flow action.

D.

Reference the Validate rule on the Collect Account lnformation assignment.

E.

Reference the Edit validate rule on the Collect Account lnformation assignment.

F.

Create a Validate rule to check the customer age.

Question 12

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?

Options:

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

Question 13

To process an employee retirement package, the system requires approvals from the supervising manager, and the …

How do you implement the requirements so that each approver can work independently?

Options:

A.

Create an approval step with cascading approval.

B.

Create business logic to route the assignment to the different approvers.

C.

Create three parallel processes with approval steps.

D.

Route the assignment to a work queue to which all three roles have access.

Question 14

A form must support accessibility. How do you enable a user to specify a date?

Options:

A.

Configure a text box to allow date entry.

B.

Use a calendar control that displays an entire year.

C.

Use a calendar control that displays an entire month.

D.

Provide separate controls for month, day, and year.

Question 15

In an insurance claim application, you have the following requirement: All claims must be resolved within 1 week. To meet this requirement you configure a service level. Where should the service level be configured?

Options:

A.

The process

B.

The stage

C.

The case type

D.

The step

Question 16

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?

Options:

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.

Question 17

You want to unit test a rule. To ensure that the rule executes as intended, you need to populate the clipboard with valid data. Which two options allow you to populate the clipboard before testing the rule? (Choose Two)

Options:

A.

Configure an assertion to define the required data.

B.

Configure a validate rule to populate the needed data.

C.

Run a data transform to create the test page.

D.

Copy data from an existing clipboard page.

Question 18

How do you reference the State property on an Address page group with the index Home?

Options:

A.

.Address(Home).State

B.

.Home.State.Address

C.

.Home(Address).State

D.

.Address.Home.State

Question 19

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?

Options:

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.

Question 20

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)

Options:

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.

Question 21

A requirement states: The date of birth submitted for first grade students must be at least five years before September 1 of the current year.

Which three validation methods, when applied in combination, satisfy the requirement? (Choose Three)

Options:

A.

When rule

B.

Calendar control

C.

Date data type

D.

Validation rule

E.

Edit validate rule

Question 22

A form listing nearby restaurants has four columns:

Restaurant name Restaurant location Thumbnail image of the seating area Make reservation (check box) You want to ensure that users have the information they need to make a reservation regardless of screen size. When viewed on a small screen, you do not need to display the images.

What three configuration steps do you take to support this requirement? (Choose Three)

Options:

A.

Set the importance of the image column to Secondary.

B.

Set the importance of the Make reservation column to Primary.

C.

Set the importance of the image column to Other.

D.

Set the importance of the Restaurant name and Make reservation columns to Primary.

E.

Set the importance of the Restaurant location and Make reservation columns to Secondary.

F.

Set the importance of the Restaurant name column to Primary.

Question 23

A music studio allows clients to upload audio recordings, and if they choose, they can upload before they begin consultation. The studio wants to pause case processing after the Client Intake stage and give clients 72 hours to upload recordings before beginning the Client Consultation process.

Which configuration meets this requirement?

Options:

A.

Configure a case wide optional action to allow uploads. Add a Wait shape with a Timer Wait type set to 72 hours.

B.

Configure a service level on the stage that contains the Client Consultation process with a deadline of 72 hours.

C.

Configure a child case to upload recordings. Add a Wait shape with a case dependency until the child case is resolved.

D.

Configure a validate rule on the Client Intake stage and set the elapsed time to 72 hours.

Question 24

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)

Options:

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.

Question 25

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

Options:

A.

Data page

B.

Data transform

C.

Declare expression

D.

Function

Question 26

You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are not evaluated as potential duplicates?

Options:

A.

Add a must match condition where the work status of the current case does not contain "Resolved"

B.

Add a weighted condition where the work status of potential duplicates does not contain "Resolved"

C.

Add a weighted condition that evaluates the work status of current and existing cases where work status equals "Resolved" and has a weight of "0"

D.

Add a must match condition where the work status of potential duplicates does not contain "Resolved".

Question 27

An organization has two lines of business: selling books for children and reselling college textbooks. The division selling books for children can use the same basic user interface (Ul) as the division reselling

textbooks with the exception of the payment methods. How do you apply the Situational Layer CakeTM in this scenario ?

Options:

A.

Place the Ul rules in the base layer, and create a new layer for the payment rules for both lines of business.

B.

Place the Ul rules and generic payment method rules in the base layer, and create a new layer for the division-specific payment rules.

C.

Place the Ul rules in the base layer, and create a parallel base layer for the payments rules.

D.

Place the Ul rules in the base layer, and create a new layer for the payment rule for each division.

Question 28

You are building a form that contains a list of courses. Users will select the courses in which they want to enroll. Which two tasks must take place in Designer Studio? (Choose Two)

Options:

A.

Enable section editing and configure the selection check box by removing the caption.

B.

Create a field group list property and make the property a data reference.

C.

Configure the view in Run mode and change the order of the columns in the view.

D.

Edit the field group list property and set data access to copy data from a data page.

Question 29

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?

Options:

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

Question 30

Which two configuration steps must be performed together to record a unit test for automated testing? (Choose Two)

Options:

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.

Question 31

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)

Options:

A.

Notify Candidate

B.

Ask Questions

C.

Schedule Interview

Question 32

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.)

Options:

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.

Question 33

While testing a business process to approve an expense report, you receive an error. Which tool allows you to review the rule execution to determine the source of the error?

Options:

A.

The Tracer

B.

The Clipboard tool

C.

The Application Profiler

D.

The Dependency Analyzer

Question 34

In which workspace do you configure a service-level agreement (SLA) with a passed deadline interval that repeats three times?

Options:

A.

Prediction Studio

B.

Admin Studio

C.

App Studio

D.

Dev Studio

Question 35

When processing an auto accident claim, the system requires three approvals: Approval from the adjuster who inspected the car, approval from the medical administrator who provided medical care to the insured, and approval from the insurance agent who verified the claim. How do you implement the requirements so each approver can work independently?

Options:

A.

Create three parallel processes with approval assignments.

B.

Route to a workbasket where all three roles have access.

C.

Create business logic to route to the different approvers.

D.

Create an approval step with cascading approval.

Question 36

A life insurance company has satellite offices in various countries. Each satellite office has a work queue.

Company policy requires that life insurance underwriting be assigned to offices based on the policy owner's residential address.

Which routing approach supports this requirement?

Options:

A.

Route the assignment to the correct work queue by using an authority matrix.

B.

Route the assignment to the correct work queue based on business logic.

C.

Route the assignment to a specific underwriter based on business logic.

D.

Route the assignment to the correct work queue by using a reporting structure.

Question 37

A human resources application contains reports that are used to review hiring practices. The product manager has asked you to test the recent hire training report.

How do you run a unit test on the report?

Options:

A.

Create a copy of the rule and use the run rule window

B.

Initialize the rule with test data using the run rule window

C.

Identify a data test page to unit test the rule

D.

Run the report definition using the contents of a database table

Question 38

Which two conditions do you test with a unit test? (Choose Two)

Options:

A.

A data page populates without any errors.

B.

A property value is set correctly by a data transform.

C.

An application displays user views for 20 users within three seconds.

D.

An application is successfully migrated to a test system.

Question 39

How do you indicate the progress of a case toward resolution?

Options:

A.

Apply service levels to the assignment steps.

B.

Design intent-driven user interfaces.

C.

Update the case status on the appropriate steps.

D.

Configure a case notes field to capture progress information.

Question 40

Which business need do you address through delegation?

Options:

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

Question 41

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?

Options:

A.

Linked Property Pages

B.

User Pages

C.

Data Pages

D.

System Pages

Question 42

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)

Options:

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.

Question 43

Which use case describes the function of the Estimator tool?

Options:

A.

A tester needs to know how many versions of an application they test for MPL2.

B.

A business architect needs to know when to prioritize a specific customer Microjourney for development.

C.

A product owner needs to know how many user stories to create in Agile Workbench for MLP 1.

D.

A stakeholder needs to know how much time and effort is needed to build MLP2.

Question 44

A requirement states: The tax identification number must contain 10 digits. How do you configure the field to support this requirement?

Options:

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.

Question 45

A government application provides field placeholder values to help users enter the correct data. The Design Lead has asked you to increase the font size on all field placeholder value components to help visually impaired users.

Which configuration applies the font styling requirement on the field placeholder values in the application?

Options:

A.

Update the existing Default theme text entry

B.

Run a case type that uses the component and change the font on the view

C.

Add a new theme text entry to the application theme

D.

Upload a new application theme

Question 46

Which two requirements ensure that valid data is used in a case? (Choose two.)

Options:

A.

The data fits the business logic.

B.

The data is locally sourced.

C.

The data is the correct field type.

D.

The data is organized in a data type.

Question 47

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

Options:

A.

Radio buttons

B.

Text input

C.

Drop-down

D.

Check box

Question 48

A stakeholder prefers to group a set of existing actions into a multistep form. Which work item do you create in Agile workbench to address this change request?

Options:

A.

Bug

B.

Feedback

C.

Status

D.

User Story

Question 49

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?

Options:

A.

Declarative network

B.

Clipboard tool

C.

The Tracer

D.

Live Ul

Question 50

ABC BankCorp wants to create a mobile app experience for users and CSRs for its Transaction Dispute application.

Of the following requirements, which option requires you to configure distinct mobile app channels? (Choose two)

Options:

A.

CSRs can create other case type instances on the mobile app.

B.

Mobile app color palettes are different for users and CSRs.

C.

The mobile app customizes currency units and date/time format according to the location of the users.

D.

The mobile app supports all mobile phone operating systems.

Question 51

Which configuration informs a user by email when an assignment is added to the user's worklist?

Options:

A.

Configure the case type to send assignment notifications to assigned users.

B.

Add a Send Email step to the process after the assignment to notify the assigned user.

C.

Configure a service level to send a notification to the assigned user.

D.

Add a Send Notification step to the process after the assignment to notify the assigned user.

Question 52

Need to select one severity option which is best

Options:

A.

Picklist

B.

Radio button

C.

Checkbox

Question 53

On the Case Designer, who two component can users tag with a Minimum Lovable Product (MLP) release for project sizing purposes? (Choose Two.)

Options:

A.

A user Mobile App channel

B.

An external system of record (SOR)

C.

An automation

D.

An approval decision

Question 54

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)

Options:

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.

Question 55

Which requirement can be implemented through circumstancing?

Options:

A.

An application establishes a goal of four hours to adjust claims for platinum customers. For other customers, the application establishes a goal of one business day.

B.

An application sets the default shipping option for orders that exceed USD100 to two-day delivery. Otherwise, the default option is five-day delivery.

C.

An application audits insurance claims that an insurance adjuster values at USD10000 or greater. Otherwise, the claim is approved.

D.

An application routes upgrade requests for US customers to one work queue, and requests for European customers to a different work queue.

Question 56

An online retailer allows customers to select a courier service for deliveries. The list of available courier services is drawn from a data type sourced in the Pega database. The Fulfillment department wants to allow local warehouse managers to add courier services to mitigate increases in delivery times and remove courier services that fail to meet delivery metrics.

Which two options are required to allow local warehouse managers to update courier service records in production? (Choose two.)

Options:

A.

Create an access group for local warehouse managers.

B.

Delegate the records for the courier service data type.

C.

Define an approval process for adding and removing courier services.

D.

Enable rule checkout for the local warehouse managers

Question 57

Which requirement is best implemented by using a Wait step in a case?

Options:

A.

You must pause a case until a user uploads a signed document.

B.

You cannot proceed in an expense report until a manager approves the request.

C.

You cannot complete a purchase case on a website unless you complete a new account subcase.

D.

You need to send an email after a user completes a form.

Question 58

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?

Options:

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.

Question 59

An internet provider has a quiz that gives customers a recommended internet speed based on their typical internet use. The questions differ based on the selections that the customer makes, for example, whether they are seeking a recommendation for a residence or a business.

Once the customer completes the quiz, how do you determine the recommended internet speed?

Options:

A.

Configure a decision table

B.

Configure a view with the quiz questions

C.

Configure a decision tree

D.

Configure a process with multiple decision shapes

Question 60

In an Online retail application, the Order Receipt view displays a list of the product ordering, including the product image, unit cost, and quantity. The total cost of the order is displayed at the bottom of the view.

Which two configurations on the Receipt view must be together to display the required information as described? (Choose two.)

Options:

A.

Add a repeating dynamic layout with embedded dynamic layouts.

B.

Add the total cost inside the repeating dynamic layout.

C.

Add a dynamic with an embedded repeating dynamic layout.

D.

Add the total outside the repeating dynamic layout.

Question 61

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?

Options:

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.

Question 62

Users must provide values to certain fields before submitting a job application form. Which configuration adds asterisks to indicate the mandatory fields on the form?

Options:

A.

Use an Edit Validate rule to verify if each of the mandatory properties has a value.

B.

Configure the mandatory fields as Always Required on the form at runtime.

C.

Use a Validate rule to verify the mandatory fields have a value.

D.

Configure a Disable when condition on the mandatory fields at runtime.

Question 63

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?

Options:

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.

Question 64

What are the minimum components of a user interface (Ul) action set?

Options:

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

Question 65

You are developing a Visa case type to process entry visa applications. As part of the process, applicants schedule an interview with the consulate. An Interview child case is created for the interview process.

Following the interview, the consulate reaches a decisions within 48 hours or more. For Visa case to proceed to application notification, the Interview case needs to be resolved.

After you create the Interview child case, how to do you configure the case type to achieve the required behavior?

Options:

A.

Following the Create Case step, add a Wait step that pauses the parent case until the application schedules the interview.

B.

Following the Create Case step, add a Wait step that pauses the parent case until the Interview reaches the Resolved status.

C.

Following the Create Case step, add a services-level agreement (SLA) that escalates the parent case after 48 hours.

D.

Following the Create Case step, add an Interview step that is automatically resolved after 48 hours.

Question 66

On a service level, the passed deadline interval is measured from

Options:

A.

the end of the deadline interval

B.

when the assignment is ready for a user

C.

when a user begins the assignment

D.

the end of the goal interval

Question 67

Direct Capture of Objectives (DCO) aims to increase which two aspects of application delivery? (Choose Two)

Options:

A.

Accuracy

B.

Coding

C.

Speed

D.

Performance

Question 68

You are creating a case type to process job applications for a large corporation. Jobapplications 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?

Options:

A.

Create a process for the physical assessment that is followed by a process for the backgroundcheck.

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.

Question 69

Which two scenarios require you to configure conditional processing within the case type? (Choose Two.)

Options:

A.

A scholarship eligibility application requires students to enter standardized test scores, Students with qualifying test scores can schedule and interview. Students without qualifying test scores receives a rejection email.

B.

A catering booking application requires customers to enter information about the expected party size, event date, and event time. When customers submit the information the catering company sends a confirmation email.

C.

An application requires customer to select the type of request in a drop-down list. The system routes the request to the appropriate department work queue. A user with access to the work queue processes the case through fulfillment.

D.

A shopping application requires a guest to fill out payment information. A user who enters a membership number skips the payment information step.

Question 70

Which two statements demonstrate the role of a report? (Choose Two)

Options:

A.

Reports are used to assess process performance.

B.

Reports are used to update data in a database.

C.

Reports are used to select items from a list while working in an assignment.

D.

Reports are used to source a list of selectable items while working in an assignment

Question 71

An online shopping application allows customers to select the item quantity of different goods and add items to the shopping cart. In the shopping cart, the application displays the price for each item type, indicates the quantity of each item type, calculate the total item prices, and calculate the total cost for all items in the shopping cart. The application pulls the price of each item type from a data page that references an external inventory management system.

Select two unit tests useful in developing the shopping cart page. (Choose Two)

Options:

A.

Verify the data page has the correct item prices.

B.

Verify the data transform copies the correct value from the data page to the shopping cart page.

C.

Verify the price fields are displayed in the correct format.

D.

Verify the order total cost property is accurately calculated

Question 72

A development team plans to enhance functionality of an existing application by changing several user interface rules. The team would like to pilot the enhancements to a small group of users before rolling the changes out to the entire user base. What approach maximizes reuse and maintainability?

Options:

A.

Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.

B.

Place the updated rules into a new ruleset and include the new ruleset in a new application.

C.

Place the updated rules into a new ruleset and include the new ruleset in a new version of the application.

D.

Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application.

Question 73

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_________

Options:

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

Question 74

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?

Options:

A.

Local system of record

B.

No system of record

C.

External system of record

Question 75

Which three options can you configure for a mobile app channel? (Choose Three)

Options:

A.

Change the host for a mobile app to a production system, rather than a development system.

B.

Identify how different mobile devices render UI controls.

C.

Establish security behavior for a mobile app, such as the use of biometric identifiers.

D.

Define UI behavior for a view when displayed on a mobile device.

E.

Define the role applied to users when they run the mobile app.

Question 76

What is the purpose of the Test coverage tool?

Options:

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.

Page: 1 / 25
Total 254 questions