
[Sep 04, 2021] PEGAPCSSA80V1_2019 Ultimate Study Guide - ActualTestsQuiz
Ultimate Guide to Prepare PEGAPCSSA80V1_2019 Certification Exam for Certified Senior System Architect in 2021
NEW QUESTION 100
A form must support accessibility.
How do you enable a user to specify a date?
- 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.
Answer: B
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/user-interface/84/configuring-basic-settings- date-time-control-date-or-time
NEW QUESTION 101
In which two of the following situations would you simulate an integration? (Choose two.)
- A. The connector is configured to use global resource settings.
- B. The service has slow response times.
- C. You need to test each flow path in the case processing.
- D. The service is not available yet.
Answer: A,B
NEW QUESTION 102
What is the importance of application versioning?
- A. Application versioning provides a means to organize applications by priority.
- B. Application versioning provides the ability to version data classes without impacting existing data classes.
- C. Application versioning preserves prior application versions.
- D. Application versioning provides the ability to clone rules.
Answer: C
NEW QUESTION 103
What are three valid ways to exchange data through a Pega Web Mashup? (Choose three.)
- A. Use an action object configured as a script to perform additional actions on a web mashup gadget.
- B. Use an SQL call to exchange data between the mashup and hosting web page.
- C. Use a queue processor to pass updated attributes to the gadget on the hosting web page.
- D. Use the Javascript function doAction() to set or read data values through the hosting web page.
- E. Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.
Answer: A,D,E
Explanation:
Reference:
https://collaborate.pega.com/QUESTION/pega-mashup-data-passing
NEW QUESTION 104
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?
- A. Add a Split For Each shape, add a list of physicians, and call the evaluation process.
- B. Add a cascading approvals shape that is called by the evaluation subprocess.
- C. Add a Split Join shape, add a list of physicians, and call the evaluation process.
- D. Add a Split Join shape, add a list of physicians, and call the surgical procedure request process.
Answer: D
NEW QUESTION 105
Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?
- A. Blocked
- B. Not Available
- C. Withdrawn
- D. Final
Answer: C
NEW QUESTION 106
To reduce training requirements for users, a company wants to utilize the existing front end of their application.
How can a third-party application use Pega Platform?
- A. By exposing third-party application services
- B. By using database tables for staging the requests
- C. By using REST calls from the Pega API
- D. By using middleware tools in application servers
Answer: C
Explanation:
Explanation/Reference: https://www.pega.com/system/files/resources/2019-04/open-source-a-hybrid-approach-v2.pdf
NEW QUESTION 107
You are asked to create four reports. Which report would require joining classes?
- A. A list of all worklist assignments grouped by the operator who is performing the action
- B. A list of all cases and the assigned user for each case, with child cases categorized by the case ID of the parent case
- C. A list of all cases created by the operator along with the work status of each case
- D. A list of flow actions and average turnaround time, categorized by Performer
Answer: B
NEW QUESTION 108
Which two of the following prerequisites would you choose to create a branch rule for parallel development? (Choose Two)
- A. Create a team application
- B. Circumstance the original rule
- C. Save a copy of the original rule into the base ruleset
- D. Give team members access to the team application
Answer: A,D
NEW QUESTION 109
Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)
- A. Limit text fields to a width of 200 pixels.
- B. Set the width for layouts in percentages.
- C. Set the importance for columns in repeating dynamic layouts.
- D. Use grid layouts rather than repeating dynamic layouts to display tabular data.
Answer: B,C
Explanation:
Reference: https://community.pega.com/support/support-articles/horizontal-scroll-bars-mobile-devices
NEW QUESTION 110
You are preparing to create a new major version of an application ruleset in which there are multiple minor and patch versions.
How do you create the new ruleset version?
- A. Create a new application ruleset using the appropriate version number, then copy the highest version of existing rules into the new ruleset version.
- B. Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset versions to the new version.
- C. Use the Application Structure landing page to lock and roll the existing ruleset versions to the new version.
- D. Use the Ruleset Maintenance wizard to skim the relevant ruleset versions to copy the highest version of existing rules to the new ruleset version.
Answer: D
Explanation:
Reference:
https://community.pega.com/knowledgebase/articles/how-skim-compress-merge-copy-and-delete- rulesets-ruleset-maintenance-wizard
NEW QUESTION 111
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. Add logic to the pre-processing data transform to test if values were already initiated.
- B. Do nothing. The pre-processing data transform is only called once for each assignment.
- C. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
- D. Configure the data transform as post-processing instead of pre-processing.
Answer: A
Explanation:
Reference:
https://collaborate.pega.com/QUESTION/pre-processing-flow-action
NEW QUESTION 112
In which of the following situations would you simulate a data page?
- A. When a large amount of data needs to be simulated
- B. When the data page writes data to the external system
- C. When the connector is available for the integration
- D. When the interface definition is not finalized
Answer: D
NEW QUESTION 113
Select two benefits of adopting a rule delegation strategy. (Choose Two)
- A. Adopting a rule delegation strategy can help lower the overall costs of building and maintaining business applications because fewer architects are required if business users can make changes to the application on their own.
- B. Adopting a rule delegation strategy allows business users to change business policies more quickly by avoiding long approval processes.
- C. Adopting a rule delegation strategy allows business users and architects to focus on their specific tasks related to application development and maintenance.
- D. Adopting a rule delegation strategy can help improve the business' ability to adapt to changing business conditions.
Answer: C,D
NEW QUESTION 114
Which two statements accurately describe the use of a symbolic index? (Choose two.)
- A. <PREPEND> inserts a new element in a value list or page list property as the first element.
- B. <LAST> sets or retrieves an element value from the end of a value list or page list property.
- C. <APPEND> adds an element at a designated location in a value list or page list property.
- D. <CURRENT> inserts a new element in a value list or page list property at the currently referenced index.
Answer: A,B
Explanation:
Reference: https://community.pega.com/sites/default/files/help_v722/designer%20studio/expressionbuilder/ ref_refaggregateprop_symbolic.htm
NEW QUESTION 115
Which two statements accurately describe the use of a symbolic index? (Choose two.)
- A. <PREPEND> inserts a new element in a value list or page list property as the first element.
- B. <LAST> sets or retrieves an element value from the end of a value list or page list property.
- C. <APPEND> adds an element at a designated location in a value list or page list property.
- D. <CURRENT> inserts a new element in a value list or page list property at the currently referenced index.
Answer: A,B
Explanation:
Reference:
https://community.pega.com/sites/default/files/help_v722/designer%20studio/expressionbuilder/ ref_refaggregateprop_symbolic.htm
NEW QUESTION 116
You configure a cascading approval step for insurance claims. The request requires approval from the submitter's manager. However, approval from operators in other units in the organization may be required. Which approval model would you use?
- A. Work queue
- B. Authority matrix
- C. Approval level
- D. Reporting structure
Answer: B
NEW QUESTION 117
A requirement states that the Users role cannot open a purchase request during the Audit stage of the case life cycle.
How do you configure the case stage to satisfy this requirement?
- A. Apply a When record.
- B. Apply an Access When record.
- C. Apply a Privilege record.
- D. Apply an Access Deny record.
Answer: B
Explanation:
Reference:
https://collaborate.pega.com/QUESTION/access-when-vs-privilege
NEW QUESTION 118
You want to write all errors detected when loading a data page to a log file. How would you do that?
- A. Use an existing function in the error handling data transform.
- B. Use the error handling flow.
- C. Invoke the error handler from the post processing activity in a data page.
- D. Use a transition condition.
Answer: A
NEW QUESTION 119
Identify two options for passing data between a Pega application and a webpage containing a web mashup.
(Choose two.)
- A. Call a Pega API function from the host server.
- B. Use the attribute data-pega-event-onpagedata.
- C. Use REST methods to call Pega microservices.
- D. Call the function pega.web.api.doAction().
Answer: B,D
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/communication-between- pega-web-mashup-and-host-page
NEW QUESTION 120
Which piece of application content do you localize by using a Field Value rule?
- A. Labels and drop-down values on a section rule
- B. User-editable text in a correspondence rule
- C. User instructions in a paragraph rule
- D. Logos or other images on a harness rule
Answer: A
Explanation:
Reference: https://community.pega.com/sites/default/files/help_v63sp1/Content/tools/rulesinspector/ rulesinspectorfieldvalues.htm
NEW QUESTION 121
A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?
- A. Invoke the connector from an activity and use standard Obj- methods to add an error message end send an email.
- B. Create a custom error handler flow that displays the error message and sends an email.
- C. Create an error handler data transform that adds an error message to the data page and sends an email.
- D. Configure an error handling process that displays the error message and sends an email.
Answer: D
NEW QUESTION 122
......
Certified Senior System Architect Fundamentals-PEGAPCSSA80V1_2019 Exam-Practice-Dumps: https://www.actualtestsquiz.com/PEGAPCSSA80V1_2019-test-torrent.html

