Computer Knowledge
User Interface and Interaction Design
1,493 Questions
This collection focuses on user interface design, human computer interaction, and usability evaluation. It covers design hierarchies, prototyping, and user feedback methods. These questions are ideal for computer science and IT competitive exams.
Usability evaluationDesign principlesPrototyping in UXHuman computer interactionData visualization
User Interface and Interaction Design Questions
-
It is based on two different views
-
It is based on two different Business Objects
-
It can use only one business component
-
It use two business components
C
Correct answer
Explanation
In a Siebel master-detail List-Form view, both applets must compile data from the same underlying Business Component (e.g., both displaying details of the current record). They belong to the same view and Business Object, and using different Business Components would break the synchronization.
-
Applets
-
Business Components
-
Views
-
Business Objects
C
Correct answer
Explanation
In Siebel application architecture, a Screen is the highest-level container that organizes functionality. A Screen contains multiple Views, where each View displays specific business information through applets. The hierarchy is: Screen > Views > Applets > Business Components. Screens are not collections of applets, business components, or business objects directly.
-
Application Administration-> Screens
-
Screen Tabs
-
View Tabs
-
Site-Map
B,D
Correct answer
Explanation
In Siebel applications, navigation between screens is accomplished through Screen Tabs (which appear at the top and allow switching between functional areas) and Site-Map (which provides a hierarchical tree view of all available screens). Application Administration is a configuration area, not a navigation method, and View Tabs are for switching views within a single screen, not navigating between screens.
-
Administration- Application ->Responsibilities
-
Administration- Application -> Views
-
Administration- Application -> Utilities->Responsibilities
-
Administration- Application -> Utilities->Views
B
Correct answer
Explanation
Views are registered in Siebel through the path Administration - Application -> Views, where you can create and manage view definitions. Responsibilities are managed separately under Administration - Application -> Responsibilities. The Utilities submenu contains additional tools but the primary view registration is under the main Views menu item.
-
Page layout
-
Regions
-
Columns
-
All of the above
D
Correct answer
Explanation
Reusable objects in Scriptura are modular components designed to be included across multiple templates. They don't have their own page layouts, regions, or columns - these are properties of the main document template. Therefore, reusable objects lack all of these features.
-
Tree,Details,Grid,Coverage analysis
-
Tree,Details,Tab,Coverage analysis
-
Tree,Details,Tab,Graph
-
Tree,Information,Grid,Coverage analysis
A
Correct answer
Explanation
In requirements management tools like IBM Rational DOORS, the requirements module provides four views: Tree (hierarchical structure), Details (tabular properties), Grid (spreadsheet-like editing), and Coverage analysis (traceability matrix). These views support different aspects of requirements work - structure review, detailed editing, bulk editing, and traceability verification.
-
Types Tab
-
Detail Tab
-
Flat Tab
-
All of Above
A
Correct answer
Explanation
In Siebel Tools, the Types tab in the Object Explorer displays the hierarchical parent-child relationships among all object definitions, allowing developers to see how objects are structured relative to one another. The Detail and Flat tabs display object instances or a flat list rather than schema hierarchies.
-
Content Query Web Part
-
Content Editor Web Part
-
Page Viewer Web Part
-
List View Web Part
B
Correct answer
Explanation
Content Editor Web Part is the best choice for embedding JavaScript in SharePoint 2007 pages. It allows direct HTML/JavaScript input via source editing. Content Query, Page Viewer, and List View web parts do not support custom JavaScript injection.
-
Http request
-
Xml Data
-
LiveCycle Data Services
-
Url tracking
C
Correct answer
Explanation
LiveCycle Data Services (formerly Flex Data Services) enables server-to-client push in Flex applications through its messaging and data management services, supporting real-time updates.
-
PreBuild
-
Activate
-
PostBuild
-
Workflow
B
Correct answer
Explanation
The Activate event is the only PeopleCode event specifically associated with a Page object in PeopleSoft. Other events like PreBuild and PostBuild are associated with Components, not Pages. The Activate event fires when a page becomes active in the component.
-
ItemSelected event
-
PrePopup event
-
PreBuild event
-
PostBuild event
A
Correct answer
Explanation
The ItemSelected PeopleCode event is specifically designed to execute when a user selects an item from a pop-up menu. This event is unique to pop-up menu items and is not associated with standard pages or other components.
-
Workflow, Activate
-
PreBuild, PostBuild
-
SearchInit, SearchSave
-
ItemSelected, PrePopup
B
Correct answer
Explanation
The PreBuild and PostBuild PeopleCode events are commonly used to control page visibility within a component. PreBuild can hide pages before they're displayed, and PostBuild can modify visibility after initial building. This allows dynamic page showing/hiding based on conditions.
B
Correct answer
Explanation
When a user enters touch mode (by touching the screen), any currently focused widget loses focus. In touch mode, widgets don't maintain focus states since touch interaction doesn't use focus navigation like keyboard or trackball input. The focus system is primarily for non-touch input methods.
B
Correct answer
Explanation
Touch mode in Android means the interface is being controlled via touch input rather than a keyboard/trackball. In touch mode, widgets like buttons don't show focus indicators because users tap directly on items rather than navigating to them.
-
Test Failures
-
Test data used
-
Checkpoints(if any)
-
All the above
D
Correct answer
Explanation
The HP Unified Functional Testing Test Fusion report aggregates comprehensive execution results. It displays detailed information about test steps, failures encountered, the input test data utilized during the run, and the status of any defined checkpoints.