PEGA 7 CSA Mock Exam Quiz!

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 Arindam08basu
A
Arindam08basu
Community Contributor
Quizzes Created: 1 | Total Attempts: 768
| Attempts: 768 | Questions: 70
Please wait...
Question 1 / 70
0 %
0/100
Score 0/100
1. Passed Deadline is measured:

Explanation

The phrase "Passed Deadline" indicates that the deadline has already occurred. Therefore, when measuring "Passed Deadline," we measure the time from the deadline itself. This means that we are considering the time that has elapsed since the designated deadline has passed.

Submit
Please wait...
About This Quiz
PEGA 7 CSA Mock Exam Quiz! - Quiz

The Pega 7 CSA Mock Exam Quiz is designed to assess knowledge and skills in Pega 7 software architecture. It covers topics such as deadline measurement, Pega Guardrails impact, property controls, data caching, and data transformation, essential for Pega certification.

Personalize your quiz and earn a certificate with your name on it!
2. Auto-Complete can use the same source list as Dropdown.

Explanation

Auto-Complete can use the same source list as Dropdown because both of them rely on a predefined list of options. When a user starts typing in an Auto-Complete field, it suggests options from the same source list as the Dropdown. This allows for consistency and ensures that the available options in both components are the same. By using the same source list, it also simplifies the maintenance and updating of the options, as changes only need to be made in one place.

Submit
3. What is the scope of a data page?

Explanation

The scope of a data page refers to the range or extent of access and visibility that the data page has within a system. In this case, the correct answer options - node, requestor, and thread - all represent different levels or contexts within a system where the data page can be accessed and utilized. The data page can have a scope limited to a specific node, meaning it is accessible only within that particular node. Similarly, it can have a scope limited to a specific requestor or thread, allowing access only to those specific entities.

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

Explanation

The given question is asking for a property control that is not valid. The options provided are Text, String, Password, and Decimal. Out of these options, all except "String" are valid property controls. Text, Password, and Decimal are commonly used property controls to input different types of data. However, "String" is not a valid property control as it is a data type and not a specific control used for user input or data manipulation.

Submit
5. Is it possible to include an image, spreadsheet, ……. in the Application Document.

Explanation

It is possible to include an image, spreadsheet, or any other type of file in the Application Document. This allows applicants to provide additional supporting materials or evidence for their application. Including such files can enhance the overall presentation and provide a more comprehensive view of the applicant's qualifications and capabilities.

Submit
6. Select notify modes:

Explanation

The correct answer is mail and text message because these are the two options that can be selected as notify modes. The other options, voice call and MMS, are not mentioned as possible modes of notification.

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

Explanation

It is possible to transition stages using a multi-step process. A multi-step process involves breaking down a task or activity into smaller steps or stages, allowing for a more organized and systematic approach. By completing each step or stage, the transition from one stage to another can be achieved. This method is often used in project management, problem-solving, and decision-making processes to ensure efficiency and effectiveness.

Submit
8. 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 all possible outcomes and decisions based on different conditions. It allows for easier understanding and analysis of complex decision-making processes, making it a more efficient and organized way to handle multiple nested ifs.

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

Explanation

A data page is the best option to cache data from an external system. Data pages are used to store and manage data in the clipboard, allowing for efficient retrieval and reuse of data. They provide a way to cache data from an external system, reducing the need for frequent calls to the external system and improving performance. Data pages can be configured to refresh periodically or on-demand, ensuring that the cached data is always up to date. Additionally, data pages support various data sources and can be easily integrated into Pega applications.

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

Explanation

The best way to cache data from an external system is by using a Data Page. Data Pages are a type of rule in Pega that can be used to retrieve and cache data from external systems. They provide a way to store and manage data in memory, allowing for faster access and improved performance. Data Pages can be configured to automatically refresh at specified intervals or based on certain events, ensuring that the data is always up to date. Additionally, Data Pages can be easily shared and reused across multiple rules and processes, making them a flexible and efficient solution for caching data from external systems.

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

Explanation

