CSSA 8 Assessment Questions

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

You want to restrict access to a specific flow action to certain users. Which two steps must you perform? - Add the privilege to a user role that is available to the users' access group - Add the privilege to the flow action record - Add an Access When record to the flow action - Add the privilege to the users' access group

- Add the privilege to a user role that is available to the users' access group (to allow them to perform the action) - Add the privilege to the flow action record (to require that users have the privilege to perform the action)

Which two of the following situations require an activity? - Call a connector from a data page - Simulate a data page - Call a connector from a flow - Simulate a connector

- Call a connector from a flow - Simulate a connector

Which two of the following actions can you perform with the Pega API? - Add a property to a data class - Create a new case - Access data from a data page - Update a decision table

- Create a new case - Access data from a data page

Which two of the following options are good uses of Connect SQL rules? - Execute SQL statements that contain database vendor specific syntax - Update an external table as part of a distributed transaction - Execute custom SQL statements to improve performance of queries and updates to the PegaRULES database - Execute a complex SQL statement such as a join or stored procedure against an external database

- Execute SQL statements that contain database vendor specific syntax - Execute a complex SQL statement such as a join or stored procedure against an external database

Which of the following statements are most accurate with respect to the error handler flow? - The error handler flow is the recommended way to handle all integration errors - The standard connector error handler flow can help recover from transient errors - The standard error handler flow is final and cannot be customized - The error handler flow is invoked if the error is not handled elsewhere

- The standard connector error handler flow can help recover from transient errors - The error handler flow is invoked if the error is not handled elsewhere

Which two of the following statements are true about styling a Pega Web Mashup? - You can use the existing skin from the application, or modify the skin rules associated with the portal rules - The style of the application is configured through the skin rule - A Pega Web Mashup cannot be used for unauthenticated users who lack a Pega operator ID - The portal skin cannot inherit attributes from the application skin

- You can use the existing skin from the application, or modify the skin rules associated with the portal rules - The style of the application is configured through the skin rule

.Country=USA, which rule is used? 01-01-01 .Country=USA 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-15 (all .Country=USA circumstances are affected by the withdrawn rule)

.Country=CAN, which rule is used? 01-01-01 .Country=USA 01-01-01 .Country=CAN 01-01-20 .Country=CAN 01-01-25 None, base rule selected 01-01-30 .Country=USA 01-01-35 None

01-01-35 None

In which order are rules and data instances applied for a connector? 1. Data Page/Activity 2. Data Transform (from application data structure to integration clipboard structure) 3. Mapping rule (from integration clipboard structure to format specified by the target service) 4. Connect rule 5. Data transform (from integration clipboard structure to application data structure) 6. Mapping rule (from format received by the service to integration clipboard structure)

1, 2, 4, 3, 6, 5

You create a report that uses data from two classes. Which of the following reporting requirements requires the use of a subreport? 1. Columns to display are: Manager, Name, and Count of operators that report to each manager. Filter by Managers with more than five direct reports 2. Columns to display are: Operator Name, Operator Division, and Count of Purchase Requests created by the operator. Filter the results by unresolved status 3. Columns to display are: Operator Name, Operator Division, Count of Purchase Requests created 4. Columns to display are: Operator Name, Last updated Case ID, Last updated Case Status, and Update Date

1, because you need an aggregate function in the subreport to determine the count of direct reports for each manager

Which two statements about external classes are true? - An external class always has an associated database table instance - An external table can be part of a class group - It is possible to create declare index rules on external classes - External classes must contain the pzInsKey and pxObjClass properties

1. An external class always has an associated database table instance 2. It is possible to create declare index rules on external classes

Select two benefits of using Global Resource Settings: - Global Resource Settings improves the performance for integration with the external system - Global Resource Settings allow you to manage settings without unlocking rulesets - Global Resource Settings allow you to manage settings in one place - Global Resource Settings allow you to define settings for your different environments in one location

1. Global Resource Settings allow you to manage settings without unlocking rulesets 2. Global Resource Settings allow you to manage settings in one place

