Sunteți pe pagina 1din 26

 Create A Quiz

 Quizzes

 Solutions

Quizzes › Online Exam › IT Certification › Pega CSA Certified › Pega CSSA Mock Test

Pega CSSA Mock Test


70 Questions | By Mocker4 | Last updated: Mar 28, 2018

A Pega certification is not an easy achievement. Most people take up exams severally before getting it right. This Pega CSSA Mock Test will help you prepare well to get through at the first shot. All the best.

Start
or Create Online Exam

Questions and Answers

 1.
The BLOB is stored in the pzPVStream column of a table and contains the data associated with the instance. Which two statements are true
Discuss

o A.

Since it is a column in a table in a database you can extract the BLOB and use it in another system

o B.

The BLOB contains the same clear text xml which you see when clicking the rule data or the View XML option on the clipboard

o C.

The "pzPVStream" can be eliminated by use of simple tables (those without embedded pages and page lists)

o D.
The BLOB enables a single table to store complex data structure that would normally require multiple tables in a non blob database.

 2.
What determines which table a work object is persisted to?

o A.

The Data-Admin-DB-Table record for the class group the work object belongs to and the Access Group

o B.

The Rule-Set the class belongs and Data-Admin-DB-Table definitions

o C.

Data-Admin-DB-Table record associated to the class group the work object belongs to

o D.

The Rule-Set the class belongs to

 3.
Which of the following are disk based caches ?(choose two)

o A.

Rule Instance Cache

o B.

Static Contect Cache

o C.

Look up list cache

o D.

Conclusion cache

o E.

Dictionary cache

 4.
How can you debug an agent using Tracer(choose one)
Discuss

o A.

There is a way to select the agent and force its execution

o B.

You can delay the agent processing from SMA and then trace the given requestor

o C.

We can set a breakpoint in the activity that the agent runs to have tracer pick it up
o D.

We can set a log message step in the activity the agent runs to have tracer find the activity

 5.
Which two of the below statements are about exposing BLOB data(Choose two)

o A.

) Declare expression or Declare Trigger rules can be used to copy a single embedded property to a top level page property and can be exposed

o B.

Declare Index rules can be used to expose many or all of the items in an embedded list or group

o C.

Ask your DBA to create a database level index.This is a good mechanism to expose embedded properties

o D.

) Exposing a new property with the Modify Databse schema Wizard will automatically populate all rws of the new column - both for new rows and existing rows

 6.
Why is allowing instances to be stored in a default table(pr_other) a poor design practice?(choose one)
Discuss

o A.

The default table does not contain adequate indexes and columns for performance

o B.

Data is purged by the system cleaner

o C.

The default table names are too generic

o D.

The default table is too small to hold of ur data

o E.

Because the Preflight tool will flag it as bad practice

 7.
. PRPC can be installed using a WAR or EAR configuration.Which of the following NOT require an EAR configuration (choose one)

o A.

JMS message services support need to be provided

o B.

Support for two-phase commits is required

o C.
Support for EJB services need to be provided

o D.

J2EE security is required

o E.

JSR-94 support is required

 8.
Which two statements are true about RuleSet prerequisites?(Choose 2)

o A.

) Ruleset prerequisites as specified in the "Requires Ruleset and Versions" fields of the Ruleset form are enforced at runtime

o B.

Pre-requisites Rulesets govern the creation of new rules during development

o C.

RuleSet prerequisites are validated during export of application archives

o D.

When saving Application rules, Ruleset prerequisites are validated

 9.
Which of the following is true about Data-Agent-Queue instance (Choose one)

o A.

) Data-Agnet-Queue instances are not locked so they allow you to control the behavior of Agents in a locke RuleSet at run time

o B.

Data-Agent-Queue instances are created by PRPC to support the new Queue for Agent functionality which was provided in PRPC 5.4

o C.

) Data-Adgent-Queue instances are created automatically by PRPC whenevr Queue-For-Agent method is used in an activity step to queue work for agent

o D.

Data-Agent-Queue instances are data instances which are used by the Queue manager functionality to allow for concurrent access to a queued piece of work by agents
running on multiple nodes

o E.

) Data-Agent-Queue instances represent the master definition of PRPC agents and have been deprecated in PRPC 5.4 in favor of using Rule-Agent-Queue

 10.
What does the system pulse do(choose three)

o A.

It is used by PRPC to synchronize changes to the Data-Agent-Schedule instances whenever a Rule-Agen-Queue is modified
o B.

