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
-
Associate different business logic for mobile devices
-
Associate different master page for mobile devices
-
Associate different style sheet for different screensizes of mobile devices
-
Find out the multimedia and image formats supported by a given mobile device
C
Correct answer
Explanation
CSS3 Media Queries allow applying different styles based on device characteristics like screen size, orientation, and resolution. They are the core of responsive web design. Media queries do NOT handle business logic (A), master pages (B), or device capability detection (D) - those are server-side or JavaScript concerns.
B
Correct answer
Explanation
ASP.NET Mobile Controls were deprecated by Microsoft and are NOT recommended for ASP.NET 4.0 development. Microsoft recommends using CSS media queries, responsive design, and standard web controls instead. The Mobile Controls namespace was designed for older devices and doesn't align with modern web standards.
-
Trick question – activities can’t start flows
-
Use the Flow-New method
-
Call Add
-
Use the Utility shape
-
The Utility is not initialized
-
The Utility is in the wrong class
-
Your Activity is in the wrong class
-
Your Activity is not set up as a Utility
D
Correct answer
Explanation
When an activity doesn't appear in the SmartPrompt for a Utility shape, the most common cause is that the activity hasn't been designated as a Utility activity in its rule configuration. Activities must be specifically set up as Utility-type activities to appear in the Utility shape's activity selector. This is a configuration issue, not a class or initialization problem.
-
Trick question – activities can’t start flows
-
Use the Flow-New method
-
Call Add
-
Use the Utility shape
C
Correct answer
Explanation
In Pega flows, activities create work objects using the Call Add method, which properly initializes the work object and adds it to the database. The Flow-New method and Utility shape serve different purposes, and activities can indeed start flows.
-
Content Server
-
Client Application
-
WDK
-
All of the above
D
Correct answer
Explanation
Documentum's core architecture consists of three main components: Content Server (the backend engine storing and managing content), Client Applications (interfaces like D2, Webtop for users), and WDK (Web Development Kit for building custom applications). All three are essential components of the Documentum platform.
-
Documentum Foundation Services
-
Documentum Foundation Classes
-
Web Development Kit
-
None of the above
A
Correct answer
Explanation
Documentum Foundation Services (DFS) replaced the Web Services Framework starting with D5.3, providing a modern SOA-based services layer for building documentum applications.
-
Many platform/browser combinations
-
Many browser/device combinations
-
Both a & b above
-
None of above
B
Correct answer
Explanation
Adaptive rendering refers to a web development technique where content and layout are dynamically adjusted based on the device and browser capabilities accessing the content. It specifically targets browser/device combinations rather than platform/browser combinations, as the focus is on the rendering engine and device characteristics (screen size, input method, etc.) rather than the underlying operating platform.
-
Action Properties
-
Call Properties
-
Properties
-
None
A
Correct answer
Explanation
In QTP/UFT, actions can be made reusable through the Action Properties dialog. This setting allows the action to be called from other tests, making it modular and reusable across multiple test scripts.
-
can be used to watch only simple variables
-
can be used to watch all simple variables and most of the object properties
-
displays all the variables encountered during the script execution runtime
-
cannot be used to watch simple variable values
B
Correct answer
Explanation
The Watch tab in QTP/UFT allows users to monitor specific variables and object properties during execution. It is not limited to simple variables, nor does it automatically display every variable in the script (which is the role of the Variables/Locals tab).
-
DYNAMIC_SEARCH_PARTNER
-
FREE_SELECTIONS_INIT
-
DYNAMICALLY_CREATE_ML_DATA
-
DYNAMIC_MENUE
B
Correct answer
Explanation
FREE_SELECTIONS_INIT is the correct function module used for creating dynamic selection screens in SAP ABAP. This FM initializes and provides functionality for free selection screens where users can dynamically define selection criteria. The other options are not valid FMs for this purpose - they appear to be made-up names.
B
Correct answer
Explanation
AWT stands for Abstract Window Toolkit, not Abstract Window Tools. AWT is Java's original platform-independent windowing, graphics, and user-interface toolkit. The word 'Toolkit' is the correct term, not 'Tools'. Option B correctly identifies this as false.
-
In Substitute Components Window
-
Bill Details Tab
-
Revision
-
None of the above
A
Correct answer
Explanation
Substitute components are configured in the Substitute Components window, which is accessed by selecting a component in the Bill of Materials window and clicking the Substitutes button. The Bill Details tab and Revisions window do not support setting up substitutes.
-
it indicates whether to create discrete jobs or repetitive assemblies in Work in Process module
-
type attribute for components when you define an item in Item Master Organization
-
This attribute is controlled at the Organization level only. When you define an item in Item Master Organization, you can enter the primary subinventory from which to issue (push) or backflush (pull) an item to work in process during manufacturing.
-
None of the above
A
Correct answer
Explanation
The 'Build in WIP' item attribute determines whether an item can be manufactured in WIP as a discrete job or a repetitive assembly. The other options describe default subinventories or generic component definition attributes.
-
Filter
-
Prompt
-
Consolidations
-
Metric
B
Correct answer
Explanation
A Prompt is the MicroStrategy object that allows users to select specific elements or values during report execution, enabling interactive filtering. Filters restrict data but don't offer user selection, Consolidations group elements, and Metrics perform calculations.