100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
Pega Certified Senior System Architect Questions n answers graded A+ €18,75   In winkelwagen

Tentamen (uitwerkingen)

Pega Certified Senior System Architect Questions n answers graded A+

 1 keer bekeken  0 keer verkocht
  • Vak
  • Pega Cssa
  • Instelling
  • Pega Cssa

Pega Certified Senior System Architect Questions n answers graded A+

Voorbeeld 4 van de 32  pagina's

  • 5 september 2024
  • 32
  • 2024/2025
  • Tentamen (uitwerkingen)
  • Vragen en antwoorden
  • Pega Cssa
  • Pega Cssa
avatar-seller
Pega Certified Senior System Architect

Where do you set the Visible When condition to display a layout based on the click of a button? - correct
answer ✔✔On the layout



In an application selling office supplies, the Payment form 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 OrderSummary form also needs to display the order items.How do you implement the UI
so that the order items display is shared between Payment and OrderSummary forms? - correct answer
✔✔Reuse the Payment section in the OrderSummary form and circumstance the section rule to hide
payment information.



An application includes the following set of circumstanced instances of a decision table.



You update the application and increment the AccountManage ruleset version to 01- 02-01. As part of
this update, the circumstance .Status="Silver" is no longer needed by the application. How do you
implement this change? - correct answer ✔✔Do nothing. Rule resolution does not consider rules in a
lower minor version of a ruleset.



You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are
not evaluated as potential duplicates? - correct answer ✔✔Add a weighted condition where the work
status of potential duplicates does not contain "Resolved".



What is the purpose of the pyDefault data transform? - correct answer ✔✔To initialize property values
when a case is created



You need to update the navigation menu in a portal. Which tool do you use to identify the rule that
contains the menu? - correct answer ✔✔The Tracer



Which requirement can be implemented through circumstancing? - correct answer ✔✔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.

,A given user interaction takes five seconds. You need to investigate why it is taking so long. Which tool
do you use to start the investigation? - correct answer ✔✔Performance Analyzer (PAL)



You are working on an update to an application which only affects some rules for a certain case type. The
customer has requested that a patch update be released. How do you create the new ruleset version? -
correct answer ✔✔Use the Ruleset Maintenance wizard to merge the existing rules in the relevant
rulesets to the new version.



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) - correct answer ✔✔Select
the report definition option that displays your report in the Report Browser.

Create a report category rule for sales office reports.



A health plan application includes a process for surgical procedure requests. Currently, there is an
evaluation subprocess in which a physician reviews the diagnosis and enters the recommended
procedure and its urgency. The request then advances to a medical director who analyzes the feedback
and approves the appropriate procedure. The health care organization has created a new requirement,
which states that three physicians can perform the evaluation independently.

Only two evaluations are necessary to advance the case to the medical director. In order to allow the
three physicians to review the orders in parallel, how would you configure the process? - correct answer
✔✔Add a cascading approvals shape that is called by the evaluation subprocess.



Which two statements identify why you should automate correspondence?(Choose Two) - correct
answer ✔✔Automating correspondence allows for sending consistent information to users.

Automating correspondence allows you to send timely communication.



Which statement best describes the role of the base rule in circumstancing? - correct answer ✔✔The
base rule is used if no circumstanced variant applies.



An application references a data element found in the Work- class. How is this rule inherited by the
application? - correct answer ✔✔By applying directed inheritance.

,Consider the following inheritance diagram: When running a flow for the TimeOff worktype, rules
applied to which of the following classes cannot be executed?

(Choose One) - correct answer ✔✔PegaHRFramework-



In an mortgage application, the user creates a loan request. In order for the loan request to be approved,
the loan officer must receive the results of an appraisal. How would you configure the case types to
reflect their relationship? - correct answer ✔✔Make loan request a parent case type, and appraisal a
child case type.



You are asked to create a custom status named Open-Review. This status is to be applied to assignments
in one application. How do you satisfy the request? - correct answer ✔✔Create a Field Value record
named Open-Review for .pyStatusWork with the Apply To class set to the class group.



Select the three benefits of using Direct Capture of Objectives (DCO).(Choose Three) - correct answer
✔✔Facilitate collaboration between business and IT around working models.

Enter and store business requirements in the application.

Automate custom business process.



You want to restrict access to a workbasket to certain users. How do you configure this requirement? -
correct answer ✔✔Add the access role for allowed users to the workbasket record.



Which situation requires the use of a class join? - correct answer ✔✔A list of child cases categorized by
the case ID of the parent case



pyWorkPage stores which type of information? - correct answer ✔✔Information about a case.



You use the Clipboard tool to perform which two tasks?(Choose Two) - correct answer ✔✔Review the
current values of case data.

Test case behavior by setting property values for an open case.



Your application requires a cascading approval for expense reports. Approvals must follow the
submitter's reporting structure, with the following thresholds. A manager must approve expense reports
up to USD500. A director must approve expense reports up to USD1500. A vice president must approve

, expense reports of USD1500 or greater. How do you configure the approval process? - correct answer
✔✔Select the reporting structure configuration with custom levels, then configure when rules to
determine the number of levels.



A manager has requested a report that shows the purchase requests for each of the regional cost
centers. The manager wants to organize the results so the cost center appears only once on the report
and the requests are listed under cost center. How would you configure the report definition? - correct
answer ✔✔Use the cost center column to group the results.



You have a connector that fetches a list of currency exchange rates from an external system. Where do
you invoke the connector from? - correct answer ✔✔Data page



In the event-action model of dynamic UI, which of the following statements is correct regarding event
processing? - correct answer ✔✔An event can be configured to perform multiple actions.



Which configuration allows you to control which user roles can add attachments to a case? - correct
answer ✔✔Update the access control setting for adding attachments in the Access Manager.



Select the two items of information used to uniquely identify a rule.(Choose Two) - correct answer
✔✔The class of the rule.

The type of the rule.



Direct Capture of Objectives (DCO) aims to increase which two aspects of application delivery?(Choose
Two) - correct answer ✔✔Accuracy

Speed



A client wants to replace the Pega logo in the Case Manager and Case Worker portals. Instead of using
the company logo, the client wants you to use the logos for each of the company's operating subsidiaries
- a user in the ABC subsidiary sees the logo for ABC, and a user in the XY2 subsidiary sees the XYZ logo.

How do you add the logos to the application? - correct answer ✔✔Upload each logo to the portal
record.



Which three statements are true about Obj- methods?(Choose three.) - correct answer ✔✔Obj-Browse
allows you to return a page list of data on the clipboard.

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

√  	Verzekerd van kwaliteit door reviews

√ Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, Bancontact of creditcard voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper BravelRadon. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €18,75. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 77764 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen
€18,75
  • (0)
  Kopen