PEGA CSA 8.7 PDN Question and Answers

Share with Love

Which of the following options best describes the benefit of unit testing rules?

  • Unit testing identifies configuration issues that might impact application performance on a production system.
  • Unit testing validates a rule configuration to ensure that any dependent rules are available to the application.
  • Unit testing validates information that must be provided before the rule can be saved.
  • Unit testing identifies configuration issues that can propagate to other rules with potentially serious consequences.

 

Which of the following options best describes the benefit of unit testing rules?

  • Unit testing identifies configuration issues that might impact application performance on a production system.
  • Unit testing validates a rule configuration to ensure that any dependent rules are available to the application.
  • Unit testing validates information that must be provided before the rule can be saved.
  • Unit testing identifies configuration issues that can propagate to other rules with potentially serious consequences.

D

 

A case type allows customers to specify a paint color and finish for a painting cost estimate. Which configuration prevents users from entering an invalid combination of colors and finishes on a form?

  • Create picklists for the color and finish, each sourced from a data page.
  • Configure an edit validate rule to test the combination of color and finish.
  • Create a validate rule to test the combination of color and finish.
  • Configure a decision rule to test the combination of color and finish.

A

 

What is the best practice for avoiding accidental overwrites when referencing an auto populated property?

  • Auto-populate the property by referring to a data page.
  • Auto-populate the property by manually referencing a data source.
  • Auto-populate the property by copying data from a data page.

C

Which of the following definitions best describes low-code?

  • An application development environment that uses graphical user interfaces, visual metaphors, and form configuration instead of traditional hand-coded computer programming
  • An application building environment where users sketch out the details of an application first, then add higher-level concepts
  • A “builder kit” that is composed of a shared library of UX patterns, made up of components that provide a highly consistent user experience through a systematized collection of design rules and patterns
  • An application building environment where users sketch out the highest-level concepts of the application and add details later

A

 

You want to configure a view where customers browse for and purchase books. The title, image of the cover, price, rating, and other details for each book are displayed on the view.

How do you achieve this configuration?

  • Use a dynamic layout.
  • Use a repeating dynamic layout.
  • Use a tab layout group format.
  • Use a table layout.

B

 

Which one of the following security scenarios do Configuration settings support?

  • A user can enter an address in the shipping address field only if the user first selects a shipping type from a radio button list.
  • A user who is assigned Top Secret clearance can write and delete Configuration settings, while a user who is assigned Secret clearance can only read Configuration settings.
  • A manager can read and write Configuration settings where a user can only read Configuration settings.
  • A client can view their personally-identifying information.

 

C

 

What is the default responsive behavior for tables?

  • The widest column in a table is displayed on mobile phones.
  • The left-most column is automatically designated the primary column.
  • The right-most column is automatically designated as the default column.
  • Tables with more than four columns are not displayed on smaller devices.

B

 

Which two features does the Assertion Marker provide for test scenarios? (Choose Two)

  • Provide logic to skip the step when appropriate.
  • Add a time to wait before an action that is being executed on a UI element
  • Create a validation rule for a UI element.
  • Add a wait time following an action on a UI element.

 

CD

A user enters and submits a form response. The Pega Platform™ application returns an error. Using the Tracer tool, what can you do to determine the cause of the error in your application?

  • Search for the first FAIL status and see which step is causing the error.
  • Search for the alert that is reporting the error.
  • Search for the property value causing the error on the pyWorkPage.
  • Search for the form that is causing the error.

 

A

 

Match the user to the appropriate studio.

 

Business Analyst  

 

Citizen Developer

 

Full-Stack Developer

 

Front-end Designer

 

Security Administrator

 

Database Administrator

 

 

Dev Studio  ,   App Studio

Which rule is used to store the labels, messages, and other text strings that require translation? 

  • Field value
  • Text file
  • pyCaption
  • Localized label

 

A

 

You create a test case for a decision table and verify the results. A few weeks later, another developer runs the test case again and the test fails. Changes to which two of the following configurations can cause this result? (Choose Two)

  • The input properties used in the decision table.
  • The user who performs the unit test.
  • The page containing the decision table input properties.
  • The returned values used in the decision table.

