Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Aramlar
A
Aramlar
Community Contributor
Quizzes Created: 1 | Total Attempts: 615
| Attempts: 615 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. The Benefits, principle and philosophy of Web Dynpro is:

Explanation

Web Dynpro is a framework used for developing user interfaces in web applications. It aims to reduce the amount of hand-written code required, making development more efficient. The principle of "the fewer lines of hand-written code, better" suggests that the framework provides automated features and functionalities, minimizing the need for manual coding. Additionally, Web Dynpro emphasizes the clean separation of business logic and user interfaces, allowing for easier maintenance and flexibility in application development. The options "Write a lot of code HTML" and "Write a lot of code JavaScript" are incorrect as they contradict the benefits and principles of Web Dynpro.

Submit
Please wait...
About This Quiz
Web Technologies Quizzes & Trivia

Web Dynpro is a proprietary web application technology that focuses on the development of server-side business applications. It first appeared in 2003 and was based on the Java coding language. How much do you know about it?

Personalize your quiz and earn a certificate with your name on it!
2. Which of following are controllers of Web Dynpro component?

Explanation

The correct answer is View controller. In Web Dynpro component, the View controller is responsible for handling the logic and behavior of the individual views. It manages the communication between the views and the models, and controls the flow of data and events within the component. Custom controller and Window controller are also controllers in Web Dynpro component, but the View controller specifically focuses on the views. Instance controller and User controller are not controllers in Web Dynpro component.

Submit
3. What process is used to establish the automatic transport of data between the view controller's context-attributes and the UI element in its layout?

Explanation

Data binding is the process used to establish the automatic transport of data between the view controller's context-attributes and the UI element in its layout. This means that the data in the view controller's context-attributes is automatically synchronized with the corresponding UI element, allowing for seamless updates and interactions between the data and the UI. This ensures that any changes made to the data are reflected in the UI, and vice versa, without the need for manual intervention or coding.

Submit
4. Choose the correct concept in Web Dynpro. Global data are displayed by elements on the UI or used to manipulate UI element properties has to be stored in a hierarchical storage.

Explanation

In Web Dynpro, the concept of "Context" is used to store and manage global data. The Context allows elements on the UI to display the global data or manipulate the properties of UI elements. It provides a hierarchical storage structure to organize and access the data. Therefore, the correct concept in Web Dynpro for storing and manipulating global data is the "Context".

Submit
5. Choose the correct option. Concept of the mechanism by which putting data on the screen?

Explanation

Data binding is the concept of connecting the data model with the user interface, allowing automatic synchronization between the two. It enables the data to be displayed and updated on the screen without the need for manual intervention. This mechanism ensures that any changes made to the data are immediately reflected in the UI and vice versa. It simplifies the development process and enhances the user experience by eliminating the need for manual data manipulation.

Submit
6. Choose the correct concept in Web Dynpro. The variable defined in a Web Dynpro controller context can be referenced from other Web Dynpro controller.

Explanation

Context Mapping is the correct concept in Web Dynpro. Context Mapping allows variables defined in a Web Dynpro controller context to be referenced from other Web Dynpro controllers. This enables the sharing of data between different controllers in a Web Dynpro application, facilitating communication and interaction between different components.

Submit
7. What types of program can contain user interfaces (UIs)? (hay 2 respuestas)

Explanation

Reports and Module pools, as well as Web Dynpro components, can contain user interfaces (UIs). These types of programs are designed to interact with users and display information in a user-friendly manner. Reports and Module pools are typically used in SAP ABAP programming to generate reports and provide user interfaces for data entry. Web Dynpro components are used in SAP Web Application Server to create web-based user interfaces. Global classes and subroutine pools, on the other hand, are not specifically designed for user interfaces and may not have the necessary functionality to interact with users.

Submit
8. Choose the correct concept in Web Dynpro. Interaction that ocurr between web browser and the user displaying several windows (views).

Explanation

Navigation is the correct concept in Web Dynpro that refers to the interaction that occurs between the web browser and the user displaying several windows or views. It allows users to navigate between different views or windows within a web application, providing a seamless user experience. With navigation, users can easily switch between different screens or views to access different functionalities or information within the application.

Submit
9. Choose the correct concept in Web Dynpro. The values of UI elements that allow user input have to be connected to the context attributes of the corresponding controller.              

Explanation

In Web Dynpro, data binding is the concept that allows the values of UI elements to be connected to the context attributes of the corresponding controller. This means that any user input entered in the UI elements will be automatically reflected in the context attributes, and vice versa. Data binding ensures that the UI and the data are synchronized, providing a seamless user experience. Therefore, the correct concept in Web Dynpro for this requirement is data binding.

Submit
10. Choose the correct concept in Web Dynpro. Component that contain the navigation plugs (inbound and outbound), methods and a context.

Explanation

The correct concept in Web Dynpro is the View Controller. The View Controller is responsible for managing the navigation plugs (inbound and outbound), methods, and the context of a component in Web Dynpro. It acts as a mediator between the user interface and the backend logic, handling user interactions and data manipulation.

Submit
11. Decide TRUE OR FALSE. Mark only TRUE. What do settings requires a browser windows in the view controller by navigation?

Explanation

The given answer is true because in order to define the navigation between views in a browser window, you need to create exit and entry points for each view using outbound and inbound data. Only then can you specify the navigation flow using navigation links. Additionally, outbound and inbound plugs are joined together using navigation links.

