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 a Web Dynpro application, it should contain atleast how many views?

A - 0

B - 1

C - 2

D - 3

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 - Which of the following can be used to navigate from one view to other view in Web Dynpro?

A - Controller

B - Inbound and Outbound plugs

C - View Set

D - Window

Answer : B

Explanation

You can navigate between different views using inbound and outbound plugs. The inbound and outbound plugs are part of view controller and inbound plug defines the starting point of view and outbound plug tells the subsequent view to be called.

Q 3 - In a Web Dynpro application, which of the following cardinality determines how many records can be stored in a node?

A - Collection Cardinality

B - Selection Cardinality

C - Stored Cardinality

D - None of these

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?

A - True

B - False

Answer : A

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 - 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 integrate message into message log, which of the following can be used?

A - Service Call

B - Inbound plug

C - Message Manager

D - Message Component

Answer : C

Explanation

You can use message manager to integrate message into message log. You can open message manager using Web Dynpro code wizard.

Q 9 - To analyze the problem, you can also trace the data stream in SAP Web Application server. You can also increase trace level from default level 1?

A - True

B - False

Answer : A

Q 10 - Which of the following can be used to analyze the dynamic behavior of your code and can act as an alternative to ICM tracing?

A - Trace Tool

B - HTTP Browser Tracing

C - Logging

D - All of the above

Answer : B

Explanation

This is used to analyze the dynamic behavior of your code. This can be used as an alternative to ICM tracing.

To use browser tracing, you need to install proxy tool on your local system.

sap_web_dynpro_questions_answers.htm
Advertisements