The correct answer is "only total order needs to be optimized." This means that the focus should be on improving the efficiency and performance of the total order calculation. The optimization of the Case Creation Date is not necessary or relevant in this context.

Submit
12. 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 an Edit validate. This feature allows for the validation of user input to ensure it meets the required format for an email address. By using an Edit validate, the system can check if the entered value matches the expected email format, such as having an "@" symbol and a valid domain name. This helps to prevent users from submitting incorrect or invalid email addresses.

Submit
13. 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 when we have a large list of dynamically populated values, using an Auto-Complete control allows users to start typing in the input field and it will automatically suggest relevant options based on what has been typed so far. This helps in reducing the time and effort required to search and select from a large list of options. Dropdown is not the best option as it requires scrolling through the entire list to find the desired option. Local-list and data page options are not commonly used for this purpose.

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

Explanation

A Decision shape can be used to call a Decision Tree. This shape represents a decision point in a process flow or a flowchart. It is typically used to indicate a point where a decision needs to be made, and different paths or actions can be taken based on the outcome of that decision. In the context of a Decision Tree, this shape would indicate the starting point of the tree where the first decision is made and subsequent branches are followed based on the outcome of that decision.

Submit
15. ------------reference ----------------, which reference ---------------, which reference rulesets

Explanation

The correct answer is "operatorID, access group, application rules". In an application, the access group determines the user's access rights and permissions. The operatorID identifies the user who is logged in. The application rules define the behavior and functionality of the application. Therefore, the correct order is to first identify the user (operatorID), then determine their access rights (access group), and finally apply the rules that govern the application's behavior (application rules).

Submit
16. 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. Since sampleFA needs to be used in both casetypeOne and casetypeTwo, it should be created in a common location that is accessible to both case types. sae1-hrservices-work is a work class that is shared by both casetypeOne and casetypeTwo, making it the appropriate place to create sampleFA.

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

Explanation

The correct answer is "only total order needs to be optimized." This means that the focus should be on improving the efficiency or performance of the total order metric in the report. There is no need to optimize the Case Creation Date.

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

Explanation

Creating a multistep process would be the most appropriate activity for a CSA to perform in this scenario. This is because the CSA needs to collect customer details, collect problem details, and then assign the problem to a user. A multistep process allows the CSA to systematically follow these steps in a structured manner, ensuring that all necessary information is collected and the problem is assigned correctly. Creating sub cases, cases, or a single assignment would not necessarily address all the required activities in the given scenario.

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

Explanation

The Document Wizard generates various types of documents related to an application, such as Application Profile, Application Document, and Specification Document. However, Guardrails Doc is not generated by the Document Wizard.

Submit
20. Routing can be a reference in: 

Explanation

Routing can be a reference in Decision Table and Decision Tree. In routing, a decision table is used to determine the appropriate route based on certain conditions or criteria. It allows for easy comparison of different conditions and their corresponding actions. On the other hand, a decision tree is a graphical representation of decisions and their possible consequences. It helps in visualizing the different paths or routes that can be taken based on specific conditions. Both decision tables and decision trees are commonly used in routing to determine the best course of action based on given conditions.

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 inactivity." This means that the data page will only be refreshed if it has been inactive for 2 hours and is accessed again.

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

Explanation

The best practice for decomposing a case is to have around 7 steps or stages, with a range of plus or minus 2. This allows for flexibility in the number of steps while still providing a structured framework for the case. Having too few steps may result in oversimplification, while having too many steps may make the case overly complex and difficult to manage. Therefore, the suggested range of 7+-2 provides a balanced approach for effective case decomposition.

Submit
23. Smart shapes are:  

Explanation

Smart shapes are pre-configured utilities that are used to create services and connectors. These shapes provide predefined functionality and can be easily integrated into workflows or processes. In this case, the correct answer is "Pre configured Utilities" as it accurately describes the purpose and functionality of smart shapes.

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 check the input values entered by the user and ensure that they meet the specified criteria or constraints. Therefore, the validate rule is triggered and executed only when the form is submitted, allowing it to validate the input values before further processing or actions are taken.

