Logo Passei Direto
Buscar
Material
páginas com resultados encontrados.
páginas com resultados encontrados.

Prévia do material em texto

1 / 8
Exam : PEGACPLSA25V1
Title :
https://www.passcert.com/PEGACPLSA25V1.html
Certified Pega Lead System
Architect (CPLSA)
2 / 8
1.XYZ Corporation wants to ensure that every attempt by a developer to check a rule into a certain
ruleset version is reviewed before that rule is allowed to be checked in.
The rule should be automatically sent back to the developer without being checked in if all warnings are
not justified and the fields on the history tab are not complete.
How do you address this requirement?
A. Prior to the first assignment in the ApproveRuleCheckin flow, add a decision shape where one output
connector is equivalent to the submitting the SendBack flow action.
B. Implement a CheckForCustomWarnings activity for each rule included in the requirement. The activity
issues a warning whenever the requirement's history tab criteria are not met.
C. Override the SendBack Flow Action adding a pre-ctivity that transfers the assignment to the create
operator if the rule's criteria are not met.
D. Override the FindReviewers decision tree to invoke a when rule that evaluates the criteria, if the when
rule returns true, the decision tree returns SendBack.
Answer: A
2.A customer requires that the Workbasket used for a "Review" assignment depends on the
Organizational Unit. OrgUnitA should use the OrgUnitABasket, and OrgUnitB should use
OrgUnitBBasket.
Which of the following is the best approach for this requirement?
A. Create a separate subflow that includes only the Review Assignment, and create circumstanced
copies of this subflow: one that tests if OperatorID.pyOrgUnit = OrgUnitA and the other that tests if
OperatorID.pyOrgUnit = OrgUnitB
B. Create two circumstanced copies of the flow rulE.one that tests if OperatorID.pyOrgUnit = OrgUnitA
and the other that tests if OperatorID.pyOrgUnit = OrgUnitB
C. Create separate RuleSets for each Organizational Unit, and put two separate copies of the flow rule in
each RuleSet
D. Create a map rule that sets a property value to "OrgUnitABasket" when OperatorID.pyOrgUnit =
OrgUnitA, and "OrgUnitBBasket" when OperatorID.pyOrgUnit = OrgUnitB. Also, create a declare page
with this property
Answer: D
3.When designing an automated testing strategy, what are two key goals to achieve? (Choose two.)
A. Reducing the time and effort required for manual testing.
B. Eliminating the need for manual code reviews.
C. Guaranteeing the complete absence of all bugs.
D. Facilitating faster and more reliable releases.
Answer: AD
4.Which tasks are part of continuous integration and continuous delivery? (Choose two.)
A. Running automated tests whenever new code is committed.
B. Manually deploying code to the production environment.
C. Automating the build process for application packages.
D. Creating a release plan and schedule for each deployment.
E. Conducting user acceptance testing (UAT) before each deployment.
3 / 8
Answer: AC
5.Which three of the following approaches are valid methods of extending rules in Pega Platform™?
(Choose three.)
A. Organization hierarchy
B. Class
C. Dynamic class referencing (DCR)
D. Circumstance
E. Ruleset
Answer: BDE
6.According to Pega's production deployment best practices, which three activities should be avoided?
(Choose three.)
A. Deploying untested code directly to the production environment.
B. Using a single point of failure for deployment processes.
C. Conducting load testing in the production environment.
D. Implementing automatic rollbacks for critical issues.
E. Allowing direct access to production servers for developers.
Answer: ACE
7.Which two of the following statements are true about Cosmos React? (Choose two.)
A. Cosmos React allows rule delegation.
B. Cosmos React supports localization.
C. Cosmos React is best suited for applications that are built from scratch.
D. Cosmos React improved system performance.
Answer: CD
8.Select the primary reason for developing a set of unit lest cases and automated testing Suites in a
continuous integration and continuous deployment (CI/CD) model.
A. Automated testing reduces costs by reducing the need to hire and I rain testing resources.
B. Automated testing accelerates the deployment of rules from the development environment to target
environments.
C. Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
D. Automated testing allows for orchestration between automation server and the Execute Test REST
service.
Answer: C
9.What are the two major differences between the Pega Web Mashup and Pega Digital Experience (DX)
API? (Choose two.)
A. DX API uses a Pega Platform application skin. Pega Web Mashup does not use a Pega Platform b)
application skin.
B. The DX API allows developers to build custom Pega Platform application front ends, as well as
custom business logic.
C. Pega Web Mashups are built with Pega Platform UI and are embedded directly in a web page.
4 / 8
D. DX API gives UI developers more flexibility.
Answer: CD
10.A data class at the enterprise layer has a list of common properties, and in the application stack there
are two component applications. One of the component applications creates instances of the data class
to fulfill its function. The other component applications require extra properties to perform their function.
Which of the following options is a data modeling best practice?
A. Define a new concrete data class at the required layer by extending the enterprise layer data class.
B. Define a new concrete data class at the enterprise layer with the properties that are required for the
component application.
C. Define a new abstract data class at the enterprise layer with the properties that are required for the
component application.
D. Define a new abstract data class at the required layer by extending the enterprise layer data class.
Answer: A
11.Select the recommended option for extending the data model provided by a pega industry framework.
A. Hide the data model with a custom data model.
B. Redefine the data model.
C. Specialize the data model as little as possible.
D. Hide the data model with an Enterprise service Bus (ESB) dictated data model.
Answer: C
12.Select two ways for queuing an item for a queue processor. (Choose two.)
A. Use Utility smart shape
B. Use the Queue-for-processing method
C. Use Run in Background smart shape
D. Use the Queue for -agent method
Answer: BC
13.What is the primary benefit of using an external reports database in conjunction with Pega's Business
Intelligence Exchange (BIX)?
A. It allows for the data to be denormalized or flattened for improved reporting performance.
B. It provides real-time reporting on in-flight cases, which is not possible in Pega.
C. It automatically synchronizes all data changes from Pega to the external database.
D. It eliminates the need for any reporting tools within Pega.
Answer: A
14.How do deployment choices affect design decisions in Pega applications?
A. Deployment choices impact the user interface design and layout.
B. They do not have any significant influence on design decisions.
C. The choice of deployment affects the selection of application monitoring tools.
D. They may influence the use of specific rulesets and configurations based on the target environment.
Answer: D
5 / 8
15.Which one of the following statements is true about UX design?
A. Having sympathy for users is the ability to understand what other people feel from their perspective.
B. User empathy is a critical aspect of UX design.
C. The first step in creating a user-centric design is to understand the engineering constraints.
D. The best UX process is fast and responsive.
Answer: B
16.Which two of the following options are consequences of a Rule check-in not undergoing approval in a
Pega application? (Choose two.)
A. The system automatically deletes the Rule.
B. The Rule is not incorporated into the application.
C. The Rule is incorporated into the application.
D. The Rule goes back to the developer for revision.
Answer: BD
17.Which two Pega requestor types aremost commonly used for background processing of cases and
data? (Choose two.)
A. App
B. System
C. Batch
D. Browser
Answer: AC
18.Which of the following statements is most accurate regarding system of record integration?
A. PRPC should be the system of record for any data it persists in a work object and provide
webservices for other applications to access the data
B. PRPC can be the system of record for data but in many cases it is not. When PRPC is not the system
of record a number of design patterns can be used to integrate with the system of record.
C. PRPC can only integrate with external systems of record if the external system is a relational
database that can be mapped to PRPC class definitions
D. PRPC's database should never be used as a system of record for data
Answer: B
19.When designing a Pega application that interacts with a System of Record (SoR), which two
statements represent a best practice for a Lead System Architect? (Choose two.)
A. A Data Page should be configured to retrieve read-only data from the SoR for performance and reuse.
B. Asynchronous integration should be used for long-running service calls to avoid blocking user
interaction.
C. All data from the SoR should be duplicated and stored in the Pega database.
D. The application should rely on a single synchronous connector for all data retrieval.
Answer: AB
20.What two recommendations do you provide to the development team to ensure the performance of
the Pega application does not degrade over time? (Choose two.)
6 / 8
A. Purge and/or archive records based on the company's record retention policy.
B. Schedule scripts to maintain frequently fragmented tables.
C. Add indexes to all columns.
D. Purge workparty UUI index tables periodically.
Answer: AB
21.How do you implement polymorphism when defining a data relationship field type during data
modelling?
A. Map a field type to a concrete class at design-time and allow its actual type to be determined at run-
time.
B. Map a field type to a class at design-time and allow its actual type to be determined by Pattern
inheritance at run-time
C. Map a field type to a class at design-time and allow its actual type to be determined by Direct
inheritance at runtime.
D. Map a field type to an abstract class at design time and allow its actual type to be determined at run
time.
Answer: D
22.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.
Answer: B
23.When using a Queue Processor for background processing, what happens if a task fails to process
successfully?
A. The Queue Processor retries the task automatically until it succeeds.
B. The task is moved to a separate error queue for manual inspection and reprocessing.
C. The Queue Processor stops processing other tasks until the failed task is resolved.
D. The task is automatically marked as completed, and its status is logged for review.
Answer: B
24.Which three types of records can you mark as relevant records from Dev Studio? (Choose three.)
A. Service level agreements
B. Report definitions
C. Activities
D. Properties
E. Harnesses
Answer: ADE
25.When should you consider incorporating other Pega products besides Pega Platform in your
application design?
A. When your organization is using legacy systems that cannot be integrated with Pega Platform.
7 / 8
B. When your application requires advanced AI capabilities beyond Pega's built-in features.
C. Pega Platform is sufficient for all application requirements; no other products are needed.
D. Only when deploying applications to the cloud.
Answer: B
26.When designing and configuring asynchronous processing for a data flow, what is a typical
consideration?
A. Using the main application server to process all data flow tasks.
B. Scheduling data flows to run during peak business hours for better performance.
C. Ensuring that data flows handle exceptions and errors gracefully.
D. Configuring data flows to process only a small batch of data at a time.
Answer: C
27.A rule is shown in the Final Conflicts report after doing an upgrade.
Which of the following describe what could be done to resolve the conflict? (Choose two.)
A. The rule could be marked Final
B. The rule could be deleted or Withdrawn so that the standard version of the rule is executed
C. Do a SaveAs on the conflicting rule to a new name and update references to this new rule
D. The rule could be copied into the production RuleSet
E. The corresponding RuleSet could be locked
F. The rule could be copied into a more specific class
Answer: BC
28.Autocomplete controls negatively impact the user experience if
________________________________ and ______________________________________. (Choose
two.)
A. the potential result set is larger than 50 rows
B. the potential result set is larger than 100 rows
C. if all the results in the list end with the same three characters
D. if all the results in the list start with the same three characters
Answer: BD
29.You are configuring authentication for a pega web mashup implementation.
How do you ensure the host system origin is trusted?
A. in the authentication service JNDI binding parameters, specify the protocol, host, and port.
B. in the authentication service spaecify the IACAuthverification activity
C. in the application definition, specify the protocol, host, and port
D. in the content security policy record specify the website as allowed
Answer: C
30.The BigCo quoting application is currently on-premise. BigCo plans to move the application to Pega
Cloud.
What factor do you need to consider for environment setup?
A. Log file access configuration
8 / 8
B. Network security configuration
C. System management application configuration
D. Database access configuration
Answer: A
31.An organization has multiple applications built on Pega Platform™. A Center of Exellence (COE) team
is established to have proper technical governance of all Pega Platform applications. As a part of
technical governance, the COE team wants to enforce organization-specific best practices (in addition to
out-of-the-box best practices) for all development teams to follow without fail.
What are the two recommended approaches to achieving this requirement? (Choose two.)
A. Create custom guardrail warnings for the customer-specific best practices.
B. Instruct the teams to follow the organization-specific best practices.
C. Prevent rule check-in if severe guardrail warnings are present in the rule form.
D. Perform a periodic review of the guardrail compliance score.
Answer: AC
32.If the flow pauses at an Assignment named pzStageProblems, what is the best possible action to
take? (Choose One)
A. Cancel the Assignment or change the Stage.
B. Restart the Stage or cancel the Assignment.
C. Cancel the Assignment or reassign the Assignment.
D. Change the Stage or restart Stage.
Answer: A
33.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.
Answer: D
34.For which three conditions are client-side expressions better than the server-side expressions?
(Choose three.)
A. Disabled conditions
B. Edit-Input
C. Edit-Validate
D. Visibility conditions
E. Required conditions
F. Obj-Validate
Answer: ADE

Mais conteúdos dessa disciplina