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 - A Web Dynpro has the following components except the following item?

A - Window

B - Views

C - Controller

D - UI element

Answer : D

Q 3 - In Web Dynpro application, you can bind ID property on any UI element?

A - True

B - False

Answer : B

Explanation

In Web Dynpro application, you can’t bind ID property on any UI element.

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 - 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 - Which of the following doesn’t contain any graphical components, no views or no windows?

A - Faceless component

B - Non-graphical component

C - Viewless component

D - Standalone Components

Answer : A

Explanation

Faceless components in Web Dynpro doesn’t contain any graphical components, no views or no windows. It only contains a component controller and you can add an additional custom controller.

Q 7 - Which of the following settings for handling message in Web Dynpro application allows that if message exists, it will be displayed?

A - Show message component

B - Message is displayed without component

C - Popup window

D - All of the above

Answer : A

Explanation

Show message component −

In this case if message exists, it will be displayed.

Q 8 - In Web Dynpro, which of the following method can be used to query if there are any messages?

A - CLEAR_MESSAGES

B - REPORT_ATTRIBUTE_ERROR_MESSAGE

C - REPORT_ATTRIBUTE_EXCEPTION

D - IS_EMPTY

Answer : D

Explanation

IS_EMPTY

This is used to query if there are any messages

Q 9 - While performing tracing in Web Dynpro application, what is the default tracing level?

A - 1

B - 2

C - 3

D - 4

Answer : A

Explanation

Trace level default level is 1.

Q 10 - Which of the following is/are scenarios in Web Dynpro to create interactive forms?

A - Interactive Scenario

B - Print Scenario

C - Offline Scenario

D - Using digital signature

E - All of the above

Answer : E

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.

Following scenario can be used for creating interactive forms −

  • Interactive Scenario
  • Print Scenario
  • Offline Scenario
  • Using digital signature
sap_web_dynpro_questions_answers.htm
Advertisements