Submit
12. Choose the correct concept in Web Dynpro. Is used to link a client side event to an event handler method in the corresponding view controller.

Explanation

The correct concept in Web Dynpro that is used to link a client side event to an event handler method in the corresponding view controller is "Action".

Submit
13. To which part of a Web Dynpro component can you bind properties of a UI element? 

Explanation

The correct answer is the "Context of the related view controller." In a Web Dynpro component, properties of a UI element can be bound to the context of the related view controller. The context of the view controller holds the data that is displayed and manipulated by the UI elements in the view. By binding properties to the context of the view controller, the UI elements can access and display the relevant data from the context.

Submit
14. Choose the correct answer. The entities that interacts en the Model layer in the paradigm Model View Controller is:

Explanation

In the Model-View-Controller (MVC) paradigm, the entities that interact in the Model layer are the Business Interaction layer. The Model layer is responsible for handling the business logic and data manipulation in an application. It interacts with the Business Interaction layer, which represents the business processes and rules of the application. This layer is responsible for processing and managing the data from the database or external sources. It ensures that the data is correctly validated, processed, and stored according to the business rules and requirements. The Business Interaction layer communicates with the other layers of MVC to provide the necessary data and functionality to the View and Controller layers.

Submit
15. Decide TRUE OR FALSE. How can you address the Web Dynpro component? Mark only TRUE.

Explanation

The given answer is TRUE. The Web Dynpro component can be addressed by linking it to a URL that can be called from a web browser. Additionally, it allows for the reuse of entities from the main component to the user interface (UI), as well as the reuse of methods and data that have been defined. Views can also be used in a closed manner.

Submit
16. What answer are TRUE OR FALSE. Mark only TRUE. Web Dynpro use:

Explanation

Web Dynpro uses Metal Model Declaration and is a framework that generates custom source code.

Submit
17. In a framework Web Dynpro, What kinds component reuse? Decide TRUE OR FALSE. Mark only TRUE.

Explanation

In a Web Dynpro framework, there are several ways to achieve component reuse. Methods of a class defined in the own system can be reused within the framework. Function Modules can also be reused via RFC (Remote Function Call) in the back-end system. Web Services can be accessed and reused through the web service client object. Therefore, the statement "Method of class defined in own system, Function Modules (via RFC) in Back-end system, Web Services via web service client object" is true.

Submit
18. Decide TRUE OR FALSE. Mark only TRUE. In a Web Dynpro Component, Can you consider the following:

Explanation

In a Web Dynpro Component, the UI can be considered as Windows and Views. These windows and views are used to display the user interface elements such as input fields and buttons. The UI is responsible for the interaction between the user and the program, which is embedded between the Model and Controller. Global Data, on the other hand, is not directly related to the UI.

Submit
19. Decide TRUE OR FALSE. Mark only TRUE. In Internally-visible Web Dynpro entities let its:

Explanation

The correct answer is TRUE. Internally-visible Web Dynpro entities do contain a relationship, plugs outbound and inbound, methods, and context. These entities are used in the Web Dynpro framework to define the structure and behavior of a web application. The contains relationship allows for the organization and composition of different entities within a Web Dynpro component. Plugs outbound and inbound are used for navigation and communication between views. Methods define the logic and functionality of the application, while the context holds the data that is used by the application.

Submit
20. In a Web Dynpro, What steps perform to be first established mapping relationship? Decide TRUE OR FALSE. Mark only TRUE.

Explanation

The correct answer is that a node must exist in the context of the controller acting as the mapping origin. This means that there must be a node present in the context of the controller that is being used as the source for the mapping relationship. The other statements are also true: the nodes may also be child nodes or attributes, the mapping origin controller must not be a view controller, and the controller containing the mapped node must declare the use of the mapping origin controller as a used controller.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 17, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 17, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 10, 2013
    Quiz Created by
    Aramlar
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The Benefits, principle and philosophy of Web Dynpro is:
Which of following are controllers of Web Dynpro component?
What process is used to establish the automatic transport of data...
Choose the correct concept in Web Dynpro. Global data are displayed by...
Choose the correct option. Concept of the mechanism by which putting...
Choose the correct concept in Web Dynpro. The variable defined in a...
What types of program can contain user interfaces (UIs)? (hay 2...
Choose the correct concept in Web Dynpro. Interaction that ocurr...
Choose the correct concept in Web Dynpro. The values of UI elements...
Choose the correct concept in Web Dynpro. Component that contain the...
Decide TRUE OR FALSE. Mark only TRUE. What do settings requires a...
Choose the correct concept in Web Dynpro. Is used to link a client...
To which part of a Web Dynpro component can you bind properties of a...
Choose the correct answer. The entities that interacts en the Model...
Decide TRUE OR FALSE. How can you address the Web Dynpro...
What answer are TRUE OR FALSE. Mark only TRUE. Web Dynpro use:
In a framework Web Dynpro, What kinds component reuse? Decide TRUE OR...
Decide TRUE OR FALSE. Mark only TRUE. In a Web Dynpro Component, Can...
Decide TRUE OR FALSE. Mark only TRUE. In Internally-visible Web Dynpro...
In a Web Dynpro, What steps perform to be first established mapping...
Alert!

Advertisement