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 - Which of the following can be used to run a Web Dynpro application?

A - SAP GUI

B - JVM

C - Web Browser

D - All of the above

Answer : C

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 - Which of the following is used to link inbound and outbound plug and to determine target view of outbound plug?

A - View set

B - View Container

C - Navigation Link

D - Action

E - Event

Answer : C

Explanation

To link inbound and outbound plugs in Web Dynpro component, you use navigation chain.

Q 5 - Which of the following represents a right sequence of event trigger in Web Dynpro?

Component Controller

View

Windows

A - 1,2 3

B - 3,2,1

C - 3,1,2

D - 1,3,2

Answer : D

Q 6 - To create a service call, which of the following transaction code can be used to open wizard in Web Dynpro tools?

A - SE87

B - SE93

C - SE80

D - SE37

Answer : C

Explanation

You can call an existing functional module in a Web Dynpro component using a service call. To create a service call, you can use easy to use wizard in Web Dynpro tools.

You can launch the wizard in ABAP workbench to create a service call.

Run T-Code: SE80

Q 7 - In Web Dynpro, is it possible to store a version of an object without releasing it?

A - True

B - False

Answer : A

Explanation

You can also store a version of an object without releasing it. To perform this, select the object in editor area and go to Utilities tab →; Versions →; Generate Version

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 provides a flexible environment to display lists and tabular structure and standard output consist of header, tool bar and an output table?

A - Interactive Forms

B - WDA Portal

C - List Viewer

D - Version management

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 - While using SAP CCMS monitor set, which of the following is not displayed as result?

A - Application Count

B - Session Count

C - Round trips

D - CPU Time

E - Cache Memory

Answer : E

Explanation

Result will be displayed with the following information when a Web Dynpro application will be called −

  • Data
  • Application Count
  • Session Count
  • Round trips
  • CPU Time
sap_web_dynpro_questions_answers.htm
Advertisements