Submit
25. Which of the following represents class for case type?

Explanation

The correct answer is PYD-HRServices-Work-FinalOrder. This represents the class for a specific case type within the HR Services application. The class name follows a hierarchical structure, with "PYD" indicating the application, "HRServices" representing the main module, "Work" indicating the case type, and "FinalOrder" specifying a specific subtype or variation of the case type.

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

Explanation

The best practice to create a case is to first create stages, then define the steps within each stage, and finally implement the processes required for each step. This approach ensures a systematic and organized workflow, allowing for better tracking and management of the case. By breaking down the case into stages and steps, it becomes easier to identify and address any bottlenecks or issues that may arise during the process.

Submit
27. 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 and maintainable applications. These guardrails are designed to prevent common mistakes and promote consistency in the application design. By following these guardrails, developers can improve the performance, security, and maintainability of the application. Therefore, it can be concluded that Pega Guardrails have little or no impact on the application as they are meant to enhance the application development process rather than hinder it.

Submit
28. 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" because it specifies the exact property "City" within the "Shippingaddress" class that needs to be mapped to the Billing address.

Submit
29. When are data pages created?

Explanation

Data pages are created when they are first accessed. This means that when a data page is requested for the first time, it is created and populated with the relevant data. This approach helps optimize memory usage by creating data pages only when they are needed, rather than creating them upfront for all cases or assignments. By creating data pages when they are first accessed, system resources are utilized efficiently, ensuring that data pages are available when required without unnecessary overhead.

Submit
30. 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, it means that one customer can have multiple addresses. In this case, a page list is used to store and manage the multiple addresses associated with each customer. A page list allows for easy organization and retrieval of the addresses, making it the appropriate address mode for this relationship.

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

Explanation

The rule used to format a property value is the Control rule. This rule defines the appearance and behavior of a control on a form, such as a text input field or a drop-down list. It allows developers to specify how the property value should be displayed and interacted with by the user.

Submit
32. 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 separation of concerns and follows the principle of single responsibility. The service for Purchase Request will handle the logic and functionality related to creating a purchase request case upon receiving an email. The connector for retrieving currency values will handle the integration with the external system to fetch the necessary currency values. This separation allows for better maintainability, scalability, and modularity in the implementation of the scenario.

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

Explanation

To store the property structure of Address, a Page list would be used. A Page list allows for the creation of a hierarchical structure where each page represents a different level of the property structure. This allows for easy organization and retrieval of data related to the Address property.

Submit
34. A step in a case implies:  

Explanation

The step in a case implies the action or actions that need to be taken in order to resolve the case. This could involve any necessary tasks, procedures, or decisions that need to be made in order to reach a resolution.

Submit
35. Which of the following is ordered list?

Explanation

An ordered list is a list where the items are arranged in a specific order or sequence. In this case, the items "Pagelist" and "Valuelist" are listed, indicating that they are part of an ordered list. The other options, "Page" and "Page group," do not suggest any specific order or sequence, therefore they are not considered to be part of an ordered list.

Submit
36. Where do you create a section related to all properties in a page which references a data class?

Explanation

The section related to all properties in a page, which references a data class, should be created in the data class where the data class is present. This ensures that the section is properly associated with the data class and can access and display the relevant properties. Creating the section in the work class or in the case where the page is created may not provide the necessary connection to the data class and may lead to issues in accessing and displaying the properties. The option "in Int-" is not a valid choice and can be disregarded.

Submit
37. 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 who is responsible for completing the task. On the other hand, routing an assignment to a work basket means that it will be placed in a shared pool of tasks that can be picked up by any available operator. This allows for a more flexible distribution of work among multiple operators.

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

Explanation

A ruleset is primarily used to group rules together. It allows for organizing and categorizing rules based on specific criteria or functionality. This grouping helps in easier management and maintenance of rules, as well as efficient collaboration among team members. Rulesets enable developers to apply changes or updates to a specific group of rules, ensuring consistency and coherence within an application. They also facilitate better understanding and navigation of rules, making it easier to locate and modify specific rules when needed.

