Categories
News

PEGA Interview Questions & Answers

Our experts providing  PEGA  interview questions & answers/Faqs can develop your carrier & knowledge to find the right job in a good MNC’s, doesn’t matter what kind of company you’re hired.

1)What Is The Difference Between Listview And Summaryview ?

A summary view rule defines a two-level report display, presenting summary counts, totals or averages to be displayed initially, and allowing users to click a row to drill down to supporting detail for that row.
Summary view rules support interactive charts, trend reports, and the use of AJAX for pop-up Smart Info windows.
A summary view rule is an instance of the Rule-Obj-SummaryView rule type. This rule type is part of the Reports category.
A list view rule, an instance of the Rule-Obj-ListView rule type, defines a report. Users can personalize list view reports easily and interact with them.
Use the Report wizard to define list view reports and link them to our portal.

2)How To Call A List View From An Activity?

In an activity, the Obj-List-View can execute a list view rule.

3)What Is Paging In A Listview?

To divide the ListView in to different pages and set the number of records to be displayed in a page.

4)Can we refer the property without exposing in Reports?

We can refer the propertys in Display tab without exposing.
But we can’t refer the property without exposing in Critera fields of the Content tab.

5)What the class of getContent Activity?

Embed-ListParams class.

6) What is the activity responsible for getting the data in List View?

getContent Activity

7)How to customize the getContent Activity?

Step1: Create Activity in Our Class and create the New page
Step2: write a query and store in variable.
Step3: call the listview as Call Rule-Obj-ListView
Step4: Write the another activity in Embed-ListParams
Step5: create the parameter. This parameter get the sql query from previous activity
Step6: write Java method The java code in this method is
Get the page from pyContentPage if page already exists. If page is not available it creates the new ContentPage.
In this code get the sql query from the above parameter and pass this query and above created ContentPage as parameters to this tools.getDatabase().executeRDB(query, pagename) method.

8)How do we fetch the data from two different tables with out using two different tables?

Write a database View. In this view logically combine the Two different tables.
Create class for this logically combined Table.
Write the List View. Applies to class is class of the Combined table. So we can refer the properties of both the tables in list view.

9)Explain the operation of Activity-End method?

Use the Activity-End method to cause the system to End the current activity and all calling activities.
Ex:if Alpha calls Beta, which calls Gamma, which calls Delta, which performs the Activity-End method, all four activities are ended.

10) Explain about Exit-Activity method?

The Exit-Activity method ends the current activity and returns control to the calling activity.

11) Explain about Page-Copy method?

Page-Copy method is used to copy the contents of a source clipboard page to a new or previously created destination clipboard page. The source page is not altered.
After this method completes, the destination page contains properties copied from the source page, and can contain additional properties from a model.

12) Explain about Page-New method?

The Page-New method is used to create a page on the clipboard. The new page may be a top-level page or an embedded page.
We can identify a model to initialize the newly created page. The model can set values for one or more properties.

13) Explain about Page-Remove method?

Page-Remove method is used to delete one or more pages from the clipboard. The contents of the database are not affected.

14) Explain about Page-Set-Messages method?

Use the Page-Set-Messages method to add a message to a clipboard page. Like a message associated with a property, a message associated with a page normally prevents the page from being saved into the database.

15) Explain about Property-Set-Message?

Property-Set-Message method is used to associate a text message with a property or a step page. The system reads the appropriate property and adds the message to the page. We can provide the entire literal text of the message, or reference a message rule key that in turn contains message text. (Rule-Message rule type).

16) Explain about Property-Map-DecisionTable method?

Use the Property-Map-DecisionTable method to evaluate a decision table rule and save the result as the value of a property.

17) Explain about Property-Map-DecisionTree method?

The Property-Map-DecisionTree method is used to evaluate a decision tree rule (Rule-Declare-DecisionTree rule type) and store the result as the value of a property.

18) Explain about Property-Map-Value?

The Property-Map-Value method evaluates a one-dimensional map value (Rule-Obj-MapValue rule type) defined in the parameter. The method sets the result as a value for a Single Value property.
The related method Property-Map-ValuePair works similarly for two-dimensional map values.

19) Explain about Property-Remove method?

Property-Remove method is used to delete a property or properties and its associated value from the step page or another specified page. This does not affect the property rule, its definition.

20) Explain about Property-Set method?

Property-Set method is used to set the value of one or more specified properties.

21) Explain about Show-HTML method?

The Show-HTML method is used to cause the activity to process an HTML rule and send the resulting HTML to a user for display by Internet Explorer. This may involve the interpretation of JSP tags (or the older directives), which can access the clipboard to obtain property values, or can insert other HTML rules, and so on.

22) Explain about Show-Page method?

The Show-Page method is used to send an XML representation of the step page to a user’s Internet Explorer browser session, as an aid to debugging.
Note: Use Show-Page and Show-Property only for debugging.


For PEGA Course Content Click Here

Categories
Other Courses

PEGA PRPC Online Training


We offer Online Pega Training Course by Experts Learn Pega 7.2 7.4 | 8 8.1 Cloud Training Online CSA CSSA ✓Pega PRPC Certification Training ✓Material PDF ✓Tutorial Videos ✓Attend Pega Demo for Free within Reasonable Fee

Spiritsofts is the best Training Institutes to expand your skills and knowledge by Pega 8.1 Training We Provides the best learning Environment. Obtain all the training by our expert professionals which is having working experience from Top IT companies.

The Training in is every thing we explained based on real time scenarios, it works which we do in companies.

Key FeaturesCourse ContentFAQs
  • 40 hours of Instructor Training Classes    
  • Lifetime Access to Recorded Sessions  
  • Real World use cases and Scenarios 
  • 24/7 Support
  • Practical Approach
  •  Expert & Certified Trainers