It invalidates rule caches on a per node basis using entries in the pr_sys_updatescache table

o C.

It processes changes to the Lucene indexes that support full text searches

o D.

It synchronizes the lookup list cache deletions and any rule-file-deletes

o E.

It is used by PRPC to send information to PAL on a weekly basis so that the performance analysis can be performed over a period of time

 11.
What does the rollback method do?
Discuss

o A.

It supports incremental rollbacks

o B.

Rollback is not supported by PRPC.The only way to do a rollback is by using the compensation action method

o C.

Rollback is a way to rollback an object to a previous state using the History instance for a work object

o D.

Rolls back the entire deferred stack of operation

 12.
What is the Rule Assembly Cache? (Choose one)
Discuss

o A.

The Rule assembly cache is a memory based cache that stores the generated XML and resulting class files, post compilation since what finally gets executed is XML ,
not Java code

o B.

The Rule Assembly cache is a memory cache which is used to determine the right instance or existence of the generated Java code on disk used by the classloader

o C.

The Rule Assembly Cache is a memory cache of the rule data accessed when using the Obj-Open, Obj-Open-By-Handle.The cache is checked when rule data is
needed

o D.

The Rule Assembly cache is used by PRPC to feed the instance cache as the instance cache is the instance of a given rule for which code has been generated

 13.
Which of the following statements are true(Choose 2)
o A.

The overall size of a PRPC work object impacts the time it takes to compress and store the onject in the database

o B.

During ListView execution, PRPC will only retrieve/expand the BLOB if the properties retrieved are not exposed

o C.

During ListView execution, PRPC will only retrieve/expand the BLOB if the properties used in the generated where clause are not exposed

o D.

PRPC only retrieves/expands the BLOB via the use of the Obj-Open and obj-Open-B-Handle methods

o E.

By default the PRPC BLOB is stored in an encrypted format in the database

 14.
Your application just went into production and the users are complaining that response times are terrible.Your best initial action should be?(Choose
one)
Discuss

o A.

Use the PLA-PegaRULES Log Analyzer to analyze the ALERTS, System Logs and GC

o B.

Run PAL on every screen in the application

o C.

Run Pre-Flight

o D.

Ask the DBA to monitor the database

 15.
Which of the following statements are true regarding the PRPC log files?(Choose 2)
Discuss

o A.

The Alert log contains garbage collection details to help support performance monitoring

o B.

The Pega Log details the internal runtime exceptions thrown by the Application Server

o C.

The Pega Log contains messages created by the Application Server

o D.
The Log Usage log contains details on how the system is being used

o E.

The alert log contains only alerts and supports performance monitoring.

 16.
Which three actions help to optimize your database or promote effective SQL statements (Choose three)

o A.

Partition the database

o B.

Avoid arithmetic operations or functions in the where clause

o C.

Write queries that operate on large results sets but only display small amounts of data

o D.

Create and use indexes effectively

o E.

Avoid using Where clauses

 17.
Which one stmt is true regarding configuring log files in PRPC(Choose one)
Discuss

o A.

You can configure within an activity rule which log file you want to write errors to

o B.

You are able to configure within SMA which rules write to which log files

o C.

You can update prlogging.xml file to change the efault PegaRules log file name

o D.

You can update the prlogging.xml file to change the log file names, roll over settings and even add new log files for specific rule type and class within PRPC

 18.
Which one of the following is not a refactoring tool provided by PRPC (Choose one)

o A.

Renaming a class and propagating the name change through the heirarchy and rule references

o B.

Converting a Map-Value into a decision table


o C.

Search and replace of a string in all rules

o D.

Merging one ruleset into another

 19.
Which tool gives you the broadest picture of ur systems overall health (Choose one)

o A.

PAL

o B.

Profiler

o C.

SMA

o D.

DBTrace

 20.
Which tool is best if you wanted to compare PRPC Error with alerts , as well as the JVM garabge collection log(Choose one)

o A.

PLA_ PegaRules Log Analyzer

o B.

AES

o C.

SMA

o D.

Excel

 21.
Which two of the following statements regarding the Preflight tool are true? (Choose one)
Discuss

o A.

The Preflight checks rules when run to validate if they follow best practices

o B.

) The Preflight tool checks the Index Warnings table to find which rules have warnings on them- (pr_index_warning table)

o C.
The Preflight tool is flexible and allows for you to create your own custom warnings on rules, possibly to implement addition al best practises for client

o D.

