[Sep-2021] Practice Pegasystems PEGAPCLSA80V1_2020 exam. Online Exam Practice Tests with detailed explanations! Pass PEGAPCLSA80V1_2020 with confidence! [Q32-Q48]

Share

Practice Pega CLSA PEGAPCLSA80V1_2020 exam. Online Exam Practice Tests with detailed explanations! Pass PEGAPCLSA80V1_2020 with confidence!

PEGAPCLSA80V1_2020 - Pega Certified Lead System Architect (PCLSA) 80V1 2020 Practice Tests 2021 | Easy4Engine

NEW QUESTION 32
Six weeks after you deliver you application to production, you users reports that the application slows down in the afternoon. The application is almost completely unresponsive for some users shortly after 3:00 P.M Other users do not experience this problem until later in the day.
You do not have access to the production environment, but you do have access to AES. The production environment has three nodes and a load balancer.
You need to resolve this issue because a new division of the organization will start using the application next month.
How do you begin your research to diagnose the cause of he reported performance issue?

  • A. Observe the cluster and node status on the Enterprise Health Console.
  • B. Review guardrail warnings in the development environment to determine if rules with warnings moved to production.
  • C. Download the alert log file from each node and analyze the contents in he Pega Log Analyzer.
  • D. Look at the performance profile and DB Trace output from each node.

Answer: A

 

NEW QUESTION 33
XYZ Corp requires employers to designate alternate operators to performs their work while they are on vacation. Work for vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?

  • A. Modify the user portal to only display team members for which the operator has been designed an alternate.
  • B. Define a custom Access when rule named pxAssignedToMeOrAlternate. Modify the pyUserWorkList Report Definition using this rule to display every assign-Work list assignment within the Work Group.
  • C. Add a Value List Property to data-Admin-Operator-ID. Alternate operators add vacationing personals to their Value List. Modify the Assign-Work list report definition to include this values List. Modify security accordingly to allow access
  • D. Modify the user portal to only display team members for which the operation has been designated an alternate. Clicking on an operator displays that operator's work list. Assignments are opened accordingly.

Answer: D

 

NEW QUESTION 34
The BigCo quoting application is currently on-premise. BigCo plans to move the application to Pega cloud.
What factor do you need to consider for environment setup?

  • A. Network security configuration
  • B. Log file access configuration
  • C. System management application configuration
  • D. Database access configuration

Answer: B

 

NEW QUESTION 35
Review the following classes and properties:

A page list property is defined at the class group MyCo-Lending-Work. The property name is .Loans and it is defined as being a page List of class MyCo-data-Loan.
Which three statements are valid? (Choose Three.)

  • A. At run time pages o . Loans can be of either MyCo-data-Login Auto or Myco-Data Loan Mortgage but all pages must be the class.
  • B. At design time, an architect uses a data warning since it is not a best practice to define a page list of an embedded page at run time.
  • C. At run time, a specialized rule in MyCo-Date-Loan Mortgage can be reference through-loans only if referenced in MyCo-Data-Loan
  • D. At design time, the system provides a warning since it is not a best Loans practice a page list with an abstract class.
  • E. At run time, Loans(1) cloud be of class MyCo-data-Loan-Auto while .Loan (2) is of class MyCo-data Loan Mortgage.

Answer: A,B,D

 

NEW QUESTION 36
Table A contains customer information, Table B contains complaints submitted by customers. Table C contains positive feedback submitted by customer.
You are tasked to write a report that lists all rows in Table a where customer, the number of rows in Table B related to Table A are greater than the number of rows in Table C related to Table A.
Which method creates the report that execute with the best performance?

  • A. JOIN Table A to Tables B and C using Include all joined class. Count the Join column from both Table B and Table C. Only include rows where the first count is greater than the second.
  • B. Define two subreports: one that counts rows in Table B relative to table A, and one that counts the Table C relative to table A. Only include rows in the main report Table A where the Table B count is greater than table C count.
  • C. Define two subreports, one where Table B uses ''Do not JOIN''. And one where table C uses ;Do not JOIN''. In the subreport is greater than the count from the Table C subreport.
  • D. JOIN Table A to Tables B and C using include all rows in this class. Count the JOIN column from both table B and Table C. Only include rows where the first count is greater than the second

Answer: D

 

NEW QUESTION 37
What advantage does a Rule-Utility-Function have over a Rule-Obj-Activity?

  • A. Ability to be directly called from a decision table
  • B. Ability to be circumstanced
  • C. Ability to be used to enforce security
  • D. Ability to be saved to multiple rulesets

Answer: A

 

NEW QUESTION 38
A shipping case needs to wait s specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function.
Identify the two requirements for which a wait shape is the simpler approach.(Choose Two.)

  • A. Present a custom UI from to the user while waiting to expire.
  • B. Manually step past the waiting point prior to the designated time.
  • C. Adjust the case urgency when the assignment is created.
  • D. Automatically bypass looking when the assignment is created.