A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt. An application built on the framework also contains two rulesets, Claims and ClaimsInt. Which statement is false if all the rulesets are configured as Application Validation? 1. Rules in ClaimsFW can reference rules in Claims 2. Rules in ClaimsFWInt can reference rules in ClaimsFW 3. Rules in Claims can reference rules in ClaimsFW 4. Rules in ClaimsInt can reference rules in Claims

1. Rules in ClaimsFW can reference rules in Claims.

A claims application contains two organizational and two application rulesets. The organization rulesets MyCo and MyCoInt are configured as Ruleset Validation, where the prerequisite for MyCo is MyCoInt and the prerequisite for MyCoInt is Pega-Platform. The two application rulesets Claims and ClaimsInt are configured as Application Validation. Which of the following statements is false? 1. Rule in MyCo can reference rules in Claims 2. Rules in Claims can reference rules in MyCo 3. Rules in MyCo can reference rules in MyCoInt 4. Rules in ClaimsInt can reference rules in Claims

1. Rules in MyCo can reference rules in Claims

In which order are the following rules and data instances applied for a service? 1. Service Rule 2. Service Package 3. Service activity 4. Mapping rule (from format received by the service to clipboard structure) 5. Mapping rule (from clipboard structure to format specified by service type)

2, 1, 4, 3, 5

In which of the following situations would you use a rule circumstance to resolve the requirement? 1. A service level notifies the assigned user when a goal interval is exceeded, and notifies the user's manager when a deadline interval is exceeded. 2. A national insurance company requires a different minimum for liability coverage in each state. 3. An online order process optionally allows customers to update the credit card number saved with their account. 4. A process does not execute if a user is single.

2. A national insurance company requires a different minimum for liability coverage in each state.

In what order do the following rules/records execute? 1. A data page property is referenced 2. The value is used by the SOAP connector to invoke the service 3. The SOAP connector is invoked 4. The data transform invokes a utility function to obtain the value of the dynamic system setting 5. The data transform for the data page is executed if the page is not already available on the clipboard

3, 1, 5, 4, 2

You create a report in a work class that displays the assigned operator and task name for each open case. Which two ways can you combine data in the Assign-Worklist class for your report? 1. Use a Worklist Assignment association rule to join to the Assign-Worklist class. Specify a join filter where the pxRefObjectKey in the join class is equal to an object identifier in the work class 2. Use a class join to the Assign-Worklist class. Specify a join filter where the Worklist Assignment association rule is equal to an object identifier in the work class. 3. Use a Worklist Assignment association rule to join the Work class to the Assign-Worklist class 4. Use a class join to the Assign-Worklist class. Specify a join filter where the pxRefObjectKey in the join class is equal to an object identifier in the work class.

3, 4

An online order must include item price information at the time of the order placement. Which is the best implementation for this use case? 1. Configure a page property with the Refer to a data page option enabled 2. Configure a data transform to directly populate the data model with price information 3. Reference data directly without making it part of the data model. 4. Configure a page property with the Copy data from a data page option enabled.

4. Configure a page property with the Copy data from a data page option enabled

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

5

A rule with an Apply to: class of TGB-FW-LoanShrk-Work-AutoLoan calls CollectBorrowerDetails. The user has the following rulesets in their ruleset list: TGB:01-01 TGBInt:01-01 LoanShrk:01-01 LoanShrkPrime:01-01 LoanShrkInt:01-01 Which rule instance is selected from the rules cache (shown below) during rule resolution? 1. TGB-FW-LoanShrk-Work, TGB:01-01-05, Withdrawn 2. TGB-FW-LoanShrk-Work, TGB:01-01-03, Available 3. TGB-FW-LoanShrk-Work, LoanShrkPrime:01-01-05, Withdrawn 4. TGB-FW-LoanShrk-Work, LoanShrkPrime:01-01-01, Available 5. TGB-FW-LoanShrk, TGBSubPrime:01-01-03, Available 6. TGB-FW-LoanShrk, LoanShrkPrime:01-01-01, Available

6. TGB-FW-LoanShrk, LoanShrkPrime:01-01-01, Available

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

<APPEND>

