You are on page 1of 6

4 - RPA with Pega - Pega Summary and Assesment

Pega Summary and Assesment

1 of 2
Summary
Hope you enjoyed learning about PEGA RPA, Here are the takeaway points from the
course

Learned about Pega platform

Different kind of adapters

Interrogation

HTML hierarchy editor and HTML table designer

Testing and debugging.

2 od 2
Pega RPA Final Assessment
Questions : 20, Passing Score : 16

(1) 19/20

(1) - 1
JSON serialization allows ___________ as a parameter.

MessageForms

MessageStats

MessageQueries

1>MessageDetails

(1) - 2
________ number of elements are present in the message manifest.

1>4

Caption - Heading of message.

Icon - Icon for that particular message.

Message - content to be displayed.

Button and Default Button - Buttons for that message.

(1) - 3
To create a window based application, which adapter should be chosen?

Windows Adapter

1>Windows Application
Window Adapter

Window Application

Windows application template helps the users to interrogate window based


applications.

(1) - 4
For loop uses ______ as a counter to iterate through the logic.

Range

1>Index

Key

Absolute index

forLoop
It uses the index as a counter to iterate through process logic.

(1) - 5
Renaming the interrogated control can be done in _______ tool window.

1X>Solution Explorer

Tool box

Properties

Object Explorer

Renaming the interrogated control can be done in the solution explorer tool
window.

(1) - 6
_________ help in identifying the elements across multiple instances.

None of the options

1>Match Rules

Predefined Rules

Defined Rules

Match Rules
Pega Robotic Automation studio has a matching behavior which helps in
identifying the elements across multiple instances.

(1) - 7
________ is/are the method(s) for activities.

None of the options

Cancel Activity

1?>Cancel and start activities

Start Activity

Below are some of the common methods for activities:


CancelActivity
Start
StartNow

(1) - 8
________ components help in connecting one part of automation to another.

Label/Catch to

1>Label/Jump to

Label/Connect to

8 of 11
Label/Jump To Components
It is very important to organize the automation so that it will be easy to get a
clear idea on it.
But there are some cases where you have to link a variable with a method, which
is present in another part of automation.
Don't worry you can achieve this easily by using Label/Jump To components.
It helps in connecting the one part of automation to another part.

(1) - 9
With the help of _________, you can easily find where the error has occurred.

Alerts

1>Indicators

Buzzers

10 of 11
Error Messages
In order to create an error message, it is good practice to add an indicator to
know where the error occurred.
With the help of indicators, the user will get to know where the error has
occurred.
While automating you will be encountering different error messages, it is good
practice to give a different message to each exit point.
Additional information helps in giving a clear idea on the message.

(1) - 10
In Pega, a solution may contain multiple projects.

1>True

False

A solution may have multiple projects in it.


Project

(1) - 11
While editing automation, you can open the playback file.

True

1>False

8 of 8
Tips
When editing an automation you cannot open a playback file.
When running the solution, make sure that you close the previously opened log
file.
(1) - 12
__________ does not have any parent case.

1>Top-level

Child-level

3 of 7
Case and Subcase
In the above picture, Accident claim is a case and in order to complete a case,
there are two subcases: Vehicle damage and Body injury.
In Pega, you can model the case-subcase relationship by using case hierarchy,
that has top-level and child cases.
top-level - It doesn't have any parent case but it can become a parent
case(Accident claim).

(1) - 13
___________ is defined as an attribute of interrogated control.

1>Property

None of the options

Control

Method

7 of 7
Use Keys
The studio provides key property for interrogated controls to identify the
objects uniquely.
What is defined as attribute of interrogated control ?
Property is defined as an attribute of interrogated control.
Which Section of object explorer contains the buttons to select an object
properties,events or methods for an Automation ?

(1) - 14
The start method contains ______ methods.

1>3

StartMethod - It determines how the application starts. It has three methods:


Start, StartAndWait, and MonitorAll

(1) - 15
Which of the following is a/are log file(s)?

1>All the options

StudioLog.txt

Runtimelog.txt

OSCLog.txt
3 of 8
Diagnostic Logging
If any issue occurred during the runtime of automation, you can check the log in

Runtimelog.txt file.
Developers use this as a base to find out where the issue has occurred.
Below are some of the log files which helps find errors in different scenarios :
StudioLog.txt - Displays messages during studio execution.
OSCLog.txt - Displays messages while building the project.

(1) - 16
_________ is used for specifying unique data elements.

Index

Absolute index

Key

1>All the options

4 of 6
Processing Data Tables
There are many ways to process the data from interrogated HTML tables but mainly
two ways are prominent:
ForLoop
Queries
You have to specify the unique data element for both of them
Index
Absolute Index
Key
Query
None

(1) - 17
You can start debugging by using the _________ key.

1>F5

F6

F3

F8

5 of 7
Debugging
It helps in solving the issues in applications.
you can start debugging by pressing F5 or you can directly start the application
by using Ctrl+F5.

(1) - 18
An activity can start in one framework project and end in another framework
project.

1>True

False

5 of 11
Interactions and Activities
Interaction framework helps in providing single or multiple interactions
simultaneously.
Even though the user has multiple tabs open at a particular time he can interact
only with one application.
If you are interacting with a project in the framework, all the other projects
complete activities or work for that interaction.
An activity can start in one framework project and can end in another framework
project.
You should start and stop the interactions and activities so the framework can
communicate the status of the process within the project

(1) - 19
Log file cleaner helps in removing personal data.

False

1>True

4 of 8
Log File Cleaner
It is important to clean the log files after the solution ran successfully.
Log file cleaner helps to remove personal and account-sensitive data from log
files.
Log file cleaner can also be used in the studio, supertrace and runtime files.
It examines each line in the log files and apply a mask or completely remove the
data depending on your specification like mobile numbers.

(1) - 20
The dependency between the parent and child steps can be created using _____.

Pause step

None of the options

1>Wait step

Stop step

4 of 7
Dependency
Dependency can be made between parent and child steps by using the Wait step.
If the parent case reaches wait step, it waits until the dependencies are
solved. Once they are done the case is resumed.
Wait step keeps the following dependencies:
Pause the case until the other case ( or all case) reach the specified status.
Pause case until the predetermined time.
You can use timer in Wait step by using Designer studio.

You might also like