Ssa 7.3/7.4 Completo

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 Rafael
R
Rafael
Community Contributor
Quizzes Created: 1 | Total Attempts: 857
| Attempts: 857
SettingsSettings
Please wait...
  • 1/152 Domande

    What advantage does skimming provide over lock and roll as a versioning option?

    • Skimming saves checked out rules. Lock and roll does not save checked out rules.
    • Pega provides a skimming wizard but not a lock and roll wizard.
    • Skimming is most efficient for major and minor updates. Lock and roll is most useful for patches.
    • Skimming carries blocked rules forward. Lock and roll does not carry blocked rules forward.
Please wait...
Ssa 7.3/7.4 Completo - Quiz


Quiz Preview

  • 2. 

    A ________ defines the look and feel of an application.

    • Skin

    • Control

    • Format

    • Mixin

    Correct Answer
    A. Skin
    Explanation
    A skin defines the look and feel of an application. It includes the visual elements such as colors, fonts, and graphics that determine the overall appearance of the user interface. By applying a skin, developers can customize the visual design of an application to align with the desired aesthetic and branding. Skins are often used in user interface frameworks to provide a consistent and visually appealing experience across different devices and platforms.

    Rate this question:

  • 3. 

    Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset? (Choose Two)

    • Use DB trace to identify conflicts

    • Check in rules to merge

    • Review conflicts and warnings

    • Check out rules to merge

    Correct Answer(s)
    A. Check in rules to merge
    A. Review conflicts and warnings
    Explanation
    After developing branch rules, the first step is to check in the rules to merge them into the main ruleset. This ensures that the changes made in the branch are saved and ready to be merged with the main ruleset. The second step is to review conflicts and warnings. This involves identifying any conflicts or issues that may arise when merging the branch rules with the main ruleset. By reviewing conflicts and warnings, any necessary adjustments or resolutions can be made before proceeding with the merge.

    Rate this question:

  • 4. 

    What does the orange triangle in this screen indicate?

    • The data page's connector is not properly configured

    • The data page source system is simulated

    • The service returned an error

    • The service could not be reached

    Correct Answer
    A. The data page source system is simulated
    Explanation
    The orange triangle in this screen indicates that the data page source system is simulated. This means that the data being displayed on the screen is not real-time data from an actual source system, but rather simulated or mock data that has been generated for testing or demonstration purposes.

    Rate this question:

  • 5. 

    Use the ________________ keyword to reference a parameter in the same rule in which the parameter is defined.

    • Local

    • Param

    • THIS

    • Parent

    Correct Answer
    A. Param
    Explanation
    The correct answer is "Param." The "Param" keyword is used to reference a parameter in the same rule in which the parameter is defined. This allows the parameter to be accessed and used within the rule to perform calculations or make comparisons.

    Rate this question:

  • 6. 

    When creating a new ruleset version, what extra step must the system architect perform?

    • Rulesets cannot be versioned.

    • There are no extra steps if the ruleset version is up-to-date.

    • Change the decision table item numbers.

    • Lock the ruleset to prevent automatic versioning.

    Correct Answer
    A. There are no extra steps if the ruleset version is up-to-date.
    Explanation
    When creating a new ruleset version, there are no extra steps required if the ruleset version is already up-to-date. This means that the current version of the ruleset already includes all the necessary changes and updates, so there is no need for any additional actions or modifications.

    Rate this question:

  • 7. 

    Ok - In processing a parent case P-1, two child cases C-1 and C-2 are created. Which of the following statements is correct about the processing of P-1, C-1, and C-2?

    • C-1 must be resolved before C-2 can be resolved.

    • Either C-1 or C-2 must be resolved before P-1 can be resolved.

    • P-1 must be resolved before either C-1 or C-2 can be resolved.

    • Both C-1 and C-2 must be resolved before P-1 can be resolved.

    Correct Answer
    A. Both C-1 and C-2 must be resolved before P-1 can be resolved.
    Explanation
    Both C-1 and C-2 must be resolved before P-1 can be resolved. This means that the resolution of both child cases is a prerequisite for resolving the parent case. In other words, the parent case cannot be resolved until both of its child cases have been resolved.

    Rate this question:

  • 8. 

    Ok - Users can select a check box to subscribe to a messaging service. Selecting the check box displays a field for a user to enter a mobile phone number. How do you configure the application to display a field for entering a mobile phone number only when the check box is selected?

    • Use a when condition in the flow to branch the flow based on case data.

    • Use a when condition in the UI form to determine whether to show the mobile phone number field.

    • Use a circumstance on the check box property to create a rule variant that is effective when the check box is selected.

    • Use a when condition in a data transform to determine whether to show the mobile phone number field.

    Correct Answer
    A. Use a when condition in the UI form to determine whether to show the mobile phone number field.
    Explanation
    The correct answer is to use a when condition in the UI form to determine whether to show the mobile phone number field. This means that the form will check the condition (whether the check box is selected) and only display the mobile phone number field if the condition is true.

    Rate this question:

  • 9. 

    Which record do you configure to add an item to the left-pane menu in the Case Manager portal?

    • Navigation record

    • Portal record

    • Skin record

    • Harness record

    Correct Answer
    A. Navigation record
    Explanation
    A navigation record is used to configure and add an item to the left-pane menu in the Case Manager portal. This record allows administrators to define the structure and hierarchy of the menu, including the items that appear in it. By configuring a navigation record, administrators can easily customize the left-pane menu to include the desired items and provide easy navigation for users within the Case Manager portal.

    Rate this question:

  • 10. 

    Which layer of the Enterprise Class Structure contains generalized assets that are then extended by specific implementations?

    • Framework

    • Division

    • Implementation

    • Organization

    Correct Answer
    A. Framework
    Explanation
    The correct answer is Framework. In the Enterprise Class Structure, the Framework layer contains generalized assets that serve as a foundation for specific implementations. These assets provide a structure and set of functionalities that can be extended and customized to meet the specific needs of an organization. The Framework layer promotes consistency, reusability, and efficiency by providing a common set of resources that can be leveraged across different implementations.

    Rate this question:

  • 11. 

    What task must you perform in order to persist a temporary case?

    • Add an object ID to the case

    • Add a Persist Case SmartShape to the process.

    • Add a persistence condition to the case type.

    • Configure pyStartCase to persist a case.

    Correct Answer
    A. Add a Persist Case SmartShape to the process.
    Explanation
    To persist a temporary case, you need to add a Persist Case SmartShape to the process. This SmartShape allows the case to be saved and stored in the system, ensuring its persistence. By adding this SmartShape, the temporary case will become a permanent case and its data will be retained even after the process is completed.

    Rate this question:

  • 12. 

    Which symbolic index keyword adds an element to the end of a page list property?

    • <CURRENT>

    • <INSERT>

    • <PREPEND>

    • <APPEND>

    Correct Answer
    A. <APPEND>
    Explanation
    The symbolic index keyword "" adds an element to the end of a page list property. This keyword is used to insert a new element at the end of the list, expanding its size by one.

    Rate this question:

  • 13. 

    An error is generated as a connector invokes a remote service. Which of the following could be an example of a transient error? 

    • The returned order total is incorrectly calculated.

    • The service is running on a system that is temporarily not available

    • The request format is not understood by the service

    • The request is sent to the wrong system.

    Correct Answer
    A. The service is running on a system that is temporarily not available
    Explanation
    A transient error refers to a temporary issue that occurs while invoking a remote service. In this scenario, if the service is running on a system that is temporarily not available, it can result in an error. This could happen due to various reasons such as server maintenance, network connectivity problems, or system overload. Once the system becomes available again, the error is resolved, and the service can be invoked successfully.

    Rate this question:

  • 14. 

    Which of the following tools is generally used first when analyzing system performance?

    • Database Trace

    • Performance Analyzer

    • Performance Profiler

    • Clipboard

    Correct Answer
    A. Performance Analyzer
    Explanation
    The Performance Analyzer is generally used first when analyzing system performance. This tool allows for the collection and analysis of performance data, such as CPU usage, memory usage, and disk I/O. By using the Performance Analyzer, analysts can identify any performance bottlenecks or issues within the system and take appropriate actions to optimize its performance. The other options, including Database Trace, Performance Profiler, and Clipboard, are not typically used as the initial tools for analyzing system performance.

    Rate this question:

  • 15. 

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

    • Use multiple Validate rules for each mandatory field

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

    • Configure the mandatory fields as Required in the section rule

    • Use an Edit Validate rule to verify if each of the mandatory properties has 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 required to provide values for these fields before they can submit the form.

    Rate this question:

  • 16. 

    How is the signature stored in the application when using a Signature Capture control?

    • A field value

    • A page list

    • An attachment

    • A class

    Correct Answer
    A. An attachment
    Explanation
    Signatures are stored as an attachment to a case

    Rate this question:

  • 17. 

    Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?

    • Final

    • Not Available

    • Blocked

    • Withdrawn

    Correct Answer
    A. Withdrawn
    Explanation
    The rule availability setting "Withdrawn" can be used to force the system to look for an instance of the rule in the next highest class or ruleset. When a rule is marked as "Withdrawn," it means that it is no longer active or available for use. In this case, the system will automatically search for an instance of the rule in the next highest class or ruleset to ensure that the required functionality is still accessible.

    Rate this question:

  • 18. 

    Ok - While running an application, a user notes that a system exception occurred. Which log do you review to identify the issue

    • Pega

    • BIX

    • Alert

    • AlertSecurity

    Correct Answer
    A. Pega
    Explanation
    To identify the issue of a system exception that occurred while running an application, the user should review the Pega log. The Pega log contains detailed information about the application's runtime behavior, including any errors or exceptions that may have occurred. By reviewing the Pega log, the user can identify the specific details of the exception and take appropriate actions to resolve the issue.

    Rate this question:

  • 19. 

    A user is granted access to an application which lists HRApps:02-02 under Application rulesets. The ruleset contains rules in the versions below: Which of the following rules can the user access?

    • Rule_D

    • Rule_B and Rule_C

    • All rules

    • Rule_B, Rule_C, and Rule_D

    Correct Answer
    A. Rule_B, Rule_C, and Rule_D
    Explanation
    The user can access Rule_B, Rule_C, and Rule_D because these rules are all part of the HRApps:02-02 ruleset, which the user has been granted access to.

    Rate this question:

  • 20. 

    In a prepare job offer process, you  configured a Split For Each shape. The shape runs a compensation approval subprocess to a list containing four managers. The prepare job offer process resumes as soon as one manager completes the approval process. Which join condition in the Split For Each shape supports this requirement? 

    • A Some join condition

    • An All join condition

    • An Any join condition

    • An Iterate join condition

    Correct Answer
    A. An Any join condition
    Explanation
    An Any join condition in the Split For Each shape supports the requirement of the prepare job offer process to resume as soon as one manager completes the approval process. This means that the process will proceed if any of the four managers completes the approval, rather than waiting for all of them to complete or iterating through each manager.

    Rate this question:

  • 21. 

    An activity executes the following five steps on an integer property in the sequence shown.
    1. Property-Set (value = 5)
    2. Obj-Save
    3. Property-Set (value = 10)
    4. Obj-Save with Write now
    5. Commit
    What is the value in the database after all five steps complete?

    • 5

    • 10

    • 15

    • Unchanged

    Correct Answer
    A. 5
    Explanation
    After all five steps complete, the value in the database will be 5. This is because the first Property-Set step sets the value of the integer property to 5. The Obj-Save step saves the object with the updated property value. The second Property-Set step then changes the value to 10, but the Obj-Save with Write now step is not executed immediately. Finally, the Commit step is executed, which saves all the changes made so far. Since the Obj-Save with Write now step was not executed, the value in the database remains unchanged at 5.

    Rate this question:

  • 22. 

    Ok - In which of the following situations would you configure global resource settings?

    • The credentials for a REST service differ between development and production environments.

    • The thresholds for a SLA are set to hours instead of days on a testing environment.

    • A SAP connector returns simulated data in the development environment.

    • Two SOAP connectors execute in parallel to improve performance.

    Correct Answer
    A. The credentials for a REST service differ between development and production environments.
    Explanation
    In this scenario, you would configure global resource settings to handle the situation where the credentials for a REST service differ between the development and production environments. By configuring global resource settings, you can define different sets of credentials for the REST service in each environment, ensuring that the appropriate credentials are used depending on the environment. This helps to maintain security and ensure that the REST service functions correctly in both development and production environments.

    Rate this question:

  • 23. 

    Which two of the following options are user interface best practices to display a list of items to a user who may access the application on mobile and non-mobile devices? (Choose Two)

    • Source the list using a data page.

    • Define the layout widths in pixels.

    • Use a grid and mark the columns in the grid as primary, secondary, and other.

    • Use a repeating dynamic layout.

    Correct Answer(s)
    A. Use a grid and mark the columns in the grid as primary, secondary, and other.
    A. Use a repeating dynamic layout.
    Explanation
    The use of a grid and marking the columns as primary, secondary, and other is a user interface best practice because it allows for organized and structured display of information, making it easier for the user to understand and navigate the list of items.

    Using a repeating dynamic layout is also a best practice as it allows for a responsive design that can adapt to different screen sizes and devices, ensuring a consistent and user-friendly experience for both mobile and non-mobile users.

    Rate this question:

  • 24. 

    You want to create a reusable font style for buttons, and links. To do this, you would create a ___________.

    • Control

    • Overlay

    • Mixin

    • Format

    Correct Answer
    A. Mixin
    Explanation
    To create a reusable font style for buttons and links, you would create a mixin. A mixin is a piece of code that can be reused in multiple places within a program. It allows you to define a set of styles or properties and apply them to different elements. In this case, you can define the font style for buttons and links in a mixin and then easily apply it to any button or link throughout your project, ensuring consistency and saving time.

    Rate this question:

  • 25. 

    Which two of the following prerequisites would you choose to create a branch rule for parallel development? (Choose Two)

    • Save a copy of the original rule into the base ruleset

    • Create a team application

    • Give team members access to the team application

    • Circumstance the original rule

    Correct Answer(s)
    A. Create a team application
    A. Give team members access to the team application
    Explanation
    To create a branch rule for parallel development, it is necessary to create a team application and give team members access to that application. By creating a team application, a separate environment is established for the parallel development process. Giving team members access to the team application ensures that they can collaborate and work on the branch rule simultaneously. This allows for independent development without affecting the original rule or the work of other team members.

    Rate this question:

  • 26. 

    Which two fields are required when adding a parameter to a rule? (Choose Two)

    • Required

    • Default value

    • Data type

    • Name

    Correct Answer(s)
    A. Data type
    A. Name
    Explanation
    When adding a parameter to a rule, the two required fields are the data type and the name. The data type specifies the type of data that the parameter will accept, such as text, number, or date. The name is used to identify the parameter and is typically a descriptive label. The default value and the "Required" field are optional and can be set based on the specific requirements of the rule.

    Rate this question:

  • 27. 

    You have added weighted conditions to  duplicate case search in a case type. How do you configure the  condition fields to differentiate between fields on the current case and fields on the existing case? 

    • Suffix the keyword Primary to the value used in the current case.

    • Prefix the keyword Primary to the value used in the existing case

    • Suffix the keyword Primary to the value used in the existing case

    • Prefix the keyword Primary to the value used in the current case.

    Correct Answer
    A. Prefix the keyword Primary to the value used in the current case.
    Explanation
    To differentiate between fields on the current case and fields on the existing case when adding weighted conditions to duplicate case search, you need to prefix the keyword "Primary" to the value used in the current case. This allows the system to identify and distinguish between the two cases, ensuring accurate search results.

    Rate this question:

  • 28. 

    In which of the following situations would you simulate a data page?

    • When the connector is available for the integration

    • When the data page writes data to the external system

    • When the interface definition is not finalized

    • When a large amount of data needs to be simulated

    Correct Answer
    A. When the interface definition is not finalized
    Explanation
    When the interface definition is not finalized, it is necessary to simulate a data page. This is because without a finalized interface definition, the actual data source or structure may not be available. Simulating a data page allows the integration to proceed without relying on the actual data source, ensuring that the development and testing can continue even before the interface is fully defined.

    Rate this question:

  • 29. 

    Identify the log you examine to view warnings, errors, and information messages about internal operations.

    • Alert log

    • Services-PAL

    • Pega log

    • BIX log

    Correct Answer
    A. Pega log
    Explanation
    The Pega log is the correct answer because it is the log that contains warnings, errors, and information messages about internal operations. The other options, such as the Alert log, Services-PAL, and BIX log, may contain different types of logs or information but not specifically related to internal operations.

    Rate this question:

  • 30. 

    When a process is configured to create temporary cases, which of the following occurs when a user creates a case?

    • Data is stored in the database.

    • The case is stored in memory.

    • The system stores case data on a clipboard page specifically for temporary cases.

    • The system creates an object ID and stores the case in the database.

    Correct Answer
    A. The case is stored in memory.
    Explanation
    When a process is configured to create temporary cases, the case is stored in memory. This means that the case data is not permanently stored in the database, but rather kept temporarily in the system's memory. This allows for faster processing and retrieval of the case information, but it also means that the data will be lost once the system is restarted or the session is ended. Storing the case in memory is useful for scenarios where the case data is not required to be persisted long-term and can be discarded after the process is completed.

    Rate this question:

  • 31. 

    The TGB organization structure has a Sales unit, and it belongs to a Marketing division. TGB plans to add new units for the East, Central, and West geographical sales regions. These regional units report to the Sales unit. How do you configure the organizational hierarchy to support the new structure?

    • Add the regional units to the Marketing division.

    • Add the regional units as sub-units to the Sales unit.

    • Add a new Regional unit to the Marketing division and add the East, Central, and West regional units as child units to the Regional unit.

    • Add the regional units to the TGB organization.

    Correct Answer
    A. Add the regional units as sub-units to the Sales unit.
    Explanation
    To support the new structure, the regional units should be added as sub-units to the Sales unit. This means that the Sales unit will have control and oversight over the regional units. By adding them as sub-units, it ensures that the regional units report directly to the Sales unit and maintain a clear hierarchical structure within the organization. Adding them to the Marketing division or creating a new Regional unit would not align with the desired reporting structure and hierarchy outlined in the question. Adding them to the TGB organization without specifying their relationship to the Sales unit would also not be appropriate.

    Rate this question:

  • 32. 

    Which of the following record types are editable on a production system?

    • Dynamic System Setting

    • Property

    • SOAP Connector

    • Data Transform

    Correct Answer
    A. Dynamic System Setting
    Explanation
    Dynamic System Settings are editable on a production system. Dynamic System Settings allow administrators to configure system-wide settings that affect the behavior of the application. These settings can be modified in a production environment to customize the application's behavior without requiring a deployment or downtime.

    Rate this question:

  • 33. 

    Ok - When a user selects a product in a list, the application displays data about that product. Data is copied to a page property using the Copy data from a data page option. After the data has been copied to the property, when is the data copied to the property again?

    • When the product is changed.

    • The next time the property is accessed

    • The next time the case is opened

    • Never

    Correct Answer
    A. When the product is changed.
    Explanation
    The data is copied to the property again when the product is changed. This means that whenever the user selects a different product from the list, the application will update the data in the property to reflect the new product's information.

    Rate this question:

  • 34. 

    Ok - You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application. How do you satisfy the request?

    • Add the Open-Review status to the Application record for the application.

    • Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group

    • Circumstance the existing Open Field Value record on the application name and update the status value to Open-Review.

    • Create a Field Value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application.

    Correct Answer
    A. Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group
    Explanation
    The correct answer is to create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group. This means that the Open-Review status will be applied to assignments in the specific application, as requested.

    Rate this question:

  • 35. 

    Select two of the following best practices to follow when designing mobile applications. (Choose Two)

    • Avoid sourcing controls and grids from data pages.

    • Use controls that allow tapping.

    • Layout widths should be specified in pixels since the response breakpoint is set in pixels.

    • Use layout groups instead of containers to group sections in harnesses.

    Correct Answer(s)
    A. Use controls that allow tapping.
    A. Use layout groups instead of containers to group sections in harnesses.
    Explanation
    The first best practice is to use controls that allow tapping. This means using controls that are designed to be easily tapped or clicked on a mobile device, such as buttons or links, to enhance the user experience and make it easier for users to interact with the application. The second best practice is to use layout groups instead of containers to group sections in harnesses. Layout groups provide more flexibility in organizing and arranging sections within a mobile application, allowing for better responsiveness and adaptability to different screen sizes.

    Rate this question:

  • 36. 

    Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases. Which two approaches could you use to  modify the duplicate case search process so that it produces fewer invalid duplicates? (Choose Two)

    • Do not use a must match condition.

    • Adjust the threshold value.

    • Add a Persist Case step after the Duplicate Search step.

    • Adjust the condition weights.

    Correct Answer(s)
    A. Adjust the threshold value.
    A. Adjust the condition weights.
    Explanation
    To reduce the number of invalid duplicates in management reports, two approaches can be used. Firstly, adjusting the threshold value can help in setting a higher similarity score required for cases to be considered duplicates. This will filter out cases that are not closely related and reduce the number of false duplicates. Secondly, adjusting the condition weights can be effective as it allows assigning more importance to certain conditions, making the search process more accurate and reducing the chances of incorrect duplicate identification.

    Rate this question:

  • 37. 

    Field values enable you to _________________.

    • Customize a list of allowed values for a property based on the context of the property

    • Set default values for a property

    • Define the values used in a circumstance template

    • Test the validity of an input value

    Correct Answer
    A. Customize a list of allowed values for a property based on the context of the property
    Explanation
    Field values enable you to customize a list of allowed values for a property based on the context of the property. This means that you can define specific values that are valid for a particular property, ensuring that only those values can be selected or entered. This customization allows for more precise and tailored data entry, ensuring accuracy and consistency in the information being captured.

    Rate this question:

  • 38. 

    How do you customize the allowed values for a property based on the context of the property using field values?

    • Create a ruleset for each context, then create a field value record for each value and add the field value record to the appropriate ruleset.

    • Create a base field value record, then create a circumstance of the base record for each allowed value.

    • Create a field value record and a unique property record for each allowed value in each context.

    • Create a field value record for each value and set the context using the Apply to: field.

    Correct Answer
    A. Create a field value record for each value and set the context using the Apply to: field.
    Explanation
    To customize the allowed values for a property based on the context of the property using field values, you need to create a field value record for each value and set the context using the Apply to: field. This allows you to define specific values for the property based on different contexts, ensuring that the allowed values are tailored to the specific needs of each context. By setting the context using the Apply to: field, you can ensure that the property behaves differently depending on the context in which it is used.

    Rate this question:

  • 39. 

    You have added a cascading approval step that uses an authority matrix. You have specified a decision table to determine the approvers for each case. You have confirmed that the conditions in the decision table are configured correctly. You test the configuration by entering requests that require multiple approvers. However, the system routes all requests to only one approver. Which of the following actions would you take to correct this issue?

    • Add a row to the decision table that evaluates the submitter's workgroup manager

    • Add an approval level for each approver.

    • Set the decision table to evaluate all rows.

    • Specify a page list for the authority matrix.

    Correct Answer
    A. Set the decision table to evaluate all rows.
    Explanation
    The correct action to correct the issue of the system routing all requests to only one approver is to set the decision table to evaluate all rows. This means that the system will consider all the conditions and rules specified in the decision table and select the appropriate approvers based on those conditions. By evaluating all rows, the system will be able to accurately determine the approvers for each case and route the requests accordingly.

    Rate this question:

  • 40. 

    Which answer best describes the benefit of using screen flows?

    • Screen flows help you organize separate tasks into steps so you can control how, when, and by whom work is performed for each step.

    • Screen flows provide a way to add an assignment to a process that is preconfigured with one or more actions a user can take.

    • Screen flows provide an easy way to add a step to a process that is preconfigured with functionality, such as sending an email or creating a case.

    • Screen flows help a single user complete complex tasks by presenting multiple screens in a logical sequence.

    Correct Answer
    A. Screen flows help a single user complete complex tasks by presenting multiple screens in a logical sequence.
    Explanation
    Screen flows help a single user complete complex tasks by presenting multiple screens in a logical sequence. This means that instead of overwhelming the user with all the information at once, screen flows break down the tasks into smaller, manageable steps. This allows the user to focus on one step at a time, ensuring a more organized and efficient process. By presenting the screens in a logical sequence, screen flows guide the user through the process, making it easier to navigate and complete the tasks successfully.

    Rate this question:

  • 41. 

    You  created a data transform to concatenate a user's first and last name values. You add the concatenate data transform to a flow action as a post-processing action. What occurs when the flow runs?

    • The data transform runs every time the user performs the flow action run.

    • The data transform runs after the user enters data in the first name and last name fields.

    • The data transform runs before every flow action run

    • The data transform runs after the flow action runs if the user enters data in the first and last name fields.

    Correct Answer
    A. The data transform runs every time the user performs the flow action run.
    Explanation
    The data transform runs every time the user performs the flow action run. This means that whenever the user triggers the flow action, the data transform will execute and concatenate the user's first and last name values. This ensures that the concatenated value is always up to date and reflects any changes made by the user in the first name and last name fields.

    Rate this question:

  • 42. 

    The purpose of a Circumstance Template is to __________.

    • Define the properties used in a circumstance

    • Define the values used in a circumstance

    • Provide a list of all potential circumstances in one place

    • Provide a template for business users to change circumstances when completing a task

    Correct Answer
    A. Define the properties used in a circumstance
    Explanation
    A Circumstance Template is used to define the properties that are utilized in a circumstance. It helps in specifying the characteristics or attributes that are relevant to a particular situation or condition. By defining these properties, the template provides a framework for understanding and managing different circumstances within a system or process.

    Rate this question:

  • 43. 

    Consider the following table where a correspondence is circumstanced based on country. Version Circumstance 01-01-01 None 01-01-01 .Country = CAN 01-01-10 .Country = USA 01-01-15 None 01-01-20 .Country = USA 01-01-30 .Country = USA, Withdrawn 01-01-30 .Country = CAN If .Country=USA, which version of the correspondence will run?

    • 01-01-20

    • 01-01-10

    • 01-01-15

    • 01-01-30

    Correct Answer
    A. 01-01-15
    Explanation
    Based on the given table, the correspondence with the version 01-01-15 will run when the country is USA. This is because the correspondence with this version is the most recent one that matches the condition ".Country = USA". The other versions either have a different circumstance or are not applicable for the USA country.

    Rate this question:

  • 44. 

    Select two of the following best practices to follow when designing mobile applications. (Choose Two)

    • Avoid sourcing controls and grids from data pages.

    • Use controls that allow tapping.

    • Layout widths should be specified in pixels since the response breakpoint is set in pixels.

    • Use layout groups instead of containers to group sections in harnesses.

    Correct Answer(s)
    A. Use controls that allow tapping.
    A. Use layout groups instead of containers to group sections in harnesses.
    Explanation
    The answer "Use controls that allow tapping" is a best practice because mobile applications are primarily used on touchscreens, so it is important to have controls that can be easily tapped or touched by users. This ensures a better user experience and makes the application more intuitive to use.

    The answer "Use layout groups instead of containers to group sections in harnesses" is also a best practice because layout groups provide more flexibility in organizing and grouping sections in a mobile application's user interface. They allow for better responsiveness and adaptability to different screen sizes and orientations, ensuring that the application looks and functions well on various mobile devices.

    Rate this question:

  • 45. 

    You create a product rule to generate an application archive file for export. Which two actions do you perform before creating the archive file? (Choose Two)

    • Check in the rules that are in the application's rulesets.

    • Create a new version of the application.

    • Unlock the application rulesets.

    • Associate application data instances with application rulesets.

    Correct Answer(s)
    A. Check in the rules that are in the application's rulesets.
    A. Associate application data instances with application rulesets.
    Explanation
    Before creating the archive file, you need to perform two actions. First, you need to check in the rules that are in the application's rulesets, ensuring that all the rules are saved and up to date. Second, you need to associate application data instances with application rulesets, ensuring that the data is properly linked to the rules. These actions are necessary to ensure that the application archive file contains all the required rules and associated data for export.

    Rate this question:

  • 46. 

    Ok - Items selected by a user need to be copied to a page list property. How would you copy over the items?

    • Create a validate rule to copy the selected items.

    • Create a declare expression with the page list property as the target.

    • Create a data transform and call the data transform from a utility shape

    • Add a data transform to the flow action as a post-processing action.

    Correct Answer
    A. Add a data transform to the flow action as a post-processing action.
    Explanation
    To copy over the selected items to a page list property, you would add a data transform to the flow action as a post-processing action. This means that after the flow action is completed, the data transform will be executed to copy the selected items to the page list property. This ensures that the items selected by the user are properly copied over to the desired property.

    Rate this question:

  • 47. 

    You  want to evaluate cases as potential duplicates when the existing cases and the current case have the same create operator. How would you ensure that only cases with the same create operator are evaluated?

    • Add a weighted condition using the create operator value in both condition fields, an equals operation, and weight of 0.

    • Add a weighted condition using the create operator value, an equals operator, and a weight of 100.

    • Add a must match condition using the create operator value and apply a weight of 100.

    • Add a must match condition where the create operator in an existing case is the same as in the current case

    Correct Answer
    A. Add a must match condition where the create operator in an existing case is the same as in the current case
    Explanation
    To ensure that only cases with the same create operator are evaluated, you would add a must match condition where the create operator in an existing case is the same as in the current case. This means that the system will only consider cases as potential duplicates if they have the exact same create operator.

    Rate this question:

  • 48. 

    Pega provides a feature to upload attachments out-of-the box. Which attachment feature must be configured by a system architect?

    • The steps in which attachments are allowed

    • The uploaded attachments are read-only

    • User access to attachments and document security

    • The attachment rule set

    Correct Answer
    A. User access to attachments and document security
    Explanation
    A system architect must configure the user access to attachments and document security feature in Pega. This ensures that only authorized users have access to the attachments and that the documents are secure. By configuring this feature, the system architect can define the permissions and restrictions for accessing and managing attachments, ensuring that sensitive information is protected and only accessible to those who need it.

    Rate this question:

  • 49. 

    Which two of the following options are user interface best practices to display a list of items to a user who may access the application on mobile and non-mobile devices? (Choose Two)

    • Source the list using a data page.

    • Define the layout widths in pixels.

    • Use a grid and mark the columns in the grid as primary, secondary, and other.

    • Use a repeating dynamic layout.

    Correct Answer(s)
    A. Use a grid and mark the columns in the grid as primary, secondary, and other.
    A. Use a repeating dynamic layout.
    Explanation
    Using a grid and marking the columns as primary, secondary, and other allows for a clear and organized display of the list of items, which is beneficial for both mobile and non-mobile devices. A repeating dynamic layout is also a good practice as it allows for flexibility in displaying the items, adapting to different screen sizes and orientations. Both options ensure a responsive and user-friendly interface that can be accessed on various devices.

    Rate this question:

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

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 21, 2019
    Quiz Created by
    Rafael
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.