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
  1. a) Static

  2. b) Dynamic

  3. c) both

  4. d) none

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

Static drilldowns in Siebel are configured to always navigate to the same target view regardless of the record's content or context. The hyperlink destination is predetermined and doesn't change based on the data being displayed. This provides consistent navigation behavior for certain use cases where the target should always be the same.

Multiple choice technology
  1. a) Static

  2. b) Dynamic

  3. c) both

  4. d) none

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

Dynamic drilldowns in Siebel use the values from the current view or record to determine which target view to navigate to. The destination can vary based on the data context, allowing for flexible, data-driven navigation. This is useful when different records should lead to different target views based on their attributes.

Multiple choice technology
  1. a) In dynamic drilldown, clicking the hyperlink always navigates to the same target view.

  2. b) In static drilldown, clicking the hyperlink navigates to a target view determined by values shown in the current view

  3. c) Form applet uses drilldown

  4. d)Static Drilldown take the users to the same view under all the circumstances

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

This question asks for the TRUE statement. Option A is false because dynamic drilldowns navigate to different views based on context. Option B is false because static drilldowns always go to the same view. Option C is false because list applets use drilldowns, not form applets. Option D is TRUE - static drilldowns always navigate to the same view regardless of circumstances, which is the defining characteristic of static drilldowns.

Multiple choice technology
  1. a) only Hyperlink Field

  2. b) Only View

  3. c) Both

  4. d) None

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

Static drilldown in Siebel requires both a Hyperlink Field to define which field triggers the drilldown, and a View to specify the destination view users navigate to. Setting only one property is insufficient for static drilldown configuration.

Multiple choice technology
  1. a)Toggle

  2. b)Picklist

  3. c)Threadbar

  4. d)MVG

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

A Threadbar is a Siebel navigation component that tracks the user's navigation history, showing the previous business objects and records visited. It provides hyperlinks allowing users to quickly navigate back through their path, unlike Toggles, Picklists, or MVGs which serve different purposes.

Multiple choice technology
  1. a) Thread Applet

  2. b) Thread Field

  3. c) Thread Title

  4. a) Thread Applet b) Thread Field c) Thread Title

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

Threadbar hyperlinks require three properties to uniquely identify and display the target record: Thread Applet (which applet to use), Thread Field (which field provides the context), and Thread Title (what text to display in the hyperlink). All three work together to create the navigation link.

Multiple choice technology
  1. a) Owner Delete

  2. b)Search Specification

  3. c) Sort Specification

  4. d) None

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

The Sort Specification property in a Business Component defines one or more fields that determine the default sort order for records displayed in associated applets. Unlike Search Specification (which filters records), Sort Specification controls the sequence of returned results.

Multiple choice technology
  1. a) Picklist

  2. b) Drilldown

  3. c) Toggle

  4. d) MVG

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

The Drilldown property enables users to click on a field value to navigate to a detailed view containing additional related information. Picklists show dropdown options, Toggles switch between applets, and MVG (Multi-Value Group) handles multiple related records - only Drilldown creates hyperlinks for navigation.

Multiple choice technology
  1. a) Form

  2. b) List

  3. c) both

  4. d) none

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

List applets primarily use drilldowns because they display summary data where users need to click through to see full details. Form applets typically show all relevant information upfront, making drilldowns unnecessary. Both applet types support drilldowns, but Lists are the primary use case.

Multiple choice technology
  1. a) In static picklist,values displayed in picklist change during run time.

  2. b) In dynamic picklist, values displayed in picklist change during run time.

  3. c) A static picklist provides the ability to update “joined fields”

  4. d) None

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

Dynamic picklists refresh their values during runtime based on current database data, allowing context-appropriate selections that reflect real-time changes. Static picklists have fixed values that don't change after configuration, providing consistency but less flexibility.

Multiple choice technology
  1. a) Must be based on the same business component

  2. b) Do not have to be based on the same business component

  3. c) Has an applet toggle child object type

  4. d) Allow users to toggle between applets by selecting the name of the applet from the show drop-down list.

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

Static Toggle Applets allow users to switch between different applets using a Show drop-down list, displaying only one applet at a time in the same view space. They don't need to share the same business component and the toggle is configured at the view level, not as a child object type.

Multiple choice technology
  1. a) In Static Toggle Applet, the parent applet object definition specifies the first applet to appear in the view.

  2. b) In dynamic Toggle Applet, the value contained in a designated BC field determines the applet which will appear

  3. c) In dynamic Toggle Applet, if all test conditions fail for the applets specified in the applet toggle definitions, the child applet is displayed

  4. d) None

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

The question asks which statement is false. Option C claims that in dynamic Toggle Applet, if all test conditions fail, 'the child applet' is displayed. This is false because: (1) applets in a toggle are siblings, not parent-child, so 'child applet' is wrong terminology, and (2) when all conditions fail, the DEFAULT applet configured in the toggle definition is displayed, not a child. Options A and B correctly describe Static and Dynamic Toggle Applet behavior respectively.

Multiple choice technology
  1. a) Picklist

  2. b) Drilldown

  3. c) Toggle

  4. d) MVG

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

Picklists allow users to select a single value from a predefined list to populate a single-value field. When a user clicks on a picklist-enabled field, Siebel displays a list of valid values, and selecting one populates the field. Drilldown navigates to detail views, Toggles switch between applets, and MVGs handle multiple child records - none of these select single values from lists.

Multiple choice technology
  1. a) Picklist

  2. b) Dynamic Drilldown

  3. c) MVG

  4. d) Static Drilldown

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

Dynamic Drilldown in Siebel enables hyperlink navigation to multiple views from the same hyperlink field based on the value of a field in the Applet's current record. Unlike static drilldowns that always go to the same view, dynamic drilldowns can route to different destinations depending on runtime conditions.