PEGA Certified System Architect Exam Practice Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Ahamed Ishak
A
Ahamed Ishak
Community Contributor
Quizzes Created: 1 | Total Attempts: 45,355
| Attempts: 45,355 | Questions: 69
Please wait...
Question 1 / 69
0 %
0/100
Score 0/100
1. Is it possible to include an image, spreadsheet, ……. In Application Document.

Explanation

The correct answer is true because an Application Document allows users to include various types of files, such as images and spreadsheets, within it. This feature enables users to create comprehensive and visually appealing documents that can contain all the necessary information and data.

Submit
Please wait...
About This Quiz
PEGA Certified System Architect Exam Practice Test - Quiz

Check out this incredible 'Pega CSA mock test' quiz designed to test your knowledge of the PEGA Certified System Architect subject and its related concepts. If you are planning to give the System Architect Exam this year, then this quiz will help you prepare for the exam. This quiz consists... see moreof multiple-choice based questions that are based on the syllabus of the Pega Certified System Architect (PCSA). You have to pick the correct option for every question. We will display your final score in the end and you can see how well you performed. see less

Personalize your quiz and earn a certificate with your name on it!
2.  Passed Deadline is measured:

Explanation

The phrase "passed deadline" implies that the deadline has already occurred. Therefore, measuring "from the deadline" would mean measuring the time that has elapsed since the deadline has passed. This is the most logical interpretation of the term "passed deadline" and aligns with common usage.

Submit
3. Auto-Complete can use same source list as of Dropdown.

Explanation

Auto-Complete can use the same source list as a Dropdown because both components require a list of options for the user to choose from. Auto-Complete allows the user to type in a few characters and then suggests possible matches from the source list, while a Dropdown displays the entire list of options for the user to select from. Therefore, it is possible to use the same source list for both components, making the statement true.

Submit
4. Select notify modes

Explanation

The correct answer is mail, mms and text message because these are the three options that can be selected as notify modes.

Submit
5. We need to use flow action sampleFA in casetypeOne and casetypeTwo. then where will you create sampleFA.

Explanation

The correct answer is sae1-hrservices-work. This is because the flow action sampleFA needs to be used in casetypeOne and casetypeTwo, which are both part of the sae1-hrservices-work case type. Therefore, it makes sense to create the sampleFA flow action in the same work class where it will be used.

Submit
6. Which is the best way to cache data from the external system?

Explanation

A data page is the best way to cache data from an external system. Data pages are used to store and retrieve data in memory, reducing the need for frequent calls to the external system. They can be configured to refresh at specific intervals or based on certain conditions, ensuring that the data is always up to date. Data pages also provide various options for data loading and caching strategies, allowing for efficient and optimized data retrieval.

Submit
7. Which shape can be used to call a Decision Tree?  

Explanation

A Decision shape is used to call a Decision Tree. This shape represents a decision point in a process flow and is commonly used in flowcharts and decision-making processes. It allows for branching paths based on different conditions or criteria, which is the main purpose of a Decision Tree. Therefore, the Decision shape is the most appropriate choice for calling a Decision Tree.

Submit
8. Is it possible to transition stages, using a Multi-step process?

Explanation

It is possible to transition stages using a multi-step process. This means that instead of moving directly from one stage to another, there are multiple steps or phases involved in the transition. This approach allows for a more gradual and controlled progression between stages, ensuring that each step is completed successfully before moving on to the next.

Submit
9. Which is the best to cache data from the external system?

Explanation

A data page is the best option to cache data from an external system. Data pages are used to store and cache data retrieved from external sources, such as databases or web services. They provide a way to efficiently access and reuse data, reducing the need to repeatedly fetch data from the external system. Data pages also offer various features like automatic refresh, data encryption, and data transformation, making them a suitable choice for caching data from external systems.

Submit
10. What is the best thing if we have many nested ifs?

Explanation

A decision tree is the best approach when dealing with many nested ifs because it provides a visual representation of the decision-making process. It allows for easy understanding and analysis of complex conditions and their corresponding actions. By using a decision tree, we can easily trace the flow of logic and make informed decisions based on the given conditions. This method helps in simplifying the code and making it more manageable and maintainable.

Submit
11. During the development of a Pega application, you need to create a new case type for processing customer service requests. Which of the following is the correct sequence of steps to create a new case type in Pega?

Explanation

