You are on page 1of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

PEGA Interview Questions and Answers, Multiple Choice Questions

$19.99 $26.00

$24.99 $34.50

$16.99 $24.00

$11.25 $15.00

Macy's

Home

PEGA Interview Questions and Answers

PEGA Multiple Choice Questions

AdChoices

Free PDF

Open PDF

Download the PDF

AdChoices

PDF PDF

PDF Tutorial

PDF Form

PEGA Technical Concepts

Ad
closed
by
We'll try
to show
Adnot
closed
by that

Stop seeing this ad


AdChoices

Wednesday, 17 February 2016

15 TOP WCF Interview Questions and Answers for freshers and


experienced pdf free download
Latest WCF Interview Questions, Most recently asked WCF interview questions and answers, Experienced wcf
interview questions and answers
1. What is WPF?
2. What is XAML?
3. What are the core WPF assemblies?
4. What is the use of "System.Windows.Markup" namespace in WPF?
5. Which namespace provide classes for integration with WPF and Win32?
6. What is the use of System.Windows.Navigation namespace in WPF?
7. What is address in WCF and how many types of transport schemas are there in WCF?
8. Where we can host WCF services?
9. What is endpoint in WCF?
10. How to define a service as REST based service in WCF?
10. What is Transport and Message Reliability?
11. In WCF which bindings supports the reliable session?
11. What are tha advantages of hosting WCF service in WAS?
12. What is service host factory in WCF?
13. How can we use MSMQ bindings in WCF? |
14. What is the difference WCF and Web services?
15. What are the major differences between services and Web services?

Are You Sing

Free to browse photos

pro3les of local singles lo

to date. Start dating to

Ad closed
by Docs
eSign & Review
Legal
We'll try
Adnot
closed
to show
by that ad again

NDAs, Contracts and More.


bythis
250k+
StopUsed
seeing
ad Companies
AdChoicesand 100+
Million Users. Go to docusign.com/Legal
Search Here

Posted by atoz iq at 17:40

2 comments:

+1 Recommend this on Google

Labels: WCF Interview Questions and Answers

Thursday, 27 August 2015

PRPC Developer Toolbar | Pega Tutorial for biginners

Labels

| PEGA MCQs

Latest 100 TOP Interview Questi


Answers

PEGA Certification Questions and


Answers pdf
PEGA Interview Questions

PRPC Developer Toolbar::

PEGA Interview Questions and A

Pega Developer Network (PDN) is the ultimate knowledge repository for any PRPC developer. But since the amount of
information is so vast, sometimes it is difficult to navigate through the PDN and find the required content easily. So as a
solution, what if you had all your PRPC goodies right beside your PRPC IDE, meet PRPC developer toolbar, one stop feature
packed resource center.

PEGA Multiple CHoice Questions

PEGA MCQs

PEGA Study Material step by ste


Pega Tutorial Concepts
Pega tutorial for biginners
PEGA Tutorial pdf

WCF Interview Questions and An

http://pegaiq.blogspot.in/

Page 1 of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

Following are some of


the benefits you will gain by using the toolbar:
1. Search anything on PRPC with one click

2. Never miss newly published KB articles

3. Directly go to articles from toolbar

4. Get instant access to APIs and quick references

5. Access exam details and study guides

6. Listen to Pegasystems Podcasts and many more

7. Get Twitter updates from BPM experts

http://pegaiq.blogspot.in/

Page 2 of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

8. Stay updated with quality content

Ad closed by
Start PDF Download
We'll try
Adnot
closed
to show
by that ad again
Free to Download and Convert.
Get this
the Free
Toolkit
Stop seeing
ad PDF
AdChoices
App! Go to pdftoolkit.net

Posted by atoz iq at 09:18

No comments:

Recommend this on Google

Labels: Pega tutorial for biginners

Importance of Sandbox ruleset | Pega Tutorial pdf


