Computer Knowledge

GUI and Web Frameworks

1,711 Questions

Graphical user interface and web frameworks involve layout management, directives, and application design across platforms like Android and Angular. These concepts are tested in computer science and IT officer competitive exams. Review these questions to understand UI components and coding standards.

Android layout attributesAngular structural directivesVB.Net web methodsJava Swing componentsSiebel application framework

GUI and Web Frameworks Questions

Multiple choice technology web technology
  1. Data-Admin-Operator-ID

  2. Rule-Obj-Operator

  3. Rule-Obj-ListView

  4. Rule-Access-Role-Name

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When creating a ListView to display operator information (Full Names and User Identifiers), the Data-Admin-Operator-ID class is the correct 'Applies To' class because it contains the operator ID records with these properties. Rule-Obj-Operator is an obsolete class, Rule-Obj-ListView is for defining list views themselves, and Rule-Access-Role-Name contains access roles not operator data.

Multiple choice technology web technology
  1. Property-Set

  2. They cannot be changed

  3. Property-Set-X

  4. Property-Set-Special

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Pega properties prefixed with 'px' are system-managed and read-only. They cannot be modified using standard methods like Property-Set. The special method Property-Set-Special is designed specifically to modify these system-controlled px properties.

Multiple choice technology web technology
  1. a)Obj-Open

  2. b) Page-New

  3. c) New

  4. d) New-Page

  5. e) CreatePage activity

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Page-New is the correct method for creating top-level pages on the clipboard in Pega. Obj-Open is used to retrieve existing pages from the database into the clipboard, not create new ones. The other options are not valid Pega methods.

Multiple choice technology web technology
  1. a. Property

  2. b. Harness

  3. c. When Condition

  4. d. Constraints

  5. e. Section

Reveal answer Fill a bubble to check yourself
A,B,E Correct answer
Explanation

The Rule Inspector tool identifies and displays rules that are actively being used during case processing and UI rendering. It specifically detects Properties, Harnesses, and Sections which are the UI and data structure rules that are currently active. When conditions are logic rules that evaluate but aren't typically surfaced in the inspector.

Multiple choice technology web technology
  1. a)Primary page

  2. b)It is a an embedded page where the referenced properties are defined

  3. c)It should be applies to class page

  4. d)pyWorkPage

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In a Rule-Declare-Expression, the Page Context identifies the embedded page (or page list/group property context) on which the properties referenced in the expression are defined, ensuring Pega resolves the properties relative to that correct context.

Multiple choice technology web technology
  1. a. Local List

  2. b. RemoteList

  3. c. FieldValue

  4. d. ClassKey

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

For a small, fixed set of 5 values, Local List is the correct choice in the Table Edit tab. Remote List is for external data sources, FieldValue is for dynamic lists stored in database, and ClassKey is for keyed access.

Multiple choice technology web technology
  1. a)Used to set the initial static values when a work object is created.

  2. b) In PRPC product it is a place holder activity (Dummy activity)

  3. c) Can incorporate functionality that needs to be implemented before displaying harness new.

  4. d) A , B and C

  5. e) B and C

  6. f) Only C

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

In PRPC (Pega Rules Process Commander), the standard activity NewDefaults is a placeholder (dummy activity) that can be overridden in user classes to implement pre-display logic before the harness new is shown. Static values for work objects are typically set in pyDefault.

Multiple choice technology web technology
  1. a) Date

  2. b) Date-Icon

  3. c) Date-Calendar

  4. d) Date-Time- Calendar

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To display a calendar icon alongside a single date value property in a perform harness, use the Date-Calendar Rule-HTML-Property. This control provides both the date display and a calendar icon for date selection in one interface element.

Multiple choice technology web technology
  1. Page-Remove

  2. Property-Set .pyFlowName to the flow name

  3. Obj-Refresh-And-Lock

  4. Obj-Save

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

After Page-New creates a temporary page, you should clean it up with Page-Remove to prevent memory leaks. This is especially important when the page is only used temporarily during the activity. Obj-Save (D) would persist data, which isn't needed for temporary pages. The other options don't address cleanup.

Multiple choice technology web technology
  1. pyShortDescription

  2. pyLabel

  3. pzShortDescription

  4. pzLabel

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

pyLabel is the correct property for storing a short description in a work object because 'py' properties are standard Pega properties, and pyLabel is specifically designed for holding labels and short text descriptions. pyShortDescription (A) and pzShortDescription (C) are not standard Pega properties, and pzLabel (D) is used for internal purposes.

Multiple choice technology web technology
  1. Page

  2. PageList

  3. PageGroup

  4. Single Value

  5. ValueGroup

  6. ValueList

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Pega, Single Value properties are NOT aggregate properties - they hold a single atomic value. Page, PageList, PageGroup, ValueGroup, and ValueList are all aggregate property types that can hold multiple values or nested structures. Therefore, Single Value is the correct answer as the only non-aggregate property listed.

Multiple choice technology web technology
  1. AttachANote

  2. AttacAURL

  3. AttachAFile

  4. AttachADocument

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

In Pega, the standard local actions for attaching content are: AttachANote (for attaching notes), AttachAURL (for attaching web links), and AttachAFile (for attaching files). AttachADocument is not a standard local action name in Pega's library.

Multiple choice technology web technology
  1. Flow should not contain 15 sub flows

  2. We should create properties as and when needed and update the status

  3. Limit custom java

  4. Use the standard flow action as a place holder instead of creating a new one.

Reveal answer Fill a bubble to check yourself
C,D Correct answer
Explanation

Limiting custom Java ensures application maintenance and upgradability, which is a key Pega guardrail. Reusing standard flow actions as placeholders or starting points promotes best practice compliance and accelerates development.

Multiple choice technology web technology
  1. Steppages define the default pagecontext during the step execution.

  2. Step pages are removed when the activity ended

  3. Steppage class is always equal to AppliesTo Key.

  4. StepPage is not required on each step of an activity.

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

Step pages define the context for executing a specific step in an activity. They are optional because a step can run in the context of the activity's primary page. They are not automatically deleted upon activity completion and their class can differ from the activity's class.

Multiple choice technology usability
  1. Color scheme of the UI

  2. Visual Design Standards and guidelines

  3. Placement of content and screen flow

  4. Development Strategy

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Wireframes are low-fidelity schematics that show structural placement of content elements (text, images, buttons) and screen flow without visual design details like color or typography. They focus on layout and interaction, not aesthetics. Color schemes, visual standards, and development strategies come later in high-fidelity designs and specifications.