Computer Knowledge

GUI and Web Frameworks

1,711 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
  1. Page layout

  2. Page bundle

  3. Bundle group

  4. All of the above

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

The repeat property can be applied at multiple hierarchical levels - page layout, page bundle, and bundle group - making it a flexible configuration option for repeating content structures.

Multiple choice technology web technology
  1. view

  2. controller

  3. Model

  4. 1 & 2

  5. 2 & 3

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

In Apache Wicket, components act as controllers - they handle user input, coordinate interactions between the model and view, and control the application flow. Wicket follows a Model-View-Controller pattern where components are the controllers that manage the presentation logic.

Multiple choice technology
  1. Webintelligence reports can be viewed in Infoview console

  2. BO client need to installed to view WebI reports in Infoview

  3. DeskI reports can be viewed in Infoview console with BO client installed

  4. All of the Above

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

Web Intelligence reports are viewed through InfoView, a web-based portal that requires no client installation. Desktop Intelligence reports, however, need the BO client software to be installed on the user's machine. InfoView accommodates both report types, but only WebI reports are fully web-native.

Multiple choice technology packaged enterprise solutions
  1. Right-click the object in the results list

  2. Click the object in the results list

  3. Double-click the object in the results list

  4. Select the object and press the Space Bar

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

In Siebel Tools repository search results, single-clicking an object navigates directly to its definition. This is the standard navigation method - right-clicking opens a context menu, double-clicking opens for editing, and the Space Bar has no navigation function in this context.

Multiple choice technology packaged enterprise solutions
  1. History

  2. List

  3. Web Controls

  4. Edit

  5. Target Browser Group

  6. Debug

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

When editing Web Layout in Siebel Tools, the Target Browser Group must be set first to specify which browser compatibility mode to use for the layout. Without this setting, Siebel cannot determine which rendering rules to apply, resulting in an error. History, List, Web Controls, Edit, and Debug are unrelated toolbar options.

Multiple choice technology packaged enterprise solutions
  1. Parent Business Component is Account

  2. Child Business Component is Account

  3. Parent Business Component is Opportunity

  4. Child Business Component is Opportunity

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

In a parent-child relationship on a Siebel view, the form applet represents the master record, which is the Account (Parent BC). The list applet displays related detail records, which are Opportunities (Child BC).

Multiple choice technology packaged enterprise solutions
  1. Set the Type Value property on the picklist to the LOV Type as created in S_LST_OF_VAL

  2. Specify the Business Component to be used by the Pick List object

  3. Set the runtime property to TRUE on the control or list column object

  4. Create a Pick Map definition

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

Configuring a dynamic picklist in Siebel Tools involves: (1) Creating the Picklist object and specifying the Business Component it will use to get data, (2) Creating Pick Map definitions to map picklist fields to the BC's fields, and (3) Setting the 'Runtime' property to TRUE on the control or list column to activate the picklist at runtime. Setting Type Value to the LOV Type is NOT a standard step - dynamic picklists use pickmaps and BCs, not static LOV type binding. The picklist becomes dynamic by using a BC and runtime property, not by binding to a specific LOV type.

Multiple choice technology programming languages
  1. MVC Framework and MVC Pattern are same

  2. in MVC the flow of execution is determined by controller

  3. Routing is used to redirect user to specific page

  4. Model corresponds Database, View corresponds User Interface and Controller handles

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

An MVC Framework is a library or suite implementing MVC concepts, whereas the MVC Pattern is the architectural design pattern itself; they are not the same. Other options correctly describe routing, execution control, and MVC components.

Multiple choice technology testing
  1. For each LOB, we have a project under the SPIAcceptanceTests.sln

  2. The xml scripts are written using Visual Studio 2005.

  3. SPLATT can be used for Mainframe testing

  4. All of the above

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

SPLATT is a tool for acceptance testing and cannot be used for mainframe testing. The other statements about project structure and Visual Studio 2005 are correct descriptions of SPLATT's use.

Multiple choice technology
  1. Driver details screen

  2. Vehicle details screen

  3. Home details screen

  4. Rating screen

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

In the PLUS insurance system, maj_line_cd is a major line code field. When this code is set to "19", it triggers the system to load the Home details screen on clicking NEXT. Line code 19 likely corresponds to homeowners or property insurance. The other screens (Driver details, Vehicle details, Rating) would be associated with different line codes for auto insurance or other product types.