When creating a new case type in Pega, the correct sequence of steps is essential to ensure that the case type is properly configured and functions as expected.

Create a new case type: Start by creating the case type, which serves as the blueprint for the cases that will be processed.

Define the case stages: Outline the stages that the case will go through. Stages represent the major phases in the lifecycle of a case.

Configure the user interface: Design and configure the user interface forms that will be used to interact with the case at different stages.

Set up case security: Configure security settings to control who can access and interact with the case type.

Submit
12. When we need to select from  a large list of dynamically populated values then we give the control as

Explanation

Auto-Complete is the correct answer because it allows users to quickly and easily select from a large list of dynamically populated values. It provides suggestions as the user types, making it faster and more efficient to find the desired option. This feature is commonly used in search bars or form fields where there are numerous options to choose from. Dropdown and local-list are not suitable in this scenario as they require scrolling through a long list, while data page is not a commonly used control for selecting values.

Submit
13. A CSA needs to do the following activities. Collect customer details Collect problem details. Based on the problem assign to a user

Explanation

The correct answer is to create a multistep process because it allows the CSA to efficiently handle the given activities. A multistep process enables the CSA to collect customer details, collect problem details, and assign the problem to a user in a systematic and organized manner. It ensures that each step is completed before moving on to the next, ensuring a smooth workflow and effective problem resolution. Additionally, a multistep process allows for better tracking and accountability throughout the entire process.

Submit
14. What are the scope of a data page?

Explanation

The scope of a data page refers to the range or extent of its accessibility. In this case, the correct answer options - node, requestor, and thread - indicate the different levels or contexts in which the data page can be accessed. "Node" refers to a specific server or machine in a network, "requestor" refers to a specific user session or interaction, and "thread" refers to a specific execution context within a program. Therefore, the data page can be accessed and utilized within these different scopes or contexts.

Submit
15. Which of the following is not a valid property control?

Explanation

In the context of property controls for user interfaces or programming, "Text," "Password," and "Decimal" are all valid types of property controls that might be used to handle different types of input or data. "Text" is used for general text input, "Password" is used for secure text input (e.g., hiding characters for password fields), and "Decimal" is used for numerical input with decimal points. "String," while a data type, is not typically referred to as a property control.

Submit
16. Need to create a report with Case Creation Date and Total order.  

Explanation

The correct answer is that only the total order needs to be optimized. This means that the focus should be on improving the efficiency and performance of the total order calculation in the report. The Case Creation Date does not require optimization, suggesting that it already performs well or that optimizing it would not significantly impact the overall performance of the report.

Submit
17. What is the best way to ensure a user enters email in proper format.

Explanation

The best way to ensure a user enters an email in the proper format is to use Edit validate. Edit validate is a feature that allows for the validation of user input based on a specified format or pattern. In this case, by using Edit validate, the system can check if the user's input matches the required format for an email address, ensuring that it is entered correctly.

Submit
18. ------------reference ----------------, which reference ---------------, which reference rulesets

Explanation

The correct order for the reference rulesets is operatorID, access group, application rules. This means that when a user makes a request, the system first checks the operatorID to determine their specific permissions and rules. Then, it checks the access group to see if there are any additional rules specific to that group. Finally, it checks the application rules to see if there are any general rules that apply to all users. This order ensures that the system applies the most specific rules first and then cascades to more general rules if needed.

Submit
19. Smart shapes are 

Explanation

The correct answer is "Pre configured Utilities". Smart shapes are pre-configured utilities that can be used to perform specific actions or tasks within a system or software. They are designed to simplify and streamline processes by providing ready-made functionality that can be easily integrated into applications or workflows. In this case, the smart shape represents a pre-configured utility for email sending, allowing users to easily send notifications via email without having to manually code the functionality.

Submit
20. A step in a case implies

Explanation

The correct answer is "Action or Actions for resolving a case." This means that a step in a case involves taking specific actions or carrying out certain tasks in order to resolve the case. These actions could include gathering information, making decisions, communicating with stakeholders, or implementing solutions. By completing these actions, the case can progress towards a resolution.

Submit
21. Defined a data page refresh strategy as reload if older than 2 hrs.

Explanation

The correct answer is "data page will get refreshed once we access it after 2 hrs of inactive." This means that the data page will only be refreshed if it has been inactive for 2 hours and is accessed again. This strategy ensures that the data is up to date and avoids unnecessary refreshes if the data page is not being used.

