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 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:
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:
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:
True
False
Rate this question:
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:
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:
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:
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:
Rule-Declare-Expression
Rule-Declare-OnChange
Rule-Declare-Constraint
Rule-Declare-Trigger
Rule-Declare-CaseMatch
Rate this question:
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:
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:
SOAP
BPEL
EJB
JMS
SQL
Rate this question:
Access Settings
Access Role to Object
Access Deny
Access Privilege
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:
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:
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:
Node-Pulse
Rule Cache
System-Update
System-Pulse
Rate this question:
The requestor page
The process page
A Declarative page
The primary page
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:
Since it is a column in a table in a database you can extract the BLOB and use it in another system
The BLOB contains the same clear text xml which you see when clicking the rule data or the View XML option on the clipboard
The "pzPVStream" can be eliminated by use of simple tables (those without embedded pages and page lists)
The BLOB enables a single table to store complex data structure that would normally require multiple tables in a non blob database.
Rate this question:
PAL
Profiler
SMA
DBTrace
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:
Access role to object
Access deny
PRPC prevents them from being applied to the same class
None-they both are applied
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:
Yes
No
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:
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:
Rule Instance Cache
Static Contect Cache
Look up list cache
Conclusion cache
Dictionary cache
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:
No, All of these roles are in blocked RuleSets
Yes, Out of the box roles are starter roles that are supposed o be customized
No, Out of the box roles should be overridden in application Rulesets
Yes, The Role Editor allows you to modify all roles
) 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:
Container managed authentication disable the entire PRPC authorization mechanism(s)
Container managed authentication cannot be used when deloying a PRPC WAR on TOMCAT
Eliminates the need to store Operator ID in PRPC
PRPC does not support container managed authentication
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:
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:
) 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:
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:
An access group can reference one or more access roles
A production level of 0 identifies an experimental system
Security in PRPC can be controlled at a class level
A user's Ruleset list is a proper mechanism to control access to rules
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:
ONCHANGE
ONMOUSEOUT
ONCLICK
ONBLUR
ONFOCUS
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:
Pagination
Dynamic Select Control
Single or Multi Selection
Drag and Drop columns
AJAX based calculations
Rate this question:
Summary View report provide a multi-level report display with drill down capabilities
The drill down capabiltity provides only the ability to invoke another Summary View –
Because of the aggregate first level display, Summary Views allow you to report on table with 10,000 + rows
Summary View rules generate HTML and JSP for display that can be further customized
Rate this question:
PRPC is an excellent reporting solution and is recommended for reporting instead of purchasing expensive Business Intelligence reporting software
You can always get the reporting data you need by exposing properties as database columns
If the reporting data is stored in sources other than PRPC, you need to create connectors to retrieve the data from the source system
PRPC reporting is highly optimized, the impact of running large reports in a production system is negligible
PRPC includes powerful BAM reports that provide business managers with real-time and historical information to measure and manage business process performance
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:
Divison
Unit
Requestor type definition
Operator ID
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:
A role defines the levels of access to rules that aply to a class and instances of that class
Roles can be created and modified using the Role Editor
A Role defines various levels of access to RuleSets and RuleSet versions
A role defines a list of privileges a user has on a class level
An acess when rule defines a test that the system performs to allow, or disallow a requestor to perform actions on specific class
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.
Quiz On Pega Certified Senior System Architect! Hardest Trivia Questions
This quiz has the hardest trivia questions on PEGA Certified Senior System Architect! For a system to be designed there has to be a well-defined use for it by the user and this...
Questions:
110 |
Attempts:
1511 |
Last updated:
Mar 22, 2023
|
English Exam Questions And Answers- 2
If you have an upcoming exam, or just want to enhance your knowledge, just take our amazing online quiz with interesting quiz questions. From the following answers select the...
Questions:
10 |
Attempts:
4056 |
Last updated:
Oct 14, 2024
|
Prelims Exclusive Quiz - Day 1
The idea is to keep the MCQs to a practicable level so that you do not spend an extra minute than required, and have maximum output for the UPSC Prelims Exam 2020. Questions would...
Questions:
10 |
Attempts:
181 |
Last updated:
Mar 14, 2023
|
|
UGC NET PAPER 1
It is an MCQs based on the UGC NET Syllabus. It consists of 10 questions and carries 2 marks each. All questions are compulsory.here.
Questions:
10 |
Attempts:
513 |
Last updated:
Mar 21, 2023
|
MH-CET Online Daily Exam By NIT
This daily online exam by NIT focuses on specific administrative and admission details for 2020, including faculty count and establishment year.
Questions:
6 |
Attempts:
48 |
Last updated:
Nov 20, 2024
|
CDC 1C873 RAWs UREs Quiz: Vol.1 Questions
Dive into the world of CDC 1C873 RAWs UREs with our Vol.1 Quiz! Test your knowledge on Critical Design Configuration (CDC) 1C873, Reactor Assembly Worksheets (RAWs), and...
Questions:
79 |
Attempts:
377 |
Last updated:
Dec 21, 2023
|