- SAP Web Dynpro Tutorial
- SAP Web Dynpro - Home
- SAP Web Dynpro - Overview
- Configuration & Integration
- Architecture
- Navigation
- Component
- Mapping & Data Binding
- Event & Actions
- Application
- URL of an Application
- Creating an Application
- Component Interfaces
- Faceless Components
- Assistance Class
- Service Call In an Application
- Using a Service Call
- Debugging an Application
- Version Management
- Messages
- Integration Messages
- Personalization & Configuration
- Portal Integration
- Integrate WDA in Portal
- Interactive Forms
- SAP List Viewer(ALV)
- Administration
- Monitoring an Application
- SAP Web Dynpro Useful Resources
- Web Dynpro - Questions Answers
- SAP Web Dynpro - Quick Guide
- SAP Web Dynpro - Useful Resources
- SAP Web Dynpro - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SAP Web Dynpro Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to SAP Web Dynpro. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - In a Web Dynpro application, it should contain atleast how many views?
Answer : B
Explanation
Each Web Dynpro application contains at least one view and it is used to define layout of a user interface. Each view consists of multiple user element and a controller and context.
Q 2 - In Web Dynpro application, to enable communication between different controllers which of the following can be used?
Answer : A
Explanation
You can create events to enable communication between controllers. You can allow one controller to trigger events in different controller. All events that you create in component controller they are available in component.
Q 3 - In a Web Dynpro application, which of the following cardinality determines how many records can be stored in a node?
Answer : A
Explanation
Collection cardinality specifies how many records that can be stored in a node.
Q 4 - To create multiple layouts of one view, you can create multiple transparent containers and assign different layouts to them?
Answer : A
Q 5 - In Web Dynpro, which of the following stores a single value at a time?
Answer : A
Explanation
Node is a collection of attributes.
Q 6 - In Web Dynpro application, you can have a view container with more than one view active at a time?
Answer : A
Explanation
Q 7 - To call one Web Dynpro application from another Web Dynpro application, which of the following method can be used to call the URL?
Answer : A
Q 8 - Which of the following can be integrated with Adobe software that allows you to create efficiently and easy development of UI elements?
Answer : A
Explanation
You can create forms based on Adobe software and can use in context for Web Dynpro user interfaces. You can integrate Adobe lifecycle development tool with ABAP editor to ease the development of user interface. Interactive forms using Adobe software allows you to create efficiently and easy development of UI elements.
Q 9 - Which of the following provides a flexible environment to display lists and tabular structure and standard output consist of header, tool bar and an output table?
Answer : C
Explanation
SAP List viewer is used to add ALV component and provides a flexible environment to display lists and tabular structure. A standard output consist of header, tool bar and an output table and user can make the settings to add column display, aggregations, sorting options using additional dialog boxes.
Q 10 - Which of the following T-code can be used to monitor the CCMS monitor sets to perform Web Dynpro application monitoring?