Submit
22. What is the best practise on the num of steps/stages a case might be decomposed?

Explanation

The best practice for decomposing a case into steps or stages is to aim for around 7 steps, with a possible range of plus or minus 2. This means that the ideal number of steps would be between 5 and 9. This range allows for a manageable level of detail and complexity in the case, ensuring that it is neither too simplified nor too overwhelming. It strikes a balance between providing enough granularity to address the necessary components of the case and keeping it concise and focused.

Submit
23. Which rule is used to format a property value?

Explanation

The rule used to format a property value is the Control rule. Control rules define the presentation and behavior of a single field or a group of fields on a user interface. They determine how the property value is displayed and allow for customization of the formatting, such as adding validation, conditional visibility, or data transformations.

Submit
24. A validate rule is executed  

Explanation

A validate rule is executed after submitting the form. This is because the purpose of a validate rule is to validate the data entered by the user before it is submitted to the server. Therefore, it makes sense for the validate rule to be executed after the user has completed filling out the form and clicked the submit button.

Submit
25. City property of Shipping address class needs to be mapped to Billing address using Data transform. What should be the source property?

Explanation

The correct answer is ".Shippindaddress.City". This is because the question states that the City property of the Shipping address class needs to be mapped to the Billing address. Therefore, the source property should be ".Shippindaddress.City" to ensure that the City value from the Shipping address is correctly mapped to the Billing address.

Submit
26. Which of the following represent class for case type

Explanation

The answer PYD-HRServices-Work-FinalOrder represents the class for a specific case type within the HRServices application. The class hierarchy suggests that PYD-HRServices is the top-level class, PYD-HRServices-Work is a sub-class of PYD-HRServices, and PYD-HRServices-Work-FinalOrder is a sub-class of PYD-HRServices-Work. This structure allows for organizing and categorizing different case types within the HRServices application.

Submit
27. Document Wizard does not generate which of the following documents?

Explanation

The Document Wizard is a tool that generates various types of documents. However, it does not generate the "Guardrails Doc" document. The other options, such as "Application Profile," "Application Document," and "Specification Document," are all types of documents that can be generated by the Document Wizard.

Submit
28. What are the best practices to create a case?

Explanation

The best practice to create a case is to first create stages, then steps, and finally implement processes. This approach ensures a systematic and organized workflow. By creating stages, the case can be divided into logical phases, making it easier to track progress. Steps within each stage provide a detailed breakdown of tasks to be completed. Lastly, implementing processes ensures consistency and efficiency in handling the case. This sequence allows for a structured approach to case creation, ensuring clarity and effectiveness.

Submit
29. Which of the following is ordered list?  

Explanation

The correct answer is Pagelist, Valuelist. An ordered list is a list where the items are arranged in a specific order or sequence. In this case, Pagelist and Valuelist are both examples of ordered lists as they imply that there is a specific order or sequence in which the pages or values are listed. Page and Page group, on the other hand, do not indicate any specific order or sequence, so they are not considered ordered lists.

Submit
30. An Access group does not store information about _____________

Explanation

An Access group is responsible for managing user access to resources within a system. It stores information about various aspects such as the application record, the primary portal for all users belonging to that group, and the list of all users belonging to that group. However, it does not store information about how the users are authenticated. This information is typically managed by a separate authentication system or mechanism.

Submit
31. Use a "Multi Step Process" to model _______________. (Choose Two)

Explanation

A multi-step process is a powerful tool for modeling complex procedures that involve multiple steps, actors, and decision points. It is particularly useful for scenarios where the order of events or actions is critical and where there may be different paths or outcomes depending on the choices made at each step.

A sequence of UI screens with no logic between the screens is too simplistic to warrant a multi-step process. It can be easily represented using basic UI design tools or flowcharts.

A multi-step process is not suitable for modeling a single UI screen with logic. This level of detail is better handled within the UI design itself, using tools and techniques specific to UI development.

Submit
32. Routing can be a reference in 

Explanation

Routing can be a reference in Data Transform, Decision Table, and Decision Tree. In the context of this question, routing refers to the process of determining the path or direction that data or information should take. Both Decision Table and Decision Tree are commonly used in decision-making processes to determine the appropriate routing based on specific conditions or rules. Data Transform, on the other hand, is used to convert data from one format to another and is not directly related to routing. Therefore, Decision Table and Decision Tree are the correct answers in this case.

Submit
33. For storing the property structure of Address, what will you use:

Explanation

To store the property structure of Address, a Page list will be used. A Page list allows for storing multiple instances of a data structure, in this case, the properties of an Address. Each instance can have its own set of properties, allowing for a structured representation of the Address information. This is a suitable choice as it provides flexibility and organization for storing and accessing the Address data.

Submit
34. What is the primary use of a Ruleset?  

Explanation

A ruleset is primarily used to group rules together. By organizing related rules into a ruleset, it becomes easier to manage and maintain them. This allows for better organization and categorization of rules, making it more efficient to work with them. Rulesets also enable easier collaboration among team members, as they can easily identify and access the rules within a specific ruleset. Additionally, rulesets can be used for versioning and deployment purposes, but their primary purpose is to group rules together.

Submit
35. The use-case is to create a purchase request case upon receiving an email and need to fetch the currency values from an external system. How would u implement this scenario?

Explanation

The correct answer is to create a service for Purchase Request and a connector for retrieving currency values. This approach ensures that the main functionality of creating a purchase request is handled by a service, which can handle the business logic and process the email. The connector is responsible for retrieving the currency values from an external system, which can then be used by the service to complete the purchase request. This separation of concerns allows for better modularity and maintainability of the code.

Submit
36. The relation between customer and address is 1-1 then what will be address mode

Explanation

In a 1-1 relation between customer and address, each customer can have only one address and each address can be associated with only one customer. Therefore, the address mode would be "page" as it refers to a single page or record.

Submit
37. The relation between customer and address is 1-n then what will be address mode

Explanation

The correct answer is "page list". In a 1-n relationship between customer and address, where one customer can have multiple addresses, the address mode would be a page list. This means that a customer can have a list of addresses associated with them.

Submit
38. Pega Guardrails have little or no impact on the application.

Explanation

Pega Guardrails are a set of best practices and guidelines provided by Pega platform to ensure the development of high-quality applications. These guardrails help in maintaining consistency, scalability, and performance of the application. However, they do not have a significant impact on the application itself. They are more like recommendations rather than strict rules, allowing developers to have flexibility while still following the best practices. Therefore, the statement "Pega Guardrails have little or no impact on the application" is true.

Submit
39. An assignment can be routed to  

Explanation

An assignment can be routed to a single operator or a work basket. Routing an assignment to a single operator means that it will be assigned to a specific individual. On the other hand, routing an assignment to a work basket means that it will be available for any operator within that work basket to pick up and work on. This allows for flexibility and distribution of workload among multiple operators.

Submit
40. When are data pages created?

Explanation

Data pages are created when they are first accessed. This means that when a user or system tries to retrieve or manipulate data from a data page, the page is created at that moment. This approach helps optimize memory usage by only creating data pages when they are actually needed, rather than creating them in advance or when a case is created or an assignment is started.

Submit
41. Where do u create a section related to all properties in a page which references a data class/

Explanation

The correct answer is in the data class where the data class is present. This is because a section related to all properties in a page, which references a data class, should be created in the data class itself. This allows for better organization and management of the properties and ensures that they are all contained within the appropriate data class. Creating the section in the work class or in Int- would not be the correct approach as it would not align with the purpose and structure of the data class.

Submit
42. Which of the following rules is used to model the life cycle of a case in Pega?

Explanation

In Pega, a Flow rule is used to model the life cycle of a case. It defines the sequence of steps or processes that the case follows from its creation to its resolution. Flows can include assignments, decisions, subprocesses, and integrations. Data Transforms are used to manipulate data, Sections are used to design user interface layouts, and Decision Tables are used to evaluate conditions and return outcomes based on specific criteria.

Submit
43. A specification can be linked to its implementation(s), but not its requirement(s).

Explanation

This statement is false because a specification can be linked to both its requirement(s) and its implementation(s). A specification outlines the detailed description of what needs to be done or achieved, and it serves as a bridge between the requirements and the implementation. It ensures that the implementation meets the specified requirements and serves as a reference for developers during the implementation process. Therefore, a specification can and should be linked to both the requirements and the implementation.

Submit
44. A chart can be used in both summary and list report.

Explanation

Charts are versatile visualization tools that can be effectively used in both summary and list reports to provide graphical representations of data.

Summary Reports: These reports aggregate data and typically provide totals, averages, or other statistical summaries. Charts in summary reports help visualize trends, comparisons, and distributions based on aggregated data, making it easier to understand large volumes of information at a glance.

