Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[2021] Use Valid New PEGAPCSSA80V1_2019 Test Notes & PEGAPCSSA80V1_2019 Valid Exam Guide [Q97-Q113]

Share

[2021] Use Valid New PEGAPCSSA80V1_2019 Test Notes & PEGAPCSSA80V1_2019 Valid Exam Guide

PEGAPCSSA80V1_2019 Actual Questions Answers PDF 100% Cover Real Exam Questions


How to book the Pega Certified Senior System Architect

These are the following steps for registering for the 1Y0-204 exam.

Step 1: Visit to Pearson VUE Exam Registration Step 2: Signup/Login to Pearson VUE account Step 3: Search for Exam Step 4: Select Date, time and confirm with the payment method

 

NEW QUESTION 97
The following example shows the ruleset list for the logged-in operator. What is stored in the Admin@MyCo ruleset?

  • A. Rules delegated to the operator
  • B. Rules checked out by the operator
  • C. Preferences for the operator
  • D. Rules recently opened by the operator

Answer: A

 

NEW QUESTION 98
The customer, a medium size toy maker, wants to fulfill orders received during the peak season in December and process them in batches multiple times a day.
How do you implement this use case?

  • A. Create one scheduled job and select its run schedule as multiple times a day.
  • B. Create scheduled jobs, one for each run, that can process accumulated orders.
  • C. Create batches of orders and send each batch for processing when it gets full.
  • D. Create a queue processor that can process orders received by the company.

Answer: A

 

NEW QUESTION 99
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. Use grid layouts rather than repeating dynamic layouts to display tabular data.
  • C. Set the importance for columns in repeating dynamic layouts.
  • D. Set the width for layouts in percentages.

Answer: C,D

Explanation:
Reference: https://community.pega.com/support/support-articles/horizontal-scroll-bars-mobile-devices

 

NEW QUESTION 100
Based on the information in the chart. If you execute the rule when .Dept=Accounting. which version does Pega use?

  • A. 01-01-01
  • B. 01-01-25
  • C. 01-01-01, None
  • D. 01-01-30, .Dept=Accounting

Answer: D

 

NEW QUESTION 101
What does the orange triangle in this screen indicate?

  • A. The data page source system is simulated
  • B. The service returned an error
  • C. The service could not be reached
  • D. The data page's connector is not properly configured

Answer: A

 

NEW QUESTION 102
Select two reasons for organizing delegated rules in a separate, unlocked ruleset. (Choose Two)

  • A. A separate, unlocked ruleset is necessary because changes cannot be made to rules in a locked ruleset.
  • B. A separate, unlocked ruleset allows you to organize the business users responsible for managing the delegated rules.
  • C. A separate ruleset can help prevent accidental or unauthorized changes to critical elements of the application.
  • D. A separate, unlocked ruleset allows for versioning control of the individual delegated rules in case you want to roll back changes.

Answer: A,C

 

NEW QUESTION 103
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
* SelfService:01-01
* TGB-HR:01-01
* TGB:01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest. The four instances of ConfirmationRequest in the rules cache are shown in the following table.

Which is chosen during rule resolution?

  • A. TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)
  • B. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)
  • C. TGB .ConfirmationRequest (TGB:01-01-02)
  • D. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)

Answer: C

 

NEW QUESTION 104
Which requirement do you satisfy with an Access When record?

  • A. Government regulations require that you explicitly block user access to personally identifiable information.
  • B. Company policies require that you only allow managers to run reports on purchase requests.
  • C. Accountants can edit a purchase request only if the case was created by a member of their assigned department.
  • D. Managers can perform an optional action to transfer a case to another workbasket, but users cannot.

Answer: C

 

NEW QUESTION 105
Identify two options for passing data between a Pega application and a webpage containing a web mashup.
(Choose two.)

  • A. Call the function pega.web.api.doAction().
  • B. Use the attribute data-pega-event-onpagedata.
  • C. Call a Pega API function from the host server.
  • D. Use REST methods to call Pega microservices.

Answer: A,B

Explanation:
Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/communication-between- pega-web-mashup-and-host-page

 

NEW QUESTION 106
A service receives a request to assign an office to a new employee.
The service rejects the username and/or password provided
What type of fault condition do you configure to return an appropriate response?

  • A. Service error
  • B. Security error
  • C. Mapping error
  • D. Queue when

Answer: B

 

NEW QUESTION 107
Your application contains the following versions of a service level named AuthorizeClaim.

The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?

  • A. Block the circumstanced rules in the AccountOpen class.
  • B. Withdraw the circumstanced rules in the AccountOpen class.
  • C. Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
  • D. Make the circumstanced rules in the AccountOpen class unavailable.

Answer: B

Explanation:
Reference:
https://community.pega.com/knowledgebase/articles/circumstance-rule-different-properties-or- templates

 

NEW QUESTION 108
Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)

  • A. Supports debugging efforts by providing a run-time view of the rules accessed by the app.
  • B. Enables users to continue interacting with mobile apps while offline.
  • C. Provides access to static resources such as HTML files, image files, or JS files.
  • D. Allows downloading of rules for offline use with a mobile app.

Answer: B,C

Explanation:
Explanation/Reference: https://community.pega.com/sites/default/files/help_v73/basics/v6portal/landingpages/mobile/ offline.htm

 

NEW QUESTION 109
What does the orange triangle in this screen indicate?

  • A. The data page source system is simulated
  • B. The service returned an error
  • C. The service could not be reached
  • D. The data page's connector is not properly configured

Answer: A

 

NEW QUESTION 110
You have designed a decision tree that you want to unit test. You want to verify that every row can be evaluated regardless of the input values. How would you test your decision tree?

  • A. Add the decision tree to a decision shape and create cases using various test values.
  • B. Check the decision tree for completeness.
  • C. Use a test page to run the decision tree.
  • D. Check the decision tree for conflicts.

Answer: D

 

NEW QUESTION 111
The following example shows the ruleset list for the logged-in operator. What is stored in the Admin@MyCo ruleset?

  • A. Rules delegated to the operator
  • B. Rules checked out by the operator
  • C. Preferences for the operator
  • D. Rules recently opened by the operator

Answer: A

 

NEW QUESTION 112
Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.
Which approach solves this performance issue?

  • A. Access data page with a predefined key so that, once loaded, data access is faster.
  • B. Fetch only the targeted data from the database each time data is needed so access is faster.
  • C. Move to local installation because network traffic in cloud deployment is often slow.
  • D. Change snapshot data access method to reference pattern data access method.

Answer: D

 

NEW QUESTION 113
......

PEGAPCSSA80V1_2019 Exam questions and answers: https://www.braindumpsit.com/PEGAPCSSA80V1_2019_real-exam.html