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 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.

Multiple choice technology
  1. MP view tool

  2. SCOM 2007

  3. Authoring tool

  4. MAN MAN tool

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

The MP View Tool (MPViewer) is used to export and view management pack settings and XML. It allows administrators to extract management pack configurations for backup or transfer. SCOM 2007 and Authoring tool serve different purposes.

Multiple choice technology
  1. Onet.xml

  2. Feature.xml

  3. Schema.xml

  4. Fldtypes.xml

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

In SharePoint list definitions, Schema.xml is the file that defines views along with other list schema elements. To add or modify views in a list definition, you edit the Schema.xml file's View elements. Onet.xml defines site structure, Feature.xml defines features, and Fldtypes.xml defines field types - none of these handle list views.

Multiple choice technology
  1. Zero

  2. One

  3. Two

  4. Any Number is possible

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

SharePoint architecture allows exactly one WebPartManager instance per web part page. The WebPartManager is a singleton control that manages all WebParts on that page, coordinating their lifecycle, personalization, and connections. This design ensures consistent WebPart management across the page.

Multiple choice technology
  1. Deploy a new SharePoint solution that contains the old site definition.

  2. Reset all subsites to inherit the site master page settings.

  3. Change the site master page by using Microsoft Office SharePoint Designer 2007.

  4. Use the Reset to site definition option.

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

When pages customized in SharePoint Designer diverge from the site definition, SharePoint provides a 'Reset to site definition' feature that reverts pages to their original template definition. This restores the corporate design standard while preserving the page content structure. Deploying new solutions (A) or changing master pages (B, C) would not reset individual customized pages effectively.

Multiple choice technology
  1. They are created with SharePoint Designer

  2. They can be imported to any number of sites

  3. They can contain the structure for list, libraries

  4. They can contain the data for list, libraries

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

Web Packages (.fwp files) in SharePoint are reusable solution packages created with SharePoint Designer. They can be deployed across multiple sites and contain structural definitions like lists, libraries, and their schemas - but not the actual data stored in those lists.

Multiple choice technology
  1. Using SharePoint Designer Application Pages can be edited

  2. Using SharePoint Designer workflows can be created

  3. Using SharePoint Designer Site Columns can be created

  4. Using SharePoint Designer Layout Pages can be created

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

SharePoint Designer allows creating workflows and editing layout pages for publishing sites. However, Application Pages (.aspx files in the _layouts folder) cannot be edited with Designer - they must be modified on the file system. Site Columns are created through browser UI or Features, not directly in Designer.