List Reports: Although primarily detailed and not aggregated, list reports can still incorporate charts to illustrate patterns or summaries of the visible data. For instance, a list report showing sales data per day could include a line chart summarizing total daily sales, offering a quick view of data trends over time despite the report primarily displaying itemized details.

Submit
45. Which of the following best describes Dynamic user interface functionality? (Select all that apply)

Explanation

Dynamic user interface functionality refers to the ability of a system or application to adapt and modify its interface in real-time based on certain conditions or events. This includes dynamically hiding or displaying a part of the screen depending on specific conditions, as well as refreshing a part of the screen when certain conditions are met. This functionality allows for a more interactive and personalized user experience, as the interface can respond and change dynamically according to the user's actions or system events.

Submit
46. When do we use a single assignment in a step?

Explanation

A single assignment is used in a step when the assignment shape is not related to the next shape. This means that the current assignment does not have any dependency or connection with the subsequent shape or step in the process flow. In such cases, a single assignment can be used to perform a specific task or action that is independent of the following steps.

Submit
47. Need to develop a report with case id and operator id. then

Explanation

The given answer states that there is no need to optimize either the case id or the operator id in the report development. This implies that the current state of the case id and operator id is already efficient and does not require any further optimization.

Submit
48. Which control is used to display some dynamic content as list?  

Explanation

The correct answer is "auto complete" because it is a control that allows the user to enter text and provides suggestions based on the input. It displays a list of options dynamically as the user types, making it suitable for displaying dynamic content as a list. The other options, such as Dynamic Select, Dropdown, and Select, do not specifically provide the functionality of displaying dynamic content as a list.

Submit
49. Which to rule to use for the following case Return Grade A for 91-100 Return Grade B for 71-90 Return Grade C for others

Explanation

In this case, you should use a Decision Table. A Decision Table is a structured way to define and organize conditions and corresponding actions for making decisions. In this specific scenario, you have defined different score ranges (conditions) and their associated grades (actions). The Decision Table allows you to easily map out and determine the appropriate grade to return based on the input score. It provides a clear and organized approach to handling multiple conditions and their outcomes.

Submit
50. What can be a source of repeating layout?  

Explanation

A report definition is a rule that defines the structure and content of a report. It can include repeating layouts, which are sections of the report that are repeated for each item in a data set. This allows for the efficient presentation of large amounts of data in a structured format.

The other options are incorrect because they do not directly relate to the concept of repeating layouts. A data page is a rule that retrieves and stores data. A data transform is a rule that manipulates data. A page list is a data type that stores an ordered list of pages.

Submit
51. Worklist contains 

Explanation

A worklist generally refers to a list of tasks or assignments designated for a specific operator or individual. It helps organize and track tasks, indicating what each person needs to complete or work on. This term is commonly used in business processes, workflow management, or task tracking systems. The worklist represents a queue of assignments assigned to an operator, who is responsible for addressing or completing these tasks.

Submit
52. We need to create a report with Work status and assigned operator as columns. How do you optimize the report?

Explanation

The correct answer is "No need to optimize any column." This means that there is no need to make any changes or improvements to the report in terms of optimizing the Work status or assigned operator columns. The report is already efficient and does not require any further optimization.

Submit
53. In case management systems, which method is typically used for the creation of sub-cases that allows for the most flexibility and control over the process?

Explanation

Creating sub-cases manually provides the highest level of flexibility and control. While automatic or procedural methods can streamline processes, they may lack the customization needed for complex scenarios. Manual creation allows users to tailor each sub-case to specific needs, ensuring that all relevant details are considered. This method is particularly useful in situations requiring careful decision-making or when unique conditions apply that automated systems might not handle effectively.

Submit
54. In the application, the email consumption leads to case creation & then the fetching prices from price catalog, application connects to an external system (Select all that apply)

Explanation



PRPC act as service for fetching price from price catalogue. - Yes, PRPC can act as a service for fetching price from a price catalogue. It can expose services that can be invoked by other systems to retrieve data.

PRPC act as connector for fetching price from price catalogue - Yes, PRPC can act as a connector as well. It can integrate with external systems, such as a price catalogue, to fetch data.

PRPC act as service for creating case from email - Yes, PRPC can act as a service for creating a case from an email. It can receive emails and trigger processes to create cases based on the content.