The Pre-flight tool will check for specialization and re-use and determine if your application is following the best practices of an enterprise class structure.

 22.
What is the Byte Governor Alert (PEGA0004) and how does it work?(Choose one)
Discuss

o A.

It is a non-critical alert that says you have too much data on the clipboard

o B.

It is triggered when the total number of bytes sent to the browser in an interaction exceeds a byte count threshold

o C.

It is triggered when the total number of bytes read to the browser in an interaction exceeds a byte count threshold

o D.

It is triggered when the total number of bytes saved to the database in an interaction exceeds a byte count threshold

 23.
Where can you view the contents of the Rule Instance Cache? (Choose one)
Discuss

o A.

Using the SMA you can view the contents of the instance cache which are displayed in the form of an excel file

o B.

Using the Developer Portal you can viewe the contents of the instance cache which are displayed

o C.

By viewing the XML files from the TEMPDIR\PRGenJava\XML directory

o D.

By Viewing the XML files from the pzInsKey column by usng JDBC code

 24.
PegaRULES is installed on a multi-node system and a copy of the various caches is stored on each node. Each of these nodes must be updated with
rule changes. Which functionality in RPC manages the update process?(choose one)

o A.

Node-Pulse

o B.

Rule Cache

o C.
System-Update

o D.

System-Pulse

 25.
What does PRPC do when executing a blocked rule (choose one)

o A.

It writes a message to log4j

o B.

only ignores the rule and continues to search for the next rule via rule resolution

o C.

It throws an exception

o D.

It either ignores the rule or throws an exception depending on the prcofig.xml setting

 26.
Given the following situation:A BPM application was deployed in to production 9 months ago and was performing well initially.Now users have statrted
complaining slow responses on certain screen interactions irrespective of the time of day. Which of the following stmts is most likly to be accurate as to
the root cause of this issue (choose one)

o A.

Over time more rows have been added to work, history, assignment and operator tables and inefficient queries on them are taking longer than they did 9 months ago

o B.

A memory leak in the configuration has led to more and more garbage collection over the past 9 months

o C.

If the PRPC application server has not been restarted recently it is likely the case that the PRPC cache has not been utilized well

o D.

As new rules have been added to PRPC rulebase , the database containing the rules needs to be tuned so that frequent access to the rules is made as efficient as
possible

 27.
The PAL indicator that refer to the stream are measuring what

o A.

The HTML data going to the browser

o B.

Any processing of requests and responses via services

o C.
Reading and writing data in database

o D.

Database operations pertaining to BLOB

 28.
What are three performance impacts of having an extremely large work object

o A.

Slower persistence to database as the BLOB needs to be compressed

o B.

Garbage collection impacts when object is released

o C.

Large clipboard page foot print

o D.

Large work objects waste space in the instance cache

o E.

Large work objects are stored as XML files on the files system and

 29.
Which two statements are correct in regards to Java stack trace and PRPC
Discuss

o A.

They are thrown only to log files when an internal engine class file throws an exception

o B.

They are very helpful in debugging because it shows you the entire execution

o C.

They can be found in the log file or within the application(on the screen)

o D.

They are thrown only when you can call the Log-Message method and check the

 30.
Which 3 statemets are true about the Log-Message method
Discuss

o A.

You can force a stack trace

o B.
You can specify the file name where you want to write the message

o C.

It allows you to avoid using Java steps to write to the PegaRULEs log

o D.

You can add a message that will show up in tracer

o E.

It always uses the Debug log level

 31.
The customer wants to rollback a recently deployed Rule-Admin-Product which was imported into a target prduction system. How to solve this problem
in the best possible way.(choose two)

o A.

By doing an export of the Rulesets from the target production system.An export also deletes the rules which were imported

o B.

By taking a DB backup before the import on the target system and restoring from the DB backup in a case of rollback

o C.

By explaining to the customer that even though the new rules are in the target system we can controls which rules are accssed by access groups

o D.

There is no way to do this in the product or outside of the product currently

 32.
Which statements are true about creating a Rule-Admin-Product ZIP files? (Choose Two)
Discuss

o A.

All rules should be checked-in, otherwise errors are reported

o B.

RuleSet versions must be locked

o C.

You only need to include major and minor Rule-Set versions. All paches will be automatically

o D.

You must create a When Rule to include data instances.

 33.
Which one statement describes the best practice for branding an application to meet a company's style requirements (choose one)

o A.
Using the application skin wizard and then use the inline styles on the User Interface rules

o B.

