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
-
Electronic Forms
-
High Fidelity Forms
-
eForms
-
Offline Forms
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.
-
Search View
-
Document View
-
TaskSpace Import
-
Task List
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.
-
Import single or multiple document
-
Preview the selected documents
-
Assign metadata to the documents using a template
-
Configure it to show only selected object types
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.
-
A browser-based client
-
Primarily used for task processing
-
Has a hierarchal folder-based user interface
-
Is a part of the EMC Documentum Transactional Content Management offering
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.
-
Draft
-
Validated
-
Installed
-
Saved
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.
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.
-
Gantt Chart view
-
Task view
-
Both
-
None
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.
-
Administrator
-
Manager
-
Designer
-
Director
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.
-
Controller
-
View
-
Model
-
None of the above
C
Correct answer
Explanation
The PS Framework implements MVC 2 architecture with a centralized controller (Action Servlet) managing requests, JSPs as views, and business services as models. MVC 2 improves on MVC 1 by providing cleaner separation of concerns and better request handling.
-
Prompt
-
Filter
-
both 1&2
-
none
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.
-
Graphical view
-
SQL view
-
Report view
-
Design view
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.
-
Sort
-
Redefine Format
-
Join
-
Reformat
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.
-
dispatch function
-
event handler
-
control structure
-
exception handler
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.
-
BW_HOME\bin\bwengine.tra
-
BW_HOME\bin\bwengine.xml
-
BW_HOME\lib\com\tibco\deployment\bwengine.tra
-
BW_HOME\lib\com\tibco\deployment\bwengine.xml
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.