Submit
39. Worklist contains 

Explanation

The worklist refers to a list of tasks or assignments that need to be completed. In this case, the correct answer is "assignments assigned to operator" and "assignments pending with operator". This means that the worklist includes assignments that have been specifically assigned to the operator and are currently pending completion by the operator.

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

Explanation

If the relation between customer and address is 1-1, it means that each customer can have only one address and each address can belong to only one customer. In this case, the address mode would be "page" because it implies that there is a separate page or form where the customer can input their address details. This allows for a clear and organized representation of the customer's address information.

Submit
41. An SLA is defined as below. What would be the value of urgency after5 days of no action? Default Urgency - 10 Initial Urgenct - 0 Goal - 1 day -10 Deadline - 3 days - 15 Past Deadline - 1 day - 10 Repeating past deadline - 3 times  

Explanation

The value of urgency after 5 days of no action would be 55. This is because the initial urgency is 0 and the default urgency is 10. The goal is to complete the task in 1 day, with an urgency of 10. However, after 3 days, the deadline is reached and the urgency increases to 15. Since there are 5 days of no action, the urgency remains at 15. Therefore, the value of urgency after 5 days of no action is 55.

Submit
42. Which of the following best describes Dynamic user interface functionality?

Explanation

Dynamic user interface functionality refers to the ability of a system to adapt and change the display of a screen based on certain conditions. This can include 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 user-friendly experience, as the interface can adjust in real-time to provide the most relevant information or options to the user.

Submit
43. 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 both the case id and operator id are already efficient and do not require any further optimization.

Submit
44. Use a "Multi Step Process" to model _______________. 

Explanation

The correct answer is: A sequence of events, or actions, performed by one or more actors. This answer suggests that a "Multi Step Process" is used to model a series of events or actions that are performed by individuals or entities involved in a particular process. This implies that there are multiple steps involved in the process, with each step being performed by one or more actors.

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

Explanation

An Access group does not store information about how the users are authenticated. This information is typically managed by the authentication system or service used by the organization, such as LDAP, Active Directory, or a custom authentication mechanism. The Access group is primarily responsible for managing access rights and permissions for the users belonging to that group.

Submit
46. 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

The correct answer is Decision Tree, Decision Table. In this case, the decision can be made using either a decision tree or a decision table. A decision tree is a graphical representation of decisions and their possible consequences, while a decision table is a matrix that lists all the possible combinations of conditions and the corresponding actions to be taken. Both methods can be used to determine the appropriate grade based on the given ranges.

Submit
47. Creation of Sub-cases:

Explanation

The creation of sub-cases can be done automatically, manually, or conditionally. This means that sub-cases can be generated without human intervention, by following a set procedure, or based on specific conditions.

Submit
48. In the application, the email consumption leads to case creation & then the fetching prices from price catalogue, the application connects to the external system (wording can be different) (Choose Two)

Explanation

PRPC acts as a connector for fetching price from the price catalogue because it connects to the external system to retrieve the prices. PRPC also acts as a service for creating a case from an email because it consumes the email and creates a case based on its content. Therefore, PRPC can act as both a connector and a service in this scenario.

Submit
49. 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 following shape or step in the process flow. In this case, the single assignment allows for a separate and independent action to be performed without any impact on the subsequent steps or stages.

Submit
50. What is the best decision of correspondence?

Explanation

The best decision of correspondence is when it can call rules. This means that the correspondence is able to follow a set of guidelines or regulations, ensuring that it is handled properly and efficiently. This allows for consistency and accuracy in the handling of correspondence. The other options, such as using the same correspondence for both mail and fax or not being able to call rules, do not provide the same level of control and organization in the correspondence process. Therefore, the best decision is when correspondence can call rules.

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

Explanation

A page list can be a source of repeating layout because it allows for multiple instances of a page to be stored in a single property. This means that the layout can be repeated for each instance of the page within the page list, creating a repeating pattern.

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

Explanation