PRPC can act as neither service nor connector for fetching price from price catalogue - This statement is incorrect. As mentioned above, PRPC can act as both a service and a connector for fetching data from a price catalogue.

PRPC can act as neither service nor connector for creating case from email - This statement is incorrect. PRPC can act as a service for creating a case from an email, as explained earlier.
Submit
55. Which of the following is NOT a valid step type? 

Explanation

The given options include Case, Single Step Assignment, Automated Decision, and Multi Step Process. All of these options are valid step types except for Automated Decision. Automated Decision is not a valid step type because it does not involve any manual intervention or decision-making. Instead, it refers to a process or system that automatically makes decisions based on predefined rules or algorithms. Therefore, Automated Decision is the correct answer as it is not a valid step type.

Submit
56. Need to create a report with case id and purchase order id then

Explanation

In Pega, optimizing properties (like Case ID and Purchase Order ID) for reporting purposes involves ensuring that these properties are indexed in the database to enhance query performance. When creating a report that includes both Case ID and Purchase Order ID, optimizing both properties will help the report run more efficiently by allowing the system to retrieve and filter data faster. Failing to optimize these properties can lead to slower performance, especially when dealing with large datasets.

Submit
57. What is the primary function of an Application Programming Interface (API)?

Explanation

An Application Programming Interface (API) serves as a set of protocols and tools for building software applications. Its primary function is to enable communication and interaction between different software systems, allowing them to exchange data and functionality seamlessly.

Submit
58. Application express doesn't create

Explanation

The given statement states that Application express doesn't create application document, application profiler, and specification document. The answer "All of the above" implies that none of these options are created by Application express, meaning that Application express doesn't create any of these documents.

Submit
59. Which of the following relationships is strictly one- to- one mapping? 

Explanation

A one-to-one mapping means that each element in one set corresponds to exactly one element in another set, and vice versa. In this case, the relationship between Access group and Application is a one-to-one mapping because each Access group is associated with only one Application, and each Application is associated with only one Access group.

Submit
60. The property "PolicyNumber (Auto)" is an example of which property mode? 

Explanation

The property "PolicyNumber (Auto)" is an example of a Value Group property mode. In Value Group mode, the property can have multiple values associated with it, and each value represents a distinct option or choice within the group. This allows for the selection of one or more values from the group, providing flexibility in capturing and organizing data.

Submit
61. What is the best way to show an error message when a user inputs some wrong data and submits?

Explanation

To show an error message when a user inputs wrong data and submits, the best way is to create a message rule and associate it with a validate rule. This allows for a clear separation of concerns, with the validate rule handling the data validation and the message rule handling the display of the error message. By associating the message rule with the validate rule, the error message can be easily triggered and shown to the user when incorrect data is entered and submitted.

Submit
62. What does a  System Architect see in a Clipboard?

Explanation

A System Architect sees the pages created under the nodes for that application and the case data which he currently opened. This means that the System Architect can view the specific pages and case data that are relevant to the application they are working on and the specific case they are currently working on.

Submit
63. Which of the following is NOT a typical responsibility of an architect?

Explanation

Architects are primarily responsible for the design and planning of buildings, including their form, function, and safety. While they collaborate closely with various specialists, the actual installation of electrical wiring and plumbing systems falls under the purview of specialized contractors and tradespeople, not the architect.

Submit
64. Alternate stages ______________________.  (Select all that apply)

Explanation

Alternate stages in a case represent different paths or options that can be taken during the case process. These stages are not necessarily in a specific order and can be executed in any sequence based on the specific case requirements. They provide flexibility and allow for different approaches to resolving the case. Additionally, alternate stages can also be used as resolution stages, where they provide a specific resolution or outcome for the case.

Submit
65. Which all shapes can be used to send an email notification?

Explanation

The correct answer is Utility and Notification tab of Assignment shape because these shapes have the capability to send email notifications. The Utility shape is often used for sending automated emails in a process flow, while the Notification tab of Assignment shape allows users to configure email notifications for specific assignments within a case. Correspondence shape is used for generating documents or letters, and Non of the above means none of the mentioned shapes can be used for sending email notifications.

Submit
66. Which rule comes under Declarative Expression?

Explanation

A decision table is a type of declarative rule that defines a set of conditions and their corresponding actions. It is used to automate decision-making processes by evaluating the conditions and executing the appropriate actions based on the results. Decision tables are often used in business rules management systems and other applications where complex decision logic needs to be implemented.