AD

 

Which three items are best practices for unit tests? (Choose Three)

  • It is high-priority to create unit tests for rules that have predictable results.
  • It is high-priority to create unit tests for rules that undergo frequent changes.
  • To maximize rule test coverage, include enough tests to cover all input and output combinations.
  • Tests that contain rules with wide usage across the application are high-priority to configure.
  • Unit test development should occur after an application is released. 

 

ACD

 

An automobile service management case must allow customers to select the make, model, and trim of an automobile when setting up a service appointment. Which implementation satisfies this requirement?

  • Populate a data object with records of all the allowed combinations of make, model, and trim.
  • Configure a page list containing the make, model, and trim information that uses the Copy data from a data page option.
  • Configure a page list containing the make, model, and trim information that uses the Refer to a data page option.
  • Reference the make, model and trim information from a series of drop-down lists in the UI.

 

D

 

Which requirement do you satisfy by creating a work group?

  • Approvals are directed to the appropriate regional vice president.
  • Insurance claims are processed by a cross-functional team of appraisers, adjustors, and service representatives.
  • Case reviews that are not completed within 24 hours are escalated to the manager of the assigned worker.
  • Transaction disputes are directed to a different queue for customer service representatives than address changes.

B

 

In which of the following situations would you use a data transform?

  • Run a flow action.
  • Copy data from one page to another.
  • Create properties after creating the case.
  • Reuse properties in two forms.

B

What are two benefits of using a Save data page step? (Choose Two)

  • Saves all data pages in the application and updates the system of record (SOR).
  • Saves all data to the clipboard when the step is reached
  • Can reduce application memory requirements
  • Allows for real-time updates to the system of record (SOR)

CD

 

In which two scenarios might you use Configuration settings to simplify deployment? (Choose Two)

  • Grouping related business functions from more than one application
  • Setting the name of a work queue used in a flow
  • Changing the cost of a specific item in a list of products
  • Determine which process in a flow is followed based on a changing value

BD

 

You have designed a decision tree that you want to test. You want to verify that the system can evaluate every row regardless of the input values. How do you test your decision tree logic?

  • Add the decision tree to a decision shape and create cases that use various test values.
  • Run the case and use the Tracer tool.
  • Check the decision tree for completeness.
  • Check the decision tree for conflicts.

 

D

A product return case must always show the current contact information for a customer. The case sources the contact information from the customer database to display in a header section on each step. Which is the best implementation for this use case?

  • Configure a page property with the Refer to a data page option selected.
  • Configure a page property with the Copy data from a data page option selected.
  • Configure a data transform to populate the data model with customer data directly.
  • Reference a data page with customer information directly from UI controls.

A

 

The Database save option ______________ and ______________.

  • Maintains transactionality within the save operation when data is saved.
  • Provides the option to write to an external system of record using a Robotic Desktop Automation (RDA) or Robotic Process Automation (RPA).
  • Writes a single instance back to a database table in a system of record (SOR).
  • Is available for data pages with a page list structure.

 

AC

Which of the following options best describes the benefit of unit testing rules?

  • Unit testing identifies configuration issues that might impact application performance on a production system.
  • Unit testing validates a rule configuration to ensure that any dependent rules are available to the application.
  • Unit testing validates information that must be provided before the rule can be saved.
  • Unit testing identifies configuration issues that can propagate to other rules with potentially serious consequences.

D

In which of the following situations do you simulate a data source for a data view?

  • When the interface between the application and the external data provider is not finalized 
  • When you want to simulate a large amount of data
  • When performance testing an integration
  • When the data page writes data to the external system.

A

 

Which two tasks can you perform with the Clipboard tool? (Choose Two)

  • Review the current values of user data, such as the Operator ID and Access Groups.
  • Test decisions on a case by setting property values for a form that has not been submitted.
  • Update linked properties that reference the Customer data object.
  • Update the vehicle model on a Vehicle information data page.

 

AB

