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, which of the following can be used to display domain fixed values in the form of drop down?

A - DDBK

B - DDBI

C - Both of these

D - None

Answer : A

Explanation

DDBK (Drop Down by Key) is an UI element through which we can display domain fixed values in the form of drop down.

DDBI (Drop Down by Index) is an UI element through which we can display any values in the form of drop down.

Q 4 - In Web Dynpro ALV, what is the maximum number of rows can be visible at one time?

A - 500

B - 1000

C - 1500

D - 2000

Answer : B

Explanation

Web Dynpro ALV can handle large number of records but it can display maximum of 1000 rows in a screen.

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 - In Web Dynpro application, you can have a view container with more than one view active at a time?

A - No

B - Yes

C - It depends on data binding

D - It depends on component mapping

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?

A - create_external_window

B - create_external_view

C - create_external_table

D - create_external_controller

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?

A - Interactive Forms

B - WDA Portal

C - List Viewer

D - Version management

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 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 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