최신 CLSA PEGAPCLSA85V1 무료샘플문제:
1. You are working on an insurance claims application that receives claims through email. The company receives
500 emails per hour. the insurance company promises a 24-hour response time to receives and verify the clain.
After the claim is verified. The system automatically responds with email containing the claim ID.
The application is developed in the Pega cloud environment. The production environment is currently running on premises.
What is your recommendation to ensure that insurance company can meet the 24-hour response time requirement for claims submitted by email?
A) Recommend the insurance company use an MDB listener instead of an email listener.
B) Recommend the insurance company use an email lister with concurrent threats.
C) Recommend the insurance company use an advanced agent to verify claims and respond.
D) Recommend the insurance company change its policy to allow for a broader processing window.
2. In the Answer Area, determine where data is stored for each design option.
3. How do you begin your research to diagnose the cause of the reported performance issue?
A) Look at the performance profile and DB Trace out put from each node.
B) Review guardrail warnings in the development environment to determine if any rules with warnings moved to production.
C) Download the alert log file from each node and analyze the contents in the Pega Log Analyzer.
D) Observe the cluster and node status on the Enterprise Health Console.
4. A purchase order application allows users in their work group to read and write purchase request cases. When the total amount exceeds usd10,000 however, only the work group manger can read and write the case. Select two configuration that satisfy the requirement.(choose two)
A) Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.
B) Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.
C) Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.
D) Use a reads access control policy with a condition that verifies the amount is less than USD10.000.
5. 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 list all rows in Table A where, per 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 executes with the best performance?
A) Join table A to Table B and C using include all rows in join 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) Join table A to Table 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.
C) Define two subreports: one that counts rows in Table B relative to Table A, and on that counts the rows in table C relative to Table A. Only include rows in the main. Report against table A where the table B count is greater that the Table C count.
D) Define two subreports, one where table B users ''Do not Join'', and one where Table C users ''Do not Join'', In the main report count the rows from each subpreport, then only include rows where the count from the Table B subreport than the count from the Table C subreport.
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: 회원만 볼 수 있음 | 질문 # 3 정답: D | 질문 # 4 정답: A,C | 질문 # 5 정답: C |