In which scenario is it most appropriate to leverage Predictive Diagnostic Cloud (PDC)? - A company has a Pega application and is interested in browsing a list of performance-related alerts - A company has multiple Pega applications and is interested in monitoring the health of all active applications - A company has a Pega application and is interested in finding the cause of an error that occurs during case processing - A company has multiple Pega and non-Pega applications and is interested in receiving guidance to avoid system performance issues

A company has multiple Pega applications and is interested in monitoring the health of all active applications

Which of the following use cases benefits from leveraging relevant records? - A developer wants to make a common cancellation flow available in App Studio - A developer wants to ensure a SLA rule is available at runtime - A developer configures a flow with a post-processing data transform for use by multiple case types - A manager uninvolved in application development must make changes to an SLA rule as business conditions change

A developer wants to make a common cancellation flow available in App Studio

Which report requires joining classes? - A list of flow actions and average turnaround time, categorized by Performer - A list of all worklist assignments grouped by the operator who is performing the action - A list of all cases created by the operator along with the work status of each case - A list of all child cases showing the work urgency of their parent case

A list of all child cases showing the work urgency of their parent case. You would join the case and subcase classes by matching the subcase cover ID (pxCoverInsKey) to the case identifier (pzInsKey)

Candidate hiring decisions are based on the feedback from the interviewer and test scores. If necessary, other test scores are used in the evaluation. - Candidates with an assessment score of 40 or less are automatically rejected - Candidates with an assessment score of 60 or less are rejected if either their technical skill score or their interpersonal skill score is below 40 - Candidates with assessment scores higher than 60 are automatically approved You are using a decision tree to make the evaluations. Which two branch configurations would you use in your decision tree?

A top-level branch that tests for assessment scores less than 40 Two nested branches - one to evaluate technical skill scores and another to evaluate interpersonal skill scores

SERVICE service error

A valid instance of the service activity is unable to be found

Which requirement do you satisfy with an Access When record? - Government regulations require that you explicitly block user access to personally identifiable information - Accountants can edit a purchase request only if the case was created by a member of their assigned department - Company policies require that you only allow managers to run reports on purchase requests - Managers can perform an optional action to transfer a case to another workbasket, but users cannot

Accountants can edit a purchase request only if the case was created by a member of their assigned department (Access When records are used to conditionally allow users to perform an action such as editing a case)

A connector can be directly referenced from _____ and _____.

Activities, data pages

An order fulfillment process includes a request for quotes from multiple shippers. You want the system to automatically call a quote request subprocess for each vendor. How do you configure your process?

Add a Split For Each shape and run the request subprocess for each vendor on a page list.

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 basic condition where the create operator in an existing case is the same as in the current case

You are configuring a process in which users advance to the appropriate forms based on yes/no answers on the forms. How do you configure the process so that users working in an offline mobile app can complete the necessary forms?

