PEGAPCSA85v1 #3 - PEGA System Architech 8.5 v1
![]() |
![]() |
![]() |
Título del Test:![]() PEGAPCSA85v1 #3 - PEGA System Architech 8.5 v1 Descripción: PEGA System Architech 8.5 v1 |




Comentarios |
---|
NO HAY REGISTROS |
Which of the following inheritance descriptions correspond to directed inheritance? (Choose Two). An SLA rule in the Reimbursements application is inherited from the New Hire application. A case wide action to Updating Shipping Address in the Inc-Sales-App-Work-Shop class is inherited from Inc-Sales-App-Work. An email correspondence rule in XYZ-Sales-AcctMgmt-Work-NewAccount is inherited from the Sales división layer. The pyUserDashboardheader rule is used in the case worker portal and inherited from @baseclass. Which rule warning do you address by justifying the current design?. A property in a report is not optimized, and may affect report performance. An application uses an activity to add a customer information to a system of record. An application uses an activity to calculate a promotional discount. An application is being prepared for release, and a process is still in draft mode. Which requirement would be best implemented as an alternate stage when defining a case type?. When a customer request delivery of airplane tickets, the application prompts the user to provide their mailing address. Upon resolution of an order, a survey should be sent to the purchaser. If a timesheet is rejected, it can be corrected and resubmitted. Travel request must be reviewed by the submitter’s manager. Any travel request exceeding USD10,000 must also be reviewedby the division VP. In a mortgage application, the user creates a loan request. Before approving the loan request, the loan officer must receive the appraisal results. How can you configure the case types to reflect the loan request and appraisal relationship? . Make both loan request and appraisal parent case types. Make mortgage a parent case type. Make loan request and appraisal child case types. Make loan request a parent case type and appraisal a child case type. Make appraisal a parent case type and loan request a child case type. Select the statements that best describe the purpose of a data transform. (Choose Two). Use data transforms to set properties values on a given page, whether they are initial values or updated values. Use data transforms to define the contents of a clipboard page in either read-only or read-write mode. Use data transforms to map data from a source to a target, and perform any conversion needed to achieved the intended mapping results. Use data transforms to store data obtained from a SQL query on a clipboard page, which can then be paginated for presentation in a report . Given this partial user story: Customer must provide at least one of the following three telephone numbers: · Home · Office · Mobile Which property mode should be used to collect and identify this phone number by name?. Page List. Value Group. Single Value. Page. In which two contexts can you record a scenario test case? (Choose Two). Portal. Case type. Assignment. User. When running an application, you notice that a field contains an incorrect value. Which developer tool allows you analyze rule execution in the application to determine how the incorrect value was introduced?. The Clipboard tool. Live UI. The Tracer Tool. The Dependency Network Analyzer. Which definitions correspond to the multi-factor authentication security component ? (Choose Two). Customizes the level of detail captured for login attempts. Customize requirements for password length, complexity, and predictability. Employee authentication with a one-time password sent by SMS to a mobile device. A user gains access only after providing multiple pieces of evidence to verify their identity. Automatically disable access for users who are inactive for the specified number of days. Which two requirements are examples of an escalation action on a service level agreement? (Choose Two). An email is sent to the assignee’s manager if the assignment is unresolved at the end of the Deadline interval. A manager decides to reassign an uncompleted assignment when the Deadline interval expires. A request is rejected if it has not been resolved by the end of the Deadline interval. The assignment urgency increases if the assignment is unresolved at the end of the Goal interval . An insurance claim process includes an assignment in which a manager reviews claims. If the claim is denied, an email is automatically sent to the user and the case is resolved. How do you configure the process to send this correspondence?. Add a notification to the assigment. Add a SendCorrespondence local action to the review assignment. Add an assignment and a notification to the deny connector leaving the review assignment. Add a Send Mail Smart Shape to the deny connector leaving the review assignment. Which two situations are appropriate for implementing field-level auditing? (Choose Two). In an insurance application, you want to know who adjusts the insurance coverage level. In a booking application, you want to know why the customer changed their hotel reservation dates. In a mortgage application, you want to maintain a history of any changes to the loan amount as the case progresses through the life cycle. In a customer service application, you want to know if a new compliant case has been created. In the Personal Insurance division, a goal and deadline date are assigned to each case. For insurance claims cases, stakeholders want to override the default goal date but maintain the default deadline date. What two configuration steps do you take to meet this requirement? (Choose Two). Select the Call superclass data transform option in the Claims data transform and clear the option in the parent data transform. In the Claims data transform, for each case type, configure an Update Page action and set the goal date value. Select the Call superclass data transform option in each of the case type data transforms. In each case type data transform, set the goal date to the required value. Consider a purchase request case. In which of the following situations would you use a local data source?. To store customer data retrieved from a system of record. To store purchase request case data. To store options for the priority of a purchase request. To store purchase request line items. A loan request application includes an approval process as follows: Requests for an amount greater than USD30,000 are reviewed by a credit manager or a vice president. If the customer’s credit score is less than 720, then the request is reviewed by a vice president. Otherwise, the request is reviewed by a credit manager. Requests for USD30,000 or less are reviewed by a loan officer. Which rule would you use to automatically advance the request to the correct user?. Decision Table. Decision Tree. Map Value. When rule. Which use case can you implement by using the Data Object wizard to establish a connection to a data source?. Persist updated records to a data table in the Pega Platform database. Make data object records available to other Pega Platform applications through a REST service. Access a web service with a SOAP call using a GET or POST method. Populate data for a data object from a REST service using a GET method. Which two of the following rules can be used to direct case processing in a flow? (Choose Two). When condition. Data transfrom. Declare expression. Correspondence. Decision table. You are adding a date of birth filed to a job application form. You want to make sure that the user enters a date in the past. How would you support this requirement?. Use a validate rule to test the date. Use a calendar control that tests the date. Use a declare expression to test the date. Use a when condition to test whether the date is in the past or in the future. An application includes the property reference .Customer.Assets(3).AssetType The property type of .Assets(3) is a ______________________. Page List. Page. Page Group. Value List. You have a case type for account opening which has a credit check child case. You have configured data propagation on the account case for the credit check subcase. Which of the following statements described the data propagation feature?. Data is propagated when the account case is updated. Data is propagated when the credit check child case is created. Data is propagated when the credit check case is updated. Data is propagated every time the account case is saved to the database. A dynamic layout uses an Inline format to organize UI elements on the screen. The Inline format is configured with two responsive breakpoints: the first one is to change to an Inline grid triple format at 1024 pixels, and the second one is to change to an Inline grid double format at 768 pixels. The UI elements are arranged into various numbers of rows depending on the screen size and number of elements on the screen. When the screen size is at 800 pixels and there are five elements on the screen, how many elements should be in the last row? (Choose One). One since it is in Inline grid double format. Undetermined — it depends on the sizes of the elements. Two since it is in Inline grid triple format. Five since it is in Inline format. Your application changes are tested and accepted. Which three tasks must be complete prior to the "Ready to Deploy" step? (Choose Three). Feature acceptance tests. Changes from multiple developers are integrated. Unit tests are complete. Update the access group. Performance tests complete. An online computer equipment vendor maintains an inventory database of more than 1000 items. While shopping, users select items from a list. How do you configure the field so that it displays the items?. Configure a drop-down list using a clipboard page as the data source. Configure an auto-complete control using a clipboard page as the data source. Configure an auto-complete control using a data page as the data source. Configure a drop-down list using a property containing a local list of items as the data source. Users can access an apartment search application from laptops and mobile phones. Pictures of the apartments, descriptions, and agent information are organized in columns. How do you implement the screen to accommodate both laptops and mobile displays?. Use a column layout. Use a dynamic layout. Use a screen layout. Use a smart layout. Your organization replaces employee laptops two years from the date the laptop was issued. A manager ask you to create a report that shows, for each employee, the number of weeks until the replacement date. Reports columns include Emplyee ID, Laptop ID, and Issue Date. How would you configure the report definition to provide the requested information?. Create a Weeks Until Replacement column and use a function in the column to calculate the value. Create a Weeks Until Replacement column and update values in the database on a weekly basis. Create a Weeks to Replacement column. Create a filter using the Issue Date property and a function to calculate the value. Create a Weeks to Replacement column. In the Issue Date column use a function to calculate the value. What are the minimum components of a user interface (UI) action set?. Two Actions and one Event. One Action, one Event and one Condition. One Action and one Event. One Action and one Condition. A form contains a text field for entering a U.S. postal code. You want to make sure that the user enters five digits in the field. What rule would you use to enforce this requirement?. Use five character min/max settings on the field. Specify an edit validate rule in the property used by the text field. Specify a validate rule in the property used by the field. Use an integer property type in the text field. Which three rule types can you reference in a correspondence rule to provide content for the correspondence? (Choose Three). Data Transform. Section. Validate. Property. Paragraph. A data page has the Refresh If Older Than field set to five minutes. When will the data page reload?. Depends on when it is accessed. Five minutes after it was last updated. Five minutes after it was last accessed. Five minutes after it was created and never again. You want to enable external systems to retrieve the claim history for a given customer from a Pega claims application. What component is required to implement this requirement?. Data Page. Connector. Service. Local data source. When unit testing a rule, you use a data transform during the test. What does the data transform do?. Distinguish the test data from other pages in memory. Provides initial values for properties used in rule evaluation. Copies test results to the clipboard. Records the results of the unit test. What is a benefit of using a layout group?. Layout groups help optimize how content is presented to end users and reduce the need to scroll. Layout groups help optimize how content is presented to end users by reducing the amount of information that is displayed. Layout groups help optimize the content presentation in a tabular format. Layout groups help display many panels of information. Which tool do you use to view case data currently in memory?. The Tracer Tool. The Property Optimization wizard. Live UI. The Clipboard tool. In a purchase application you need to retrieve product details from the product catalog. There is a SOAP connector configured for integration with the product catalog. The connector should be invoked from a(n) ______________ . activity. flow. data transform. data page. |