The other options are incorrect because they are not declarative rules. A data transform is a procedural rule that manipulates data. A data page is a rule that retrieves and stores data. A decision tree is a visual representation of a decision-making process.

Submit
67. A case type can be defined as ______________. (Select all that apply)

Explanation

A case type can be defined as a first-level grouping of related tasks, a collection of Pega-related artifacts used to implement the tasks for a case, and representing a specific business transaction.

Submit
68. If you want to set default value in the UI where will you set?  

Explanation

To set a default value in the UI, you would typically set it in the Control. The Control is responsible for displaying and interacting with the user interface elements, so it makes sense to define the default value at this level. By setting the default value in the Control, it ensures that the UI element is pre-populated with the desired value when it is initially loaded or displayed to the user.

Submit
69. Which are the possible options for Pega to be a System of Record?  

Explanation

The possible options for Pega to be a System of Record include maintaining account types given to customers and maintaining all calls received from a customer. These options involve storing and managing important data related to customer accounts and interactions. By maintaining account types, Pega can track and update the types of accounts assigned to each customer. Similarly, by maintaining all calls received from a customer, Pega can keep a record of all communication and interactions with the customer. These options highlight the importance of Pega as a system for managing and organizing crucial customer information.

Submit
View My Results

Quiz Review Timeline (Updated): Nov 13, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Nov 13, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 25, 2015
    Quiz Created by
    Ahamed Ishak
Cancel
  • All
    All (69)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Is it possible to include an image, spreadsheet, ……. In...
 Passed Deadline is measured:
Auto-Complete can use same source list as of Dropdown.
Select notify modes
We need to use flow action sampleFA in casetypeOne and casetypeTwo....
Which is the best way to cache data from the external system?
Which shape can be used to call a Decision Tree?  
Is it possible to transition stages, using a Multi-step process?
Which is the best to cache data from the external system?
What is the best thing if we have many nested ifs?
During the development of a Pega application, you need to create a new...
When we need to select from  a large list of dynamically...
A CSA needs to do the following activities. Collect customer...
What are the scope of a data page?
Which of the following is not a valid property control?
Need to create a report with Case Creation Date and Total order....
What is the best way to ensure a user enters email in proper format.
------------reference ----------------, which reference...
Smart shapes are 
A step in a case implies
Defined a data page refresh strategy as reload if older than 2 hrs.
What is the best practise on the num of steps/stages a case might be...
Which rule is used to format a property value?
A validate rule is executed  
City property of Shipping address class needs to be mapped to Billing...
Which of the following represent class for case type
Document Wizard does not generate which of the following documents?
What are the best practices to create a case?
Which of the following is ordered list?  
An Access group does not store information about _____________
Use a "Multi Step Process" to model _______________. (Choose Two)
Routing can be a reference in 
For storing the property structure of Address, what will you use:
What is the primary use of a Ruleset?  
The use-case is to create a purchase request case upon receiving an...
The relation between customer and address is 1-1 then what will be...
The relation between customer and address is 1-n then what will be...
Pega Guardrails have little or no impact on the application.
An assignment can be routed to  
When are data pages created?
Where do u create a section related to all properties in a page which...
Which of the following rules is used to model the life cycle of a case...
A specification can be linked to its implementation(s), but not its...
A chart can be used in both summary and list report.
Which of the following best describes Dynamic user interface...
When do we use a single assignment in a step?
Need to develop a report with case id and operator id. then
Which control is used to display some dynamic content as list?  
Which to rule to use for the following case ...
What can be a source of repeating layout?  
Worklist contains 
We need to create a report with Work status and assigned operator as...
In case management systems, which method is typically used for the...
In the application, the email consumption leads to case creation &...
Which of the following is NOT a valid step type? 
Need to create a report with case id and purchase order id then
What is the primary function of an Application Programming Interface...
Application express doesn't create
Which of the following relationships is strictly one- to- one...
The property "PolicyNumber (Auto)" is an example of which property...
What is the best way to show an error message when a user inputs some...
What does a  System Architect see in a Clipboard?
Which of the following is NOT a typical responsibility of an...
Alternate stages ______________________.  (Select all that apply)
Which all shapes can be used to send an email notification?
Which rule comes under Declarative Expression?
A case type can be defined as ______________. (Select all that apply)
If you want to set default value in the UI where will you set?  
Which are the possible options for Pega to be a System of Record?...
Alert!

Advertisement