Importance of Sandbox ruleset::
One of the major problems that Pega projects face with time is build up of test rules within the official business rulesets. If not
properly managed these rules could end up in the production environment which is not an ideal situation to have. But can we
really stop creating test rules, for me the answer is no, because creating test rules is also an integral part of the iterative
development process. So how can we maintain a clean development environment while also allowing the creation of test rules.
The answer is the Sandbox ruleset. By creating a separate ruleset only for test rules it is possible to have a clean development
environment while allowing the creation of test rules in development process.
Following are the steps that have to be followed:
Create a sandbox ruleset and version
Update ruleset restrictions in classes to include the sandbox ruleset
Create a separate sandbox application rule and include the sandbox ruleset and put your main application as the Built on
Application
Create a sandbox access group and include the sandbox application
Include the sandbox access group as an optional entry in the operator access group list
Now you will get the sandbox application as an optional application rule when you log in as a developer. So next time when you
want to create a test rule, switch the application to the sandbox application and use the sandbox rule set to save your test rule.
If your team is not used to this process, it will take some time for them to adjust to this new way of working, but with time you

http://pegaiq.blogspot.in/

Page 3 of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

will see better results.

Ad closed
by
APIs & the We'll
Digital
Business
try
Adnot
closed
to show
by that ad again

Create, Integrate and Manage


Yourthis
APIs
a Single
Solution.
Stop seeing
adwithWhy
this ad?
Go to mashery.com

Posted by atoz iq at 09:13

2 comments:

Recommend this on Google

Labels: Pega tutorial for biginners

Clipboard Page Analyzer | PEGA Study Material step by step


Clipboard Page Analyzer::
Have you seen a colored clipboard like this before, probably not right, please read to find out how and more importantly why it
looks as it is.

We love creating Pages, especially finding good names for them. Within Pega Rules Process Commander (PRPC) pages play a
very critical role as a highly flexible data structure that offer application developers the ability to abstract the underlying
business data model.
But with all this glamor, named pages hold one dark secret, once created they have to be manually deleted through the code.
Which means you have to track most of the pages that system create for you (Obj-Browse, Obj-Open) and all of the pages that
you create (Page-New), so that you can remove those pages at the correct moment within the business process after they are
no longer needed. If not this can lead to significant performance issues as every page in the clipboard occupies memory.
This being a design feature in PRPC, Pega has given couple of ways to delete named pages. Widely used Page-Remove activity
method is the easiest and by far the best way to delete named pages, but if you are writing Java then removeFromClipboard
Pega Java API method can be used to achieve the same outcome.
Everything is working perfectly up to this point, there are ways to create pages and ways to delete pages. But there is a
problem, since we are doing these tasks as humans, even though it is a good development practice to remove pages whenever
not needed, sometimes we tend to find the best practice is not being followed, resulting a cluttered clipboard.
So what if there is a way to find out pages that were created but not deleted within two different points in an execution flow
that you have selected. Which brings us to the beginning of this post the colored clipboard. Yes you guessed it correctly, those
colored pages indicate exactly that. Those are pages that were created but not deleted within a user specified two points in an
execution flow. I like to call this the Clipboard Page Analyzer.
So you know the problem and you have seen an answer, lets see how to implement this.
Lets start with an example, Imagine you have a process with 3 flow actions (FA) and you are creating two pages called A and B
within the boundary of these 3 flow actions. According to the technical design correct life span of these two page should be as
follows.
Page A Initialized within FA1 and removed within FA2
Page B Initialized within FA1 and removed within FA1
Following diagram shows the correct representation of that.

http://pegaiq.blogspot.in/

Page 4 of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

Now for a moment lets analyze the following diagram which is an incorrect implementation of the technical design

So as you can see if you examine the clipboard after the FA1 you will find Page A and B both on the clipboard, but according to
the design only Page A should be present, which means the developer has not removed Page B at the correct moment within
the process. Something similar can be seen if you examine the clipboard after FA2, where you will see both the pages present
but according to the design none should be there.
So how do we track these clipboard page creation and deletion moments. It turns out to be that we do not have to track, there
is a neat trick that can be used to get the delta of pages within two different points in time.
If you examine the PRPC Java API you will find a method called getPageNames in PageDirectory interface.

Once you have this method it is matter of invoking this method at two points in time and find the delta. So with this in mind
and after some client side coding following is what you get. (Please see the video in YouTube directly with HD full screen for
better quality).

3 Worst Interview
Answers

Posted by atoz iq at 09:10

Master These 20
Questions, Ace Any
Interview & Land the
Job of Your Dreams!

1 comment:

Recommend this on Google

Labels: PEGA Study Material step by step

Beauty of Higher Order Functions