Use the Application Skin wizard and then modify the generated skins when needed, try to limit inline styles

o C.

Only use the style viewer and make the changes to the out of the box CSS files and your own RuleSets

o D.

Use inline styles to change displays to meet corporate standards.

 34.
Which are the best practices when designing UI rules so they can be re-used?(choose 2)
Discuss

o A.

By building all displays within cells of layouts it will allow you the granularity needed to re-use the rule

o B.

By building section rules or HTML-property rules with parameters it will allow you to re-use thee display rules more frequently within an application

o C.

By grouping related data into section rules, you can re-use these sections throughout the application and control if they should be updatabale or read-only in the parent
section

o D.

The best practice for re-using interface rules is to assure it is in the right part of the class structure

 35.
What is the default error handling mechanism for connector rules generated through the Connector Wizard
Discuss

o A.

The connector activity does not handle a failure in the connector, processing is trnsferred to the connector error flow

o B.

The connector activity handles the result of the connector via a Precondition on the step following the

o C.

The connector activity handles the result of the connector via a transition

o D.

The connector activity doesnot handle a failure in the connector, processing is transferred to the Flow problem

 36.
Which two statemenst are true about SmartInfo display

o A.
You can trigger the SmartInfo display by hitting the down arrow

o B.

The SmartInfo display can contain a live URL

o C.

SmartInfo uses AJAX texchnology

o D.

The SmartInfo feature is part of Client-side processing and handled completely by the browser

 37.
Which client side events are supported within PRPC(choose 3)

o A.

ONCHANGE

o B.

ONMOUSEOUT

o C.

ONCLICK

o D.

ONBLUR

o E.

ONFOCUS

 38.
Which of the following are true(choose two)

o A.

Repeating list displays are only for pagelist

o B.

You can display lists as rows or column list(top to bottom or left to right)

o C.

You can only display a list as a row repeating lists display(list goes from top to bottom)

o D.

There is no support for tabs when displaying repeating lists

o E.

A section rule can be used to specify how items of the repeating list are displayed
 39.
BPM(choose Two)

o A.

Rules Inspector

o B.

Tracer

o C.

Style Viewer

o D.

Preflight

o E.

Profiler

 40.
What four steps must be taken to unit test a connector within a flow when the target interface /system is not yet available(Choose 4)

o A.

Create a Simulation activity

o B.

Set the connector to simulate in the Simulation data instance and specify the activity

o C.

Use Tracer and set a breakpoint

o D.

Define a Connect simulation instance

o E.

Test the flow with simulation enabled

 41.
What is the recommended way to configure Service endpoint URLs and other connector specific information(Choose one)

o A.

The requestor page

o B.

The process page

o C.
A Declarative page

o D.

The primary page

 42.
Which two statements are true about testing services and connectors?(choose 2)
Discuss

o A.

Using tools that allow u to monitor traffic and interaction between a SOAP client and service helps you in determing where the problem lies

o B.

Service invocation in PRPC cannot be traced because the requestor doesn’t exist before service execution

o C.

When connect simulation is enabled for MQ connecotr, the connector itself is not tested

o D.

The only way to simulate a connector when the service isnt available is to comment out the Connect-SOAP method and replace it with an activity that directly creates
pages and properties as the connector would

 43.
Which method of service integration within PRPC requires the configuration of a listener?(choose one)

o A.

SOAP

o B.

BPEL

o C.

EJB

o D.

JMS

o E.

SQL

 44.
Which statement is true abt running Connect- methods in parallel (choose one)
Discuss

o A.

RunInParallel uses the same mechanism as a Spin-off flow to achieve asynchronous behavior

o B.
Only connect soap rules can run in parallel

o C.

Connect Wait is used with the run in parallel option to wait for the parallel connection to complete

o D.

Connect cancel can be used to cancel a running connector

 45.
Which two stmts are true when using the stateless services?Choose two
Discuss

o A.

You are guranteed to connect to a new application requestor each time the service is invoked

o B.

You cannot assume which application requestor u will connect to

o C.

You must manually clear the clipboard of any data left on from previous application requestors

o D.

When invoked ur service may or may nt result in the creation of new application requestor

 46.
Which of the following stmts are true about service packages (choose 2)
Discuss

o A.

SP allow u to disable requestor pooling

o B.

SP allow u 2 specify priority of requestors so that stateless requetors are used

o C.

SP allow u 2 specify an access group under which the services run

o D.

SP allow u 2 either execute the service synchronously or queue for later execution

 47.
