Released Pegasystems PEGAPCLSA85V1 Updated Questions PDF [Q39-Q61]

Share

Released Pegasystems PEGAPCLSA85V1 Updated Questions PDF

PEGAPCLSA85V1 Dumps and Practice Test (89 Exam Questions)

NEW QUESTION 39
You imported a rule-admin-product (RAP) file that contains new features into a user acceptance testing(UAT) environment. Select the option that ensures basic functionality behaves as expected before inviting users to start acceptance testing.

  • A. Create an ad hoc test suite. Run the test suite using the post-import process.
  • B. Create a smoke test suite. Run the test suite using the pre-import process.
  • C. Create an integration test suite. Run the test suite using the Execute Test REST service
  • D. Create a regression test suite. Run the test suite using the automation server.

Answer: D

 

NEW QUESTION 40
The SLA and the customer's system administrator are reviewing scenarios that do not require an application server restart. Select three scenarios from this list. (choose three)

  • A. When the deploying new rules
  • B. When the prlogging.xml file is modified
  • C. When deploying rule only hotflxes
  • D. When changing the prweb web.xml file
  • E. When changing the system name

Answer: A,B,C

 

NEW QUESTION 41
You review and tune the agent configuration on a production system since some default agents----------------and--------------.(choose two)

  • A. need to be registered with the master agent
  • B. Are not necessary for every application.
  • C. Should never run in a production environment.
  • D. require an agent schedule record

Answer: B,C

 

NEW QUESTION 42
You want to avoid creating unnecessary case-related properties and views. Which three actions do you take to accomplish this goal? (Choose Three)

  • A. Define case type views using ".page.property" syntax.
  • B. Use the data reference field type in a case type's data model tab.
  • C. Drag and-drop a field group when defining a case view.
  • D. Define most of the properties and sections at the work pool level.
  • E. Create a data type (if required) that corresponds to the case type.

Answer: B,C,E

 

NEW QUESTION 43
Finco corporation uses pega to perform the majority of the mortgage underwriting tasks.
After gathering the initial data, the mortgage case pauses and waits for the credit report The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the application routes the mortgage case to the specialist.
Which of the following options is the optimal solution to route the mortgage case to the specialist when the credit report is complete?

  • A. Modify the credit report flow to move the mortgage case to the specialist. The application routes the assignment to the specialist with the least amount of work.
  • B. Include a split join shape in the mortgage flow to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before routing to the specialist.
  • C. Add a wait shape to the mortgage flow with a case dependency to advance the mortgage flow to the next assignment when the credit report case is resolved.
  • D. Insert a credit report assignment in the mortgage flow with a SLA to check the status of the credit report case and call the ResumeFlow activity when the credit report case completes.

Answer: C

 

NEW QUESTION 44
What two features do activities and functions share? (Choose Two)

  • A. Ability to be parameterized
  • B. Ability to be versioned
  • C. Ability to be circumstanced
  • D. Ability to be called directly from a decision table

Answer: A,B

 

NEW QUESTION 45
Identify the two correct statements regarding Localization wizard capabilities. (Choose Two)

  • A. Extracts the string values from all application field values, paragraphs, and correspondence records.
  • B. Creates field value rules for all labels used in the application.
  • C. Generates a package for French even though Pega provides an associated language pack.
  • D. Automatically sets the locale, base currency, and time zones based on the user's language.

Answer: C,D

 

NEW QUESTION 46
An application consisting of a single case requires sending correspondence at a designated time with minimal delay. The existing solution uses an assignment to pause the case until an SLA invokes the escalation activity that sends the correspondence. Occasionally there is a delay in sending the correspondence.
Which two factors contribute to the delay? (Choose Two)

  • A. Correspondence rule configuration
  • B. Error handling for locked items
  • C. The number of queued SI A objects
  • D. Multiple open assignments on the same case

Answer: C,D

 

NEW QUESTION 47
XYZ Inc.'s COE wants case life cycle developers to use a field group named "Claim" regardless of the application being developed.
Select and move the three tasks that the COE performs for this requirement to the Task List column and place them in the correct order. (Choose Three)

Answer:

Explanation:

 

NEW QUESTION 48
A Customer Service application requires customer data assembled from multiple external systems. The customer data is captured by a parent case. Subcases of that parent case need to reference the same customer data.The customer data must be as current as possible.
Which two options are used as part of the solution? (Choose Two)

  • A. Have each subcase load a portion of the customer data prior to updating the parent case.
  • B. Use the System of Record (SOR) data access pattern when capturing the customer data.
  • C. Load the customer data in parallel using the Load -Data Page and Connect-Wair methods.
  • D. Use the Snapshot data access pattern to capture the customer data prior to subcase spin off.

Answer: B,C

 

NEW QUESTION 49
Security policies need to be configured for a newly developed Pega application using basic credential authentication. The lockout policy configuration must lock out users after three failed login attempts. The configuration must exclude Administrator or Executive operators from the lockout.
How do you achieve this requirement?

  • A. Use Exclude Operators options in Security Policies landing page
  • B. Define Access Control Policy to exclude Admin Executives
  • C. Create a separate role for Admin Executives
  • D. Define operator override setting in enterprise authentication system

