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.

Questions and Answers

Q 1 - In Web Dynpro application based on MVC model, which of the following is used to ensure the representation of data in a web browser?

A - Model

B - View

C - Controller

D - All of the above

Answer : B

Explanation

Web Dynpro applications are based on MVC model, whereas −

Model

This allows the access to back end data in a Web Dynpro application.

View

This is used to ensure the representation of data in a web browser.

Controller

This is used to control communication between Model and view where it takes input from users and get the processes data from model and displays the data in browser.

Q 2 - In Web Dynpro application, what is the Cardinality for the Node created for storing the Table?

A - 0:1

B - 1:1

C - 1:n

D - N:n

E - 0:n

Answer : D

Q 3 - Which of the following can be used for a Web Dynpro application to connect to an interface view and further connect a Dynpro component to process the data?

A - Inbound Plug

B - Outbound Plug

C - Controller

D - Viewset

Answer : A

Explanation

A Web Dynpro application can be accessed by user using a URL with a window in Dynpro component. A Web Dynpro application connects to an interface view using an inbound plug which is further connected to Dynpro component that contains Model View and Controller to process the data for Web Dynpro application.

Q 4 - In Web Dynpro, which of the following controller allows to access the data declared by all the views and windows in that component?

A - Component Controller

B - View Controller

C - Both of these

D - None of these

Answer : A

Explanation

Component controller is a global controller, the data declared in this can be accessed by all views and window in that component.

View controller is a local controller for that view and can’t be accessed by other controllers.

Q 5 - In Web Dynpro, which of the following stores a single value at a time?

A - Node

B - Attribute

C - Window

D - None of these

Answer : A

Explanation

Node is a collection of attributes.

Q 6 - Faceless components are specifically used for receiving and structuring the data. Faceless components can’t be embedded to other components?

A - True

B - False

Answer : B

Explanation

Faceless components are specifically used for receiving and structuring the data. Faceless components can be embedded to other components using component usage and you can supply the required data to these components.

Q 7 - In Web Dynpro application, which of the following can be used to display the important information about Web Dynpro application?

A - Notes

B - Messages

C - Announcements

D - None of these

Answer : B

Explanation

In ABAP Workbench, you can also create and show messages that contain information for end users of Dynpro application. These messages are displayed on the screen. These are user interactive messages that displays important information about Web Dynpro application.

Q 8 - To navigate between Web Dynpro application within portal or portal content. Which of the following is a navigation type?

A - Object Based navigation

B - Absolute navigation

C - Relative navigation

D - Work protect mode

E - All of the above

Answer : E

Explanation

To navigate between Web Dynpro application within portal or portal content. Following navigation types are supported −

  • Object Based navigation
  • Absolute navigation
  • Relative navigation
  • Work protect mode

Q 9 - Which of the following can be used for checking the errors and problems in Dynpro application can be activate Web Dynpro trace tool for a specific user?

A - Trace tool

B - Logging

C - Security

D - None of these

Answer : A

Explanation

Web Dynpro trace tool can be used for checking the errors and problems in Dynpro application. You can activate Web Dynpro trace tool for a specific user.

Q 10 - Which of the following method can be used to create or delete a filter condition in ALV reports in Web Dynpro?

A - IF_SALV_ALV_FTR

B - IF_SALV_WD_FILTER

C - IF_WD_FILTER_ALV

D - IF_SALV_ALV_FILTER

Answer : B

sap_web_dynpro_questions_answers.htm
Advertisements