Which to statements are true about services and the services accelerator (Choose 2)

o A.

The SA generates service activities that allow services to create or manage work

o B.
The service accelerator generates a service rule for activities of your choice allowing you to invoke those

o C.

Services can be configured so that service requests that fail PRPC processing are re-queued for another execution

o D.

The performance of long running service request can be significantly improved through requestor pooling

 48.
Compare SOAP and HTTP messaging protocols. Which of the below statements (Choose )
Discuss

o A.

HTTP is a low-overhead alternative to SOAP

o B.

SOAP is more reliable protocol than HTTP

o C.

SOAP is needed if I want to exchange XML messages

o D.

HTTP services can be configured to process service request asynchronously

o E.

HTTP connectors can be generated with the Connector and Metadata

 49.
There are two session-related timeouts that are configurable in PRPC, the authentication timeout and the requestor timeout. Which statement is true

o A.

Authentication timeout should be set to occur first

o B.

Requestor timeout should be set to occur first

o C.

Both timeouts should be set to the same value

o D.

With passivation enabled , authentication timeout should be set to 0

 50.
Access groups cannot be referenced from which of the following objects?(Choose one)

o A.

Divison
o B.

Unit

o C.

Requestor type definition

o D.

Operator ID

 51.
Which two statements are true about PRPC security?(Choose 2)

o A.

An access group can reference one or more access roles

o B.

A production level of 0 identifies an experimental system

o C.

Security in PRPC can be controlled at a class level

o D.

A user's Ruleset list is a proper mechanism to control access to rules

 52.
Can the out of the box PRPC Access Roles be modified?(Choose one)

o A.

No, All of these roles are in blocked RuleSets

o B.

Yes, Out of the box roles are starter roles that are supposed o be customized

o C.

No, Out of the box roles should be overridden in application Rulesets

o D.

Yes, The Role Editor allows you to modify all roles

 53.
What is true about Container managed and PRPC managed authentication (choose one)

o A.

Container managed authentication disable the entire PRPC authorization mechanism(s)

o B.
Container managed authentication cannot be used when deloying a PRPC WAR on TOMCAT

o C.

Eliminates the need to store Operator ID in PRPC

o D.

PRPC does not support container managed authentication

 54.
If an access role to Object and an access deny rule are defined on the same class which rule is applied
Discuss

o A.

Access role to object

o B.

Access deny

o C.

PRPC prevents them from being applied to the same class

o D.

None-they both are applied

 55.
A user has the following class access mappings . MyCo-App-Work Modify rules =3 .MyCo-App-Work-CaseCretae Modify rules=5 . MyCo-App-Work-
CaseDelete Modify rules =0 Which three of the below statements are correct (choose 3)

o A.

The users can modify rules in the MyCo-App-Work-Research class on a development system

o B.

The User can modify rules in the MyCo-App-Work-CaseDelete class in the experimental system

o C.

The user can modify rules in the MyCo-App-Work-CaseCreate class in a test system

o D.

The user can modify ruoles in the MyCo-App-Work-CaseCreate calss in production

 56.
Which four statements are true about roles? (Choose four)
Discuss

o A.

A role defines the levels of access to rules that aply to a class and instances of that class

o B.
Roles can be created and modified using the Role Editor

o C.

A Role defines various levels of access to RuleSets and RuleSet versions

o D.

A role defines a list of privileges a user has on a class level

o E.

An acess when rule defines a test that the system performs to allow, or disallow a requestor to perform actions on specific class

 57.
A user has the access role that allows Level 5 access to modify instances of the MyCo-Work-Policy. What should you use to disallow access to
instances of the MyCo-Work-PolicyApp-Endorse class

o A.

Access Settings

o B.

Access Role to Object

o C.

Access Deny

o D.

Access Privilege

 58.
Which two statements are true about List View Reports?

o A.

List Views allow you to export date to Excel but for display only

o B.

List View rules allow you to use Excel to add or update work and data

o C.

Access to List View and Summary View rules can be controlled with privileges

o D.

If you display a decimal property with only 2 decimal places, then 2 decimal placs is the maximum precision of the value that will be exported to excel- there is no way to
display 2 decimal places but to export the valueto a precision of, 5 decimal places

 59.
Which two of the out-of-box feature do List Views Provide?

o A.

Pagination
o B.

Dynamic Select Control

o C.

Single or Multi Selection

o D.

Drag and Drop columns

o E.

AJAX based calculations

 60.
Which of the following statements are true about Summary Views ?(Choose two)

