PEGA 7 CSA Study Questions

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Se2015
S
Se2015
Community Contributor
Quizzes Created: 1 | Total Attempts: 3,859
Questions: 124 | Attempts: 3,859

SettingsSettingsSettings
PEGA CSA Certified Quizzes & Trivia

Questions and Answers
  • 1. 

    Pega Guardrails have little or no impact on the application.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    Pega Guardrails have little or no impact on the application because they are best practices and guidelines provided by Pega to ensure the development of high-quality and maintainable applications. These guardrails help developers follow industry standards, avoid common mistakes, and improve overall application performance. By adhering to guardrails, developers can ensure consistency, reduce technical debt, and enhance the application's scalability and maintainability. Therefore, they have a minimal impact on the application as they only serve to improve its quality and efficiency.

    Rate this question:

  • 2. 

    Passed Deadline is measured...

    • A.

      From the Deadline

    • B.

      From the start of the assignment

    • C.

      From the Goal

    Correct Answer
    A. From the Deadline
    Explanation
    Passed Deadline is measured from the Deadline because it refers to the time that has elapsed since the original deadline for completing a task or assignment. It indicates how much time has gone by after the designated deadline has already passed. By measuring from the Deadline, it allows for a clear understanding of how much time has been exceeded and helps in assessing the delay in completing the task.

    Rate this question:

  • 3. 

    Which of the following is not a valid property control?

    • A.

      Text

    • B.

      String

    • C.

      Password

    • D.

      Decimal

    Correct Answer
    B. String
    Explanation
    The given answer, "String," is not a valid property control. This is because "String" is not a type of property control, but rather a data type used to represent a sequence of characters. Property controls are used to allow users to interact with and input data into a program or application, and they typically include controls such as text boxes, checkboxes, dropdown menus, and sliders.

    Rate this question:

  • 4. 

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

    • A.

      Data Transform

    • B.

      Data Page

    • C.

      Data Table

    • D.

      Decision Table

    Correct Answer
    B. Data Page
    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 allow you to store and manage data in memory for quick and efficient access. They can be configured to retrieve data from an external system and cache it locally, reducing the need for repeated calls to the external system and improving performance. This makes Data Pages an ideal choice for caching data from an external system.

    Rate this question:

  • 5. 

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

    • A.

      .City

    • B.

      .ShippingAddress.City

    • C.

      .BillingAddress.City

    • D.

      ShippingAddress.City

    Correct Answer
    B. .ShippingAddress.City
    Explanation
    The correct source property for mapping the City property of the Shipping address class to the Billing address using Data transform is .ShippingAddress.City. This means that the City value from the ShippingAddress property will be used to populate the City property in the BillingAddress.

    Rate this question:

  • 6. 

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

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    It is possible to transition stages using a Multi-step process. A Multi-step process involves breaking down a task or goal into smaller, manageable steps, allowing for a smoother transition between stages. By completing each step sequentially, individuals can progress towards their desired outcome more effectively. This approach is commonly used in project management, problem-solving, and decision-making processes.

    Rate this question:

  • 7. 

    Routing can be reference in: (choose 2)

    • A.

      Data Transform

    • B.

      Decision Table

    • C.

      Decision Tree

    • D.

      When

    Correct Answer(s)
    B. Decision Table
    C. Decision Tree
    Explanation
    Routing can be referenced in a Decision Table and a Decision Tree. Both of these are commonly used in decision-making processes. A Decision Table is a tabular representation that lists various conditions and corresponding actions, allowing for easy identification of the appropriate action based on the given conditions. On the other hand, a Decision Tree is a graphical representation that uses a tree-like structure to depict decisions and possible outcomes. In both cases, routing can be incorporated to determine the appropriate path or action based on the given conditions.

    Rate this question:

  • 8. 

    Is it possible to include image, spreadsheet,... in an Application Document.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    Yes, it is possible to include images, spreadsheets, and other types of files in an application document. This allows users to add visual elements, data tables, and other relevant information to enhance the content and functionality of the document. Including these types of files can make the document more comprehensive and visually appealing, providing a better user experience.

    Rate this question:

  • 9. 

    For storing above property structure of Address, what will you use:

    • A.

      Value List

    • B.

      Page List

    • C.

      Insufficient Data

    • D.

      Single value property

    Correct Answer
    B. Page List
    Explanation
    A Page List would be used to store the above property structure of Address. A Page List is a data structure in which each element contains a set of properties, similar to a page in a book. It allows for storing multiple instances of a property structure, such as multiple addresses, in a single property. This is suitable for the given scenario as it allows for flexibility in storing and managing multiple addresses within the same property.

    Rate this question:

  • 10. 

    Need to create a report with Case Creation Date and Total order, what needs to be optimized?

    • A.

      both need to be optimized

    • B.

      Only Creation Date needs to be optimized

    • C.

      Only total order needs to be optimized

    • D.

      Need not optimize both

    Correct Answer
    C. Only total order needs to be optimized
    Explanation
    In order to create a report with Case Creation Date and Total order, only the total order needs to be optimized. This means that the focus should be on improving the efficiency and accuracy of calculating and displaying the total order in the report. The Case Creation Date does not require any optimization in this context.

    Rate this question:

  • 11. 

    Which of the following best describes Dynamic user interface functionality? (choose 2)

    • A.

      Dynamically calculated the totals, when the corresponding values changes.

    • B.

      Dynamically hide or display a part of screen on the basis of condition.

    • C.

      Refreshes a part of screen on the basis of condition

    • D.

      Easily refreshes the entire screen.

    Correct Answer(s)
    B. Dynamically hide or display a part of screen on the basis of condition.
    C. Refreshes a part of screen on the basis of condition
    Explanation
    Dynamic user interface functionality refers to the ability of a system or application to adapt and change the display of its interface based on certain conditions or events. This includes dynamically hiding or displaying a part of the screen based on a condition, as well as refreshing a part of the screen when a specific condition is met. These features allow for a more interactive and responsive user interface, providing a better user experience by only showing relevant information and keeping the interface up to date.

    Rate this question:

  • 12. 

    Creation of Sub-cases are done... (choose 3)

    • A.

      Automatically

    • B.

      Procedurally

    • C.

      Manually

    • D.

      Conditionally

    Correct Answer(s)
    A. Automatically
    C. Manually
    D. Conditionally
    Explanation
    The creation of sub-cases can be done automatically, manually, and conditionally. This means that sub-cases can be generated automatically by a system or software without human intervention. They can also be created manually by individuals or teams. Additionally, sub-cases can be created conditionally, meaning that they are generated based on certain criteria or conditions being met.

    Rate this question:

  • 13. 

    A step in a case implies action or actions for resolving a case.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The statement is true because a step in a case refers to the specific actions or tasks that need to be taken in order to resolve the case. These steps can include gathering information, conducting investigations, making decisions, or implementing solutions. Each step contributes to the overall process of resolving the case and moving towards a resolution. Therefore, it can be concluded that a step in a case does imply action or actions for resolving the case.

    Rate this question:

  • 14. 

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

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    Auto-Complete can indeed use the same source list as a Dropdown. Both Auto-Complete and Dropdown are user interface components that provide a list of options for the user to choose from. The source list for these components can be the same, which means that the options available in the Dropdown can also be used for Auto-Complete. This allows for consistency in the options presented to the user and simplifies the implementation process.

    Rate this question:

  • 15. 

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

    • A.

      Dropdown

    • B.

      Auto-Complete

    • C.

      Local List

    • D.

      Data page

    Correct Answer
    B. Auto-Complete
    Explanation
    Auto-Complete is the correct answer because it allows users to select from a large list of dynamically populated values by providing suggestions as they type. This feature enhances user experience by reducing the amount of manual input required and providing real-time suggestions based on the user's input. It is a more efficient and user-friendly option compared to a dropdown or a local list, which may require scrolling through a long list of options. A data page is not relevant in this context as it refers to a mechanism for caching and retrieving data in a web application.

    Rate this question:

  • 16. 

    Worklist contains...(choose 2)

    • A.

      Assignments assigned to operator

    • B.

      Cases assigned to operator.

    • C.

      Assignments pending with operator.

    • D.

      Assignments part of cases created by operator.

    Correct Answer(s)
    A. Assignments assigned to operator
    C. Assignments pending with operator.
    Explanation
    The worklist contains assignments assigned to the operator and assignments pending with the operator. This means that the operator is responsible for completing these assignments. The worklist may include cases assigned to the operator, but it is not limited to them. Additionally, the worklist may include assignments that are part of cases created by the operator, but this is not mentioned in the given options. Therefore, the correct answer is assignments assigned to the operator and assignments pending with the operator.

    Rate this question:

  • 17. 

    Which of the following represent class for case type?

    • A.

      PYD-HRServices

    • B.

      PYD-HRServices-Work

    • C.

      PYD-HRServices-Work-FinalOrder

    • D.

      PYD-Data

    Correct Answer
    C. PYD-HRServices-Work-FinalOrder
    Explanation
    The correct answer is PYD-HRServices-Work-FinalOrder. This represents the class for a specific case type within the PYD-HRServices application. The class hierarchy starts with PYD-HRServices, which is the base class. PYD-HRServices-Work is a subclass that represents the work items within the application. Finally, PYD-HRServices-Work-FinalOrder is a further subclass that represents a specific type of work item, namely a final order within the HR services application.

    Rate this question:

  • 18. 

    IN the application, the email consumption leads to case creation & then the fetching prices from price catalogue, application connects to external system. (choose 2)

    • A.

      PRPC act as service for fetching price from price catalogue.

    • B.

      PRPC act as connector for fetching price from price catalogue

    • C.

      PRPC act as service for creating case from email

    • D.

      PRPC can act as neither service or connector for fetching price from price catalogue.

    • E.

      PRPC can act as neither service or connector for creating case from email.

    Correct Answer(s)
    B. PRPC act as connector for fetching price from price catalogue
    C. PRPC act as service for creating case from email
    Explanation
    PRPC acts as a connector for fetching prices from the price catalogue because it connects the application to the external system that holds the price information. PRPC acts as a service for creating a case from email because it handles the process of creating a case based on the email consumption in the application.

    Rate this question:

  • 19. 

    Select notify modes...(choose two)

    • A.

      Mail

    • B.

      Voicemail

    • C.

      Text Messages

    • D.

      MMS

    Correct Answer(s)
    A. Mail
    C. Text Messages
    Explanation
    The correct answer is Mail and Text Messages because these are the two options that can be selected as notify modes. Voicemail and MMS are not mentioned as options, so they are not correct choices.

    Rate this question:

  • 20. 

    Need to develop a report with Case ID and Operator ID. What must you optimize?

    • A.

      Need to optimize only Case ID

    • B.

      Need to optimize only Operator ID

    • C.

      Need to optimize both

    • D.

      No need to optimize either of them

    Correct Answer
    D. No need to optimize either of them
    Explanation
    There is no need to optimize either the Case ID or the Operator ID. This suggests that both the Case ID and Operator ID are already efficient and do not require any further optimization.

    Rate this question:

  • 21. 

    Relation between customer and address is 1-1 then what will be address mode?

    • A.

      Page Group

    • B.

      Value Group

    • C.

      Page List

    • D.

      Data Page

    Correct Answer
    D. Data Page
    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 be associated with only one customer. In this scenario, the most appropriate address mode would be a Data Page. A Data Page allows for the storage of a single record, which aligns with the 1-1 relationship between customer and address. This ensures that each customer has a unique address associated with them.

    Rate this question:

  • 22. 

    Relation between customer and address is 1-n then what will be address mode?

    • A.

      Data Page

    • B.

      Value Group

    • C.

      Page List

    • D.

      Insufficient data to answer the question

    Correct Answer
    C. Page List
    Explanation
    The correct answer is Page List. In a 1-n relationship between customer and address, each customer can have multiple addresses. Therefore, the address mode would be a Page List, which allows for multiple addresses to be stored for each customer.

    Rate this question:

  • 23. 

    We need to use flow action sampleFA in casetypeOne and casetypeTwo. Then where will you create sampleFA?

    • A.

      Sae1-hrservices-work-casetypeOne

    • B.

      Sae1-hrservices-work-casetypeTwo

    • C.

      Sae1-hrservices-work

    • D.

      Sae1-hrservices-data

    Correct Answer
    C. Sae1-hrservices-work
    Explanation
    The correct answer is "sae1-hrservices-work". This is because the flow action "sampleFA" needs to be used in both "casetypeOne" and "casetypeTwo". Since both of these case types are under the "sae1-hrservices-work" class, the flow action should be created in this class so that it can be accessed and used by both case types. Creating it in any other class would not allow it to be used in both case types.

    Rate this question:

  • 24. 

    ---------reference ------------, which reference -----------, which reference rulesets.

    • A.

      Access group, application rules, operatorID

    • B.

      Application rules, operatorID, access group

    • C.

      OperatorID, access group, application rules

    • D.

      Access group, operatorID, application rules

    Correct Answer
    C. OperatorID, access group, application rules
    Explanation
    The correct answer is "operatorID, access group, application rules". In an application, the operatorID is used to identify the user or operator. The access group determines the level of access and permissions for the user. The application rules define the specific rules and logic that govern the behavior of the application. Therefore, the correct order is to first identify the user, then determine their access level, and finally apply the rules of the application.

    Rate this question:

  • 25. 

    What is the best descition of correspondence?

    • A.

      Correspondence can call rules

    • B.

      Same correspondence can use for both mail and fax

    • C.

      Correspondence cannot call rules

    Correct Answer
    A. Correspondence can call rules
    Explanation
    The best description of correspondence is that it can call rules. This means that correspondence, such as letters or emails, can be used to invoke or trigger certain rules or actions. For example, if a specific keyword is mentioned in a correspondence, it can automatically trigger a certain response or action. This shows that correspondence has the ability to initiate or invoke rules, making it a powerful tool for communication and automation.

    Rate this question:

  • 26. 

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

    • A.

      Use date control

    • B.

      Use date property

    • C.

      Use edit validate rule

    • D.

      Use validate rule

    Correct Answer
    C. Use edit validate rule
    Explanation
    The best method to create a field to enter only past dates 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 only past dates are entered. This rule can be applied to the field, ensuring that any input that does not meet the criteria will be flagged as invalid. This ensures that only past dates can be entered into the field, providing the desired functionality.

    Rate this question:

  • 27. 

    You have to create a page with many required fields. Then what is the best practice?

    • A.

      Have to create controls and check the required check box.

    • B.

      Create edit validate

    • C.

      Create validate and validate on sever side.

    Correct Answer
    B. Create edit validate
    Explanation
    The best practice for creating a page with many required fields is to first create the controls for the fields, allowing users to input their information. Then, the page should be edited to ensure that all required fields are included and properly labeled. Finally, validation should be implemented to check the user's inputs and ensure they meet the required criteria. This process of creating, editing, and validating the fields helps to ensure that all necessary information is collected accurately and efficiently.

    Rate this question:

  • 28. 

    What can be a source of repeating layout?

    • A.

      Data page

    • B.

      Data transform

    • C.

      Report definition

    • D.

      Page list

    Correct Answer
    D. Page list
    Explanation
    A page list can be a source of repeating layout because it allows for multiple instances of the same data structure to be stored and accessed. Each instance in the page list represents a separate entry of data, which can be displayed in a repeating layout to show a list or table-like structure. This is commonly used when there is a need to display or manipulate multiple sets of data in a consistent format.

    Rate this question:

  • 29. 

    Need to create a report with case id and purchase order id then what would need to be optimized?

    • A.

      Need to optimize only case id

    • B.

      Need to optimize only purchase order id

    • C.

      No need to optimize both

    • D.

      Need to optimize both

    Correct Answer
    B. Need to optimize only purchase order id
    Explanation
    The correct answer is "need to optimize only purchase order id". This means that when creating the report, the focus should be on optimizing the retrieval or processing of the purchase order id. There may be no need to optimize the case id, as it is not mentioned in the question that it requires any optimization.

    Rate this question:

  • 30. 

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

    • A.

      Decision table.

    • B.

      Decision tree

    • C.

      When

    Correct Answer
    B. Decision tree
    Explanation
    A decision tree is the best thing to have when dealing with many nested ifs. A decision tree is a graphical representation of all possible decisions and their potential outcomes. It helps in visualizing and organizing complex decision-making processes, making it easier to understand and follow the logic. By using a decision tree, one can easily navigate through various conditions and their corresponding actions, leading to more efficient and structured code.

    Rate this question:

  • 31. 

    What are the scope of a data page? (choose three)

    • A.

      Case

    • B.

      Node

    • C.

      Requestor

    • D.

      Application

    • E.

      Thread

    Correct Answer(s)
    B. Node
    C. Requestor
    E. Thread
    Explanation
    The scope of a data page refers to the range or extent of its accessibility. In this case, the correct answer options are node, requestor, and thread. Node refers to the specific server or system where the data page is available. Requestor indicates that the data page can be accessed by a specific user or session. Thread means that the data page is accessible within a specific execution thread or process. These three options define the boundaries within which the data page can be accessed and utilized.

    Rate this question:

  • 32. 

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

    • A.

      Data pages will get refreshed after 2 hrs

    • B.

      Data page will get refreshed once we access it after 2 hrs of in active

    • C.

      Data page will get refreshed after 2 hrs of in active

    • D.

      Data page will get refreshed every 2 hrs, whether active or inactive.

    Correct Answer
    B. Data page will get refreshed once we access it after 2 hrs of in active
    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 when it is accessed after a period of 2 hours of inactivity. If the data page is not accessed within 2 hours, it will not be refreshed.

    Rate this question:

  • 33. 

    What is the best practice on the number of steps/stages a case might be decomposed?

    • A.

      9 +- 2

    • B.

      5 +- 2

    • C.

      7 +-2

    • D.

    Correct Answer
    C. 7 +-2
    Explanation
    The best practice for decomposing a case into steps or stages is to have a range of 7 plus or minus 2. This means that the ideal number of steps or stages should be between 5 and 9. This range allows for enough detail and granularity in the decomposition process while also avoiding excessive complexity. It strikes a balance between providing enough structure for effective case management and allowing flexibility to accommodate variations in different cases.

    Rate this question:

  • 34. 

    Which rule is used to format a property value?

    • A.

      Control

    • B.

      Validate

    • C.

      Edit validate

    • D.

      Stages

    Correct Answer
    A. Control
    Explanation
    The rule used to format a property value is "control". This rule determines the appearance and behavior of a property value, such as its font, color, size, alignment, etc. It allows for customization and control over the visual representation of the property value.

    Rate this question:

  • 35. 

    Which rule is used to configure how the property displayed on the UI?

    • A.

      Validate

    • B.

      Edit validate

    • C.

      Control

    • D.

      Section

    Correct Answer
    C. Control
    Explanation
    The rule used to configure how the property is displayed on the UI is the "control" rule. This rule defines the presentation and behavior of a property on a form or a section. It allows developers to customize the appearance, validation, and formatting of the property, such as setting the input type, visibility, and alignment. By using the control rule, the property can be displayed in a specific way that meets the requirements of the user interface design.

    Rate this question:

  • 36. 

    An alternate stage cane be transitioned automatically or manually.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement suggests that an alternate stage can be transitioned automatically or manually. However, the correct answer is False, indicating that the statement is incorrect. This means that an alternate stage cannot be transitioned automatically or manually.

    Rate this question:

  • 37. 

    An SLA is defined as below. What would be the value of urgency after 5 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

    • A.

      45

    • B.

      55

    • C.

      65

    • D.

      35

    Correct Answer
    B. 55
    Explanation
    The urgency value increases by 10 after each day of no action. Since there have been 5 days of no action, the urgency value would increase by 10 five times, resulting in a total increase of 50. Starting from the initial urgency value of 0, the final urgency value after 5 days of no action would be 0 + 50 = 50. However, since the question states that the urgency value cannot exceed 15, the final urgency value would be capped at 15. Therefore, the correct answer is 55.

    Rate this question:

  • 38. 

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

    • A.

      Dynamic Select

    • B.

      Auto Control

    • C.

      Text

    Correct Answer
    A. Dynamic Select
    Explanation
    The correct answer is "Dynamic Select" because this control is specifically designed to display dynamic content as a list. It allows users to select an option from a list of choices that can be updated or changed dynamically based on certain conditions or user input. This control is commonly used in web applications or forms where the content needs to be updated dynamically without the need for refreshing the entire page.

    Rate this question:

  • 39. 

    You can configure most Dynamic Select controls in...(choose 3)

    • A.

      Harness

    • B.

      Stage configuration

    • C.

      Section

    • D.

      Flow action

    • E.

      Configure step behavior

    • F.

      Process tab

    Correct Answer(s)
    A. Harness
    C. Section
    D. Flow action
    Explanation
    Most Dynamic Select controls can be configured in a harness, section, and flow action. These three components provide the necessary settings and configurations to customize the behavior and appearance of the Dynamic Select control. The harness defines the overall layout and structure of the user interface, while the section allows for more specific customization within a particular section of the UI. The flow action provides the logic and functionality for the control within a specific flow process. Therefore, these three options are the correct choices for configuring Dynamic Select controls.

    Rate this question:

  • 40. 

    Which shape can be associated with Decision Table?

    • A.

      Assignment

    • B.

      Smart Shape

    • C.

      Decision Shape

    • D.

      Fork

    Correct Answer
    C. Decision Shape
    Explanation
    A Decision Table is a tool used in decision-making processes to display a set of conditions and their corresponding actions or outcomes. It is represented by a table with rows and columns, where each row represents a specific combination of conditions and each column represents an action or outcome. The Decision Shape is the most appropriate shape to represent a Decision Table as it visually represents the decision-making process and allows for easy identification of conditions and actions.

    Rate this question:

  • 41. 

    When do we use a single assignment in a step?

    • A.

      When a subcase is called

    • B.

      When you want to navigate to a different stage.

    • C.

      When you want to resolve a case.

    • D.

      When the assignment shape is not related to the next shape.

    Correct Answer
    D. When the assignment shape is not related to the next shape.
    Explanation
    A single assignment in a step is used 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 task in the process flow. It allows for independent execution of the assignment without any impact on the subsequent steps or stages.

    Rate this question:

  • 42. 

    Where is a data transform shape used? (choose 3)

    • A.

      Data page

    • B.

      Decision Tree

    • C.

      Flow Action

    • D.

      Flow

    • E.

      Declare Expressions

    • F.

      Property

    Correct Answer(s)
    A. Data page
    C. Flow Action
    D. Flow
    Explanation
    A data transform shape is used in a data page to manipulate data before it is presented to the user. It is also used in a flow action to transform data during a user's interaction with an application. Additionally, a data transform shape can be used in a flow to modify data as it progresses through different stages of the process.

    Rate this question:

  • 43. 

    What does a System Architect see in a Clipboard? (Choose 2)

    • A.

      The pages created under the nodes for that application

    • B.

      The case data which is currently opened by end user.

    • C.

      All cases data opened by the end users.

    • D.

      The case data which he currently opened.

    Correct Answer(s)
    A. The pages created under the nodes for that application
    D. The case data which he currently opened.
    Explanation
    A System Architect can see the pages created under the nodes for that application in the Clipboard. This allows them to view and analyze the structure and content of the pages. Additionally, they can also see the case data which they currently have opened. This helps them in understanding the specific case they are working on and making any necessary modifications or updates.

    Rate this question:

  • 44. 

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

    • A.

      Creates a message rule and associate with a validate rule.

    • B.

      Add a custom error message to edit validate rule.

    • C.

      Create a error message on validate rule.

    • D.

      Have a seperate layout for error msg and show based on a condition

    Correct Answer
    A. Creates a message rule and associate with a validate rule.
    Explanation
    Creating a message rule and associating it with a validate rule is the best way to show an error message when a user inputs wrong data and submits. By doing this, the system can validate the user's input and display a specific error message associated with the validate rule, informing the user about the error and guiding them on how to correct it. This approach ensures that the error message is contextually relevant and helps the user understand and resolve the issue efficiently.

    Rate this question:

  • 45. 

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

    • A.

      In Work Class.

    • B.

      In case where this page is created.

    • C.

      In data class where the data class is present.

    • D.

      SAE-HRServices-Work-Candidate

    Correct Answer
    C. In data class where the data class is present.
    Explanation
    The correct answer is "In data class where the data class is present." This is because when creating a section related to all properties in a page that references a data class, it makes sense to create it in the data class itself. This allows for easier management and organization of the properties and ensures that they are all in one central location.

    Rate this question:

  • 46. 

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

    • A.

      Optimize both Work status and assignedOperator.

    • B.

      Optimize Work status and no need of assignedOperator.

    • C.

      No need to Optimize Work status and optimize only assignedOperator.

    • D.

      No need to optimize any column.

    Correct Answer
    D. No need to optimize any column.
    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 and assigned Operator columns. The report is already functioning efficiently and effectively without any further optimization required.

    Rate this question:

  • 47. 

    Which to rule to use for the following case.(Choose 3) Return Grade A for 91-100 Return Grade B for 71-90 Return Grade C for others

    • A.

      Map Value

    • B.

      Decision Tree

    • C.

      Decision table

    • D.

      When

    Correct Answer(s)
    A. Map Value
    B. Decision Tree
    C. Decision table
    Explanation
    The correct answer is Map Value, Decision Tree, Decision table. In this case, the given scenario requires determining the grade based on a specific range of marks. Map Value can be used to assign a grade based on a key-value pair, where the key represents the range of marks and the value represents the corresponding grade. Decision Tree can be used to create a flowchart-like structure to make decisions based on different conditions and criteria. Decision table can be used to create a table that lists different conditions and their corresponding actions or decisions.

    Rate this question:

  • 48. 

    Smart shapes are...

    • A.

      Represents a notification shape for email sending

    • B.

      Pre configured Utilities

    • C.

      Represents a decision that must be made by the user

    • D.

      Shapes to start a flow in a case

    Correct Answer
    B. Pre configured Utilities
    Explanation
    Smart shapes are pre-configured utilities. These utilities are designed to perform specific functions or actions within a system or software. They are pre-built and ready to use, saving time and effort in the development process. These smart shapes can be easily integrated into a workflow or process, providing a convenient solution for common tasks or processes. They offer efficiency and convenience by eliminating the need to build these utilities from scratch.

    Rate this question:

  • 49. 

    Which are all the shapes that can be used for routing? (choose 2)

    • A.

      Data Transform

    • B.

      Data Page

    • C.

      Assignmnet

    • D.

      Decision Table

    Correct Answer(s)
    C. Assignmnet
    D. Decision Table
    Explanation
    The shapes that can be used for routing in this context are "Assignment" and "Decision Table". These shapes are commonly used in business process modeling to define and control the flow of tasks and decisions within a process. The other options, "Data Transform" and "Data Page", are not typically used for routing purposes but rather for data manipulation and storage.

    Rate this question:

  • 50. 

    An assignment can be routed to... (Choose 2)

    • A.

      Single operator

    • B.

      Multiple operators

    • C.

      Access Group

    • D.

      Work Basket

    Correct Answer(s)
    A. Single operator
    D. Work Basket
    Explanation
    An assignment can be routed to a single operator or to 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 and worked on by any available operator. This allows for more flexibility and distribution of workload among multiple operators.

    Rate this question:

Quiz Review Timeline +

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
  • May 04, 2015
    Quiz Created by
    Se2015

Related Topics

Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.