An assignment is configured with the service-level agreement described in the following list. Passed deadline intervals can repeat. 

  • Initial urgency: 5
  • Goal: 12 hours and increase urgency by 10
  • Deadline: 24 hours and increase urgency by 15
  • Passed deadline: 4 hours, increase urgency by 20, and limit events to 5

What is the assignment urgency 36 hours after the case reaches the assignment?

  • 70
  • 50
  • 85
  • 90

D

 

You add a cascading approval step that uses an authority matrix, and you specify a decision table to determine the approvers for each case. You confirm that the conditions in the decision table are configured correctly. You test the configuration by entering requests that require multiple approvers. However, the application routes all requests to only one approver.

Which of the following actions should you take to correct this issue?

  • Add a row to the decision table that evaluates the submitter’s work group manager.
  • Add an approval level for each approver.
  • Set the decision table to evaluate all rows.
  • Specify a page list for the authority matrix.

C

A customer service representative (CSR) must respond to emails within 24 hours. Otherwise, the assignment is considered late, and the urgency increases by 20. For every additional 6 hours that the CSR does not respond, the CSR’s manager is notified, and the urgency increases by 20. If the case reaches the assignment at 4 P.M. Tuesday and the assignment starts with an urgency of 10, what is the assignment urgency at 1 P.M. Thursday?

  • 50
  • 80
  • 100
  • 90

D

 

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

  • By naming PegaRULES as the built-on application.
  • By applying directed inheritance.
  • By adding the ruleset that contains the property to the application.
  • By applying pattern inheritance.

B

 

Which two statements about rules are correct? (Choose Two)

  • Each time you change a rule, you have to rename it.
  • It is best to create all your rules in Dev Studio manually.
  • Rules are automatically updated when you make a change in App Studio.
  • Rules created in Dev Studio can be made available to users in App Studio.

CD

Which two use cases are supported by the Test coverage tool? (Choose Two)

  • Show which type of test is needed to cover a certain rule.
  • Merge data from multiple user-level coverage reports. 
  • Identify how many rules are not covered by tests in your application.
  • List the number of covered rules that were updated in the last week.

CD

 

A job recruiter is screening candidates to assess their qualifications. The recruiter determines whether the candidate matches the targeted position, matches a different position in the company, or does not match any position. A decision table, based on the recruiter’s feedback, automatically advances the case through the appropriate connector – Selected Position, Targeted Position, or Reject.

Which two configurations, when used together in the decision table, meet this requirement? (Choose Two)

  • Create a single column for Position.
  • Create separate rows for Matches Position, Matches Another Position, and Does Not Match Any Position.
  • Create one column for Feedback, with three rows for the three possible decisions.
  • Create separate columns for Selected Position, Targeted Position, and Reject.

BC

 

Exchange rates are updated daily from a web service. You make the exchange rates available in your application using a data page. Which scope do you select for the data page?

  • Node
  • Request
  • Application
  • Thread

A

 

Which two statements describe the Security Checklist feature of Pega Platform? (Choose Two)

  • Tracks the status of security tasks and overall completion.
  • Lists security tasks that are all required for every application.
  • Identifies critical security tasks based on how you deploy your application.
  • Describes your guardrail compliance score.

Answer: AC

 

In a human resources application, managers can create, view, and edit employee onboarding cases. Administrators have the additional ability to delete onboarding cases. How do you achieve this behavior?

  • On the relevant operator records, configure the desired permissions.
  • In the Access Manager, configure conditional access based on the ability to delete onboarding cases.
  • In the Access Manager, modify the permissions for the Manager and Administrator roles.
  • On the relevant access groups, configure the desired permissions.

C

 

Which two of the following options are principles of App Studio? (Choose Two)

  • Add value as fast as possible
  • Contextualize the user’s needs
  • Replace OOTB elements and default settings
  • Begin with details to build the big picture

AB

How does the passed deadline interval differ from the goal and deadline intervals?

  • Passed deadline intervals do not have escalation actions.
  • Passed deadline intervals do not have urgency values.
  • Goal, deadline, and passed deadline intervals are configured in Dev Studio only.
  • Goal and deadline intervals do not repeat.

D

 