Add decision shapes configured with Boolean expressions (because it doesn't require server processing)

After you have created a data page, what two steps do you perform to declare the page as a large data page?

Add the name of the data page to the whitelist for data pages that are available offline but are not referenced directly in the UI append ;large to the name of the data page

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 as sub-units to the Sales unit

MAPPING service error

An error occurs while transforming incoming data from the request message to the clipboard

In a shopping application, users can view their own payment information but are restricted from viewing payment information of other users. Is this Role-based (RBAC) or Attribute-based (ABAC) access control?

Attribute-based (ABAC) access control

SECURITY service error

Authentication fails when using the service

You configure a cascading approval step for insurance claims. The request requires approval from the submitter's manager. However, approval from operators in other units in the organization may be required. Which approval model would you use?

Authority matrix

Which two steps do you perform after you develop branch rules and before you merge a ruleset?

Check in rules to merge Review conflicts and warnings

You have designed a decision tree that you want to unit test. You want to verify that every row can be evaluated regardless of the input values. How would you test your decision tree?

Check the decision tree for conflicts

An application change goes into effect on June 15, 2019. Due to this change, two fields are added to a user form to collect information for compliance purposes. Assuming that today is April 30, 2019, how should you configure circumstancing for the form?

Circumstance the form by property and date. Specficy June 15, 2019 as the start date.

Which two of the following steps are required to create a Pega Web Mashup? - Configure a list of approved sites for the site origin - Define attributes to defer for the default action - Generate the mashup code - Set the data-pega-resizetype attribute to customize the mashup width

Configure a list of approved sites for the site origin (configure the application permissions by specifying a list of trusted domains in the Pega application rule) Generate the mashup code (in App Studio, create a new Mashup channel interface and configure the channel with the desired action and case type to generate the appropriate mashup code)

A product return case must always show the current contact information for the customer from the customer database. Which is the best implementation for this use case? 1. Reference a data page with customer information directly from UI controls. 2. Configure a page property with the Copy data from a data page option enabled 3. Configure a data transform to directly populate the data model with customer data 4. Configure a page property with the Refer to a data page option enabled.

Configure a page property with the Refer to a data page option enabled

A Pega application populates a screen with recent credit card transactions. The screen references a data page that uses REST to obtain the transactions from another system. Is this a use case for a connector or a service?

Connector

A Pega application saves insurance claim files in a CSV format to a specific directory. The files are uploaded and processed nightly by an insurance company's claim processing application. Is this a use case for a connector or a service?

Connector

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

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

When users select the model of their vehicle, the application displays the specifications for the model. Most vehicle model requests occur before the vehicle information becomes stale. Which is the best implementation for this use case? 1. Create a keyed data page with vehicle information 2. Create a vehicle information data page for each model 3. Reference a data page with vehicle information directly from UI controls. 4. Create a parameterized vehicle information data page which loads the desired vehicle information

Create a keyed data page with vehicle information

What two things do you need to do before creating a branch rule for parallel development?

Create a team application Create an access group that references the team application and add developers to that access group

A job recruiter screens candidates to assess their qualifications. The recruiter determines whether the candidate matches the targeted position, matches a different position in the company, or does not match any position. A decision table, based on the recruiter's feedback, automatically advances the case through a corresponding connector named Selected Position, Targeted Position, and Reject. How do you configure the condition columns?

Create one column for feedback, with three rows for the three possible decisions

Process payroll for a large company the night before each payday during off-peak hours. Is this a use case for a Standard queue processor, a Dedicated queue processor, or a Job scheduler?

Dedicated queue processor (used when deferring a task to a period of low utilization or when additional threads are required to achieve high throughput)

An application for a retail company runs an activity nightly to identify and discount aged inventory. For each aged item, the activity discounts the unit price by 20 percent, then rounds the price down to end in $0.97. If the price already ends in $0.97, the item is already discounted and is skipped. Using the Obj-Browse method, the first step generates a list of items that expire within one week. The PageName parameter provided to the Obj-Browse method is DiscountItems. The second step updates the unit price property of each qualifying item. Which step page is best for the iteration in step two?

DiscountItems.pxResults

You have a requirement to create an email correspondence that can be reused by other applications. In which two layers of the Enterprise Class Structure could you apply the email correspondence rule?

Division and Organization

Which of the following record types are editable on a production system? - Property - Dynamic System Setting - Data Transform - SOAP Connector

Dynamic System Setting this is a data record used to store environmental variables and are not part of a ruleset. Data records are editable even when rulesets are locked in production

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

Extra steps are unnecessary if the ruleset version is up to date.

Which three rule types can be reused through the use of relevant records? - flows - data transforms - sections - paragraphs

Flows, sections, paragraphs

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

Framework layer

Which 2 statements are true about the rule resolution process?

If a user does not have access to the selected rule, the system sends a message that the rule is not authorized for execution The rule purpose takes precedence over the rule availability.

Every two weeks, create a list of abandoned shopping carts and email an order completion reminder to the customer. Is this a use case for a Queue Processor or a Job Scheduler?

Job Scheduler

Run a report every morning to retrieve a list of new accounts. Is this a use case for a Queue Processor or a Job Scheduler?

Job Scheduler

Every week, reduce the price of items that have been in stock for 45 days. Is this a use case for a Standard queue processor, a Dedicated queue processor, or a Job scheduler?

Job Scheduler (performs periodic or recurring tasks)

How do you make a relevant record unavailable in App Studio?

Mark the relevant record as inactive from the Relevant Records landing page

Which part of an activity step indicates the action to perform?

Method

A patient dosing app, used by hospital employees to track patient medication schedules, must always have access to the server. Is this a use case for Pega Mobile application package file, Mobile Browser, or Pega Mobile Client?

Mobile Browser

Which record do you configure to add an item to the left panel in the Case Manager Portal?

Navigation record

An insurance company wants to include a claims process configured using Pega Platform. Is this a use case for Pega Mobile application package file, Mobile Browser, or Pega Mobile Client?

Pega Mobile Application package file

A grocery store wants customers to be able to download its app to their devices so they can order groceries from any place at any time. Is this a use case for Pega Mobile application package file, Mobile Browser, or Pega Mobile Client?

Pega Mobile Client

Which performance tool do you use to collect performance data for individual steps in a data transform?

Performance Profiler

Email a satisfaction survey the day after a customer completes a hotel reservation. Is this a use case for a Queue Processor or a Job Scheduler?

Queue processor

For customer changes to insurance coverage, defer a database update until 1 AM. Is this a use case for a Queue Processor or a Job Scheduler?

Queue processor

In a human resources application, managers can create, view, and edit employee onboarding cases. Administrators have the additional ability to delete onboarding cases. Is this Role-based (RBAC) or Attribute-based (ABAC) access control?

Role-based (RBAC) access control

A user receives access to an application that lists HRApps:02-02 under Application Rulesets. The ruleset contains rules in the following versions: HRApps:01-01-01 - Rule_A, Rule_B HRApps:02-02-01 - Rule_B, Rule_C HRApps:02-02-02 - Rule_D Which rules can the user access?

Rule_B, Rule_C, Rule_D

Your application contains a top-level case type named Purchase Request and a Purchase Order child case. The company has determined that only one user at a time may open and work on a case. However, users working on Purchase Orders should not lock out users working on the parent Purchase Request cases. How would you configure the lock settings among the case types?

Select the "Allow One User" locking option on Purchase Requests, and select the "Allow access for the parent case when the child case is opened" option on Purchase Orders

Your application requires a cascading approval for expense reports. Approvals must follow the submitter's reporting structure, with the following thresholds: A manager must approve expense reports up to $500. A director must approve expense reports up to $1500. A vice president must approve expense reports of $1500 or greater. How do you configure the approval process?

Select the reporting structure configuration with custom levels, then configure when rules to determine the number of levels.

A Pega application processes emails sent to a specific email address into new cases. Is this a use case for a connector or a service?

Service

A customer logs into a mortgage bank website to check the status of their loan. The website obtains the current status from a Pega Loan Processing Application. Is this a use case for a connector or a service?

Service

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?

Set the decision table to evaluate all rows.

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

Skimming is most efficient for major and minor updates, lock and roll is most useful for patches.

Users must select the make and model of their vehicle when submitting a new insurance claim. What is the best implementation for this use case? 1. Configure a page property with the Refer to a data page option enabled 2. Configure a page property with the Copy data from a data page option enabled 3. Configure a keyed data page of make and model information 4. Source the contents of the UI control directly from a data page

Source the contents of the UI control directly from a data page.

Compare new customer addresses to the postal system database to prompt the user with any suggested changes. Is this a use case for a Standard queue processor, a Dedicated queue processor, or a Job scheduler?

Standard queue processor (simple queue management)

Select two methods to limit the amount of information displayed in the Tracer tool to the specific time when an error occurs. - Clear the Tracer after the error occurs - Start the Tracer just before the moment the error occurs - Pause the Tracer until just before the moment the error occurs - Set a breakpoint at the beginning of your application

Start the Tracer just before the error occurs Pause the Tracer until just before the error occurs

PegaRULES database

Stores all rules and system information for a Pega applications

PegaDATA database

Stores information such as cases, assignments, and case history

Refund requests are queued for overnight processing. What information is required to queue the refund request?

The ID of the queue processor The date and time at which the queued item can be processed

Two true statements about adding a pre-processing action to a flow action?

The action automatically runs if the flow action has the highest likelihood for the assignment in the process flow The action runs each time the user returns to the assignment

When a process is configured to create temporary cases, what occurs when a user creates a case?

The case is stored in memory, until it is persisted to the database.

What does an orange triangle on a rule on the External Data Entities landing page indicate?

The data page source system is simulated

BRANCH method in an activity

The original activity ends after the called activity completes Control transfers to whatever called the original activity

CALL method in an activity

The original activity resumes processing after the called activity completes Control returns to the original activity

An error is generated when a connector invokes a remote service. Which of the following is an example of a transient error? - The service is running on a system that is temporarily unavailable - The request is sent to the wrong system - The service does not understand the request format - The total of a returned order is incorrectly calculated

The service is running on a system that is temporarily unavailable

WHEN on an activity step

This condition is evaluated before the step runs. Based on the result, the step is either performed or skipped

For what reason would you configure an Access Deny record? - to prevent users from performing a specific flow action - to prevent users from updating cases during a particular stage of the case life cycle - to explicitly prevent users from deleting cases to satisfy a company policy - to prevent users from deleting attachments to a case

To explicitly prevent users from deleting cases to satisfy a company policy (you configure an Access Deny record if government or corporate regulations require explicitly denying an action to users)

Which of the following allows you to write all errors that are detected when loading a data page to a log file? - Use the error handler flow - Use an existing function in the error handling data transform - Invoke the error handler from the post-processing activity in a data page - Use a transition condition

Use an existing function in the error handling data transform

The user enters a response on a form and clicks Submit. The Pega application returns an error. Which tool can you use to determine the cause of the error in your application?

Use the Tracer tool, search for the first FAIL status, and see which step is causing the error

In which of the following situations do you simulate a data page? - When a large amount of data requires simulation - When the data page writes data to the external system - When the connector is available for the integration - When the interface definition is not finalized

When the interface definition is not finalized

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?

Withdrawn

Which two of the following steps are necessary to implement Global Resource Settings? - Create a report definition - Create a data transform - Create a property for each environment - Create a data page

You use a DATA TRANSFORM to load a DATA PAGE that pulls the correct setting from the Global Resource Settings

QUEUE WHEN service error

a when rule returns true when the request is queued

When enabling a mobile app for processing, what three elements in your application do you update? - access group - work group - case type - mobile channel

access group (select the enable offline option) case type (select the enable offline option) mobile channel (need to configure)

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

add a Persist Case smartshape to the process

What do you do before you configure the Advanced tab of the Access Group to apply the PegaWAI ruleset?

add the PegaWAI ruleset to the list of application production rulesets

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

adjust the threshold value adjust the condition weights

In a prepare job offer process, you configure 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?

an ANY join condition

What 2 record types are involved when configuring a production ruleset?

application and access group

You use the Application Import Wizard to import an archive file on a destination system. When does the destination system begin executing the imported rules?

as soon as the rules are imported

You create a product rule to generate an application archive file for export. Which two actions do you perform before creating the archive file? - create a new version of the application - check in the rules that are in the application ruleset - unlock the application rulesets - associate application data instances with application rulesets

check in the rules that are in the application ruleset associate application data instances with application rulesets

BIX Log

contains data generated by an ETL (extract, transform, and load) utility by the Business Intelligence Exchange (BIX) product

Service-PAL Log

contains performance data saved from services

Alert Log

contains performance-related alerts

Pega Log

contains warnings, errors, and information messages about internal operations

Which of the following two statements are true about the Localization wizard?

correspondence and paragraph rules are exported as HTML files to be translated you can use the Localization wizard to export the strings to be translated which contain certain rules such as field value or message rules

Field values enable you to _____?

customize a list of allowed values for a property based on the context of the property

Which two components does the Application Packaging Wizard prompt you to include when you generate an archive file? - checked-out rules - data types - product rules - data instances

data types, data instances

You want to configure a Pega Web Mashup gadget to use the value of an element from the host page as the value of a gadget attribute or action parameter. Which of the following is the correct syntax? - [page/function/token] -- where token is a string that has meaning to the function - data-pega-parameters="{Customer:'[page/id/Account]', Level:'gold'}" - [gadget/gadgetName/property] -- where gadgetName is the name of the mashup, and property is the name of a property used in a Pega application - data-pega-parameters="{Customer:'[page/id/Account]'}" -- where the DOM element is named "Account"

data-pega-parameters="{Customer:'[page/id/Account]'}" -- where the DOM element is named "Account"

Which rule is used to store the labels, messages, and other text strings that require translation?

field value

Which 2 standard accessibility options are available without adding the PegaWAI ruleset?

high contrast color schemes are available for users with vision limitations tooltips on controls are read aloud to the user by a screen reader

A branch ruleset is a ruleset that _____ and _____.

is based on another ruleset is designed for large projects

What is the importance of application versioning?

preserves prior application versions

What is the purpose of accessibility roles?

provide enhanced interface support for users requiring assistance

What is the purpose of the Enterprise Class Structure?

provides a structure supporting rule reuse

LOOP on an activity step

repeats a step a specified number of times, iterating over the elements of a value list, value group, or page group

You can use field values to localize _____ and _____.

short descriptions instruction text

External Database

stores data outside of the Pega application

A developer decides that buttons in a Pega application are blue, while the text is purple. What Pega feature allows the developer to check whether application users with a form of color blindness can easily differentiate between the button text and button background?

the Disability preview in the Accessibility Inspector tool

Which two options do you configure on a portal record?

the appropriate skin to apply branding to the portal the user role of the type of user who would access the portal

You created a data transform to concatenate the first and last name values of a user name. 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

What occurs in an offline-enabled mobile app when a user creates a new case or completes a task?

the new case or completed task is added to the action queue (whether on- or off-line)

JUMP on an activity step

this condition is evaluated after the step runs. Based on the result, the activity jumps to an alternate step or ends

Base Rule

this rule is used when no circumstanced variant applies.

The reason you want to run a process immediately before taking performance readings is _____.

to allow the rules to assemble (called FUA - First Use Assembly)

You are designing an offline mobile app that translates American English to Canadian French and from Canadian French to American English for users in the United States and Canada. Which two tasks do you perform to configure this app? - add to the cache manifest the UI elements used in the offline mobile device - update the locales list - Whitelist items in the American English and Canadian French dictionaries - Delta-sync blacklist items in the American English and Canadian French dictionaries

update the locales list (contains locales that should be packaged and served offline) Delta-sync blacklist items in the American English and Canadian French dictionaries (use the delta-sync blacklist to exempt from a delta-sync a data page that contains a large amount of data that changes infrequently, such as language dictionaries)

Which step do you perform to update the logo in a portal header?

upload the image in the application theme

To display a list of items to a user who may access the application on mobile and non-mobile devices, which two of the following options are best practices for designing the user interface? - define the layout widths in pixels - use a repeating dynamic layout - use a table and mark the columns in the table as primary, secondary, and other. - source the list using a data page

use a repeating dynamic layout use a table and mark the columns in the table as primary, secondary, and other

Select two best practices to follow when designing mobile applications: - use controls that allow tapping - incorporate native device features - avoid sourcing controls and grids from data pages - specify layout widths in pixels because the response breakpoint uses pixels

use controls that allow tapping incorporate native device features

Which of the following is not part of the organization structure? - division - work group - organization - unit

work group

You add a new work group to an application. Which two organization rules do you need to update?

work queue operator ID


संबंधित स्टडी सेट्स

Nursing Application: Adrenergic, Adrenergic-Blocking, Cholinergic, and Cholinergic-Blocking Drugs

View Set

AP Lang Unit 6 MCQ Progress Check

View Set

18-19_Q4_P2_Word Study_Vocabulary

View Set

Econ 110: Managerial Cost Accounting and Control Chapter 2

View Set

CompTIA A+ (220-1001) 2.8 Networking Tools

View Set

Week 3 - Near Misses and Sentinel Events

View Set