You are configuring duplicate case search logic in a case type. How do you ensure that resolved cases are not evaluated as potential duplicates?
Correct Answer: D
To configure duplicate case search logic to exclude resolved cases: D: Add a must match condition where the work status of potential duplicates does not contain " Resolved". This configuration ensures that the duplicate search logic explicitly filters out cases that have been resolved, thereby focusing only on active cases when evaluating for potential duplicates. This prevents already resolved cases from being considered in the duplication check, maintaining the relevance and accuracy of the duplicate search process.
PEGACPSA23V1 Exam Question 62
A requirement states: When a business guest checks out of a hotel, the guest must complete a hotel review to receive a corporate discount. Select the case type relationship that satisfies the requirement.
Correct Answer: D
PEGACPSA23V1 Exam Question 63
Based on security factors, which two options are considered strong passwords? (Choose Two)
Correct Answer: A,D
PEGACPSA23V1 Exam Question 64
A business architect has developed a new process for a case type. To verify that the UI elements collect the expected result, you want to test the process and the fields. Which two configurations, when used together, allow you to record a set of interactions and save the test result to verify process functionality? (Choose two.)
Correct Answer: B,C
To effectively test a new process for a case type and verify that the UI elements collect the expected results, utilizing scenario testing in Pega is highly recommended. This approach allows for recording a set of interactions and saving the test result, which is crucial for verifying process functionality. * B. Create a scenario test for the case type: Scenario testing in Pega allows for the simulation of an end-to-end process, including interactions with UI elements. This tool enables the creation and execution of tests that mimic real-world user actions, ensuring that the entire process functions as intended. By creating a scenario test, you can capture and automate the testing of specific pathways through a case type, making it an essential tool for validation. * C. Add explicit assertions on the UI elements: Assertions are conditions that you expect to be true at a certain point in your test. By adding explicit assertions to the UI elements during scenario testing, you can specify the expected outcomes or states of those elements. This ensures that not only does the process flow correctly, but the UI elements also behave and capture data as intended. Assertions provide a powerful way to validate the functionality and user interface of your application precisely. Together, these configurations enable a robust testing framework that can simulate user interactions, verify UI behaviors, and ensure the overall functionality of the process and its fields.
PEGACPSA23V1 Exam Question 65
You configure an application to allow users to download a mobile app. When users select one of the three supported platforms (Android, iOS, or Windows Mobile), the application opens a new window pointing to the appropriate app store. How do you configure this behavior?
Correct Answer: A
To configure an application that allows users to download a mobile app by selecting a platform and then directing them to the appropriate app store: A: Add a button for each platform and configure an action set for each button. In each action set, specify a click event and add an action that opens the vendor's URL in a window. This method allows distinct actions to be set for each platform button, providing direct and relevant responses to the user's choice. Each button's action set specifically targets the corresponding platform's store URL, ensuring users are directed correctly based on their selection.