Computer Knowledge
GUI and Web Frameworks
1,915 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
-
a. Property
-
b. Harness
-
c. When Condition
-
d. Constraints
-
e. Section
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.
-
a)Primary page
-
b)It is a an embedded page where the referenced properties are defined
-
c)It should be applies to class page
-
d)pyWorkPage
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.
-
a)Used to set the initial static values when a work object is created.
-
b) In PRPC product it is a place holder activity (Dummy activity)
-
c) Can incorporate functionality that needs to be implemented before displaying harness new.
-
d) A , B and C
-
e) B and C
-
f) Only C
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.
-
a) Date
-
b) Date-Icon
-
c) Date-Calendar
-
d) Date-Time- Calendar
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.
-
Page-Remove
-
Property-Set .pyFlowName to the flow name
-
Obj-Refresh-And-Lock
-
Obj-Save
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.
-
pyShortDescription
-
pyLabel
-
pzShortDescription
-
pzLabel
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.
-
Page
-
PageList
-
PageGroup
-
Single Value
-
ValueGroup
-
ValueList
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.
-
AttachANote
-
AttacAURL
-
AttachAFile
-
AttachADocument
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.
-
Flow should not contain 15 sub flows
-
We should create properties as and when needed and update the status
-
Limit custom java
-
Use the standard flow action as a place holder instead of creating a new one.
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.
-
Steppages define the default pagecontext during the step execution.
-
Step pages are removed when the activity ended
-
Steppage class is always equal to AppliesTo Key.
-
StepPage is not required on each step of an activity.
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.
-
Color scheme of the UI
-
Visual Design Standards and guidelines
-
Placement of content and screen flow
-
Development Strategy
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.
-
Application
-
Text box
-
Page
-
All of these
A,C
Correct answer
Explanation
In the context of the software library being referenced (appears to be SAP-related or similar), Application and Page objects can be made editable for certain users. Text box is likely a component, not a standalone editable object in this library context. 'All of these' would be incorrect if Text box is not valid.
-
In Variable Live Area Basic tab
-
Under the tab options
-
In Advanced Live area properties
-
In Objects Toolbar
C
Correct answer
Explanation
The hyperlink option is found in the Advanced Live Area properties tab in this software interface. This is where advanced properties for live/interactive areas are configured. Variable Live Area Basic tab, tab options, and Objects Toolbar are not the correct locations for this specific setting.
-
Clicking on this allows the user to set the tab order
-
Clicking on this Opens the page in Simulation Mode
-
Clicking on this open the page exactly how it will appear to end-user with all privelages available.
-
Clicking on this opens the page in View Mode
B
Correct answer
Explanation
Clicking the musical tone-shaped Theme View button launches the page in Simulation Mode, allowing developers to test functionality interactively. Other options incorrectly associate the button with setting tab order, view mode, or live end-user access.
-
An action can be added to theme
-
Only themes can be added to settings
-
Action and also themes can be added to settings
-
Themes can be added to added to Views
C
Correct answer
Explanation
In the customization framework of this platform, both actions (custom buttons or rules) and themes (visual style packages) can be added within the settings console. Distractors restrict settings to only themes, or associate them incorrectly with views.