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.
The Data-Admin-DB-Table record for the class group the work object belongs to and the Access Group
The Rule-Set the class belongs and Data-Admin-DB-Table definitions
Data-Admin-DB-Table record associated to the class group the work object belongs to
The Rule-Set the class belongs to
Rate this question:
Rule Instance Cache
Static Contect Cache
Look up list cache
Conclusion cache
Dictionary cache
Rate this question:
There is a way to select the agent and force its execution
You can delay the agent processing from SMA and then trace the given requestor
We can set a breakpoint in the activity that the agent runs to have tracer pick it up
We can set a log message step in the activity the agent runs to have tracer find the activity
Rate this question:
) 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
Declare Index rules can be used to expose many or all of the items in an embedded list or group
Ask your DBA to create a database level index.This is a good mechanism to expose embedded properties
) 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
Rate this question:
The default table does not contain adequate indexes and columns for performance
Data is purged by the system cleaner
The default table names are too generic
The default table is too small to hold of ur data
Because the Preflight tool will flag it as bad practice
Rate this question:
JMS message services support need to be provided
Support for two-phase commits is required
Support for EJB services need to be provided
J2EE security is required
JSR-94 support is required
Rate this question:
) Ruleset prerequisites as specified in the "Requires Ruleset and Versions" fields of the Ruleset form are enforced at runtime
Pre-requisites Rulesets govern the creation of new rules during development
RuleSet prerequisites are validated during export of application archives
When saving Application rules, Ruleset prerequisites are validated
Rate this question:
) Data-Agnet-Queue instances are not locked so they allow you to control the behavior of Agents in a locke RuleSet at run time
Data-Agent-Queue instances are created by PRPC to support the new Queue for Agent functionality which was provided in PRPC 5.4
) 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
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
) 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
Rate this question:
It is used by PRPC to synchronize changes to the Data-Agent-Schedule instances whenever a Rule-Agen-Queue is modified
It invalidates rule caches on a per node basis using entries in the pr_sys_updatescache table
It processes changes to the Lucene indexes that support full text searches
It synchronizes the lookup list cache deletions and any rule-file-deletes
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
Rate this question:
It supports incremental rollbacks
Rollback is not supported by PRPC.The only way to do a rollback is by using the compensation action method
Rollback is a way to rollback an object to a previous state using the History instance for a work object
Rolls back the entire deferred stack of operation
Rate this question:
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
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
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
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
Rate this question:
The overall size of a PRPC work object impacts the time it takes to compress and store the onject in the database
During ListView execution, PRPC will only retrieve/expand the BLOB if the properties retrieved are not exposed
During ListView execution, PRPC will only retrieve/expand the BLOB if the properties used in the generated where clause are not exposed
PRPC only retrieves/expands the BLOB via the use of the Obj-Open and obj-Open-B-Handle methods
By default the PRPC BLOB is stored in an encrypted format in the database
Rate this question:
Use the PLA-PegaRULES Log Analyzer to analyze the ALERTS, System Logs and GC
Run PAL on every screen in the application
Run Pre-Flight
Ask the DBA to monitor the database
Rate this question:
The Alert log contains garbage collection details to help support performance monitoring
The Pega Log details the internal runtime exceptions thrown by the Application Server
The Pega Log contains messages created by the Application Server
The Log Usage log contains details on how the system is being used
The alert log contains only alerts and supports performance monitoring.
Rate this question:
Partition the database
Avoid arithmetic operations or functions in the where clause
Write queries that operate on large results sets but only display small amounts of data
Create and use indexes effectively
Avoid using Where clauses
Rate this question:
You can configure within an activity rule which log file you want to write errors to
You are able to configure within SMA which rules write to which log files
You can update prlogging.xml file to change the efault PegaRules log file name
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
Rate this question:
Renaming a class and propagating the name change through the heirarchy and rule references
Converting a Map-Value into a decision table
Search and replace of a string in all rules
Merging one ruleset into another
Rate this question:
PAL
Profiler
SMA
DBTrace
Rate this question:
PLA_ PegaRules Log Analyzer
AES
SMA
Excel
Rate this question:
The Preflight checks rules when run to validate if they follow best practices
) The Preflight tool checks the Index Warnings table to find which rules have warnings on them- (pr_index_warning table)
The Preflight tool is flexible and allows for you to create your own custom warnings on rules, possibly to implement additional best practises for client
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.
Rate this question:
It is a non-critical alert that says you have too much data on the clipboard
It is triggered when the total number of bytes sent to the browser in an interaction exceeds a byte count threshold
It is triggered when the total number of bytes read to the browser in an interaction exceeds a byte count threshold
It is triggered when the total number of bytes saved to the database in an interaction exceeds a byte count threshold
Rate this question:
Using the SMA you can view the contents of the instance cache which are displayed in the form of an excel file
Using the Developer Portal you can viewe the contents of the instance cache which are displayed
By viewing the XML files from the TEMPDIR\PRGenJava\XML directory
By Viewing the XML files from the pzInsKey column by usng JDBC code
Rate this question:
Node-Pulse
Rule Cache
System-Update
System-Pulse
Rate this question:
It writes a message to log4j
only ignores the rule and continues to search for the next rule via rule resolution
It throws an exception
It either ignores the rule or throws an exception depending on the prcofig.xml setting
Rate this question:
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
A memory leak in the configuration has led to more and more garbage collection over the past 9 months
If the PRPC application server has not been restarted recently it is likely the case that the PRPC cache has not been utilized well
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
Rate this question:
The HTML data going to the browser
Any processing of requests and responses via services
Reading and writing data in database
Database operations pertaining to BLOB
Rate this question:
Slower persistence to database as the BLOB needs to be compressed
Garbage collection impacts when object is released
Large clipboard page foot print
Large work objects waste space in the instance cache
Large work objects are stored as XML files on the files system and
Rate this question:
They are thrown only to log files when an internal engine class file throws an exception
They are very helpful in debugging because it shows you the entire execution
They can be found in the log file or within the application(on the screen)
They are thrown only when you can call the Log-Message method and check the
Rate this question:
You can force a stack trace
You can specify the file name where you want to write the message
It allows you to avoid using Java steps to write to the PegaRULEs log
You can add a message that will show up in tracer
It always uses the Debug log level
Rate this question:
By doing an export of the Rulesets from the target production system.An export also deletes the rules which were imported
By taking a DB backup before the import on the target system and restoring from the DB backup in a case of rollback
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
There is no way to do this in the product or outside of the product currently
Rate this question:
All rules should be checked-in, otherwise errors are reported
RuleSet versions must be locked
You only need to include major and minor Rule-Set versions. All paches will be automatically
You must create a When Rule to include data instances.
Rate this question:
Using the application skin wizard and then use the inline styles on the User Interface rules
Use the Application Skin wizard and then modify the generated skins when needed, try to limit inline styles
Only use the style viewer and make the changes to the out of the box CSS files and your own RuleSets
Use inline styles to change displays to meet corporate standards.
Rate this question:
By building all displays within cells of layouts it will allow you the granularity needed to re-use the rule
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
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
The best practice for re-using interface rules is to assure it is in the right part of the class structure
Rate this question:
The connector activity does not handle a failure in the connector, processing is trnsferred to the connector error flow
The connector activity handles the result of the connector via a Precondition on the step following the
The connector activity handles the result of the connector via a transition
The connector activity doesnot handle a failure in the connector, processing is transferred to the Flow problem
Rate this question:
You can trigger the SmartInfo display by hitting the down arrow
The SmartInfo display can contain a live URL
SmartInfo uses AJAX texchnology
The SmartInfo feature is part of Client-side processing and handled completely by the browser
Rate this question:
ONCHANGE
ONMOUSEOUT
ONCLICK
ONBLUR
ONFOCUS
Rate this question:
Repeating list displays are only for pagelist
You can display lists as rows or column list(top to bottom or left to right)
You can only display a list as a row repeating lists display(list goes from top to bottom)
There is no support for tabs when displaying repeating lists
A section rule can be used to specify how items of the repeating list are displayed
Rate this question:
Rules Inspector
Tracer
Style Viewer
Preflight
Profiler
Rate this question:
Create a Simulation activity
Set the connector to simulate in the Simulation data instance and specify the activity
Use Tracer and set a breakpoint
Define a Connect simulation instance
Test the flow with simulation enabled
Rate this question:
The requestor page
The process page
A Declarative page
The primary page
Rate this question:
Using tools that allow u to monitor traffic and interaction between a SOAP client and service helps you in determing where the problem lies
Service invocation in PRPC cannot be traced because the requestor doesn’t exist before service execution
When connect simulation is enabled for MQ connecotr, the connector itself is not tested
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
Rate this question:
SOAP
BPEL
EJB
JMS
SQL
Rate this question:
RunInParallel uses the same mechanism as a Spin-off flow to achieve asynchronous behavior
Only connect soap rules can run in parallel
Connect Wait is used with the run in parallel option to wait for the parallel connection to complete
Connect cancel can be used to cancel a running connector
Rate this question:
You are guranteed to connect to a new application requestor each time the service is invoked
You cannot assume which application requestor u will connect to
You must manually clear the clipboard of any data left on from previous application requestors
When invoked ur service may or may nt result in the creation of new application requestor
Rate this question:
SP allow u to disable requestor pooling
SP allow u 2 specify priority of requestors so that stateless requetors are used
SP allow u 2 specify an access group under which the services run
SP allow u 2 either execute the service synchronously or queue for later execution
Rate this question:
The SA generates service activities that allow services to create or manage work
The service accelerator generates a service rule for activities of your choice allowing you to invoke those
Services can be configured so that service requests that fail PRPC processing are re-queued for another execution
The performance of long running service request can be significantly improved through requestor pooling
Rate this question:
HTTP is a low-overhead alternative to SOAP
SOAP is more reliable protocol than HTTP
SOAP is needed if I want to exchange XML messages
HTTP services can be configured to process service request asynchronously
HTTP connectors can be generated with the Connector and Metadata
Authentication timeout should be set to occur first
Requestor timeout should be set to occur first
Both timeouts should be set to the same value
With passivation enabled , authentication timeout should be set to 0
Rate this question:
Quiz Review Timeline (Updated): Apr 16, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.