Text Material Preview
PEGACPLSA88V1 Certified Pega Lead System Architect (CPLSA) Exam 8.8 exam dumps questions are the best material for you to test all the related Pegasystems exam topics. By using the PEGACPLSA88V1 exam dumps questions and practicing your skills, you can increase your confidence and chances of passing the PEGACPLSA88V1 exam. Features of Dumpsinfo’s products Instant Download Free Update in 3 Months Money back guarantee PDF and Software 24/7 Customer Support Besides, Dumpsinfo also provides unlimited access. You can get all Dumpsinfo files at lowest price. Certified Pega Lead System Architect (CPLSA) Exam 8.8 PEGACPLSA88V1 exam free dumps questions are available below for you to study. Full version: PEGACPLSA88V1 Exam Dumps Questions 1.An application uses LDP authentication users have role and application attributes, but not access group attributes. select the two tasks required to configure the application to uses LDAP attributes to determine the access group for a user A. Create a decision table that evaluate role and application properties that return access group B. Configure the authentication mapping to evaluate the decision table C. Create a decision table that evaluate role and application attribute value that return access group D. Add a method to the authentication activity to evaluate the decision table Answer: C D 2.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. 1 / 8 https://www.dumpsinfo.com/unlimited-access/ https://www.dumpsinfo.com/exam/pegacplsa88v1 Check the answer as below: Answer: 3.1.Which of the following Skin rule customizations help satisfy the states requirements? A. In the Skin rule, configure the importance field for each column included in a repeating layout. B. In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops. C. In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones. D. In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records. Answer: A Explanation: You are designing an accessible Pega application for French and English-language users who require assistive technologies. The application must be able to run from desktop, tablet, and mobile phone browsers. Also, several screens require the ability to save changes and refresh the screen. 4.you are writing a report that needs to compute the sum of multipul columns and display the result. The number of columns to sum varies from report to report but does not exceed five. which two options can you use to implement this requirement? (choose two) A. Develop a SQL function that sums two columns. Recursively apply this function as needed. B. implement a declare expression to sum the values and store the result as an additional property. C. construct the report to group by the columns to be summed followed by a column that uses SUM. D. Develop separate SQL functions for summing two through five columns. use the appropriate function. Answer: A D 2 / 8 https://www.dumpsinfo.com/ 5.What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over tune? (Choose Two) A. Add indexes to all columns. B. Purge workparty UlU index tables periodically. C. Schedule scripts to maintain frequently fragmented tables. D. Purge and/or archive records based on the company's record retention policy. Answer: C D 6.A pega application has cases that represent customer accounts each with many members. When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes. Which two elements are valid design choices? (choose two) A. Use the optimistic locking option on the case types. B. Create a Registration subcase configured to run in offline mode. C. Leverage the default object lock contention requeuing capability. D. Override DetermineLockString to use .AccountID instead of .pyID as the lock string. Answer: B C 7.In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account. Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement? (Choose two.) A. Add a Persist Case shape after the first step. B. Apply a when condition to the first step to persist only cases requiring updates. C. Configure the starting flow to instantiate the case type as a temporary case. D. Configure the first step to instantiate the case type as a temporary case. Answer: B D 8.You are implementing a paga customer service application and are integrating the system of record data for account information? select the three tasks required to implement this integation A. Specialize the pega customer service data pages that use account data. B. Integrate with the system of record in the pega customer service account class C. Rename the pega customer service data pages to match the system of record. D. Integrate with the system of record to populate an Account data class. E. Create a data transform to map the Account data class to the pega customer service Account class Answer: B D E 9.The application contains a property named claimid. You want to business users to reuse this property in any new case types they create. How do you define the claimid property? A. As a final rule B. As a case level property C. As an enterprise class level property D. As a relevant record Answer: D 3 / 8 https://www.dumpsinfo.com/ 10.The following figure depicts a hierarchy of applications that are built on other applications. Specifically, the productionapp application is built on applications customerapp and employeeapp. Each of these applications has additional built-on applications, including the duplicated MYEnterpriseApp application, which has two different versions in use. All applications are built on the same version of PegaRUUS. Answer: ProductionApp 01.01 CustomerApp 07.01 ServiceApp 01.01 EmployeeApp 01.01 MyEnterpriseApp 01.02 PegaRULES 07.10 11.XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators. How do you configure the application to handle this requirement? A. Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access. B. Modify the user portal to only display team members for which the operator has been designated an alternate. Clicking on an operator displays that operator's worklist. Assignments are opened accordingly. C. Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup. 4 / 8 https://www.dumpsinfo.com/ D. Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back. Answer: B 12.A security requirement states that personal data should only be visible to managers in the HR organization. All personal data is contained in a single section. How do you restrict access to personal data? A. configure a visible when rule on the section B. Create anAccess control policy restricting access to the properties C. Add an Access when to relevent properties. D. Define a privilege for the section and add the privilege to appropriate roles Answer: D 13.An insurance company wants to extend a native mobile app to allow customers to create claims using a claims management application implemented on the pega platfrom. As a claim is processed, update are sent to the mobile app as push notifications. How do you satisfy this requirement? A. Package the claims management application as a SDK mobile app B. Configure a service to creat claim cases when called from the native mobile app C. configure the native mobile app to creat a claim case using the page API D. Embed the claims management application in the native mobile app using a pega web Mashup gadget Answer: A 14.MyCo.com has instances of SCM-F5, SmartDispute, and CPM-F5 in their Production Environment distributed across multiple Pega instances. A new business requirement states that users working in any one application cart create a case in any other application. What is your recommendation to implement the new business requirement? A. Synchronize case creation with RFST services. B. Leverage database replication to communicate case creation. C. Implement Federated Case Management. D. Implement a parent case across multiple products. Answer: C 15.What are two valid reasons for defining a case type within a case type-specific ruleset? (Choose Two) A. The ruleset can be added to the ruleset stack for multiple applications. B. The case type might be converted to a component application in the future. C. A User Story can be associated to a single, fine-grained ruleset within a Branch. D. The case type ruleset might be converted to a true component in the future. Answer: C D 16.a performance analysis for an equals-comparisons-only query against a table shows that it always performas a full table scan. the table has grown steadily over time. nothing has been done in the database concerning this table other than it being generated by pega. A. limit the number of rows fetched from this table, 5 / 8 https://www.dumpsinfo.com/ B. add one or more column indexes to this table. C. Expose one or more columns within this table. D. alter one or more column types in the table. Answer: B 17.How do you improve performance during synchronization for users of an offline-enable mobile app. A. Use only node-scope data pages for reference data B. Configure optimistic locking on offline-enabled cases. C. Restrict the number of offline-enable access group D. Declare large data pages in the data page whitel Answer: D 18.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. 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. B. 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. C. 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. D. 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. Answer: A 19.An agent is associated with the Background processing node type. Several nodes in the cluster are configured to perform background processing. You need to create an agent that runs every day at midnight and sends customers an email if their birthday is that day. Which two options do you select to configure the agent? A. Auto queue management B. Advanced for mode C. Periodic for pattern D. Delay next run of agent across the cluster by specified time period Answer: B D 20.Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:0 P.M. and 4:00 P.M. All attempts to reproduce the problem in the Development, QA, and Staging environments have (ailed. Which two techniques help you troubleshoot the problem? (Choose Two) A. Review Performance Alerts and Exceptions in PDC B. Review a Production Tracer Log using SMA- C. Review Alerts and Exceptions using PLA. D. Review Performance Alerts and Exceptions in AES. 6 / 8 https://www.dumpsinfo.com/ Answer: A C 21.You are configuring the container settings of a display a title. The title is based on the type of loan requested check the answer below. Answer: Explanation: A screenshot of a computer Description automatically generated 22.BigCo receives complaints from existing customers and new prospects that BigCo representatives contact them with irrelevant offers and products. Which two Pega solutions do you suggest to help solve this problem? (Choose Two) A. Pega Marketing B. Pega Customer Service C. Robotic Process Automation D. Customer Decision Hub Answer: A D 23.Select two ways for queuing an item for a queue p A. Use the Queue-for-processing method B. Use Utility smart shape C. Use Run in Background smart shape D. Use the Queue for -agent method Answer: A C 7 / 8 https://www.dumpsinfo.com/ 24.you are configuring authentication for a pega web mashup implementation. how do you ensure the host system origin is trusted? A. in the authentication service JNDI binding parameters, specify the protocol, host, and port. B. in the authentication service spaecify the IACAuthverification activity C. in the application definition, specify the protocol, host, and port D. in the content security policy record specify the website as allowed Answer: C 25.users complain of difficulty creating a customer service request through facebook massenger. how do you address this issue? A. add approximate matches to the response commands for the channel. B. add approximate matches to the create case command (s) for the channel. C. change the text analyzer configured for the channel. D. add response commands to the channel Answer: C 26.A call center uses Pega Customer Service. Where does Pega Customer Service fit into the enterprise architecture? A. Pega Customer Set vice is the customer and account enterprise service bus. B. Pega Customer Service is the customer interaction system of record. C. Pega Customer Service is the billing and reporting system of record. D. Pega Customer Service is the new customer onboarding system. Answer: B Powered by TCPDF (www.tcpdf.org) 8 / 8 https://www.dumpsinfo.com/ http://www.tcpdf.org