Beauty of Higher Order Functions::
If you are familiar with JavaScript you must have come across the usage of Higher Order Functions. Simply put higher order
functions can accept functions as parameters or can return function as a result. When you understand the basics, it's joy to
work with them.
Due to the elegant design of PRPC runtime, we can easily simulate higher order functions using activities. Following activity is a
good example of such a scenario.
Code-Pega-List.ProcessSelection
So next time when you find a problem see if you can solve it using higher order functions. If properly used your code will be
more modular and look very professional.

http://pegaiq.blogspot.in/

Page 5 of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

Start Download - View PDF


Convert From Doc to PDF, PDF to Doc Simply With The Free Online App! Go to fromdoctopdf.com

Posted by atoz iq at 09:03

1 comment:

Recommend this on Google

Labels: PEGA Tutorial pdf

Tuesday, 17 March 2015

Harness the power of PRPC Content search


Harness the power of PRPC Content search::
According to my view Content search is one of the main features within PRPC and most probably the best. Content search
enables us to learn the beautiful PRPC architecture and it acts like a personal trainer. So how does the content search does all
its magic. The secret is, Pegas Content search is implemented using Apache Lucene open source text search engine.
You might be thinking it is a well known fact. Yes, you are absolutely correct, most of the Pega developers know that the
content search is based on Apache Lucene. So then whats all this fuss about.
The truth is we only use a fraction of what is available to us as content search, since the content search is based on Apache
Lucene, we literally get the power of Query Parser Syntax in Lucene directly into content search.
That means you can do Fuzzy searches, Wildcard searches, Fields searches, Proximity searches, use Boolean operators, Group
several searches and list goes on.
For actual syntaxes please read this wonderful Query Parser Syntax documentation.
Play with all the combinations and have fun.

Posted by atoz iq at 05:34

2 comments:

Recommend this on Google

Labels: Pega Tutorial Concepts

Thursday, 3 July 2014

Which directive would you use to retrieve a property value from an


instance not present on the clipboard?
a) Reference directive
b) Literal directive
c) Lookup directive
d) Java directive

Ans: C

Start PDF Download


Free to Download and Convert. Get the Free PDF Toolkit
App! Go to pdftoolkit.net

Posted by atoz iq at 00:00

1 comment:

Recommend this on Google

Labels: PEGA MCQs

Home

Older Posts

Subscribe to: Posts (Atom)

$19.99 $26.00

$16.99 $24.00

$16.99 $24.00

$99.99 $149.00

Macy's

http://pegaiq.blogspot.in/

Page 6 of 7

PEGA Interview Questions and Answers, Multiple Choice Questions

1/23/17, 6)37 PM

Popular Posts

100 TOP Latest PEGA Interview Questions and Answers pdf


The Most Popular 100 PEGA Interview Questions and Answers, PegaSystems Interview Questions, Pega PRPC Interview Questions, PEGA Testing Int...
How to make any rule as a favorite to your manager
delegate the rule to manager
Diffrence between activity and uitility
An activity is an instance of the Rule-Obj-Activity rule type. An activity is the fundamental sequential processing unit of the Process Com...
Inheritance concept in the pega (rules, class)
Rules: inheritance that can maximize reuse of your rules while allowing localized overriding as appropriate. Also called polymorphism, inhe...
Where can i see the paramater values in the clipboard ( values ... i am passing one activity to other )
No its not possible in clipboard, but you can see in tracer by clicking page name which in step method column .
Difference between obj-open and obj-open-by-handled
Obj-Open : we will get mutiple records from table based on the criteria from the specified calss. Or Opens an instance of a given cl...

Difference between obj-list, rdb-list?


Obj-list : Retrieve to a page, read-only, a selected set of properties Import ant fields Obj-List: RequestType: The Type of the browse; a...
How to import rules using pzinskey
Open the rule, from that pick the pzinskey, go to prdbutil and using the pxinskey export the rule Import that zip file where you want ....
Flows and Assignments work together to ________?
A) Resolve work and Reply to work
B) Receive work and Report on work.
What is a clipboard page in PegaRULES Process Commander? | PEGA MCQs
a) An object stored in memory b) A Pegasystems extension of the Windows clipboard c)

C) Review work and Report on work

...

An area of memory on the client PC reserved...

Powered by Blogger.

http://pegaiq.blogspot.in/

Page 7 of 7

You might also like