Answer: D

 

NEW QUESTION 50
You are using pega express. You want to avoid creating unnecessary case-level properties and views. Which three actions do you take to accomplish this goal? (choose three)

  • A. Add an embedded Page property to the case type.
  • B. Pre-define properties, sections, and relevant records that are applied to Work-Cover'.
  • C. Create a data type that corresponds to each case type.
  • D. Define case type views using *\ page, property" syntax for the majority of the- fields.
  • E. Drag-and-drop a Field Group when defining a case view.

Answer: B,C,E

 

NEW QUESTION 51
XYZ Corporation would like a report that shows the number of employees who have been with the company more than 20 years, between 15 and 20 years, between 10 and 15 years, between 5 and 10 years, and less than
5 years.
How do you implement this report using Pega?

  • A. Use a correlated subreport.
  • B. Use a listView with a custom getContent Activity.
  • C. Use a Connect-SQL rule.
  • D. Use a SQL Function.

Answer: A

 

NEW QUESTION 52
An application is being constructed In multiple phases for a growing company that has over 1000 employees.
During the initial development stages, it is determined a button on a section has to be made conditionally visible based on a group of actors.
What should the conditional visibility be based on to minimize the amount of future maintenance?

  • A. Role
  • B. Privilege
  • C. Work group
  • D. AccessGroup

Answer: D

 

NEW QUESTION 53
Which three approaches arc considered a PegaUnit: testing best practice? (Choose Three)

  • A. A test case focuses on a single area of functionality.
  • B. A test case uses limited assertions.
  • C. A test case is not necessary when an error message is the expected result.
  • D. A test case groups relevant asseitions together.
  • E. A test ruleset is placed at the top of an application's ruleset stack.

Answer: A,B,C

 

NEW QUESTION 54
An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.

  • A. Configure an agent to record monthly case status in a separate table and report on that table.
  • B. Configure a summary report that leverages sub reports for each month.
  • C. Configure a Declare index to record case data to a separate table.
  • D. Configure an activity to generate the data in the clipboard and report using a custom section.

Answer: D

 

NEW QUESTION 55
In order to produce a complete view of a customer, a customer service(CS) application requires reference data from multiple external systems. The customer data resides on a customerinfo page in a parent case type. The data on the CustomerInfo Page is also used by some of its subcases. Sometimes, the connectors that populate the data page are slow.
Which two of the following approaches for handling the required reference data from the external systems uses the least system resources? (Choose Two.)

  • A. Use the Snapshot data access pattern to populate the page contents.
  • B. Use Case Designer data propagation to copy the data to the subcases to populate the page contents.
  • C. Use the Load-DataPage method to initiate the population of the page contents.
  • D. Use the system of Record (SOR) data access pattern to populate the page contents.

Answer: A,B

 

NEW QUESTION 56
Six weeks after you deliver your application to production, your users report 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 the reported performance issue?

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

Answer: C

 

NEW QUESTION 57
Using the information shown in the case structure below, which option is always true?

  • A. The Weather case can be instantiated without a parent Event Booking case.
  • B. Parking, Weather, and Hotel cases must be instantiated for the Event case to process correctly.
  • C. Resolution of the Event Booking case requires the Parking case to be resolved.
  • D. The Parking class must inherit from the Event Booking class.

Answer: C

 

NEW QUESTION 58
A call center uses Pega Customer Service. Where does Pega Customer Service fit into the enterprise architecture?

  • A. Pega Customer Service is the billing and reporting system of record.
  • B. Pega Customer Service is the new customer onboarding system.
  • C. Pega Customer Service is the customer interaction system of record.
  • D. Pega Customer Set vice is the customer and account enterprise service bus.

Answer: D

 

NEW QUESTION 59
Select the recommended option for extending the data model provided by a pega industry framework.

  • A. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
  • B. Redefine the data model.
  • C. Specialize the data model as little as possible.
  • D. Hide the data model with a custom data model.

Answer: C

 

NEW QUESTION 60
You need to create custom workspaces for the manager and for the Customer service representative (CSR), Also, you are asked to display some properties in custom formats that arc not supported by Pega.
Which approach satisfies these requirements?

  • A. Level age the Case Manager and Case Worker as reference points to create new portals, if required. Use Special Components and use JSON to pass data.
  • B. Create different harnesses for each user's workspace. New portal rules are not needed. Define Specialty Components and use JSON to pass data.
  • C. Identify the functionality required for each portal. Customize the portal either by modifying the section or harness. Use Specialty Components and use XML to pass data.
  • D. Each access group can use separate portals, harnesses, and sections. Use Specialty Components and use XML to pass data.

Answer: B

 

NEW QUESTION 61
......

PEGAPCLSA85V1 Exam Dumps Pass with Updated 2021 Certified Exam Questions: https://www.testinsides.top/PEGAPCLSA85V1-dumps-review.html