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

Multiple choice technology enterprise content management
  1. Electronic Forms

  2. High Fidelity Forms

  3. eForms

  4. Offline Forms

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

High Fidelity Forms are designed to replicate the exact appearance and layout of printed forms while being digital. They allow end users to fill out forms electronically that look identical to their paper counterparts. The filled forms can then be submitted via email, web, or process integrators.

Multiple choice technology enterprise content management
  1. Search View

  2. Document View

  3. TaskSpace Import

  4. Task List

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

TaskSpace Select dialog boxes (selectors) are configured to retrieve repository objects using Search Views or TaskSpace Import features. Document Views display content rather than querying/selecting it, and Task Lists manage assignments, making both incorrect options for defining selector source inputs.

Multiple choice technology enterprise content management
  1. Import single or multiple document

  2. Preview the selected documents

  3. Assign metadata to the documents using a template

  4. Configure it to show only selected object types

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

TaskSpace Import dialog provides comprehensive document management capabilities. It allows importing single or multiple documents, previewing before import, assigning metadata through templates, and filtering object types. These features streamline the document ingestion process with flexibility and control.

Multiple choice technology enterprise content management
  1. A browser-based client

  2. Primarily used for task processing

  3. Has a hierarchal folder-based user interface

  4. Is a part of the EMC Documentum Transactional Content Management offering

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

TaskSpace is a browser-based client within the EMC Documentum Transactional Content Management suite designed primarily for task and process handling. Unlike folder-centric interfaces like Webtop, TaskSpace focuses on structured process execution, rendering folder-based hierarchy options incorrect as its primary interface description.

Multiple choice technology web technology
  1. Draft

  2. Validated

  3. Installed

  4. Saved

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

Forms Builder templates must be in the Installed state to be available for use in TaskSpace. The template lifecycle progresses from Draft to Validated to Installed, with only Installed templates being deployable. This ensures that templates have completed all validation steps before being used in applications.

Multiple choice technology
  1. Copy

  2. Shortcut

  3. Both

  4. None

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

A Shortcut dynamically reflects changes made to the original object. If you modify the source definition or transformation that the shortcut references, those changes automatically appear in all mappings using the shortcut. A Copy creates an independent duplicate that doesn't reflect changes.

Multiple choice technology
  1. Gantt Chart view

  2. Task view

  3. Both

  4. None

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

Workflow Monitor provides two main views: Gantt Chart view shows task execution timelines and dependencies visually, while Task view shows task status and details in a tabular format. Both views are essential for monitoring different aspects of workflow execution and troubleshooting performance issues.

Multiple choice technology
  1. Administrator

  2. Manager

  3. Designer

  4. Director

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

The Administrator client in DataStage is responsible for repository management tasks including importing and exporting projects. The Designer is for building jobs, Director for monitoring and running jobs, and Manager is for job scheduling and management.

Multiple choice technology
  1. Prompt

  2. Filter

  3. both 1&2

  4. none

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

Prompts in MicroStrategy are interactive objects that appear during report execution, allowing users to select specific values or elements dynamically. This enables parameterized reports without modifying the report definition. Filters are predefined static conditions set by the report designer.

Multiple choice technology
  1. Graphical view

  2. SQL view

  3. Report view

  4. Design view

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

MicroStrategy provides multiple view types for reports: Graph View displays data as charts and visualizations, SQL View shows the generated database query for debugging, and Design View allows editing the report structure. Report View typically refers to the standard grid/data display, which is a display mode rather than a distinct named view type in this context.

Multiple choice technology
  1. Sort

  2. Redefine Format

  3. Join

  4. Reformat

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

The Reformat component in Ab Initio is specifically designed to transform data structure - it can add fields, drop fields, or change field layouts. Sort only orders data, Join combines data, and Redefine Format changes DML interpretation. For adding/dropping fields, Reformat is the correct choice.

Multiple choice technology programming languages
  1. dispatch function

  2. event handler

  3. control structure

  4. exception handler

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

An event handler is a subroutine or function that executes in response to a specific event, such as a user clicking a GUI button or typing text. Dispatch functions route messages, control structures guide execution flow, and exception handlers catch runtime errors rather than GUI interactions.

Multiple choice technology platforms and products
  1. BW_HOME\bin\bwengine.tra

  2. BW_HOME\bin\bwengine.xml

  3. BW_HOME\lib\com\tibco\deployment\bwengine.tra

  4. BW_HOME\lib\com\tibco\deployment\bwengine.xml

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

Custom engine properties shown in the Administrator's Advanced tab are configured in bwengine.xml located under the deployment directory (BW_HOME\lib\com\tibco\deployment\bwengine.xml). The .tra files are configuration files used during runtime, not for defining the metadata schema used by Administrator to render the deployment UI.