UPDATED [Dec 09, 2024] Pass Certified Pega System Architect 8.8 Exam with Latest Questions [Q27-Q48]

Share

UPDATED [Dec 09, 2024] Pass Certified Pega System Architect 8.8 Exam with Latest Questions

PEGACPSA88V1 Exam Practice Questions prepared by Pegasystems Professionals

NEW QUESTION # 27
An internal application currently grants employees access to one of four personas Admin. Author. User, and Manager A new system administrator who joins the company requires all the access of the Admin persona but only some of the reporting features are available to the Author persona How do you satisfy this security requirement?
Available Choices (select all choices that are correct)

  • A. Add the analyst to the Author persona.
  • B. Create a new SysAdmin persona with the required access.
  • C. Update the Admin persona to include the required access.
  • D. Add the system administrator to both the Author persona and Admin persona.

Answer: B

Explanation:
To satisfy this security requirement, you can create a new SysAdmin persona with the required access. A persona is a rule that defines the access rights and privileges for a group of users who perform similar tasks in an application. You can create a new persona by copying an existing one and modifying it to suit your needs. In this case, you can copy the Admin persona and add some of the reporting features from the Author persona to create the SysAdmin persona. Reference: https://community.pega.com/knowledgebase/articles/security/86/personas


NEW QUESTION # 28
In the Travel booking case type, if a passenger indicates that they are traveling with a service animal, they must document the type. size, and age of the animal How do you configure the case life cycle to meet this requirement?
Available Choices (select all choices that are correct

  • A. Configure a validation rule in the Travel booking case type settings to check whether the passenger is traveling with a service animal
  • B. Apply an optional action to the Travel booking case type to allow the passenger to provide the information as needed
  • C. Create a Service animal accommodation child case that is automatically resolved if the passenger is not traveling with a service animal
  • D. Add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process

Answer: D

Explanation:
To meet the requirement, you can add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process. The condition can be based on a property that indicates whether the passenger is traveling with a service animal or not. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/adding-processes-case-life-cycle


NEW QUESTION # 29
Select each security implementation on the left and drag it to the corresponding security policies.

Answer:

Explanation:


NEW QUESTION # 30
You want to unit test a rule to ensure that the rule executes as intended, you need to populate a test page with valid data Which two options allow you to populate a test page before testing the rule? (Choose two) Available Choices (select all choices that are correct)

  • A. Copy data from an existing clipboard page
  • B. Configure a validate rule to populate the page with the necessary data
  • C. Run a data transform to create the test page.
  • D. Configure an assertion to define the required data

Answer: A,C

Explanation:
To populate a test page with valid data before testing the rule, you can run a data transform to create the test page or copy data from an existing clipboard page. A data transform is a rule that defines how to convert data that is in one format and class (the source) into data of another format and class (the target). The clipboard is a temporary memory area on the server that stores property values for your application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-transforms https://community.pega.com/knowledgebase/articles/application-development/86/clipboard-tool


NEW QUESTION # 31
A Declare expression evaluates a circumstanced decision tree. The decision tree evaluates a property set by a data transform. What two steps do you perform to ensure that the decision tree is configured properly ? (Choose 2)

  • A. Specify the value of the circumstancing property when prompted in the run rule dialog
  • B. Test the data transform to verity the result is correct
  • C. Test the declare expression to verify that the rule is configured correctly
  • D. Configure a test page with data to satisfy the circumstancing condition

Answer: A,D


NEW QUESTION # 32
In which situation do you configure branched rulesets?

  • A. Multiple teams need to work on the same application version
  • B. A team needs to work on the next version of an application while preparing to migrate the current version.
  • C. You need to delegate rules to process owners from the business
  • D. One team creates a new patch for an application while another team creates a new major version of the application

Answer: A


NEW QUESTION # 33
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement Customers must select a make, model, and year to initiate a vehicle-specific search How do you configure the data storage in the application to implement the requirement?
Available Choices (select all choices that are correct1

  • A. Configure a connection to an external system of record that contains the make, model and year vehicle data
  • B. Configure a data page to store the make, model, and year vehicle data
  • C. Configure a static list of the make model and year vehicle data
  • D. Configure a local data storage of the make model and year vehicle data

Answer: A,B

Explanation:
To implement this requirement, you can configure a data page to store the make, model, and year vehicle data and configure a connection to an external system of record that contains the make, model, and year vehicle data. A data page is a rule that defines how and when to load data into memory for use by an application. You can configure a data page to source its data from an external system by using connectors or integrations. This way, you can access up-to-date vehicle data from an external database or web service without storing it locally in your application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-pages https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/sourcing-data-page-data-external-systems


NEW QUESTION # 34
You are creating a case type to process job applications for a large corporation. Jobapplications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check. How do you configure a case type to achieve the required behavior?

  • A. Create a process for the physical assessment that is followed by a process for the backgroundcheck.
  • B. Create a process for the physical assessment that is parallel to the background check process.
  • C. Create a process for the background check and an optional process for the physical assessment.
  • D. Create a process on one stage for the background check and a process on another stage for the physical assessment.

Answer: B


NEW QUESTION # 35
What do you configure in the Context section of a data transform rule that you create in Pega Platform?
Choices (select all choices that are correct)

  • A. The application name rule type label, and rule identifier
  • B. The application layer, class, and ruleset version that the rule applies to
  • C. The rule types that you previously marked as relevant records
  • D. The case types, user portals, and personas that use the rule

Answer: B

Explanation:
The context section of a data transform rule defines the scope and applicability of the rule. It specifies the application layer, such as framework or implementation, the class that the rule applies to, and the ruleset version that contains the rule. Reference: https://community.pega.com/sites/default/files/help_v88/procomhelpmain.htm#rule-/rule-obj-/rule-obj-property/context.htm


NEW QUESTION # 36
Which item is automatically generated when adding an external data source to a data object?
Available Choices (select all choices that are correct)

  • A. A data transform to map the application data model to the connector
  • B. The authenticating information if required by the corresponding service
  • C. The uniform resource identifier that identifies the web service
  • D. A simulated data source to test the implementation

Answer: A

Explanation:
When adding an external data source to a data object, a data transform is automatically generated to map the application data model to the connector. A data transform is a rule that defines how to convert data that is in one format and class (the source) into data of another format and class (the target). A connector is a rule that defines how your application exchanges information with an external system. Reference: https://academy.pega.com/topic/data-records/v4 https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/connectors


NEW QUESTION # 37
Which two requirements can you support by configuring a mobile channel in App Studio? (Choose two.) Available Choices (select all choices that are correct)

  • A. Set the dimensions of an application icon to 180x180 pixels
  • B. Lock the application after 20 minutes of inactivity
  • C. Configure a left swipe behavior to open a message
  • D. Grant access to the mobile app for a specific user

Answer: B,C

Explanation:
These two requirements can be supported by configuring a mobile channel in App Studio. A mobile channel allows you to define various settings and features for your mobile app, such as security, branding, navigation, gestures, push notifications, offline support, and so on. Reference: https://community.pega.com/knowledgebase/articles/mobile/86/configuring-mobile-app-channels


NEW QUESTION # 38
On a service level, the passed deadline interval is measured from
Available Choices (select all choices that are correct)

  • A. the end of the goal interval
  • B. when the assignment is ready for a user
  • C. when a user begins the assignment
  • D. the end of the deadline interval

Answer: A

Explanation:
On a service level, the passed deadline interval is measured from the end of the goal interval. The goal interval defines when to take action because a step or case is taking too long to complete. The passed deadline interval defines when to take further action because a step or case is past the deadline. Reference: https://academy.pega.com/topic/passed-deadline-interval/v1


NEW QUESTION # 39
Which two statements about data records are true? (Choose two.)
Available Choices (select all choices that are correct,

  • A. Data records are displayed in a drop-down list by default
  • B. Data records need unique user-generated IDs
  • C. Data records require external storage
  • D. Data records define permissible values for data fields

Answer: B,D

Explanation:
These two statements about data records are true. Data records are values for the fields that are associated with a specific data object, such as a customer or a product. Data records need unique user-generated IDs to identify each record in the data object. Data records define permissible values for data fields, which limit the input values to valid options, reduce errors, and allow for automation. Reference: https://academy.pega.com/topic/data-records/v4


NEW QUESTION # 40
Select each Use Case on the left and drag it to the appropriate Automation on the right.

Answer:

Explanation:


NEW QUESTION # 41
Which one of the following statements about configuring application access is true?
Available Choices (select all choices that are correct)

  • A. Production-level values impact whether certain Access When rules evaluate to true
  • B. The Persona access landing page is available in Dev Studio
  • C. You must configure an Access Deny record to prevent user access
  • D. The system uses the most restrictive setting when an access group lists more than one role

Answer: D

Explanation:
This statement about configuring application access is true. An access group is a rule that defines the roles and permissions that users have in an application. An access group can list more than one role, but the system uses the most restrictive setting when there is a conflict between roles. For example, if one role allows creating a case and another role denies creating a case, the system denies creating a case for users who belong to both roles. Reference: https://community.pega.com/knowledgebase/articles/security/86/access-groups


NEW QUESTION # 42
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door. Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.
Object Type » ACME-Products-Data-Color or ACME-Products-Work-Color or ACME-Products-Work-ColorFeedback Edit Mode » Readonly Or Editable Or Savable Scope » Thread Or Requestor Or Node

  • A. List, ACME-Products-Data-Color,ReadOnly,Thread
  • B. Page, ACME-Products-Data-Color,ReadOnly,Node
  • C. List, ACME-Products-Work-ColorFeedback,ReadOnly,Node
  • D. List, ACME-Products-Work-Color,ReadOnly,Node
  • E. Page, ACME-Products-Data-Color,ReadOnly,Requestor
  • F. List, ACME-Products-Data-Color,ReadOnly,Node

Answer: F


NEW QUESTION # 43
A company often receives multiple IT tickets for the same issue, such as "the office Wi-Fi is down " You configure a Search duplicate cases step to identify duplicate IT tickets What is the basic condition for the Search duplicate cases step?
Available Choices (select all choices that are correct)

  • A. Issue type is same
  • B. Name of submitter is same
  • C. Department is same
  • D. Office location is same

Answer: A

Explanation:
The basic condition for the Search duplicate cases step is to compare the issue type of the current case with the issue type of existing cases. This way, only cases that have the same issue type are considered as potential duplicates. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/searching-duplicate-cases


NEW QUESTION # 44
Which two statements are true about insights? (Choose two.)
Available Choices (select all choices that are correct)

  • A. You can transform data queries into sharable visualizations.
  • B. You can edit application data directly in an insight.
  • C. You can transform sharable visualizations into data queries.
  • D. You can search for and select the fields that you want to include in an insight.

Answer: A,D

Explanation:
These two statements are true about insights. Insights are rules that Pega Platform uses to transform data queries into tables or visualizations that you can then share between users and embed in landing pages of your applications. Insights can include multiple data items that you can filter, sort, and group according to your business requirements. You can search for and select the fields that you want to include in an insight from the data objects that are available in your application. Reference: https://docs-previous.pega.com/reporting/87/visualizing-data-insights


NEW QUESTION # 45
In which two situations is it appropriate to use a decision table? (Choose two.
Available Choices (select all choices that are correct)

  • A. Order total is calculated based on the quantity and price of the items in the customer's shopping cart
  • B. A hair care company suggests a line of products to customers based on their hair type, scalp moisture, hair moisture, and whether it is color-treated.
  • C. dance studio recommends a membership type based on the number and type of dance classes the customer wants to attend every month
  • D. If customers decide to add insurance, checked bags or early boarding to their airtine tickets extra fees are added to their order total

Answer: B,C

Explanation:
In these two situations, it is appropriate to use a decision table because they involve deriving values that have one of a few possible outcomes based on multiple variables. For example, the dance studio can use a decision table to recommend different membership types based on different combinations of number and type of dance classes. The hair care company can use a decision table to suggest different product lines based on different combinations of hair characteristics. Reference: https://academy.pega.com/topic/decision-tables/v1


NEW QUESTION # 46
An online sales application supports both laptop and mobile devices. You are configuring theapplication skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require. Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)

  • A. Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.
  • B. Update the process to give mobile users a separate portal.
  • C. Do not use a skin for the mobile application version.
  • D. Use the same application skin in all portals.

Answer: C,D


NEW QUESTION # 47
Identify the two requirements that are satisfied by using a data transform. (Choose two.)

  • A. Convert integer data to text data.
  • B. Copy an existing order to a new case.
  • C. Validate the format of a property value.
  • D. Display the same data on multiple user views.

Answer: A,B


NEW QUESTION # 48
......


Pegasystems PEGACPSA88V1 (Certified Pega System Architect 8.8) certification is an industry-standard certification exam that is designed for individuals who want to demonstrate their skills and knowledge in Pega system architecture. Certified Pega System Architect 8.8 certification is an essential requirement for individuals who are planning to pursue a career as a Pega system architect.

 

PEGACPSA88V1 Exam Practice Materials Collection: https://certkingdom.pass4surequiz.com/PEGACPSA88V1-exam-quiz.html