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 testing
  1. Functional Changes for a particular release in the application

  2. All non functional items in the application irrespective of the release

  3. All functional and non functional changes for a particular release in the application

  4. Non functional changes in the application particular to that release

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

OAT (Operational Acceptance Testing) focuses on non-functional testing specific to a release, excluding performance testing which is typically separate. Option D correctly states this scope. Options A and C incorrectly include functional changes, while B incorrectly suggests all non-functional items regardless of release.

Multiple choice technology databases
  1. WCF LOB Adapter SDK is independent of WCF Channel Model

  2. WCF Channel Model built on top of WCF LOB Adapter SDK

  3. WCF LOB Adapter SDK built on top of WCF Channel Model

  4. WCF LOB Adapter SDK part of WCF Channel Model

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

The WCF LOB Adapter SDK is built on top of the WCF Channel Model, providing a higher-level abstraction for connecting to line-of-business systems. It extends the channel model with metadata discovery and adapter-specific features while using channels as the underlying communication mechanism.

Multiple choice technology
  1. Mapplet represents set of transformations

  2. Mapplets are reusable

  3. Server expands Mapplet at runtime

  4. All of the above

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

In Informatica PowerCenter, mapplets are reusable sets of transformations that can be used across multiple mappings. The Integration Service expands the mapplet at runtime, executing the transformations within it as part of the mapping flow.

Multiple choice technology
  1. Source Analyzer and Warehouse Designer

  2. Source Analyzer, Mapping Designer, and Mapplet Designer

  3. Source Analyzer, Warehouse Designer, Mapping Designer, and Mapplet Designer

  4. Source Analyzer, Warehouse Designer, and Mapping Designer

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

Data Previewer works with any designer that defines data structures: sources in Source Analyzer, targets in Warehouse Designer, transformations in Mapping Designer, and mapplets in Mapplet Designer. It lets you sample data from these objects without running a full session.

Multiple choice technology platforms and products
  1. wcaconfig.ini file in the InfoView directory

  2. web.config file in the WebContent directory

  3. Central Configuration Manager

  4. Central Management Console

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

The BusinessObjects Enterprise Web Component Adapter (WCA) is configured through the wcaconfig.ini file located in the InfoView directory and the web.config file in the WebContent directory. These configuration files control the WCA's behavior and integration settings. The Central Configuration Manager and Central Management Console are administrative tools used for server and system management, not for WCA-specific configuration.

Multiple choice technology testing
  1. GetROProperty & SetROProperty

  2. GetTOProperty & SetTOProperty

  3. GetTOProperty & SetROProperty

  4. GetROProperty & SetTOProperty

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

In UFT, GetTOProperty retrieves the value of a test object property, while SetTOProperty temporarily modifies a test object property value during the test run. These methods operate on Test Object properties (UFT's abstract representation), not Run-Time Object properties. GetROProperty only retrieves runtime values and cannot modify them, while SetROProperty does not exist.

Multiple choice technology
  1. Simple

  2. Simple, Consolidate

  3. Simple, Boolean, String, Consolidated

  4. Simple, String, Consolidated

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

Cognos TM1 has three element types: Simple (numeric data elements), String (text elements), and Consolidated (calculated/parent elements). Option D correctly lists these three types.

Multiple choice technology
  1. Enable the option 'Display on Search and Filter' under the tab 'Attributes' for the field in the request type.

  2. Enable the option 'Display Only' under the tab 'Attributes' for the field in the request type.

  3. Enable the option 'Display' under the tab 'Attributes' for the field in the request type.

  4. Once the fields that will be available in the Advanced Search list is set by the PPM provider, it cannot be changed.

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

In HP PPM (Project Portfolio Management), making fields available in Advanced Search requires enabling the 'Display on Search and Filter' option under the Attributes tab for each field in the request type configuration. This is standard PPM functionality for field visibility control.

Multiple choice technology
  1. AXA

  2. TCS

  3. HP

  4. none of the above

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

Tables and Views with names beginning with KCRT (likely standing for 'Kynergy Request' or similar) were created by HP as part of the HP PPM (Project Portfolio Management) product database schema. This is not AXA or TCS custom development but HP's native table structure.