This page was exported from Valid Premium Exam [ http://premium.validexam.com ] Export date:Fri Sep 20 0:43:39 2024 / +0000 GMT ___________________________________________________ Title: PEGAPCSSA86V1 Exam Info and Free Practice Test All-in-One Exam Guide Mar-2023 [Q36-Q60] --------------------------------------------------- PEGAPCSSA86V1 Exam Info and Free Practice Test All-in-One Exam Guide Mar-2023 Pass Pegasystems PEGAPCSSA86V1 Actual Free Exam Q&As Updated Dump Mar 27, 2023 QUESTION 36Which two of the following prerequisites would you choose to create a branch rule for parallel development? (Choose Two)  Give team members access to the team application  Circumstance the original rule  Create a team application  Save a copy of the original rule into the base ruleset QUESTION 37What is the difference between using the Call and Branch methods in an activity step to invoke other activities?  Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.  Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.  Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.  Call returns to the originating activity, while Branch skips the remainder of the originating activity. QUESTION 38You are troubleshooting a performance issue with a user interaction that exceeds the maximum time of five seconds. The elapsed time shown in the performance report indicates a total of two seconds.Which tool do you use to determine what is adding the additional three seconds to the performance measure?  Performance Profiler  Database Trace  Log Analyzer  System Management Application QUESTION 39Select two actions can you do with the Pega API? (Choose Two)  Create a new case  Add a property to a data class.  Access data from a data page  Update a decision table. QUESTION 40Which two types of records does the External Database Table Class Mapping wizard create? (Choose Two)  The Database data instance  The Property rules used to map to the table columns  The Database Table data instance  The Connect SQL rule used to retrieve the data QUESTION 41A class group is used to.  identify a layer of the Enterprise Class Structure  combine related properties by usage  assign work to a specific group of users  store data from different child classes in a single table QUESTION 42You want operators in two separate units to be able to perform work routed to either unit.Which configuration supports this requirement?  On each operator’s record, associate the operator with both units.  On each operator’s record, associate the operator with the same work group.  On the work group record, associate the operators with the work group.  On each unit record, associate both operators with each unit. QUESTION 43In 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.)  Add a Persist Case shape after the first step.  Apply a when condition to the first step to persist only cases requiring updates.  Configure the starting flow to instantiate the case type as a temporary case.  Configure the first step to instantiate the case type as a temporary case. QUESTION 44The customer, a medium size toy maker, wants to fulfill orders received during the peakseason in December and process them in batches multiple times a day.How do you implement this use case?  Create a queue processor that can process orders received by the company.  Create one scheduled job and select its run schedule as multiple times a day.  Create batches of orders and send each batch for processing when it gets full.  Create scheduled jobs, one for each run, that can process accumulated orders. QUESTION 45Which two rule types can you mark as a relevant record? (Choose two.)  Property  Decision table  Skin  Section QUESTION 46The keyword Primary is a prefix to the value in the current case. You have added weighted conditions to duplicate case search in a case type .How do you configure the condition fields to differentiate between fields on the current case and fields on the existing case?  Prefix the keyword Primary to the value used in the current case.  Suffix the keyword Primary to the value used in the current case.  Prefix the keyword Primary to the value used in the existing case  Suffix the keyword Primary to the value used in the existing case QUESTION 47Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases .Which two approaches could you use to modify the duplicate case search process so that itproduces fewer invalid duplicates? (Choose Two)  Add a Persist Case step after the Duplicate Search step.  Adjust the condition weights.  Adjust the threshold value.  Do not use a must match condition. QUESTION 48Which tool do you use to identify missing alternate text for an image?  Live UI  Accessibility Inspector  Tracer  Clipboard tool QUESTION 49Several development teams work on different enhancements. The release date for each enhancement is uncertain.Which two options allow each team to keep its work separate? (Choose two.)  Set up branch ruleset for each team.  Create a new application for each team.  Create a new ruleset version for each team.  Create a production ruleset for each team. QUESTION 50When a process is configured to create temporary cases, which of the following occurs when a user creates a case?  The system creates an object ID and stores the case in the database.  Data is stored in the database.  The system stores case data on a clipboard page specifically for temporary cases.  The case is stored in memory. QUESTION 51A new system architect questions the value of allowing attachments to cases .What would be your best response?  Pega provides attachment functionality out-of-the-box, so it must be important.  Attachments can provide additional information required to process a case.  Adding attachments to cases is the method of choice for storing case documentation.  Case flow is dependent on attachments because attachments provide information essential to a case. QUESTION 52Identify three true statements about accessing databases through external classes (Choose Three)  External classes require a Pega-generated composite key.  External classes do not contain the pzinsKey property.  External classes cannot belong to a class group.  External classes contain a BLOB for faster processing.  External classes map Pega properties to database columns. QUESTION 53Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)  Hide noncritical columns.  Use grid layouts rather than repeating dynamic layouts to display tabular data.  Configure UI controls to use native controls on mobile devices.  Set the width for layouts in percentages. QUESTION 54Which three statements are valid about configuring Pega Web Mashups? (Choose Three)  Customize the display size of your mashup through the data-page-resizetype attribute.  Keep the original names of default actions in mashup code to prevent security risks.  Add a list of trusted domains in your applications that you want to use the mashup in.  Use the integration wizard to generate mashup code for use in external systems.  Only create one DIV element in the hosting web page per Pega gadget. QUESTION 55The reason you want to run a process immediately before taking performance readings is____________.  to train the system which process we’re going to measure  to make sure there are no bugs in the system  to allow the rules to assemble  to make sure we know which buttons to click so we can be quick QUESTION 56Which two options do you consider when creating a pre-processing data transform? (Choose Two)  The potential reuse of the flow action  The effect if the flow action is reloaded.  The timing of the commit for the flow action.  The security setting for the flow action. QUESTION 57A user reports that an application takes five seconds to complete a step and present the next step in a process.Which tool allows you to gather and analyze performance data for the form submission?  Performance Profiler  Performance Analyzer (PAL)  Database Trace  Tracer QUESTION 58Which two data elements can be used as an attribute for an access control policy? (Choose Two)  Appointment date  Number of dependents  Password string  Encrypted bank account number QUESTION 59You are working on an update to an application which only affects some rules for a certain case type. The customer has requested that a patch update the application.How do you create the new ruleset version?  Use the Lock & Roll functionality to lock the current ruleset and increment the ruleset version.  Use the Ruleset Maintenance wizard to skim the relevant rulesets to copy the highest version of existing rules to the new version.  Create a branched ruleset, then copy the affected rules into the new branched ruleset.  Use the Ruleset Maintenance wizard to merge the existing rules in the relevant rulesets to the new version. QUESTION 60University admission application cases automatically advance in the case life cycle if the applicant’s standardized test scores are above a certain threshold. The threshold is determined each year based on the provided national average score.Which two configurations, when applied together, support this requirement? (Choose Two)  Configure a process with a decision shape that continues if the TestThreshold Configuration setting is less than the applicant’s test score.  Configure a TestThreshold Configuration setting with the national average for the test score threshold.  Configure a TestThreshold Configuration setting that calculates the national average for the test score threshold.  Configure a process with a decision shape that continues if the TestThreshold Configuration setting is greater than the applicant’s test score.  Loading … Online Questions - Valid Practice PEGAPCSSA86V1 Exam Dumps Test Questions: https://www.validexam.com/PEGAPCSSA86V1-latest-dumps.html --------------------------------------------------- Images: https://premium.validexam.com/wp-content/plugins/watu/loading.gif https://premium.validexam.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-03-27 10:11:06 Post date GMT: 2023-03-27 10:11:06 Post modified date: 2023-03-27 10:11:06 Post modified date GMT: 2023-03-27 10:11:06