Answer: B,D

 

NEW QUESTION 39
A company wants to run the same pega application in its eastern US office as well as its india office. The eastern united states server runs in the eastern united states time zone. The india server runs in the india time zon. The company wants a process to run in both offices at the same time world-wide once a day regardless of the server's location How do you efficiently meet this requirement?

  • A. Define a single adavanced agent that is scheduled to run in any desired time zone. in the Eastern us server modify the agaent schedule to run in the eastern united states time zone. For the india server, specify the india time zone within the agent schedule
  • B. Define a single advanced agent that is scheduled to run in either the eastern united states zone or the india time zone. Ensure that the clocks with the servers in both offices are synchronized using the simple Network time protocal
  • C. Define two advanced agent that call the same parameterzied activity. One agent passes eastern united states time zone to the activity, and the other agent passes india time zone. The activity checks the local time zone. if the parameter matches the local time zone, the activity continues. otherwise it exits
  • D. Define two advanced agents that call the same activity. one agent is scheduled to run at a time in the eastern united states time zone and the other agents is scheduled to run at a time in the india time zone. The activity checks both the local time zone and the local time. if the local time is close to the expected time the activity should run it continues otherwise it exits

Answer: A

 

NEW QUESTION 40
Customer information is captured in an application. Corporate policy states that private information be secured and only visible to a limited users.
Which configuration do you recommend?

  • A. Move sensitive information to separate sections and apply a privilege to the sections.
  • B. Configure an access deny rule restricting access to the sensitive information.
  • C. Create an access control policy restricting access to the sensitive information.
  • D. Use a visible when rule for the properties displaying sensitive information.

Answer: B

 

NEW QUESTION 41
You are configuring the container setting of a section to display a title. The title is based on the type of loan requested. The section has a parameter defined named Loantype

Answer:

Explanation:
Check the answer as below

 

NEW QUESTION 42
A developer has set the Rule security mode on the access group to deny.
Select the reason for this setting.

  • A. Disable standard privileges providing administrator access to the application (for example AllFlows and AllFlowActions)
  • B. Require Access of Role to object rules to be specified for each layer in the class hierarchy and not inherited from parent classes.
  • C. Deny access to a rule if the privilege of the user is not defined in an access of Role to Object.
  • D. Ensure that all rule with the option of specifying a privilege have a privilege. Only users with the privilege can execute the rules.

Answer: B

 

NEW QUESTION 43
The application contains a property named ClaimID. You want business users to reuse this property in an any new case types they creates.
How do you define the ClaimID property?

  • A. As a final rule
  • B. As an enterprise class level property
  • C. As a relevant record
  • D. As a case level property

Answer: A

 

NEW QUESTION 44
Client XYZ Corp implement Pega Customer Service.
A customer service representative (CSR) needs to launch multiple application to manually update information to keep data synchronized across systems. The application are built in different technologies, decreasing the CSR's efficiency in handling customer request. The client has a requirement to launch all applications from the PEGA Customer service application. The client require that data flow to and from the Pega Customer Service application to the other results in the CSR handling customer request more efficiently and spending less time manually updating dependent applications.
Which Pega capability do you recommend to support requirement?

  • A. Use SQL connection to update the data.
  • B. Use SOAP/RESR services to update the information
  • C. Use Robotic Process Automation.
  • D. Use Robotic Desktop Automation.

Answer: C

 

NEW QUESTION 45
Inconsistent formatting of phone numbers is causing usability issue. You have been asked to enhanced the user interface to ensure all phone numbers are automatically reformatted consistently.
Which two option incorporate best practices for applying the required formatting? (Choose Two.)

  • A. Configure an Edit Validate rule.
  • B. Configure a Custom Control.
  • C. Configure an Edit Input rule.
  • D. Configure a Declare Constraint rule

Answer: B,C

 

NEW QUESTION 46
Users are spending excess time researching duplicate cases to determine whether to process or resolve the cases.
Which two options allow you to reduce the number of potential duplicate cases? (Choose two.)

  • A. Increase the weights of the weighted conditions.
  • B. Decrease the weighted condition sum threshold.
  • C. Decrease the weights of the weighted conditions.
  • D. Increase the weighted condition sum threshold.

Answer: B,C

 

NEW QUESTION 47
You oversee a medium size development team, and some of the team members are new to Pega.
What are the two most efficient ways to ensure that the rules the team creates adhere to best practices?
(Choose Two.)

  • A. Use Pega Log Analyze to identify exceptions associated with the new team members.
  • B. Leverage the rule check-in approve process to review the new team member changes first.
  • C. Run Tracer on each rule the new team members check in the identify an failure in rule execution.
  • D. Have new team members create and run Pega automated unit tests against their rules.

Answer: A,B

 

NEW QUESTION 48
......

The best PEGAPCLSA80V1_2020 exam study material and preparation tool is here: https://www.easy4engine.com/PEGAPCLSA80V1_2020-test-engine.html