A developer decides that buttons in a Pega Platform™ application are blue and the button text is purple. What Pega Platform feature allows the developer to check whether application users with a form of color blindness can easily differentiate between the button text and button background?

  • The Device Preview
  • Live UI
  • The Tracer
  • The Accessibility Inspector

D

 

In Cosmos, which of the following contains the most critical information about a case?

  • Utilities
  • Global navigation
  • Collaboration area
  • Summary panel

D

 

You want to limit the amount of information displayed in the Tracer tool to the specific time an error occurs. Which two of the following methods allow you to limit the amount of information displayed? (Choose Two)

  • Set a breakpoint at the beginning of your application.
  • Start the Tracer tool just before the moment the error occurs.
  • Pause the Tracer tool until just before the moment the error occurs.
  • Clear the Tracer tool after the error occurs.

BC

 

Candidate hiring decisions are based on the feedback from the interviewer and assessment test scores. If necessary, other skill test scores are used in the evaluation. 

  • Candidates with an assessment score of 40 or less are automatically rejected. 
  • Candidates with an assessment score of 60 or less are rejected if either their technical skill score or their interpersonal skill score is below 40.
  • Candidates with assessment scores higher than 60 are automatically approved. 

You use a decision tree to make the evaluations. Which two branch configurations when used together in the decision tree, meet the requirements? (Choose Two)

  • Two nested branches — one to evaluate technical skill scores and another to evaluate interpersonal skill scores.
  • An otherwise branch that tests for assessment scores less than 40.
  • A top-level branch that tests for assessment scores less than 40.
  • A top-level branch that evaluates both technical and interpersonal skill scores.

AC

 

In which two scenarios should you set default property values? (Choose Two)

  • The arrival day and departure day for a hotel reservation is equal to today and tomorrow, respectively.
  • A customer receives a suggested product based on recent product search history.
  • A developer uses proxy customer data to run development tests.
  • A manager approves or refuses hardware purchases within a week of the purchase request submission date.
  • An assignment is automatically assigned to the default work queue for the consulting team.

AC

 

Field values enable you to _________________.

  • define the values used in a circumstance template
  • test the validity of an input value
  • customize a list of allowed values for a property based on the context of the property
  • set default values for a property

C

 

For which requirement must you configure a validate rule in Dev Studio?

  • The amount of a transfer between accounts must be greater than zero and less than the available balance of the originating account.
  • The value of the , Date of service, field must be no more than 15 days for a critical issue, and up to 60 days in the future for an issue with a lower priority.
  • A timesheet submitted by a consultant assigned to a client project must be reviewed by an auditor.
  • An email address is required for a case to enter the Approval stage.

B

Which two situations are appropriate for implementing field-level auditing? (Choose Two)

  • In a mortgage application, you want to maintain a history of any changes to the loan amount as the case progresses through the life cycle.
  • In a booking application, you want to know why the customer changed their hotel reservation dates.
  • In an insurance application, you want to know who adjusts the insurance coverage level.
  • In a customer service application, you want to know if a new compliance case has been created.

AC

 

In which use case do you configure an authority matrix with a decision table?

  • A manager’s request for an employee salary increase is routed to department VP for approval if the pay rate increase is greater than 5%.
  • Several editors on the same content development team must approve dashboard content changes before the changes are published to the webpage.
  • The new hires’ 90-day performance review must be approved by the work group manager, in addition to the new hire’s supervisor, before it can be finalized.
  • Depending on the insurance customer type (business/personal), a policy type of “Umbrella” for over USD1,000,000, is approved by the business lines or personal lines department underwriter.

D

To set property values in a form, you create a data transform to  (____) the target equal to the (____) and apply the  (____) to the (____) in the  (____).

  1. set 
  2. source 
  3. data transform
  4. connector 
  5. Process

 

Which two items are required for a Configuration setting? (Choose Two)

  • There must be an existing Configuration set
  • You must know the name of each user who needs access
  • You must select the Include Association Data check box in the relevant Pega-Configuration class structure rule
  • All users must receive access to Configuration sets

CD

 

Read More : – PEGA CSA 8.6 Question and Answers