You are on page 1of 4

ABAP NetWeaver

1. Which of the following statements are true regarding SAP NetWeaver AS?
a) It is also known as Instance.
b) Always has exactly one dispatcher
c) Starts after the dispatcher starts.
d) Requires at least three dialog work processes but has at least a minimum number of
work processes defined by the system.
e) Is also called the application server in the software-oriented view of the client– server
model
f) An instance runs on multiple physical server, but there can be only one physical server
linked to an instance.
g) The instance is identified by the system ID (SID) and the instance number.

2. Which of the following are Kernel and Administration Services?


a) Running applications
b) User and process administration
c) Database access
d) Communication
e) Control and administration of SAP NetWeaver AS for ABAP

3. The development objects (programs, screen definitions, menus, function modules, and so on)
are all stored in a special part of the database known as the _________________.

4. Which are true regarding of message server?

a) There can be one or more message server per SAP system.


b) The message server allows for communication between the application servers.
c) The Message server passes requests between one application server and another within
an SAP NetWeaver AS.
d) The Message server contains information about application server groups and the
current load balancing within them.
e) When a user logs on to the system, this information provided by message server is used
to choose an appropriate server.

5. What are the tasks of presentation layer?


a) This layer is the interface between the SAP system and its users.
b) It is possible to use its SAP GUI for entering and displaying data
c) The presentation layer sends the user’s input to the application server and receives data
for display from it.
d) While an SAP GUI component is running, it remains linked to a user’s terminal session in
SAP NetWeaver AS for ABAP.
e) Connects to the database layer for data access.
6. What are the advantages of distribution of the SAP system over three tier when compared to
two tier architecture?
a) Distributes the system load
b) Better system performance
c) High scalability
d) Inexpensive

7. Functions of database interface.


a) Establishing and terminating connections between the work process and the database
b) Accessing the database tables
c) Accessing repository objects
d) Accessing catalog information (ABAP Dictionary)
e) Controlling commit and rollback handling
f) Handling table buffer administration on the ABAP application server
g) Converts OPEN SQL according to database

8. Which is true regarding SQL statements?


a) Standard SQL statements are a subset of Open SQL.
b) Open SQL statements allow you to access data irrespective of the database system.
c) Open SQL consists of the Data Manipulation Language (DML) part of standard SQL.
d) Native SQL are allowed in ABAP and can use table buffering
e) Native SQL interface sends native SQL as is to the database system, where they are
executed.

9. Which are not true regarding communication channels?


a) ABAP Messaging Channels are a method of communication between ABAP programs,
via messages that can be used from SP05
b) ABAP Push Channels can be used only from SP02 and enable bidirectional
communication with the Internet for ABAP programs using the WebSocket protocol
c) Unlike the WebSocket protocol, HTTP which is based on TCP, makes push
communication possible.
d) ABAP Messaging Channels are implemented as repository objects that can be accessed
in sender and receiver programs via an interface-based and class-based application
programming interface (API).
e) The traditional push principle, each response of a server requires a preceding client
request; under the pull principle, however, it is enough to have an open connection
between client and server
f) Stateful protocols require the server to maintain session information through multiple
requests, whereas stateless retains no information between requests.
g) Clients known as detached clients make it possible to open an AMC connection to either
a stateless or stateful AMC server
10. A new class _______________ creates time managers. A timer manager makes it possible to
start and stop a timer in stateful APC applications where the WAIT statement is not allowed.
a) CL_APC_TIMER_MANAGER
b) CL_AMC_TIMER_MANAGER
c) CL_APC_TIME_MANAGER
d) CL_AMC_TIME_MANAGER

11. ABAP Push Channels (APC) can use either Web Sockets or TCP Sockets.
a) True
b) False

12. The dispatcher does handle communication between the work process and the use r.
a) True
b) False

13. The difference between SAP Basis and SAP NetWeaver


a) The name change was driven by marketing alone.
b) The difference between SAP Basis and SAP NetWeaver is that the platform had become
a web server.
c) Capabilities to handle HTTP requests
d) Include a Java stack in addition to the existing ABAP stack.

14. What are the components of work process?


a) Screen processor
b) ABAP processor
c) Database interface
d) Dispatcher
e) Context
f) Shared memory area

15. ___________________is designed for small and midsize companies with between 100 and 500
employees that want to use an on-demand solution to improve their core processes.

You might also like