Practice Free PEGACPLSA24V1 Exam Online Questions
How do you get access to Prediction Studio in Pega Platform™? (Choose One)
- A . Add pxPredictiveStudio to your Access Group.
- B . Add pxPredictiveStudio to your Access Group.
- C . Add pxPredictionStudio to your Access Group.
- D . Add pxAnalyticalStudio to your Access Group.
In which two scenarios the access group context can be changed for queue processors?
- A . Run immediately
- B . Queue-For-Processing
- C . Queue Schedule
- D . Run in background
In the context of access control, what is the principle of "Least Privilege"?
- A . Users should have the least number of login attempts before being locked out.
- B . Users should be granted access to all resources they might need in the future.
- C . Users should only have the permissions required to perform their job duties.
- D . Users should be granted access based on their seniority within the organization.
Which of the following is a benefit of table partitioning?
- A . Improve guardrail score.
- B . Improve the query performance.
- C . Can create index automatically for better results.
- D . Take less space for storage.
The Lead System Architect (LSA) team works on a Pega Platform™ implementation for a global car manufacturing company. The same models are available in all regions. However, the specifications change between countries. For example, emissions standards are different. Customers can contact a global customer service representative (CSR) for details about the vehicle specifications in their region. The CSRs capture details from the customers about the model they are interested in and the country in which they live.
To compare the differences in the vehicle specifications for their country, the customers can input different model numbers. However, their country remains constant. The company updates the vehicle details only once a year. The LSA team is tasked with creating a best-performing screen to display the specifications of the selected vehicle models.
Which of the following design approaches is best to implement the requirements?
- A . Design a data page with models and country as parameters. Every change in the input combination will create a page on the clipboard. If the same set of inputs repeats, then the system reloads the page from the clipboard and avoids a trip to the database.
- B . Design a data page to load asynchronously with all models and country as parameters. Every change in the model or country input reloads the page from the clipboard and avoids the trip to the database.
- C . Design a data page with country as a parameter and use model as a key in keyed page access. Every change in the model input reloads the page from the clipboard. If the country input is new, then retrieve the data from the database.
- D . Design a data page to load once each interaction, with model and country as parameters. Every change in the model or country input reloads the page from the clipboard and avoids the trip to the database.
You imported a rule-admin-product (RAP) file that contains new features into a user acceptance testing (UAT) environment. Select the option that ensures basic functionality behaves as expected before inviting users to start acceptance testing.
- A . Create a smoke test suite. Run the test suite using the pre-import process.
- B . Create an ad hoc test suite. Run the test suite using the post-import process.
- C . Create a regression test suite. Run the test suite using the automation server.
- D . Create an integration test suite. Run the test suite using the Execute Test REST service
What is the primary difference between push routing and pull routing?
- A . The behavior of push routing is configured in Rule-System-Settings, and pull routing is not.
- B . Push routing activity names begin with "To," and pull routing activity names begin with either "Get" or "Find."
- C . The security type value for push routing activities is ROUTE, and the security type value for pull routing activities is ACTIVITY.
- D . Push routing is initiated during the context of case processing, and pull routing is initiated outside the context of case processing.
A company is implementing field-level auditing in their application.
What two scenarios can affect the field-level auditing feature in an application? (Choose Two)
- A . The application has many fields to audit.
- B . The application is hosted on a high-performance server.
- C . The application has a lot of users accessing it.
- D . The application has frequent data modification fields to audit.
When App Studio is used, in which schema is a data type table created?
- A . PegaDATA schema
- B . ClientData schema
- C . CustomerData schema
- D . PegaRULES schema
Any suspicious activity that that a customer performs is reported to the Financial-Crimes and Enforcement (FinCEN) department for further inquiry using the customer details by the U+ Bank suspicious activity monitoring (SAM) application. The investigation status is updated in the SAM application with a REST APIs service package that is configured in the SAM application call once the investigation is completed.
Which one of the following approaches prevents other applications from accessing the SAM application using REST?
- A . Configure a cross-origin resource sharing (CORS) policy with allowed FINCEN origin, and then apply this policy to the API.
- B . Configure a custom authentication type, and then apply the authentication to the service package of the API.
- C . Configure a content security policy (CSP) with allowed FinCEN origin (URL), and then apply the policy to the application.
- D . Configure the OAuth2.0 authentication type and apply the authentication to the service package of the API.