The correct answer is "need to optimise only purchase order id" because the question states that a report needs to be created with case id and purchase order id. However, it specifies that only the purchase order id needs to be optimized, indicating that the case id does not require any optimization.

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

Explanation

The best way to show an error message when a user inputs some wrong data and submits it is to create a message rule and associate it with a validate rule. This ensures that when the user submits the wrong data, the validate rule will trigger the message rule to display the appropriate error message. By separating the error message logic from the validate rule, it allows for easier management and customization of error messages.

Submit
54. 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 the assigned operator columns. The report is already efficient and does not require any further optimization.

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

Explanation

A chart can only be used in a summary report, not in a list report. In a summary report, data is grouped and summarized, making it suitable for visual representation in a chart format. In contrast, a list report displays detailed data without any grouping or summarization, making it unsuitable for charts. Therefore, the statement that a chart can be used in both summary and list reports is false.

Submit
56. 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 implementation(s) and its requirement(s). A specification outlines the detailed description of what a system should do, including its requirements. It serves as a bridge between the requirements and the implementation, ensuring that the implemented system meets the specified requirements. Therefore, both the requirement(s) and the implementation(s) can be linked to a specification.

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

Explanation

The correct answer is "auto complete" because it is a control that allows users to enter a value or select an option from a pre-defined list. It provides a dynamic content display as it suggests options based on the user's input, making it easier for them to find and select the desired option. This control is commonly used in forms or search fields where there is a large set of options to choose from.

Submit
58. You have to create a field to enter only the past date. then what is the best method?

Explanation

The best method to create a field to enter only the past date is to use an edit validate rule. An edit validate rule allows you to define specific validation criteria for a field, such as ensuring that the entered date is in the past. This rule can be applied to the field to validate the input and display an error message if the date entered is not in the past.

Submit
59. 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.

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

Explanation

A strictly one-to-one mapping means that each element in one set (access group) is associated with exactly one element in another set (application), and vice versa. In this case, an access group can have only one application associated with it, and an application can only be associated with one access group. Therefore, the relationship between access group and application is a strictly one-to-one mapping.

Submit
61. An alternate stage can be transitioned automatically or manually.

Explanation

The statement mentioned in the question is that an alternate stage can be transitioned automatically or manually. However, the correct answer is "False". This means that the statement is incorrect and an alternate stage cannot be transitioned automatically or manually.

Submit
62. 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. This means that the property can hold multiple values but only one value can be selected or entered at a time. Value Group mode is used when there are multiple options available but only one option is applicable in a given context.

Submit
63. Which of the following is NOT a valid step type? 

Explanation

Automated Decision is not a valid step type because it does not involve any action or task to be performed. In a case management system, a step type refers to a specific type of action that needs to be taken in order to process a case. Case, Single Step Assignment, and Multi Step Process are all valid step types as they represent different stages or actions within the case management process. However, Automated Decision does not require any manual intervention or action, as it is a decision made automatically by the system based on predefined rules or algorithms.

Submit
64. Application express doesn't create:

Explanation

Application Express (APEX) is a web application development tool that allows users to build and deploy database-centric applications. It does not create application documents, which are typically created separately as part of the application design or project documentation. It also does not create an application profiler, which is a tool used for performance analysis and optimization. Lastly, it does not create specification documents, which outline the requirements and functionality of an application. Therefore, the correct answer is that APEX does not create any of the above-mentioned items.

Submit
65. Which rule comes under Declarative Expresstion?

Explanation

A data page is a rule in Pega that defines a clipboard page structure and sources the data for that page from an external system or database. It allows for the retrieval and storage of data that can be used across multiple cases or processes. Since a data page is used to declare and express the structure and sourcing of data, it falls under the category of declarative expression.

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

Explanation

The correct answer is Utility and Notification tab of Assignment shape. Utility shapes are used to perform specific tasks within a process, such as sending emails. The Notification tab of Assignment shape allows for the configuration of email notifications to be sent when an assignment is created or updated. Correspondence shapes are used for generating documents or letters, and they do not directly send email notifications. Therefore, the correct answer is Utility and Notification tab of Assignment shape.

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

