Questions
ayuda
option
Mon Daypo

TEST SUPPRIMÉ, PEUT-ÊTRE VOUS INTÉRESSEZ:PEGA SSA Test7

INFORMATION STATISTIQUES RECORDS
FAIRE LE TEST
Titre du test:
PEGA SSA Test7

Description:
Préparation Certification SSA Pega Test7

Auteur:
AVATAR

Date de Création:
07/06/2023

Catégorie:
Autres

Nombres des questions: 70
Suivez les meilleurs tests sur facebook, en pressant 'J'aime'
Facebook
Twitter
Whatsapp
Suivez les meilleurs tests sur facebook, en pressant 'J'aime'
Facebook
Twitter
Whatsapp
Derniers commentaires
Pas commentaires sur ce test.
Contenu:
What two actions must you perform to create a class join in a report definition? (Choose two.) Create a prefix for the joined class Add an association rule to match key values Add a parameter for each property in the class you want to join Select the type of match for key values.
Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? Capture a PAL reading for a process with good performance to establish a benchmark for comparison Run the process to completion first to perform needed rule assembly and avoid skewed results Capture PAL readings after significant changes to a process to identify any performance impact Run PAL as an end user to account for any performance differences due to the portal itself.
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator. How do you implement this requirement? Implement the logic in the data page's response data transform. Customize the standard pxErrorHandling Template data transform. Use a transition condition in the activity step invoking the connector. Implement the logic in the connector's error handler flow.
Which two use cases correctly describe controlling access to an attachment category? (Choose Two) Configure Client-based access control on the class where the attachment category exists to restrict access to the attachment. Configure the When condition "IsCurrentStageTesting" to allow users to view an attachment if the rule returns true. Configure a Visible when condition called "IsDocumentPrivate" to allow users to view an attachment if the rule returns false. Configure the privilege "Delete Own" and assign it to a user so that a user can delete their own attachments.
An application contains tive instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version. All the rulesets are in the same ruleset list. Which ruleset version is chosen by rule resolution when Country = Japan? AMyCoSelfService:01-01-02 MyCoSelfService:01-01-03 MyCoSelfService:01-01-04 MyCoSelfService:01-02-01.
What 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.
You are preparing to create a new major version of an application ruleset in which there are multiple minor and patch versions.How do you create the new ruleset version? Use the Ruleset Maintenance wizard to skim the relevant ruleset version to copy the highest version of existing rules to the new ruleset version. Create a new application ruleset using the appropriate version number, then copy the highest version of existing rules into the new ruleset version. Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset versions to the new version. Use the application structure landing page to lock and roll the existing ruleset version to the new version.
In your purchasing application, there is a decision table with discount codes. You want to delegate the decision table. In which ruleset do you save the decision table to allow delegation? Organization Production Integration Application.
Consider this business use case: Responses to customer service requests are required within 24 hours of receipt. Due to seasonal fluctuations, response times may be adjusted at the discretion of business managers. You create a service level agreement (SLA) to monitor response times. Which solution allows adjusting the response times on demand? Delegate the SLA to the business managers so they can configure seasonal adjustments. Plan a release cycle for updating the SLA for each of the expected seasonal adjustments. Create multiple circumstances of the SLA to account for the seasonal adjustments. Define the response times using property values that are circumstanced to account for the seasonal adjustments.
Which two rule types can you mark as a relevant record? (Choose three.) Property Decision table Skin Section.
An application contains two Work- derived classes that all belong to the class group MyCo-HR-SelfService-Work MyCo-HR-SerlfService-Work-TimeOff MyCo-HR-SelfService-Work-Expense If a report is created in MyCo-HR-SelfService-Work , what instances will the report return? Instances of MyCo-HR-SelfService-Work Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService- Work-Expense, unless they are stored in different database tables Instances of all Work- derived classes Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService- Work-Expense.
Match the following: <Append> <Prepend> <Current> <Last> <Insert>.
A service receives a request to assign an office to a new employee. The service rejects the username and/or password provided. What type of fault condition do you configure to return an appropriate response? Security error (authentication issues) Queue when (async error) Service error (service activity is not present) Mapping error (input output data format error).
Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer. Which approach solves this performance issue? Move to local installation because network traffic in cloud deployment is often slow. Change snapshot data access method to reference pattern data access method. Fetch only the targeted data from the database each time data is needed so access is faster. Access data page with a predefined key so that, once loaded, data access is faster.
Application Settings allow you to simulate data in an environment for testing purposes execute connectors in parallel to improve performance automate the application migration process store references to an external system connected to an application.
To reduce training requirements for users, a company wants to utilize the existing front end of their application. How can a third-party application use Pega Platform? By using REST calls from the Pega API By exposing third-party application services By using database tables for staging the requests By using middleware tools in application servers.
Which statement is true about services? Services may use a listener that runs in the background Services return all data in XML format. Services may process outbound requests. Services require a REST connector to function.
Which two configurations are required when adding a Split for Each for the case type Define when the parent process resumes processing Enable users to get back to the subprocess after the case processed Enter a rule that stores the audit note that you want to include Enter the Page List or Page Group property that is the basis.
Which two tasks are required to build a mobile app in Pega Platform Configure access to Dev Studio. Configure access to the Pega Mobile Build Server. Create a certificate set. Set up push notifications to developers.
The Static Assembler is used to address rule assembly Access groups contain multiple production rulesets The server is managing a large number of rules cache A new application is migrated to the production system The application record lists several branch rulesets.
An assignment service-level agreement (SLA) is configured with the following detail • Initial urgency: 20 • Assignment ready: Timed delay of 1 hour • Goal: 5 hours and increase urgency by 10 • Deadline: 8 hours and increase urgency by 20 • Passed deadline: 2 hours, increase urgency by 20, and limit events to 5 Assuming no other urgency adjustments, what is the assignment urgency 16 hours after the case reaches the assignment? 90 70 130 100.
Consider the following requirement The Static Assembler explicitly requires that employees cannot see the contents of the Which security solution do you use to satisfy the requirement? Access When Access Control Policy Access of Role to Object Access Deny.
Which two configurations do you implement when using a Pega Web Mashup? (Choose Two) Add an access group for the application rules that need to be accessed from the external system Configure the application permissions by specifying a list of trusted domains in the application Configure a node-level data page to hold security access information about the external system Leverage the standard authentication service IACAuthentication and update the authentication.
Which requirement is a prerequisite for configuring Pega web mashup? Atleast 1 access control policy A web server to test host page Atleast one work queue in your application No outstanding guardrail violation.
Which three statements about the guardrail score are true? (Choose Three) Rules with unjustified warnings are not counted in the compliance score. The Application Guardrails landing page counts the number of rules with no warnings or caution-level Guardrail scores do not include Pega Platform core rules. A weighted compliance score above 90 signifies that an application is ready for general distribution The Application Guardrails landing page counts the number of rules with severe or moderate guardrails.
A requirement states that when a case is assigned to a user for review, its work status should be set to open - review. Which two steps do you perform to implement this requirement? (Choose Two) Add Open-Review as an allowed status on the case type record. Configure a data transform to apply the Open-Review status on the appropriate Apply the Open-Review status to the appropriate assignments. Create a field value record for the Open-Review status.
You have a requirement to associate users in different units to the same work queue. How do you implement this requirement? Associate the users to a common work group. Then associate the work group to the appropriate unit. Associate the users to a common work group. Then associate a work queue to the work group. Associate the users to a common unit. Then associate a work queue to the common unit. Associate the users to a common work queue. Then associate the work queue to the appropriate unit.
You configure a child case to override the locking strategy of the parent case. The parent case has a time off strategy. Which time-out value option is recommended for the child case? Set the Access time-out value less than the parent case time out value. Set the Access time-out value greater than the parent case time-out value. The Access time-out value on the child case cannot be changed. Set the Access time-out value equal to the parent case time-out value.
In which order are rules and data instances applied for a connector? Data Page/Activity Data Transform (from application data structure to integration clipboard structure) Mapping rule (from integration clipboard structure to format specified by the target service) Connect rule Data Transform (from integration clipboard structure to application data structure) Mapping rule (from format received by the service to integration clipboard structure).
Consider the following requirement: Customers can review only their own credit report Which security solution do you use to satisfy the requirement? Access of Role to Object Access Deny Access group Access Control Policy.
MyCo insurance company completes the development phase of its application and decides tostart the testing phase of the application in a testing environment. To migrate the application, the development team created an instance of the Rule-Admin-Product class that includes theapplication instances to migrate.Which two components does the Rule-Admin-Product instance include by default when you generate an archive file? (Choose two.) Checked-in rules MyCo- class instances Data- class instances Checked-out rules.
An application contains a flow action with the Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset, HRApps: 01-01-01. There is a higher unlocked ruleset. In the Answer area, select the appropriate settings on a saved copy of the flow action that prevents the application from using the rule in HRApps: 01-01-01. Ruleset Version Applies to Availability.
As a best practice, in which situation do you configure a keyed data page? A long list of images that often changes A long list of vehicle parts that rarely changes A short list of emojis that often changes A short list of delivery options that rarely changes.
An application includes the following set of circumstanced instances of a decision table. You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status=”Silver” is no longer needed by the application. How do you implement this change? Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability to Blocked Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability Withdrawn .
You perform a major skim on the ruleset ABC:02-02 to ABC:03-01. In the Answer area, select the ruleset versions that the skim operation uses. Does the skim operation to the ruleset version ? Ruleset Version : 01-01-01 Ruleset Version : 02-02-01 Ruleset Version : 01-02-01 Ruleset Version : 02-01-05.
An application contains a rule with an Apply to: class of TGB-HRApps-Work-Review in a locked ruleset. There is a higher unlocked ruleset. How do you prevent the application from using the rule in TGB-HRApps-Work-Review? Save a new version of the rule, applied to TGB, and set the availability of the rule to Final. Save a new version of the rule, applied to TGB-HRApps-Work-Review, and set the availability of the rule to Not Available. Save a new version of the rule, applied to TGB-HRApps-Work-Review, and set the availability of the rule to Blocked. Save a new version of the rule, applied to TGB-HRApps-Work-Review, and set the availability of the rule to Withdrawn.
The AccountManage ruleset contains the following versions of a service level named ReviewAccountChange: The application is being updated with a new patch version of the AccountManage ruleset. As part of the update, the service level is no longer specialized for AccountOpen cases. In the updated ruleset, the circumstancing in the class group applies to all case types. Which option do you use to reset the circumstancing for the AccountOpen case type? Make the circumstanced rules in the AccountOpen class unavailable. Withdraw the circumstanced rules in the AccountOpen class. Block the circumstanced rules in the AccountOpen class. Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator's access group has access to all ruleset versions. On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria? SelfService:01-01-03 (Circumstance: None, Base Rule checked) SelfService:01-01-01 (Circumstance: .Country=Algeria) SelfService:01-01-02 (Circumstance: Start Date = 1 January 2020; End Date = 31 December 2020) SelfService:01-01-01 (No Circumstance) SelfService:01-01-05 (No Circumstance).
You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout. How do you update the application to add the new ruleset version? Lock and roll the existing ruleset, and update the existing application version. Lock and roll the existing ruleset, and create a new application version. Create a new application version and add the new ruleset version as a production ruleset. Create a branch ruleset and a new application, and add the branch ruleset to the application.
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest: • SelfService:01-01 • TGB-HR:01-01 • TGB:01-01 A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named EnterTimeOffDates. The four instances of EnterTimeOffDates in the rules cache are shown in the following table. Which instance of EnterTimeOffDates is chosen during rule resolution? TGB-HR-SelfService-Work-TimeOff .EnterTimeOffDates(SelfService:01-01-01) TGB-HR-SelfService-Work .EnterTimeOffDates (SelfService:01-01-01) TGB-HR-SelfService-Work-TimeOff .EnterTimeOffDates(SelfService:01-01-02) TGB .EnterTimeOffDates(TGB:01-01-02).
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest: • SelfService:01-01 • TGB-HR:01-01 • TGB:01-01 A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named EnterTimeOffDates. The four instances of EnterTimeOffDates in the rules cache are shown in the following table. Which instance of EnterTimeOffDates is chosen during rule resolution? TGB-HR-SelfService-Work-TimeOff .EnterTimeOffDates(SelfService:01-01-01) TGB-HR-SelfService-Work .EnterTimeOffDates (SelfService:01-01-01) TGB-HR-SelfService-Work-TimeOff .EnterTimeOffDates(SelfService:01-01-02) TGB .EnterTimeOffDates(TGB:01-01-02).
An application has the following application rulesets: Expenses:02-01 - TGB:02-01 - TGBCatalog:02-01 - A rule with an Apply to: class of TGB-Expenses-Work-Reimbursement references a rule named PopulateLineltems. The six instances of PopulateLineltems in the rules cache are shown in the following table. Which rule is chosen by Rule Resolution? TGB-Expenses.PopulateLineltems (TGBCatalog:02-01-05) TGB-Expenses-Work.PopulateLineltems (TGBCatalog:02-01-05) TGB-Expenses-Work.PopulateLineltems (Expenses:02-01-05) TGB-Expenses-Work.PopulateLineltems (TGBCatalog:02-01-03) TGB-Expenses-Work.PopulateLineltems (Expenses:02-01-03) TGB-Expenses.PopulateLineltems (Expenses:02-01-03).
A rule with a Apply to: class of TGB-Expenses-Work-TravelVoucher references a rule named CreateVoucher. There are five instances of CreateVoucher in the rules cache as shown in the following table. Rule resolution fails to find a rule to execute. What are two possible reasons? (Choose two) The operator does not have one or more of the rulesets in their ruleset list The Withdrawn instance of CreateVoucher is preventing rules in the TGB-Expenses-Work context from resolving The Blocked instance of CreateVoucher is preventing rules in the TGBCatalog ruleset from resolving One or more of the rulesets is missing from the application rulesets list.
An application contains five instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version. All the rulesets are in the same ruleset list. Which ruleset version is chosen by rule resolution when .Country = Japan? MyCoSelfService:01-01-02 MyCoSelfService:01-01-03 MyCoSelfService:01-01-04 MyCoSelfService:01-02-01.
You are working on an update to an application which only affects some rules for a certain case type. For migration to a production system, the customer wants the updated rules released as a new patch version of the application ruleset. How do you create the new ruleset version? Skim the relevant rulesets to copy the highest versions of the existing rules to the new version. Merge the existing rules in the relevant rulesets to the new version. Lock the current ruleset and then roll (increment) the ruleset version. Create a branched ruleset and then copy the affected rules into the new branched ruleset.
As you prepare to create a new major version of an application ruleset with several minor and patch versions, you already have multiple minor and patch versions. How would you be creating the new ruleset version? Using the Ruleset Maintenance wizard for merging the existing rules in the relevant ruleset versions to the new version. Using the Ruleset Maintenance wizard for skimming the relevant ruleset versions for copying the highest version of existing rules to the new ruleset version. Creating a new application ruleset using the appropriate version number, then copying the highest version of existing rules into the new ruleset version. Using the Application Structure landing page for locking and rolling the existing ruleset versions to the new version.
The following example shows the ruleset list for the logged-in operator. What is stored in the Admin@MyCo ruleset? Preferences for the operator Rules recently opened by the operator Rules delegated to the operator Rules checked out by the operator.
You want an application to stop processing and return an error when a specific rule is encountered in a locked ruleset. How do you this situation? Unlock the ruleset and delete the rule Make a copy of the rule in a new version and set the availability to Blocked Create a cirumstanced version of the rule in a new ruleset version with a daterange in the past Make a copy of the rule in a new ruleset version and set the rule availability to Final.
In the following example, the Purchasing, Purchasinglnt, and Inventory rulesets are configured for application validation. MyCo and MyCoInt are configured for ruleset validation. The prerequisites for MyCo are MyCoInt and Inventory. The prerequisite for MyCoInt is Pega-ProcessCommander. Which of the following two statements are correct? (Choose Two) Rules in PURCHASING can reference rules in Inventory Rules in MyCo can reference rules in Purchasing Rules in MyCoInt can reference rules in MyCo Rules in INVENTORY can reference rules in MyCo. .
The initial urgency on the case type is set to 0. An assignment service-level agreement is configured with the following details: - Initial urgency: 10 - Assignment ready: Timed delay of 1.5 hours - Goal: 1.5 hours and increase urgency by 15 - Deadline: 3 hours and increase urgency by 25 - Passed deadline: 1 hour, increase urgency by 5, and limit events to 5 What is the assignment urgency 5 hours after the case reaches the assignment? 55 60 25 50.
When designing reports with multiple data sources, in which two ways is an association rule different from a class join? (Choose two) You can join multiple classes with class joins, while you cannot join multiple classes with associations Anyone with the appropriate permissions can use associations when creating reports in the User portal Class joins are unique to each report. Associations are reusable in any report. A class join is required to add a filter condition to your report.
A Fulfillment report needs to list the user ID of the employee who packages the items to ship in an Order case. The report provides information from the MyCo-Orders-Work-Ship and Data-Admin-Operator-ID classes. Which two options independently satisfy the report requirements? Configure a class join on the Fulfillment report definition to join operator information to each case Add the user ID to the Fulfillment report definition as a parameter. Specify both classes on the Pages & Classes tab on the Fulfillment report definition Use an association rule to join operator information to each case to populate the Fulfillment report.
Which three items are generated and displayed in the compliance score of an application? (Choose three) Rules with warnings in the application Pega Platform core rules used in the application Rules with unjustified warnings in the application Unweighted compliance score Percentage of compliant rules in the application.
A 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? Tracer Database Trace Performance Analyzer (PAL) Performance Profiler.
Which statement describes the appropriate use of the Purge / Archive wizard to address application performance? Delete any properties exposed in table columns from the BLOB Remove unused rules caches maintained on the system Delete stored SQL procedures that have been updated Remove old cases from the respective database table.
An application contains a rule with an Apply to : class of TGB-HRApps-Work-Review in a locked ruleset. There is a higher unlocked ruleset. How do you prevent the application from using the rule in TGB-HRApps-Work-Review ? Save a new version of the rule applied to TGB, and set the availability of the rule to Final Save a new version of the rule applied to TGB-HRApps-Work-Review, and set the availability of the rule to Not Available Save a new version of the rule applied to TGB-HRApps-Work-Review, and set the availability of the rule to Blocked Save a new version of the rule applied to TGB-HRApps-Work-Review, and set the availability of the rule to Withdrawn.
Which two rule types can you mark as a relevant record? (Choose two) Property Section Skin Report.
A medium-size tonymaker wants to fulfill orders received during the peak season in December and process the orders 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 set its run schedule to multiple times a day Create scheduled jobs, one for each run, that can process accumulated orders. Create batches or orders and send each batch for processing when it gets full.
You are integrating two Pega Web Mashups into a client's mortgage loan financing page. What do you configure to successfully embed both mashups? Run the Mashups on the same thread Identify unique names for each Mashup Load both Mashups simultaneously Define identical URLs for each Mashup.
Drag the Enterprise Class Structure (ECS) layers on the left to the appropriate rules on the right. Organization Division Implementation.
Drag the Enterprise Class Structure (ECS) layers on the left to the appropriate rules on the right. Organization Division Implementation Framework.
In which scenario is a Declare OnChange rule appropriate? When a manager approves a case, the case is routed back to the appropriate caseworker When a developper changes a view, the change is checked into a development branch When a user updates their address, the active case is suspended until the address can be confirmed During a nightly backup process, only updated fields are backed up.
Teams X and Y work on different enhancements in the same ruleset. The release date for each enhancement is uncertain. Which two options, when performed together, allow each team to keep its work separate? (Choose two) Create a new ruleset version for one of the teams Create access groups for each of the teams Create a branch ruleset for each team Apply privileges to the rules each team configures.
Which statement about managing encrypted data in Pega Platform is true? Each organization uses a custom key to encrypt its data. Property-level encryption is a time-efficient method to encrypt data. Encryption policies apply to Work- and Data- classes only. Filter conditions cannot reference encrypted properties in reports.
A music production company's application contains the following classes: UPlusMusic-Production-Work- UPlusMusic-Production-Work-Studio- UPlusMusic-Production-Work-Brand- UPlusMusic-Production-Work-Studio-Recording UPlusMusic-Production-Work-Studio-Editing UPlusMusic-Production-Work-Brand-Marketing UPlusMusic-Production-Work-Brand-Distribution A requirement states that users assigned the Manager role can edit objects related to only studio work. At which position in the class hierarchy do you configure an Access of Role to Object (ARO) record to satisfy this requirement? UPlusMusic-Production-Work-Studio- UPlusMusic-Production-Work- UPlusMusic-Production-Work-Studio-Editing UPlusMusic-Production-Work-Brand-Marketing.
Consider the following requirement: Car dealers cannot modify orders in the Fulfillment stage. Which security solution do you use to satisfy the requirement? Access of Role to Object Access Deny Access When Access group.
Which three types of information can represent an attribute in attribute-based access control (ABAC)? (Choose three.) Property List of strings Numerical value Single string Boolean.
In an online shopping application, you enable class-level encryption for the entire case type and optimize First Name, Last Name, Social Security number (SSN), Total Cart, and Account Number properties for reporting. To secure sensitive data, how do you enable property-level encryption for SSN and Account Number? Update the class-level encryption to enable property-level encryption. Create a TextEncrypted property type, and then add the properties. Create a PropertyEncrypt access control policy, and then add the properties. Create a PropertyEncrypt data transform, and then add the properties.
A requirement states that the Manager role cannot open a purchase request during the Audit stage. How do you configure the case stage to satisfy this requirement? Apply a Privilege record. Apply a When record. Apply an Access Deny record. Apply an Access When record.
An application includes three case types. A business requirements states that members of the App:Users access role cannot run reports for one of the case types. Which configuration can you apply to satisfy this requirement? Use an Access When record to verify that the user role has access to the Run reports action. Use an Access When record to verify that the case type has access to the Run reports action. Use an automation to verify that the user does not have the App:Users access role. Use an Access Deny record to set the Run reports action to No Access.
Rapporter le test Consent Conditions d'usage