o A.

Summary View report provide a multi-level report display with drill down capabilities

o B.

The drill down capabiltity provides only the ability to invoke another Summary View –

o C.

Because of the aggregate first level display, Summary Views allow you to report on table with 10,000 + rows

o D.

Summary View rules generate HTML and JSP for display that can be further customized

 61.
Which two statements are true about reports (choose two)
Discuss

o A.

ListViews and SummaryView rules allow presenting the results in segments knows as pages

o B.

The criteria specified in filter by become part of the SQL where clause

o C.

Paging improves response time and reduces the size of the clipboard

o D.

The report display generated by a ListView can be embedded in a section

 62.
Which three statements are true about the out-of-box PRPC reports (choose 3)

o A.
A) A database view can simplify reporting, especially with properties from two or more classes that are in separate class groups

o B.

Reports in the Monitor Processes category support day-to-day monitoring of work that has arrived but is incomplete

o C.

Reports in the Analyze performance group analyze which flow actions were selected how often, by assignment and the timeliness of the selection

o D.

Analyze performance and Analyze quality reports cover only unresolved work object

o E.

The Final Conflicts report allows developers to identify the rules in the current application Rule set that conflict with previous RuleSet versions

 63.
Which three statements are true about Summary View and List View reports (choose 3)

o A.

Summary View reports allow you to drill down to another summary view report

o B.

Summary View reports allow you to drill down to detailed view

o C.

List views allow you to pass in parameter values to be used as filter criteria – Params

o D.

List views allow you to pass in parameter values to be used as selection criteria

o E.

Parameters can be used to override selection criteria that are hard coded in a summary view

 64.
Which two statements are true about the getContent activity? (Choose two)
Discuss

o A.

The getContent activity should not be replaced as it provides highly optimized retrieval of reporting data

o B.

You can customize the getContent activity for creating a copy of the same name in your application ruleset

o C.

Customizing the getContent activity allows you to fetch data from sources other that databases

o D.
Date can be fetched from an external database table so long as the key of the table is mapped to the pxInsHandle property

 65.
Pick the most appropriate statement about PRPC reporting (Choose one)

o A.

PRPC is an excellent reporting solution and is recommended for reporting instead of purchasing expensive Business Intelligence reporting software

o B.

You can always get the reporting data you need by exposing properties as database columns

o C.

If the reporting data is stored in sources other than PRPC, you need to create connectors to retrieve the data from the source system

o D.

PRPC reporting is highly optimized, the impact of running large reports in a production system is negligible

o E.

PRPC includes powerful BAM reports that provide business managers with real-time and historical information to measure and manage business process performance

 66.
What features allows the worklist to display additional data from the wotkobject(Choose two)
Discuss

o A.

The JOIN feature on ListVews now lets you join the assignment table to the workobject table to add exposed columns for display

o B.

The JOIN feature on ListViews now let you join the assignment table to the workobject table to retrieve any columns

o C.

The smart info hover lets you display section rule to show additional work object information

o D.

Alter the getContect activity to write custom code to look through items on worklist tp perform additional look

 67.
Which three statements are true about List View reports?(choose 3)

o A.

A listview report can be displayed in a flow action

o B.

Both developers and managers can create and update list view rules

o C.

In an activity a List View rule can be executed to provide searching and sorting with activity step method
o D.

List View reports can only run queries against PRPC assignment and work objects table

 68.
Decision Table rules can be edited in Excel

o A.

True

o B.

False

 69.
If you created Rule-Declare-Expression on a target property A first, will PRPC let you to use property A in the left hand side of a property-set in a new
activity?

o A.

Yes

o B.

No

 70.
Which one of the following rules can use backward chaining as a method of propagation ?(Choose one)

o A.

Rule-Declare-Expression

o B.

Rule-Declare-OnChange

o C.

Rule-Declare-Constraint

o D.

Rule-Declare-Trigger

o E.

Rule-Declare-CaseMatch

Back to top
Related Quizzes

 Pega CSSA Mock Test3

 Pega CSSA Mock Test2

 Pega CSA Quiz

 Pega 7 Mock2

 Pega 7 CSA Study Questions


Featured Quizzes
 Quiz About Religious Crisis

 Are You Prepared For The 2018 World Cup?

 A Quiz On Forensic Science

 Who Is Your BTS Soulmate?

 Are You The Pokemon Superfan?


Related Topics

 MCITP

 MCSA

 MCSE

 MCT

 MCTS

S-ar putea să vă placă și