Ultimate CSA Prep Flashcards
QUESTION:
Which three options can you configure for a mobile app channel? (Choose three)
A. Change the host for a mobile app to a production system, rather than a development system
B. Identify how different mobile devices render UI controls
C. Establish security behavior for a mobile app such as the use of biometric identifiers
D. Define UI behavior for a view when displayed on a mobile device
E. Define the role applied to users when they run the mobile app
B. Identify how different mobile devices render UI controls
C. Establish security behavior for a mobile app such as the use of biometric identifiers
D. Define UI behavior for a view when displayed on a mobile device
QUESTION:
Which two use cases are supported by configuring a mobile channel in App studio? (Choose two)
A. Configure a left swipe behavior to open a message
B. Lock the application after 20 minutes of inactivity
C. Set the width of an application icon to 180x180 pixels
D. Grant access to the application for a specific user
A. Configure a left swipe behavior to open a message
B. Lock the application after 20 minutes of inactivity
QUESTION:
ABC BankCorp operates two subsidiaries, GloboBank and LocalBank, with different brandings. ABC BankCorp wants to create a mobile app experience for both users and customer service representatives (CSRs) for its Transaction Dispute application. Of the following requirements, which two options affect the number of mobile app channels that you need to configure? (Choose Two)
A. Customers can create only dispute cases, while CSRs can also create fraud report cases
B. The app customizes currency units and date/time format according to the user’s locale
C. Mobile apps must support both phones and tablets
D. Mobile app color palette is customized for each subsidiary
A. Customers can create only dispute cases, while CSRs can also create fraud report cases
D. Mobile app color palette is customized for each subsidiary
QUESTION:
Which two statements are true about insights? (Choose Two)
A. Visibility is always shared for insight charts
B. Insights transform data queries into shareable visualizations
C. You can use only preconfigured fields in an insight
D. You can edit application data directly in an insight
E. You can search for and select the fields that you want to include in an insight
F. You can transform sharable visualizations into data queries
B. Insights transform data queries into shareable visualizations
E. You can search for and select the fields that you want to include in an insight
QUESTION:
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as must have. You also create work items to address:
· A future enhancement request to group a set of existing steps into a multistep form
· A dropdown list that is missing one of the required options – This work is in progress because the missing option prevents work from being done
How do you populate the backlog directly from the spreadsheet?
A. Create feedback
B. Create bugs
C. Import Stories
D. Create stories
C. Import Stories
QUESTION:
Which two statements are true about minimum lovable product (MLP) sizing when using the Estimator tool? (Choose Two)
A. MLP complexities set to “high” are reserved for MLP 2 and later
B. MLP sizing leads to precision in the sprint cycle and resource planning
C. Creation of case steps is factored into MLP sizing
D. Initial estimations are high-level and can be refined during sizing
B. MLP sizing leads to precision in the sprint cycle and resource planning
D. Initial estimations are high-level and can be refined during sizing
QUESTION:
A Developer is attempting to reference a validate rule called ValidateCustomer from a flow action applied to a case type called ACME-IT-Work-Ticket. The case type class directly inherits from the Work- class. The case type class does not contain a ValidateCustomer validate rule. Place the classes in the order in which Pega searches for the ValidateCustomer validate rule, from first to last Class
ACME-IT-Work ACME-IT ACME Work- @baseclass
QUESTION:
During playback, a stakeholder prefers to group a set of existing actions into a multistep form. Which work item do you create in Agile Workbench to address this change request?
A. Status
B. User Story
C. Feedback
D. Bug
C. Feedback
Keynote: “prefers”
QUESTION:
For which use case do you create a new rule in a “Pega Platform” application?
A. A developer creates a parallel process to audit changes that a service agent makes
B. A developer makes changes to an email message configured in the case life cycle
C. A designer reuses a UI/section every time the same behavior is needed in the application
D. A business user issues a change request for the application to set the default value of a field
E. A Designer uses Design mode at runtime to modify a view to use a two column template
A. A developer creates a parallel process to audit changes that a service agent makes
QUESTION:
Which two items must be provided by the user to add an external data source to a data object? (Choose Two)
A. The authenticating information, if required by the corresponding service
B. A data transform to map the application data model to the connector
C. Physical access to the external database servers
D. The uniform resource identifier that identifies the web service
E. A simulated data source to test the implementation
A. The authenticating information, if required by the corresponding service
D. The uniform resource identifier that identifies the web service
QUESTION:
- To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceedGBP20000 in credit card debt. How do you enforce these restrictions when requesting an instant loan?
A. Use UI controls to validate the entries in the income and credit card debt fields
B. Use a Validate rule to call two Edit validate rules: one for income and one for credit card debt
C. Use a single Validate rule with two conditions: one for income and one for credit card debt
D. Use two Edit Validate rules; one for income and one for credit card debt
C. Use a single Validate rule with two conditions: one for income and one for credit card debt
QUESTION:
When a user selects an item in a list, the application displays data about that item. 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?
A. Never
B. The next time the case is opened
C. The next time the property is accessed
D. When the item is changed
D. When the item is changed
Keynote: “item in a list”
QUESTION:
What is the relationship between pyWorkPage and case data?
A. pyWorkPage contains only the data entered by users while creating and processing a case
B. pyWorkPage contains all the data pages accessed while creating and processing a case
C. pyWorkPage contains only the data generated by the system while creating and processing a case
D. pyWorkPage contains all the case data generated while creating and processing a case
D. pyWorkPage contains all the case data generated while creating and processing a case
QUESTION:
A retail store wants an application to process a new customer loyalty account. The customer enters their contact information, including name, email, phone number, and address. This information is displayed in a data relationship. What type of data relationship do you create?
A. A Data reference field
B. An Embedded data field
C. A Case reference field
D. A Query field
B. An Embedded data field
Keynote: “new customer”
QUESTION:
Which two statements about data records are true? (Choose Two)
A. Data records are displayed in a drop-down list by default
B. Data records require external storage
C. Data records define permissible values for data fields
D. Data records are displayed in a searchable text field by default
A. Data records are displayed in a drop-down list by default
C. Data records define permissible values for data fields
QUESTION:
Car Insurance quote requires a view for potential customers to enter information to process the request. What are two primary decisions to make before you add fields to the view? (Choose Three) Note: Sometimes they will remove one option and ask to choose to two
A. Are processing actions applied to the field?
B. How do users enter values into the field?
C. Is field entry required?
D. Does the field require a data source?
E. Do users need to see the field?
B. How do users enter values into the field?
C. Is field entry required?
E. Do users need to see the field?
(Keynote: “before”)
QUESTION:
Which issue do you address by simulating a data source? (Select one)
A. The product database moves to a new data source accessible by a web service that is not yet configured
B. In production, the customer database needs to be taken off-line overnight for scheduled maintenance
C. You need to test a save plan for a savable data page that updates the cost of coverage options for insurance policies
D. An Embedded data field needs simulated data for testing a customer creation view
E. You need to capture performance metrics when a case processes large amounts of local data
A. The product database moves to a new data source accessible by a web service that is not yet configured
QUESTION:
Which two data requirements ensure valid data? (Choose Two)
Or
Which two requirements ensure that valid data is used in a case? (Choose Two)
A. The data fits the business logic
B. The data is organized in a data “object?”
C. The data is locally sourced
D. The data is the correct type or (The Data is organized in a data type)
A. The data fits the business logic
D. The data is the correct type or (The Data is organized in a data type)
QUESTION:
In a Credit Card Payment case type, you want to set the payment amount to the minimum amount due when creates a case. How do you set the payment amount?
A. Configure a field validation on the payment amount
B. Configure the payment amount as a calculated field
C. Configure the payment amount field to reference the minimum amount due
D. Configure the pySetfieldDefaults data transform to set the default value
D. Configure the pySetfieldDefaults data transform to set the default value
QUESTION:
You are designing a form for an online bookstore to show new arrivals. Which layout do you use to display the book cover pictures, as shown in the image?
A. Dynamic layout
B. Repeating dynamic layout
C. Column layout
D. Screen layout
B. Repeating dynamic layout
QUESTION:
Which two statements are true about styling controls in App Studio? (Choose Two)
A. Developers can configure a Date Time control to display as a text field, dropdown list, or calendar control
B. Developers must create a new style format to apply styling to an out-of-the-box button control
C. Developers can configure a link control to change the border color when users hover over the control
D. Developers can configure a text input control to change the background when users click on the control
E. Developers can configure a button control to hide when users click the control
A. Developers can configure a Date Time control to display as a text field, dropdown list, or calendar control
E. Developers can configure a button control to hide when users click the control
(Keynote: “App Studio” & button controls can be configured there)
QUESTION:
You need to localize correspondence into a language that is unavailable in the Pega language pack. Which option satisfies the requirement?
A. Run the Localization wizard and add translations to Translation.html
B. Create the Translation rule manually and include the rule in the application ruleset
C. Configure a field value record that contains the correspondence text
D. Leverage translation services SOAP calls and enable records for translation
A. Run the Localization wizard and add translations to Translation.html
QUESTION:
You need to test whether a user interface is suitable for users with visual disabilities, such as Deuteranopia (red-green confusion). How do you perform this task?
A. Enable the Live UI tool
B. Unit test section rules
C. Use a screen reader extension
D. Use the Accessibility Inspector
D. Use the Accessibility Inspector
QUESTION:
All managers must be able to view the Employee vacation requests report in their Manager portal dashboards. Which configuration fulfills this requirement?
A. Add a report widget to the portal dashboard, and then click Publish
B. Create a new landing page on the portal with the new report saved in a public category
C. Add a report widget to the portal dashboard, and then click Publish to default
D. Add the report to a public category and then add the out-of-the-box Reports landing page to the portal
C. Add a report widget to the portal dashboard, and then click Publish to default