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

Multiple choice technology packaged enterprise solutions
  1. It is based on two different views

  2. It is based on two different Business Objects

  3. It can use only one business component

  4. It use two business components

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. Applets

  2. Business Components

  3. Views

  4. Business Objects

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. Application Administration-> Screens

  2. Screen Tabs

  3. View Tabs

  4. Site-Map

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. Administration- Application ->Responsibilities

  2. Administration- Application -> Views

  3. Administration- Application -> Utilities->Responsibilities

  4. Administration- Application -> Utilities->Views

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Page layout

  2. Regions

  3. Columns

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology testing
  1. Tree,Details,Grid,Coverage analysis

  2. Tree,Details,Tab,Coverage analysis

  3. Tree,Details,Tab,Graph

  4. Tree,Information,Grid,Coverage analysis

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. Types Tab

  2. Detail Tab

  3. Flat Tab

  4. All of Above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Content Query Web Part

  2. Content Editor Web Part

  3. Page Viewer Web Part

  4. List View Web Part

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. PreBuild

  2. Activate

  3. PostBuild

  4. Workflow

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology packaged enterprise solutions
  1. Workflow, Activate

  2. PreBuild, PostBuild

  3. SearchInit, SearchSave

  4. ItemSelected, PrePopup

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology testing
  1. Test Failures

  2. Test data used

  3. Checkpoints(if any)

  4. All the above

Reveal answer Fill a bubble to check yourself
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.