Explanation

Pega can be a system of record for maintaining account types given to customers because it can store and manage this information in a structured and organized manner. It can also be a system of record for maintaining all calls received from a customer, as it can capture and store call data for future reference and analysis.

Submit
68. A case type can be defined as ______________. 

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
69. Alternate stages ______________________. 

Explanation

Alternate stages represent different paths or options that can be taken during a process. They do not follow a specific order and can be used interchangeably depending on the situation. They can also be used as resolution stages to handle exceptions or special cases. There is no limit to the number of alternate stages that can be used in a case type.

Submit
70. If you want to set a default value in the UI where will you set it?

Explanation

In order to set a default value in the UI, it is typically done in the Control. The Control is responsible for displaying and interacting with the user interface elements. By setting a default value in the Control, it ensures that when the UI is loaded or initialized, the specified default value will be displayed or pre-selected in the corresponding UI element. This provides a consistent and expected user experience, as users can start interacting with the UI without having to manually input or select a value.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

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

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 23, 2016
    Quiz Created by
    Arindam08basu
Cancel
  • All
    All (70)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Passed Deadline is measured:
Auto-Complete can use the same source list as Dropdown.
What is the scope of a data page?
Which of the following is not a valid property control?
Is it possible to include an image, spreadsheet, ……. in...
Select notify modes:
Is it possible to transition stages, using a Multi-step process?
What is the best thing if we have many nested ifs?
Which is the best to cache data from an external system?
Which is the best way to cache data from an external system?
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?
When we need to select from  a large list of dynamically...
Which shape can be used to call a Decision Tree?  
------------reference ----------------, which reference...
We need to use flow action sampleFA in casetypeOne and casetypeTwo....
Need to create a report with Case Creation Date and Total order.
A CSA needs to do the following activities....
Document Wizard does not generate which of the following documents?
Routing can be a reference in: 
Defined a data page refresh strategy as reload if older than 2 hrs
What is the best practice on the num of steps/stages a case might be...
Smart shapes are:  
A validate rule is executed:  
Which of the following represents class for case type?
What are the best practices to create a case?
Pega Guardrails have little or no impact on the application.
City property of Shipping address class needs to be mapped to Billing...
When are data pages created?
The relation between customer and address is 1-n then what will be...
Which rule is used to format a property value?
The use-case is to create a purchase request case upon receiving an...
For storing the property structure of Address, what will you use:...
A step in a case implies:  
Which of the following is ordered list?
Where do you create a section related to all properties in a page...
An assignment can be routed to:
What is the primary use of a Ruleset?
Worklist contains 
The relation between customer and address is 1-1 then what will be...
An SLA is defined as below. What would be the value of urgency after5...
Which of the following best describes Dynamic user interface...
Need to develop a report with case id and operator id then:
Use a "Multi Step Process" to model _______________. 
An Access group does not store information about _____________ 
Which to rule to use for the following case....
Creation of Sub-cases:
In the application, the email consumption leads to case creation &...
When do we use a single assignment in a step?
What is the best decision of correspondence?
What can be a source of repeating layout?
Need to create a report with case id and purchase order id then:
What is the best way to show an error message when a user inputs some...
We need to create a report with Work status and assigned operator as...
A chart can be used in both summary and list report. 
A specification can be linked to its implementation(s), but not its...
Which control is used to display some dynamic content as a list?
You have to create a field to enter only the past date. then what is...
What does a  System Architect see in a Clipboard?
Which of the following relationships is strictly one-to-one...
An alternate stage can be transitioned automatically or manually.
The property "PolicyNumber (Auto)" is an example of which property...
Which of the following is NOT a valid step type? 
Application express doesn't create:
Which rule comes under Declarative Expresstion?
Which all shapes can be used to send an email notification?
Which are the possible options for Pega to be a System of Record?...
A case type can be defined as ______________. 
Alternate stages ______________________. 
If you want to set a default value in the UI where will you set it?
Alert!

Advertisement