Pega Online Training Course Content

Core topics of PEGA

1.    Introduction to PRPC

2.    Introduction to User Portals

3.    Introduction to Fields and Data Elements

4.    Introduction to UI and Form Design

5.    Introduction to Process Definition

6.    Working with ClassGroup/WorkPool

7.    Class Structure and RuleSets

8.    Creating a Data Model

  • Create a Property Using the New Rule Dialog
  • Change the Appearance of a property
  • Create properties Using the Define property Wizard
  • Create Embedded properties
  • Create a Data Table
  • Set Initial Values a Model Rule
  • Check-in/Check-out Functionality

9.    Process Definition

  • Create a  Sub-flow
  • Create a Tabbed Screen Flow
  • Call a Sub-flow from a Starter Flow

10.    Case Management

  • Stage based case management

11.    User Interface

  • Create a Section
  • Create a Section Containing Multiple Layouts
  • Adding a Section to a Flow Action

12.    Advanced UI

  • Conditionally Display a Layout Using a When Rule
  • Conditionally Display Property Fields
  • Create a Dynamic Select Control
  • Repeat layout( Row/Tree/Grid)

13.    Dynamic Layouts

14.    Decision Rules

15.    In depth explanation on Activities and its methods.

  • Obj- Methods
  • RDB- Methods
  • Validation Methods
  • Property- Methods
  • Page- Methods
  • Flow- Methods
  • Commit/Rollback
  • Exit-Activity & Activity-End
  • Call & Branch
  • Other Methods
Advanced Concepts
  • Assigning the work
  • To Work List
  • To Work Basket
  • To Skill Based Work Basket
  • To Current Operator

1.    Creating Work Group / Work basket

2.    Validation

  • Types of validations
  • Difference between Rule-Edit-Validation and Rule-Obj-Validation

3.    Declarative Rules

4.    Data Pages

5.    Advanced Activities

  • Create an Activity with a precondition and a Transition
  • Create an Activity to Populate a Dynamic Select
  • Create an Activity to Write Data Table

6.    SLA( Service Level Agreements)

  • Define an SLA
  • Assigning SLA to Assignment
  • Assigning SLA to Work-Object
  • Testing SLA

7.    Integration Connectors

8.    Connecting to External Data Base Using Connect-SQL

9.    How to Use Dynamic SQL When Connecting to External DB

10.    How to Send a Correspondence (E-mail)

  • Manual Correspondence
  • Automatic Correspondence

11.    Correspondence Fragment

12.    Configuring E-mail (Inbound/Outbound)

13.    Configuring Web Services (SOAP).

14.    Migration/Deployment (Import & Export)

15.    Working with Agents

  • Advanced Agents
  • Slandered Agents

16.    Debugging tools

  • ClipBoard
  • Tracer

17.    Documenting the Application

Who Are The Trainers?
Our trainers have relevant experience in implementing real-time solutions on different queries related to different topics. Spiritsofts verifies their technical background and expertise.
What If I Miss A Class?
We record each LIVE class session you undergo through and we will share the recordings of each session/class.
How Will I Execute The Practical?
Trainer will provide the Environment/Server Access to the students and we ensure practical real-time experience and training by providing all the utilities required for the in-depth understanding of the course.
If I Cancel My Enrollment, Will I Get The Refund?
If you are enrolled in classes and/or have paid fees, but want to cancel the registration for certain reason, it can be attained within 48 hours of initial registration. Please make a note that refunds will be processed within 30 days of prior request.
Will I Be Working On A Project?
The Training itself is Real-time Project Oriented.
Are These Classes Conducted Via Live Online Streaming?
Yes. All the training sessions are LIVE Online Streaming using either through WebEx or GoToMeeting, thus promoting one-on-one trainer student Interaction.
Is There Any Offer / Discount I Can Avail?
There are some Group discounts available if the participants are more than 2.
Who Are Our Customers?
As we are one of the leading providers of Live Instructor LED training, We have customers from USA, UK, Canada, Australia, UAE, Qatar, NZ, Singapore, Malaysia, India and other parts of the world.

We are located in USA. Offering Online Training in Cities like New York, New jersey, Dallas, Seattle, Baltimore, Tempe, Chandler, Scottsdale, Peoria, Honolulu, Columbus, Raleigh, Nashville, Plano, Toronto, Montreal, Calgary, Edmonton, Saint John, Vancouver, Richmond, Mississauga, Saskatoon, Kingston, Kelowna, Houston, Minneapolis, Los Angeles, San Francisco, San Jose, San Diego, Washington DC, Chicago, Philadelphia, St. Louis, Edison, Jacksonville, Towson, Salt Lake City, Davidson, Murfreesboro, Atlanta, Alexandria, Sunnyvale, Santa Clara, Carlsbad, San Marcos, Franklin, Tacoma, California, Bellevue, Austin, Charlotte, Garland, Raleigh-Cary, Boston, Orlando, Fort Lauderdale, Miami, Gilbert.

Hyderabad (Ameerpet), Vizag, Vijayawada, Bangalore, Noida, Chennai, Kolkata, Pune, Mumbai, Delhi NCR, Dubai, Doha, Melbourne, Brisbane, Perth, Wellington, Auckland etc…

 

Keywords: Pega Training, Pega Online Training, Pega Training Course, Pega Certification Dumps, Pega Tutorial Videos, Open Span Certification Course, Best Institute for Pega Training, Pega Course Fees, Pega Server Access, Pega Interview Questions And Answers, Pega Certification Material, Pega Training Material PDF, Pega Training for Beginner. What is Pega technology?, Pega Training Videos, Pega Studio Training, Pega Certification Cost, Pega Tutorial PDF, Paga Software Installation, Pega PRPC Training Centers, Resume Preparation