Updated Nov-2024 Test Engine to Practice PEGACPLSA23V1 Test Questions [Q165-Q189]

Share

Updated Nov-2024 Test Engine to Practice PEGACPLSA23V1 Test Questions

PEGACPLSA23V1 Real Exam Questions Test Engine Dumps Training With 426 Questions

NEW QUESTION # 165
For which two purposes can you use a ruleset override application? (Choose Two)

  • A. To define applications that are specific to a division within an enterprise.
  • B. As a repository for dependency inversion-based rules.
  • C. To specialize the appearance of a page that is displayed by a web embed channel.
  • D. To aggregate multiple built-on applications into a single application
  • E. To create the first production application built on a framework application.

Answer: C,E


NEW QUESTION # 166
While designing an application for a large set of users working across regions on a large set of data, which three of the following points have to be taken into consideration to improve the user experience?

  • A. Leverage case management to divide complex cases.
  • B. Maximize server-side expressions, calculations, and validation.
  • C. Capture all the data required from user in a single form.
  • D. Leverage asynchronous and background processing.
  • E. Use the deferred data loading technique.

Answer: A,D,E


NEW QUESTION # 167
What is the primary goal of designing and automating testing strategies? (Select all that apply)

  • A. Minimizing the need for code reviews and inspections.
  • B. Eliminating the need for end-user acceptance testing (UAT).
  • C. Facilitating faster and more reliable releases.
  • D. Ensuring that no defects are present in the software.
  • E. Reducing the time and effort required for manual testing.

Answer: C,D,E


NEW QUESTION # 168
In a large organization with complex access requirements, which access control model is generally more scalable and easier to manage?

  • A. Attribute-Based Access Control (ABAC)
  • B. Mandatory Access Control (MAC)
  • C. Discretionary Access Control (DAC)
  • D. Role-Based Access Control (RBAC)

Answer: A


NEW QUESTION # 169
A consumer goods company has an application that introduces new products to the market. The application helps enhance the products before they are released. Products have multiple attributes that are sourced from multiple services. The services must be validated and posted, and the UI should minimize the delay and the number of clicks required to view the data.
Which of the following approaches renders all the details effectively?

  • A. Define smaller sections and implement them as collapsible sections.
  • B. Distribute all the fields into multiple tabs and load them by using a defer load activity.
  • C. Define smaller sections, and use a multi-step screen flow.
  • D. Define smaller sections, with buttons to populate each section when clicked.

Answer: B


NEW QUESTION # 170
Select the option in which you would define Content Security Policies.

  • A. To configure security for the content management integration
  • B. To prevent the browser to load content from untrusted sources
  • C. To define security for case attachments
  • D. To restrict what data a user can view in a case the user can open

Answer: B


NEW QUESTION # 171
Which authorization model do you use to implement the data privacy requirements of the European Union's General Data Protection Regulation (GDPR) and similar regulations?

  • A. Client-based access control (CBAC)
  • B. Privileged based access control (PBAC)
  • C. Attribute-based access control (ABAC)
  • D. Role-based access control (RBAC)

Answer: A


NEW QUESTION # 172
What are two limitations of performing a rollback of a deployment with a restore point (Choose Two)

  • A. Any SQL schema changes.
  • B. Application rule changes.
  • C. Rule changes that are associated with a ruleset version.
  • D. Any Java .jar file imports.

Answer: A,D


NEW QUESTION # 173
Which three best practices can protect against cross-site scripting (XSS) attacks? (Choose Three)

  • A. Filter HTML and XML outputs.
  • B. PublicAPI methods for XSS filtering.
  • C. PrivateAPI methods for XSS filtering.
  • D. Filter all inputs.
  • E. Write custom JavaScript.

Answer: A,B,D


NEW QUESTION # 174
Which two of the following options are the benefits of using test automation in Pega Platform™?
(Choose Two)

  • A. Test automation reduces the time and effort required to perform regression testing.
  • B. Test automation applies to testing only web-based applications.
  • C. Test automation requires extensive coding knowledge to create and manage test Cases.
  • D. Test automation allows for the creation of test Cases directly from user stories.

Answer: A,D


NEW QUESTION # 175
You are implementing a paga customer service application and are integrating the system of record data for account information? (Choose three)

  • A. Rename the pega customer service data pages to match the system of record.
  • B. Create a data transform to map the Account data class to the pega customer service Account class
  • C. Integrate with the system of record to populate an Account data class.
  • D. Integrate with the system of record in the pega customer service account class
  • E. Specialize the pega customer service data pages that use account data.

Answer: B,C,D


NEW QUESTION # 176
Multiple case types within the Booking application's case hierarchy can produce FSG-Data-Pricing records, BookEvent and VehicleParking, for example. To generate a customer's invoice, the Booking team needs to collect every Pricing record related to a given BookEvent case.
Which of the following approaches should be used as part of solution?

  • A. Define an SQL Function named isInCaseHierachy() that takes two parameters, one being the passed- in pyID of the parent case, the other being the Reference property within the FSG-Data-Pricing record Pricing record.
  • B. Define an FSG-Booking-Work subreport that uses Do Not JOIN rows. The main FSG-Booking-Work- BookEvent Report Definition declares a ParentKey parameter which is passed to the subreport. The subreport filters on pxCoveredInsKey = param.ParentKey. Main report filters on pzInsKey = SUBRPT.pxCoveredInsKey which generates an IN clause. The main report OR's that filter with pzInsKey
    = param.ParentKey
  • C. Define an FSG-Booking-Work-BookEvent Report Definition that defines a JOIN to FSG-Booking- Work-BookEvent aliased as "CHILD". The JOIN compares pyOrigOrg values. The Query tab's filter condition compares CHILD.pzInsKey to the pxCoveredInsKeys ValueList which generates an ((A = B) or (A = C) or...) clause.
  • D. Define an FSG-Booking-Data-CaseHierarchy class. Within each row of that class, both the pyID of the BookEvent case and the pyID of a BookEvent child case are persisted. That generated table is joined to FSG-Data-Pricing's Reference property.

