PEGA: Certified System Architect Practice Test! Trivia 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 RameshJoel
R
RameshJoel
Community Contributor
Quizzes Created: 1 | Total Attempts: 8,160
| Attempts: 8,160
SettingsSettings
Please wait...
  • 1/107 Questions

    You are designing a form for an online bookstore to display new arrivals. The form is displayed on laptops and tablets.Pictures of the book covers are displayed in columns. The number of columns changes depending on the screen size.Which layout do you use to display the book cover pictures?

    • Screen layout
    • Dynamic layout
    • Column layout
    • Smart layout
Please wait...
About This Quiz

What do you know about certified system architect practice? Do you know enough to pass this test? The accredited system architect certification is for developers and technical staff members who want to learn how to develop Pega applications. This certification provides a baseline measurement movement on your knowledge of Pega applications. Take this quiz and see how much you know about certified system architect practice.

PEGA: Certified System Architect Practice Test! Trivia Quiz - Quiz

Quiz Preview

  • 2. 

    Users can access an apartment search application from different devices with different screen sizes. A screen displaysthe photos of available properties. On a wide desktop screen, the photos are displayed in an inline format. On asmart phone, the photos should be displayed in a vertical stack.How do you implement the screen for this requirement?

    • Use a column layout with a responsive breakpoint at smart phone screen width to hide the left and right columns

    • Circumstance the section rule to display the photos with different arrangements at different screen sizes.

    • Circumstance the layout to display the photos the photos with different arrangements at different screen sizes.

    • Use a dynamic layout with a responsive breakpoint at smart phone screen width to change from an inline format to a stacked format.

    Correct Answer
    A. Use a dynamic layout with a responsive breakpoint at smart phone screen width to change from an inline format to a stacked format.
    Explanation
    To implement the screen for this requirement, a dynamic layout with a responsive breakpoint at smart phone screen width should be used. This allows for the layout to change from an inline format to a stacked format when accessed on a smart phone. By using a dynamic layout, the application can adapt to different screen sizes and display the photos in the appropriate arrangement.

    Rate this question:

  • 3. 

    A customer wants to copy the contents of a previous order to their current order. What rule type do you use to copythe order contents?

    • Function

    • Data transform

    • Declare expression

    • Data page

    Correct Answer
    A. Data transform
    Explanation
    A data transform is used to copy the contents of a previous order to the current order. Data transforms are used to transform and manipulate data between different structures and formats. In this case, the data transform would be used to retrieve the relevant data from the previous order and populate it into the current order.

    Rate this question:

  • 4. 

    A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and WorkStatus. You must sort the cases so the case with the most recent create date appears at the top of the list anddescends in order.How would you design the report definition to support this requirement?

    • Select Highest to Lowest sort type for Create Date.

    • Select Count in the Summarize column for Create Date.

    • Add a filter condition where Create Date is greater than the current date.

    • Make that Create Date the first column in the report.

    Correct Answer
    A. Select Highest to Lowest sort type for Create Date.
    Explanation
    To design the report definition to support the requirement of sorting the cases based on the most recent create date appearing at the top and descending in order, the correct approach would be to select the "Highest to Lowest" sort type for the "Create Date" column. This will ensure that the cases are sorted in descending order based on their create dates, with the most recent case appearing at the top of the list.

    Rate this question:

  • 5. 

    You are designing hotel booking forms for a travel application.The first form contains two fields in which users enter a room type and the length of stay in days. A third fielddisplays the total cost of the room.The second form contains a field in which users select additional-cost options such as sight-seeing tour. A second fielddisplays the total cost of the options.The third form contains a field that displays the grand total of the room and options.Which two properties are considered source properties for the declare expression used to calculate the grand total?(Choose Two)

    • Length of stay

    • Options

    • Total cost of room

    • Total cost of options

    Correct Answer(s)
    A. Total cost of room
    A. Total cost of options
    Explanation
    The two properties considered source properties for the declare expression used to calculate the grand total are the Total cost of room and the Total cost of options. These two properties are used to calculate the final cost of the room and options selected by the user. The Length of stay and Options fields are not used directly in the calculation of the grand total, but rather in calculating the individual costs of the room and options.

    Rate this question:

  • 6. 

    A data page holds the local weather information based on the user’s address. The data page’s Reload if older Thanfield is set to 15 minutes.The data page is created at 09:12.At 09:20 the user requests the weather information.At 09:42 the user requests the weather information.When is the data page reloaded?

    • 09:20

    • 09:42

    • 09:27

    • 09:35

    Correct Answer
    A. 09:42
    Explanation
    The data page is reloaded at 09:42 because the Reload if older Than field is set to 15 minutes. Since the data page was created at 09:12 and the user requested the weather information at 09:20 and then again at 09:42, the time difference between the creation of the data page and the second request is greater than 15 minutes. Therefore, the data page is reloaded at 09:42.

    Rate this question:

  • 7. 

    Users can access an apartment hunting application from different devices with different screen sizes. A screendisplays the photos of available properties. By default, the photos are displayed in three columns. When the screenwidth is less than 800 pixels, the photos should be displayed in two columns.How do you implement the screen for this requirement?

    • Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid triple to inline-grid double format.

    • Circumstance the section rule to display different number of columns at different screen sizes.

    • Use a column layout with a responsive breakpoint at 800 pixels to hide the left column.

    • Circumstance the layout to display different number of columns at different screen sizes.

    Correct Answer
    A. Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid triple to inline-grid double format.
  • 8. 

    Which rule can only return a true/false result when evaluating a condition?

    • Declare expression

    • Decision tree

    • Decision table

    • When rule

    Correct Answer
    A. When rule
    Explanation
    A When rule is a rule in a system that evaluates a condition and returns a true or false result. It is used to determine whether a certain action or set of actions should be performed based on the condition being evaluated. Unlike other rules such as declare expression, decision tree, or decision table, a When rule is specifically designed to provide a binary result, making it the only option that can only return a true/false outcome when evaluating a condition.

    Rate this question:

  • 9. 

    On a service level, the passed deadline interval is measured from__________________________.

    • The end of the goal interval.

    • When a user begins the assignment.

    • When the assignment is ready for a user.

    • The end of the deadline interval.

    Correct Answer
    A. The end of the deadline interval.
    Explanation
    The passed deadline interval is measured from the end of the deadline interval. This means that once the deadline has passed, the service begins measuring the time interval from the end of the deadline to determine if it was met or exceeded. This is important for tracking and evaluating the timeliness of completing assignments or goals.

    Rate this question:

  • 10. 

    A data page holds the local weather information and has he Reload if Older Than field to 10 minutes.The data page is created at 11:22. The user then performs the following actions:11:28 the user refreshes the weather information11:40 the user refreshes the weather informationAt what time is the data page reloaded?

    • 11:32

    • 11:38

    • 11:40

    • 11:28

    Correct Answer
    A. 11:40
    Explanation
    The data page is set to reload if older than 10 minutes. The data page was created at 11:22. The user refreshed the weather information at 11:28 and 11:40. Since the last refresh occurred at 11:40, which is 18 minutes after the data page was created, the data page will be reloaded at 11:40.

    Rate this question:

  • 11. 

    While testing a form, you need to verify the contents of a data page in memory. Which tool do you use to view thecurrent contents of the data page?

    • The Data Explorer

    • The Clipboard tool

    • Live UI

    • The Tracer

    Correct Answer
    A. The Clipboard tool
    Explanation
    The Clipboard tool is used to view the current contents of a data page in memory. It allows testers to inspect the data stored in the clipboard, which includes the properties and values of the data page. By using the Clipboard tool, testers can verify if the form is correctly populating the data page and if the expected values are being stored. This tool is commonly used in testing to ensure the accuracy and integrity of data within an application.

    Rate this question:

  • 12. 

    Your online shopping application serves international customers. You need to define a Data page that holds currencyexchange rates. All users accessing the application need to use the information.The Scope of this Data Page should be set to___________________.

    • Requestor

    • Application

    • Node

    • Thread

    Correct Answer
    A. Node
    Explanation
    The correct answer is "Node". When defining a Data page that holds currency exchange rates for an online shopping application serving international customers, setting the Scope of the Data page to "Node" ensures that the information is accessible to all users accessing the application regardless of their individual requestors or threads. The "Node" scope allows for a global access to the Data page, making it available to all users and threads within the application.

    Rate this question:

  • 13. 

    A hotel reservation application has the following requirement: Users must select the destination city from a list ofoptions. The list is filtered on user entry. As a user types the city name, the list of options narrows.Which UI control allows you to implement this requirement?

    • Drop-down

    • List to List

    • AutoComplete

    • Menu

    Correct Answer
    A. AutoComplete
    Explanation
    The AutoComplete UI control allows users to select the destination city from a list of options that is filtered based on their input. As the user types the city name, the list of options narrows down, making it easier for the user to find and select the desired destination city. This control provides a more interactive and user-friendly experience compared to a simple drop-down or menu, as it dynamically updates the options based on user input.

    Rate this question:

  • 14. 

    Review the following Decision Table:If the credit score is 723 and the outstanding balance is 2157, which value will be returned?

    • ApproveLevel1

    • ApproveLevel3

    • Reject

    • ApproveLevel2

    Correct Answer
    A. Reject
    Explanation
    Based on the given decision table, if the credit score is 723 and the outstanding balance is 2157, the value returned will be "Reject".

    Rate this question:

  • 15. 

    In a purchase application, you allow customers to create purchase requests. Each purchase request contains a list ofline items. Each line item holds the product identifier, quantity, and price. If a product is not in stock the applicationcreate a purchase order. The purchase order is processed by the purchasing team. Which two entities would youmodel as case types? (Choose Two)

    • Purchase request

    • Purchase order

    • Customer

    • Line item

    Correct Answer(s)
    A. Purchase request
    A. Purchase order
    Explanation
    The two entities that would be modeled as case types are the Purchase request and the Purchase order. In the given scenario, both the purchase request and the purchase order are specific cases that need to be tracked and managed within the application. The purchase request represents a customer's request to purchase certain items, while the purchase order represents the actual order that is created when a product is not in stock. By modeling these entities as case types, the application can effectively handle and process each individual purchase request and purchase order.

    Rate this question:

  • 16. 

    A loan request process has specific approval requirements.-if the amount is for less than USD 1,000, the loan is automatically approved.-if the amount is greater than USD 1,000 and the loan type is an automobile loan, the loan must be approved by afinance manager.-if the amount is greater than USD 1,000 and the loan type is a mortgage, the loan must be approved by a vicepresident.Which rule type do you use to satisfy this requirement?

    • Data transform

    • Decision tree

    • When rule

    • Map value

    Correct Answer
    A. Decision tree
    Explanation
    A decision tree is the appropriate rule type to satisfy the given requirement because it allows for the creation of a logical flowchart-like structure to evaluate different conditions and make decisions based on those conditions. In this case, the decision tree can be used to determine the loan approval process based on the loan amount and type. It can easily handle the specific approval requirements mentioned, such as automatically approving loans under USD 1,000 and requiring approval from a finance manager or vice president for loans over USD 1,000 depending on the loan type.

    Rate this question:

  • 17. 

    A customer views a product available in multiple color options. The customer must select only one color for eachproduct. Which UI control allows a developer to present the user with all color choices at once, without prompting orclicking, while ensuring that the user can only select one of the color options?

    • Text input

    • Radio buttons

    • Check box

    • Drop-down

    Correct Answer
    A. Radio buttons
    Explanation
    Radio buttons allow a developer to present the user with all color choices at once, without prompting or clicking, while ensuring that the user can only select one of the color options. Unlike check boxes, which allow multiple selections, radio buttons limit the user to selecting only one option from a group of choices. This makes them suitable for situations where the user needs to make a single selection from a predefined set of options, such as choosing a color for a product. Text input and drop-down controls are not suitable in this case as they allow for free-text input or selecting multiple options, respectively.

    Rate this question:

  • 18. 

    You need to copy data from a page with customer data to a page used for a credit card payment. Most of theproperties can be mapped as-is, but the first and last names must be concatenated into a full name. Which rule typewould you use to copy the content?

    • Data page

    • Data transform

    • Function

    • Declare expression

    Correct Answer
    A. Data transform
    Explanation
    A data transform would be the appropriate rule type to use in this scenario. A data transform allows for manipulation and transformation of data between different formats or structures. In this case, the first and last names need to be concatenated into a full name, which can be easily achieved using a data transform. This rule type provides the flexibility to modify and combine data as required, making it the suitable choice for copying the content from the customer data page to the credit card payment page.

    Rate this question:

  • 19. 

    While reviewing a UI form in a Grooming/Elaboration playback, you notice a typo in the label of a field. Which toolallows you to identify the section rule that contains the incorrect label?

    • Live UI

    • The Tracer

    • The Clipboard tool

    • The Property Analyzer

    Correct Answer
    A. Live UI
    Explanation
    Live UI is the tool that allows you to identify the section rule that contains the incorrect label in a UI form during a Grooming/Elaboration playback. This tool provides real-time visibility into the user interface and allows you to inspect and modify properties, rules, and sections directly on the screen. By using Live UI, you can easily locate the section rule that contains the typo and make the necessary corrections.

    Rate this question:

  • 20. 

    In which situation does a case type for software upgrade requests reuse a rule through pattern inheritance?

    • The case type uses an authorization process used throughout the organization.

    • The case type uses the Data-Party-Operator class to describe a work party.

    • The case type uses the Data-Party-Operator class to describe a work party.

    • The case type uses the Data-Party-Operator class to describe a work party.

    Correct Answer
    A. The case type uses an authorization process used throughout the organization.
    Explanation
    The correct answer is "The case type uses an authorization process used throughout the organization." This is because pattern inheritance allows a case type to inherit rules from other case types or classes. In this situation, the case type for software upgrade requests is reusing a rule through pattern inheritance by inheriting the authorization process that is used throughout the organization.

    Rate this question:

  • 21. 

    You need to add a button to a user form. When the button is pressed, the application invokes a data transform, thencreate a new case.How do you implement this functionality?

    • Configure an action set on the button control.

    • Configure a local action on the button control.

    • Configure a mixin for the button in the skin.

    • Configure a style format for the button in the skin

    Correct Answer
    A. Configure an action set on the button control.
    Explanation
    To implement the functionality of invoking a data transform and creating a new case when the button is pressed, the correct approach is to configure an action set on the button control. An action set allows you to define a sequence of actions that will be performed when the button is clicked. By configuring the action set on the button control, you can specify the data transform that needs to be invoked and the creation of a new case. This ensures that the desired functionality is executed when the button is pressed.

    Rate this question:

  • 22. 

    You are designing a form for an online bookstore to display new arrivals. In the form, the book cover pictures aredisplayed in a row, like words in a sentence. Once the row reaches the full width of the screen, it wraps around tobegin a new row.Which layout do you use to display the book cover pictures?

    • Column layout

    • Dynamic layout

    • Screen layout

    • Repeating layout

    Correct Answer
    A. Dynamic layout
    Explanation
    A dynamic layout is the most suitable choice for displaying the book cover pictures in this scenario. This layout allows the pictures to be displayed in a row, similar to words in a sentence, and when the row reaches the full width of the screen, it wraps around to begin a new row. This ensures that the pictures are displayed in a visually appealing and organized manner, regardless of the screen size or resolution.

    Rate this question:

  • 23. 

    An application allows bank customer to apply for a credit card. During the process of applying for the credit card,customers can elect to transfer a balance to the card.The bank currently offers three balance transfer options for customers applying for a new credit card:1. 0 percent interest for 6 months.2. 2.9 percent interest for 12 months.3. 3.9 percent interest for 24 months.The bank requires that customers first elect whether to transfer a balance. If customers elect to transfer a balance,they must select one of the three options.Which control allows you to display all the balance transfer offers on the form, but only allows the customer to selectone offer?

    • Text area

    • Picklist

    • Radio buttons

    • Check box

    Correct Answer
    A. Radio buttons
    Explanation
    Radio buttons allow the customer to select only one offer from the available balance transfer options. Unlike checkboxes, which allow multiple selections, radio buttons restrict the selection to a single option. Therefore, radio buttons are the appropriate control to display all the balance transfer offers and ensure that the customer can only select one offer.

    Rate this question:

  • 24. 

    Which of the following scenarios requires the configuration of an action set?

    • Clicking a button clears the fields in a form.

    • Selecting a check box shows additional input fields.

    • Reducing the screen width converts an inline to a stacked dynamic layout.

    • Entering a text value in a numeric field displays a custom error message.

    Correct Answer
    A. Clicking a button clears the fields in a form.
    Explanation
    In this scenario, when a button is clicked, the action set configuration is required to clear the fields in a form. An action set is a set of actions that are triggered by an event. In this case, the event is the button click, and the action is to clear the fields. The configuration of an action set allows for the definition of specific actions to be performed when a certain event occurs.

    Rate this question:

  • 25. 

    You are creating a series of user forms for a travel reservation process. The forms contain fields that display valuesthat are calculated by the system. You want to perform the calculations whenever the user changes a selection ratherthan when a form is submitted. Which rule type would you use to satisfy this requirement?

    • Decision Table

    • Declare Expression

    • Data Transform

    • Decision Tree

    Correct Answer
    A. Declare Expression
    Explanation
    A Declare Expression rule type would be used to satisfy this requirement. Declare Expression rules are used to calculate and display values dynamically based on changes in the system or user input. In this case, whenever the user changes a selection in the form, the Declare Expression rule can be triggered to perform the necessary calculations and update the displayed values accordingly. This allows for real-time calculation and display of values without waiting for the form to be submitted.

    Rate this question:

  • 26. 

    Which requirement is satisfied by configuring a service level agreement?

    • A transaction review is completed within 24 hours.

    • Requests from customers with elite status go to a dedicated work group.

    • Users are notified when they receive an assignment.

    • Transaction dispute cases are considered more urgent than address change cases.

    Correct Answer
    A. A transaction review is completed within 24 hours.
    Explanation
    Configuring a service level agreement ensures that a transaction review is completed within 24 hours. This means that there is a specific agreement in place between the service provider and the customer, stating that any transaction review will be resolved within a maximum time frame of 24 hours. This requirement is satisfied by configuring the service level agreement, as it sets expectations and guarantees a timely resolution for transaction reviews.

    Rate this question:

  • 27. 

    A Service Request case type has a CustomerGrade property. How do you set the value of the CustomerGradeproperty to Silver when a service request case is created?

    • Configure the first connector in the first rule to set the Customergrade property value.

    • Configure the CustomerGrade property with a default value.

    • Configure a declare expression to set the CustomerGrade property value.

    • Configure the pyDefafult data transform to set the CustomerGrade property value.

    Correct Answer
    A. Configure the pyDefafult data transform to set the CustomerGrade property value.
  • 28. 

    An application allows bank customer to apply for a credit card. During the process of applying for the credit card,customers can elect to transfer a balance to the card.The bank currently offers three balance transfer options for customers applying for a new credit card:4. 0 percent interest for 6 months.5. 2.9 percent interest for 12 months.6. 3.9 percent interest for 24 months.The bank requires that customers first elect whether to transfer a balance. If customers elect to transfer a balance,they must select one of the three options.Which type of rule do you use to test whether the customer has decided to transfer a balance?

    • Data transform

    • Declare expression

    • When rule

    • Activity

    Correct Answer
    A. When rule
    Explanation
    The correct answer is "When rule". A When rule is used to test a condition and execute a set of actions based on the result of that condition. In this case, the When rule would be used to check whether the customer has decided to transfer a balance. If the customer has elected to transfer a balance, the When rule would trigger the actions associated with that decision, such as prompting the customer to select one of the three balance transfer options.

    Rate this question:

  • 29. 

    An application that generates auto insurance quotes allows users to add a substitute transportation reimbursementoption to their coverage. Users who add this option are required to select one of three reimbursement levels:-UP to $10/day-UP to $25/day-UP to $50/dayYou must configure a form to add a check box that allows user to select the substitute transportation reimbursementoption. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar tothe following example.How do you configure the UI to present users with the set of reimbursement levels only if the user selects thereimbursement option?

    • Add a validate rule to the check box control.

    • Add a refresh when condition on the check box control.

    • Add a validate rule to the flow action.

    • Add a visible when condition on the radio button control.

    Correct Answer
    A. Add a visible when condition on the radio button control.
    Explanation
    To configure the UI to present users with the set of reimbursement levels only if the user selects the reimbursement option, you would add a visible when condition on the radio button control. This means that the reimbursement levels will only be visible to the user if they have selected the reimbursement option.

    Rate this question:

  • 30. 

    The approval process for a purchase request case must satisfy the following requirements:-A request for office supplies placed by the Facilities department that totals EUR100 or less is automatically approved.-A request for software is automatically rejected unless requested by the IT department.-Any request that exceeds EUR1000 is automatically subject to review by the Auditing department.Which type of rule would you configure to satisfy this requirement?

    • Declare expression

    • When

    • Decision tree

    • Map value

    Correct Answer
    A. Decision tree
    Explanation
    A decision tree would be the appropriate type of rule to configure in order to satisfy the given requirements. A decision tree allows for the evaluation of multiple conditions and the execution of different actions based on the outcome of those conditions. In this case, the decision tree would evaluate the conditions for each type of purchase request (office supplies, software, and requests exceeding EUR1000) and automatically approve, reject, or subject to review based on the specific conditions mentioned in the requirements.

    Rate this question:

  • 31. 

    There are several components involved when calling an external service. A data transform is typically used whenprocessing the response returned by the external system. What is the purpose of that data transform?

    • Map the response to the application data structure

    • Perform error handling

    • Map the protocol specific response to the clipboard

    • Finalize the connector

    Correct Answer
    A. Map the response to the application data structure
    Explanation
    The purpose of the data transform in this context is to map the response returned by the external system to the application's data structure. This allows for the proper integration and utilization of the data within the application, ensuring that it is in a format that can be easily processed and understood by the system.

    Rate this question:

  • 32. 

    In which situation is the use of an activity necessary?

    • Setting default values when creating a case

    • Writing a message to a log file

    • Calculating the age from the date of birth

    • Concatenating two strings values

    Correct Answer
    A. Writing a message to a log file
    Explanation
    An activity is necessary when writing a message to a log file because it involves performing a specific action or task. Writing a message to a log file is typically a separate task that requires specific code or instructions to be executed. This can include opening the log file, writing the message to the file, and closing the file. Therefore, using an activity is necessary to ensure that the message is properly written to the log file.

    Rate this question:

  • 33. 

    A new hire process includes a Screen Job Applicant assignment. The recruiter who has been assigned the task shouldcomplete it within 24 hours. If the assignment is not completed in 24 hours, the system automatically sends an emailnotification to the hiring manager.How would you configure the process to ensure that the director receives the email after the goal is passed?

    • Add the SendCorrespondence flow action to the assignment.

    • Add an SLA with an escalation action to the assignment.

    • Add a Send Email shape to the process after the assignment.

    • Add a notification to the assignment.

    Correct Answer
    A. Add an SLA with an escalation action to the assignment.
    Explanation
    Adding an SLA (Service Level Agreement) with an escalation action to the assignment ensures that if the recruiter fails to complete the assignment within 24 hours, the system will automatically trigger the escalation action, which in this case is sending an email notification to the hiring manager. This ensures that the director receives the email after the goal of completing the assignment is passed.

    Rate this question:

  • 34. 

    You are implementing a UI form collecting job applicant information. Users must provide values to certain fieldsbefore submitting the form.Which configuration adds asterisks to indicate the mandatory fields on the form?

    • Configure the mandatory fields as Required in the section rule

    • Use multiple Validate rules for each mandatory field

    • Use an Edit Validate rule to verify if each of the mandatory properties has a value

    • Use a Validate rule to verify the mandatory fields have a value

    Correct Answer
    A. Configure the mandatory fields as Required in the section rule
    Explanation
    Configuring the mandatory fields as "Required" in the section rule will add asterisks to indicate the mandatory fields on the form. This means that users will be notified that they must provide values for these fields before submitting the form.

    Rate this question:

  • 35. 

    An insurance company offers personal property policies. Art collections and wine collections are category as specialtypes of personal properties. The company employs appraisers who are qualified to perform appraisals for either artcollections or wine collections. Appraisers can only perform appraisal assignment in their qualified field.How would you configure the router so that the assignment is worked on by a qualified appraiser? 

    • Associate each appraiser to a work group that uses skill parameters.

    • Associate each appraiser to the appraiser work group.

    • Associate each appraiser to one of two work groups that correspond to the appraisal qualifications.

    • Associate each appraiser to a work group that uses work group parameters.

    Correct Answer
    A. Associate each appraiser to a work group that uses skill parameters.
  • 36. 

    The application contains a case type ORG-App-Work-PurchaseOrder. The case type uses an embedded page to holdcustomer information. The embedded page is of class ORG-App-Data-Customer.What would be the most appropriate “Applies To:” class for a section rule displaying customer information?

    • ORG-App-Work

    • ORG-App-Data-Customer

    • ORG-App-Data

    • ORG-App-Work-PurchaseOrder

    Correct Answer
    A. ORG-App-Data-Customer
    Explanation
    The most appropriate "Applies To:" class for a section rule displaying customer information would be ORG-App-Data-Customer. This is because the embedded page that holds the customer information is of class ORG-App-Data-Customer. Therefore, the section rule should also have the same class to ensure that it can access and display the customer information correctly.

    Rate this question:

  • 37. 

    You have created a series of forms for a vacation booking process. Declarative expressions are used to calculatevalues such as the cost of the flight, hotel, car rental, and taxes. The last form includes a field that displays the totalamount that will be charged on the user’s credit card.How do you configure the calculations so that the total amount is calculated only when the user reaches the lastform?

    • Use the backward chaining option for all the expressions.

    • Use the forward chaining option for the total amount expression. Use backward chaining for all the other expressions.

    • Use the forward chaining option for all the expressions.

    • Use the backward chaining option for the total amount expression. Use forward chaining for all the other expressions.

    Correct Answer
    A. Use the backward chaining option for the total amount expression. Use forward chaining for all the other expressions.
    Explanation
    The correct answer is to use the backward chaining option for the total amount expression and forward chaining for all the other expressions. This means that the calculation for the total amount will only be triggered when the user reaches the last form, as backward chaining only calculates values when they are needed. Forward chaining, on the other hand, calculates values as soon as their inputs are available. This configuration ensures that the total amount is only calculated when all the necessary inputs are provided by the user.

    Rate this question:

  • 38. 

    An insurance claim case type is defined as follows:If the Review claim step is configured to set the status toPending-Investigation?

    • When the Review claim step starts.

    • When the Process claim stage starts.

    • When the Review claim step completes.

    • When Investigate claim step completes.

    Correct Answer
    A. When the Review claim step starts.
    Explanation
    The correct answer is when the Review claim step starts. In the given scenario, the insurance claim case type defines that the status should be set to Pending-Investigation during the Review claim step. Therefore, it is logical to assume that the status will be set at the beginning of this step, which is when it starts.

    Rate this question:

  • 39. 

    You have been asked to create a report that displays the following information:-Assigned case worker (.pxAssignedOperatorID)-Requestor (.pxCreateOperator)-Request date (.pxCreateDateTime)-Due date (.DueDate)-Assigned vendor (.VendorName)The report contains a filter to only return purchase requests with a status (.pyStatusWork) of open.Which property can you optimize to improve report performance?

    • .DueDate

    • .pyStatusWork

    • .pxAssignedOperatorID

    • .pxCreateDateTime

    Correct Answer
    A. .DueDate
    Explanation
    Optimizing the .DueDate property can improve report performance. By optimizing this property, the report will filter and display only the purchase requests that have a specific due date, reducing the amount of data that needs to be processed and improving the overall performance of the report.

    Rate this question:

  • 40. 

    An application that generates auto insurance quotes allows users to add a substitute transportation reimbursementoption to their coverage. Users who add this option are required to select one of three reimbursement levels:-UP to $10/day-UP to $25/day-UP to $50/dayYou must configure a form to add a check box that allows user to select the substitute transportation reimbursementoption. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar tothe following example.Which type of decision rule do you configure to test whether the user has selected the substitute transportationreimbursement option?

    • Decision tree

    • Decision table

    • Map value

    • When rule

    Correct Answer
    A. When rule
    Explanation
    The correct answer is "When rule". A "When rule" is used to test a condition or a set of conditions and perform an action based on the result. In this case, the system needs to check whether the user has selected the substitute transportation reimbursement option. If the user has selected this option, then the system will present the three reimbursement levels as a set of radio buttons. Therefore, a "When rule" would be the appropriate decision rule to configure in order to test this condition.

    Rate this question:

  • 41. 

    A shopping cart contains a list of order items. A customer searches for items by category. The application returns alist of items in that category, including name, description, and unit price. The user can select an item to add in ashopping cart.Which of the following data would you store in a local data source?

    • Customer data

    • Product categories

    • Order details

    • Shopping cart items

    Correct Answer
    A. Shopping cart items
    Explanation
    Storing shopping cart items in a local data source makes sense because these items are specific to each user and are temporary in nature. The local data source can be used to keep track of the items that the user has selected and added to their shopping cart during their current session. Storing customer data, product categories, and order details in a local data source may not be ideal as these pieces of information are likely to be more permanent and may need to be accessed by multiple users or across different sessions.

    Rate this question:

  • 42. 

    During a playback, you place a flow in draft mode to address which limitation?

    • To save an incomplete flow.

    • To prevent additional shapes from being added to the flow.

    • To avoid errors due to references to rules that do not yet exist.

    • To allow users to choose decision outcomes if a decision rule if not yet available.

    Correct Answer
    A. To avoid errors due to references to rules that do not yet exist.
    Explanation
    Placing a flow in draft mode during playback allows you to address the limitation of avoiding errors caused by references to rules that do not yet exist. By doing so, you can ensure that the flow does not encounter any issues or errors when it references rules that are not yet created or available. This helps in preventing any disruption or malfunctioning of the flow during its execution.

    Rate this question:

  • 43. 

    On an Account Management form, you need to add a link control for changing the mailing address. When users clickthe link, the application runs a ChangeAddress flow in a modal dialog.How do you implement this requirement?

    • Configure an action set on the link to launch the flow in a modal dialog.

    • Configure the flow to render its UI in a modal dialog instead of a section.

    • Configure the edit mode of the link to display the flow UI in a modal dialog.

    • Configure a visible when condition on the link to display the flow in a modal dialog.

    Correct Answer
    A. Configure an action set on the link to launch the flow in a modal dialog.
    Explanation
    The correct answer is to configure an action set on the link to launch the flow in a modal dialog. This is the appropriate way to implement the requirement because an action set allows you to define a set of actions that will be performed when the link is clicked. By configuring the action set to launch the flow in a modal dialog, you ensure that the flow will be displayed in a separate dialog box rather than within the current section or page. This provides a better user experience and allows the user to easily make changes to their mailing address without navigating away from the current page.

    Rate this question:

  • 44. 

    You have created a new report that contains a list of employees, hire dates, and managers. You have been asked todisplay each manager in a row. Beneath each manager row, you must list the manager’s employees and their hiredates. How would you support this request?

    • Summarize the manager column

    • Sort the manager column

    • Group the manager column

    • Filter the manager column

    Correct Answer
    A. Group the manager column
    Explanation
    To support the request of displaying each manager in a row and listing their employees and hire dates beneath it, you would need to group the manager column. Grouping the manager column will consolidate all the employees and their hire dates under each respective manager, allowing for a clear and organized presentation of the information. This will enable easy identification and understanding of the relationship between managers and their employees.

    Rate this question:

  • 45. 

    You have been asked to create a sequence of user forms for a travel reservation process. The forms contain fieldsthat require calculation. For which reason do you use a declare expression to calculate values?

    • To perform the calculation in a specific case stage

    • To perform the calculation when a form is submitted

    • To perform the calculation when the user clicks a button

    • To perform the calculation wherever a field is updated

    Correct Answer
    A. To perform the calculation wherever a field is updated
    Explanation
    A declare expression is used to calculate values wherever a field is updated. This means that whenever a user enters or updates data in a field, the declare expression will automatically perform the calculation and update the corresponding values. This ensures that the calculations are always up to date and accurate, regardless of when or where the field is updated. It provides real-time calculations and eliminates the need for manual calculations or separate calculations triggered by specific events such as form submission or button clicks.

    Rate this question:

  • 46. 

    In which of the following situations would you use a SQL connector?

    • Execute a complex SQL statements such as a stored procedure

    • Write to a table as part of a distributed transaction

    • Update a table in an external database

    • Retrieve a large list of reference data

    Correct Answer
    A. Execute a complex SQL statements such as a stored procedure
    Explanation
    A SQL connector would be used in the situation of executing complex SQL statements such as a stored procedure. SQL connectors are used to establish a connection between a program or application and a SQL database, allowing the program to send SQL queries and commands to the database for execution. In the case of executing complex SQL statements, a SQL connector would facilitate the communication between the program and the database, ensuring that the statements are properly executed and the desired results are obtained.

    Rate this question:

  • 47. 

    You have designed a decision tree that you want to unit test. You want to test various input values to ensure that youget the expected results. How would you unit test your decision tree?

    • Check the decision tree for conflicts

    • Add the decision tree to a decision shape in your application and create cases using various input values.

    • Run the decision tree and enter values on the test page.

    • Check the decision tree for completeness.

    Correct Answer
    A. Run the decision tree and enter values on the test page.
    Explanation
    To unit test the decision tree, you would run the decision tree and enter values on the test page. This allows you to simulate different input values and observe the expected results. By executing the decision tree with various inputs, you can verify if it is functioning correctly and producing the desired outcomes. This method of testing helps ensure that the decision tree is working as intended and provides confidence in its performance.

    Rate this question:

  • 48. 

    You are designing a case type that includes a process to perform when a case is rejecting. How do you model thisrequirement in the case life cycle?

    • Add an alternate stage and add the rejection process as an optional process to the stage.

    • Add the rejection process to all the primary stages as an optional process.

    • Add a primary stage and add the rejection process to the stage.

    • Add an alternate stage and add the rejection process to the stage.

    Correct Answer
    A. Add an alternate stage and add the rejection process to the stage.
    Explanation
    To model the requirement of performing a process when a case is rejecting, you should add an alternate stage to the case life cycle and include the rejection process as an optional process within that stage. This allows for the rejection process to be performed when necessary, without being mandatory for all cases or stages.

    Rate this question:

  • 49. 

    An applicant submits a loan request.The system validates information on the loan application and calculates the applicant’s credit score based on creditreports and the customer’s account history with the bank.If the customer’s credit score is unacceptable, the customer is notified of the result and the loan application is closed.If the customer’s credit is acceptable, the loan application is forwarded to a loan officer for review.If the loan officer approves the loan request, the loan application is sent to the underwriting department forprocessing.If the loan officer rejects the loan request, the customer is notified of the result and the loan application is closed.Select the case life cycle design that most closely fellows the guidelines for identifying and naming stages for the usecase.

    • Primary stages: New->Credit Check->Review->Underwriting Alternate Stage: Rejected

    • Primary stages: Loan Request->Loan reviewed->Loan rejected->Loan Funded

    • Primary stages: New->Review->Rejected->Underwriting

    • Primary stages: Loan Submitted->Check Credit->Review Loan->Fund Loan Alternate Stage: Reject Request

    Correct Answer
    A. Primary stages: New->Credit Check->Review->Underwriting Alternate Stage: Rejected
    Explanation
    The correct answer is "Primary stages: New->Credit Check->Review->Underwriting
    Alternate Stage: Rejected". This design closely follows the guidelines for identifying and naming stages for the use case. It starts with the "New" stage where the loan request is submitted, then moves to "Credit Check" where the system validates the information and calculates the credit score. Next is the "Review" stage where the loan application is forwarded to a loan officer for review. If the loan request is rejected, it goes to the "Rejected" alternate stage. If the loan request is approved, it moves to the "Underwriting" stage for processing.

    Rate this question:

Quiz Review Timeline (Updated): Jun 26, 2024 +

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

  • Current Version
  • Jun 26, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 26, 2017
    Quiz Created by
    RameshJoel
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.