Answer: B


NEW QUESTION # 177
In a credit card application, the risk of being exposed to various security vulnerabilities must be limited. In addition, execution or rendering of resources must be allowed from trusted sources only.
Which of the following options is the most effective method for implementing the stated requirement?

  • A. Configure cross-origin resource sharing (CORS) with the trusted sources.
  • B. Configure a content security policy and cross-origin resource sharing with the list of trusted sources.
  • C. Configure a content security policy with the list of trusted sources and the mode as Reject and report in the application definition.
  • D. Configure a content security policy with the list of trusted sources and the mode as Report only in the application definition.

Answer: C


NEW QUESTION # 178
BigCo receives complaints from existing customers and new prospects that BigCo representatives contact them with irrelevant offers and products.
Which two Pega solutions do you suggest to help solve this problem? (Choose Two)

  • A. Pega Customer Service
  • B. Pega Marketing
  • C. Customer Decision Hub
  • D. Robotic Process Automation

Answer: B,C


NEW QUESTION # 179
When producing queries for reporting, which SQL function would you use to calculate the average of a numeric column?

  • A. SUM()
  • B. AVG()
  • C. MIN()
  • D. COUNT()

Answer: B


NEW QUESTION # 180
Which Join condition is the most efficient in a report definition?

  • A. Include all rows in joined class.
  • B. Include all rows.
  • C. Only include unmatched rows.
  • D. Only include matching rows.

Answer: D


NEW QUESTION # 181
Which two of the following statements about Enterprise Content Management (ECM) attachment type are most accurate? (Choose Two)

  • A. To improve Performance, the data model structure of the content management system must be imported into PRPC
  • B. PRPC leverages the table "pc_data_workattach" to store the link between work items and files in the CM repository
  • C. A Connect CMIS rule must be configured to support the ECM attachment
  • D. Using ECM attachments disables standard PRPC attachment functionality
  • E. Content management integration can be enabled through the Application rule configuration

Answer: C,E


NEW QUESTION # 182
In a SQL query, which of the following is an example of a complex SQL function?

  • A. UPPER()
  • B. DATEPART()
  • C. LEN()
  • D. CONCAT()

Answer: B


NEW QUESTION # 183
Pega Platformprovides portals that are specific to a persona. For example, Prediction Studio is intended for data scientists and analysts, and Admin Studio is intended for system administrators to perform administrative and operations tasks. Pega Platform also provides the ability to create custom portals for an application.
Which one of the following statements is accurate about the difference between studios and portals?

  • A. Studios are not customizable.
  • B. UI pages can be added to the studios.
  • C. Studios are specific to development teams.
  • D. Portals are specific to production users.

Answer: C


NEW QUESTION # 184
Which of the following things do you need to add to the whitelist for a mobile application to function correctly while offline?

  • A. Validate rules on an email address field
  • B. Filed values used to populate a drop-down
  • C. Data transforms invoked by custom javascript
  • D. Data paga used to source a drop-down list

Answer: C


NEW QUESTION # 185
What is the purpose of two-factor authentication in mobile app security? (Choose One)

  • A. To make the app more difficult to use
  • B. To increase the cost of developing the app
  • C. To provide an additional layer of security
  • D. To make the app more visually appealing

Answer: C


NEW QUESTION # 186
Select the three best practices that can help minimize security vulnerabilities in the custom HTML rule. (Choose Three)

  • A. Minimize the use of mode=literal.
  • B. Use of the SafeURL function to generate Pega Platformrequest URLs in custom JavaScript.
  • C. Use dynamic SQL statements instead of prepared statements to prevent possible SQL injection.
  • D. Use the StringUtils.crossScriptingFilter method when using parameters in a Pega Platform™ reference tag.
  • E. Use hidden elements (type=hidden).

Answer: A,B,D


NEW QUESTION # 187
When merging Branch code, which two of the following methods can help address Rule conflicts?
(Choose Two)

  • A. Ignore the conflicts and proceed with the merge.
  • B. Use the Rule Comparison tool.
  • C. Review alert log Files.
  • D. Use the Performance Analyzer tool.
  • E. Resolve the conflicts manually.

Answer: B,E


NEW QUESTION # 188
In which scenarios should you use circumstance, class, ruleset, and application specialization?
(Select all that apply)

  • A. Ruleset: When defining user interface elements for a single application.
  • B. Circumstance: When customizing a specific case type for a unique business scenario.
  • C. Application specialization: When extending the functionality of an existing Pega product.
  • D. Class: When creating a reusable data model for multiple case types.

Answer: B,D


NEW QUESTION # 189
......

PEGACPLSA23V1 Actual Questions Answers PDF 100% Cover Real Exam Questions: https://www.actualvce.com/Pegasystems/PEGACPLSA23V1-valid-vce-dumps.html

PEGACPLSA23V1 Exam questions and answers: https://drive.google.com/open?id=1hb0eEL8yP_QKqkmh6oL6Khr5hcZFTNnD