Sei sulla pagina 1di 7

TADM10_1 Test Questions

Unit 1: The Big Picture


1. State whether the following are True or False : (Mark T for true and F for False)
A. SAP provides software solutions only for the large enterprises.
B. SAP Business One is an ideal choice for small to mid size companies having very
industry specific requirements.
C. SAP Business suite offers integration with the internal company wide business
processes as well as integration with business partners systems.
D. SAP ECC 5.0 can be considered as the technical successor of R/3 Enterprise and
is based on Web AS 6.20.
2. Select the correct answer(s): Mark for correct entrie(s)
A. The unrestricted shipment phase lasts for exactly 1 year.
B. In the ramp-up phase, all the customers can use the SAP release for productive
use.
C. The maintenance contract includes support packages which are provided by SAP
at certain intervals.
D. None of the above.
3. When the companies decide for upgrade, generally one or more software releases are
skipped.
A. True
B. False
4. SAP Net weaver contains:
A.
B.
C.
D.

4 layers viz People ,Information, Process Integration and an application Platform


C kernel, Environment variables and Java server processes
NWDI and NW developer studio.
All the above.

Unit 2: Navigation
5. SAP GUI for JAVA: (Mark T for true and F for false statements)

A.
B.
C.
D.

Can be installed on the Windows platform


Uses DIAG protocol
Is platform dependent
Can be used for connecting presentation servers over the WAN.

6. SAP Logon displays the list of systems which is taken from the file saplogon.ini
present on the file system.
A. True
B. False
7. Select the correct answer(s): Mark for correct entrie(s)
A. A number of SAP sessions can be opened even if multi logon has been disabled.
B. It is not necessary to provide the client for logging onto the SAP system.
C. The displayed SAP Menu lets the user navigate in the displayed entries
irrespective of the authorization roles actually assigned to the user.
D. The user can switch between the SAP and role based menu and the administrator
cannot restrict the users to a certain menu.

Unit 3: The System Kernel


8. What does "enqueue" and "dequeue" mean? Mark for correct entrie(s)
A.
Puts/reads messages in the SAP message queue.
B.
Locks/unlocks SAP objects during database updates.
C.
Enables/disables SAP print queues.
D.
Reads/writes update messages in the database.
9. Update work processes are categorized as V1 or V2. Mark for correct entrie(s)
Which of the 2 types of Update work processes has priority?
A.
V1 and V2 work processes are handled simultaneously without priority.
B.
V1 and V2 work processes are handled on a first-in-first-out basis.
C.
Processing priority is determined by the rdisp/wp_no_vb profile parameter.
D.
V1 work processes have priority.
E.
V2 work processes have priority.
10. If a user is logged on to a server group, how are dialog work processes assigned to
this user? Mark for correct entrie(s)
A.
The user always remains assigned to the same dialog work process, regardless of
server load.

B.
Depending on the load of the servers, different dialog work processes of the same
R/3 Instance will be assigned to the user.
C.
Depending on the load of the servers, different dialog work processes of different
instances will be assigned to this user.
D.
It is not possible to logon to a server group.

11. Select the correct answer(s): Mark for correct entrie(s)


A. SAP Net weaver AS JAVA is the SAP implementation for a JAVA based application
for which J2SE SDK is a prerequisite.
B. For ABAP+JAVA installation, the JAVA objects are stored in the ABAP schema of the
system database.
C. JAVA is both a complied and an interpreted language.
12. Which of the following statements is correct with regard to how many spool work
processes may be configured for each R/3 instance? Mark for correct entrie(s)
A.
Only one spool work process may be configured for each R/3 instance.
B.
Only one spool work process may be configured for the entire distributed system.
C.
Any number of spool work processes may be configured, depending on the
amount of available shared memory.
D.
Only two spool work processes may be configured for each R/3 instance.

13. Which of the following statements is correct with regard to update processes?
Mark for correct entrie(s)
A.
Aborted updates in R/3 are always automatically restarted; they will be executed
no later than at the next system startup.
B.
Updates are never aborted in R/3, since update requests are processed by the
update work process synchronously.
C.
Aborted updates need to be analyzed and possibly restarted by the system
administrator.
D.
The correct execution of updates is ensured by the dispatcher.
14. Which of the following is NOT true:
Mark for correct entrie(s)
A.
The TemSe stores the output request data
B.
Spool requests are created by the dialog or the background work process.
D.
The local access method means that the printer is attached locally to the spool
server.
E.
Users can view their own spool requests.

15. Which of the following is true in terms of configuring the R/3 Message Service?
Mark for correct entrie(s)
A.
Each R/3 instance must have a locally running message service.
B.
The host where the message service runs is defined in the database parameter
profile.
C.
There must be exactly 1 message service per SAP System.
Unit 4: Starting and Stopping SAP systems
16. In ABAP+JAVA installation SDM runs on the central instance.
A) True
B) False
17. State whether the following are True or False: (Mark T for true and F for False)
A. sapstartsrv also has a limited Web server function that allows you to download all files
under DIR_EXECUTBALE/servicehttp by way of HTTP(S).
B. SAP start logs and developer trace files are available in the
<drive>:\usr\sap\<SID>\<instance no>\work directory.
C. During shutdown the database gets closed first as it is the basis of the SAP system.
D. Startup and control frame work consists of start processes for Database, Message
Service and the dispatcher.
18. Which of the following are correct with regard to sapmc? Mark for correct entrie(s)
A. Trace files can be viewed from sapmc.
B. Can only be used to start pure ABAP instances and the central services instance.
C. Is a java application which can be accessed from the browser with the URL
http://<hostname>:5<instancenumber>13 or https://<hostname>:5<instancenumber>14 in case
https is configured.
D: Can be used to get the information about the employed ports (http,P4 etc).
19. State whether the following are True or False : (Mark T for true and F for False)
A. In case of pure JAVA instance the central instance name is JC<instance number> and
J<instance number> is used for the dialog instance.

B. One Jcontrol process is started for each instance excluding the central services
instance and 1 jlaunch process is started for each java node (dispatcher, server & SDM).

Unit 5: Introduction to System configuration


20. When an R/3 instance switches to an operation mode in which no background work
processes are available, what happens if background work processes are active in the
current operation mode? Mark for correct entrie(s)
A.
The active background work processes are allowed to complete and the operation
mode switch is cancelled.
B.
The active background work processes are allowed to complete before the
operation mode is switched.
C.
The active background work processes are terminated.
D.
The active background work processes are suspended and are resumed as soon as
background work processes become available.
E.
The active background work processes are not terminated immediately, but they
are cancelled if "rdisp/max_wprun_time" is exceeded after the operation mode switch
21. Which of the following is true of operation modes in R/3?
(Mark T for true and F for False)
A.
B.
C.
D.
E.

Productive operation modes may only be switched manually.


Test operation modes may be switched manually or periodically.
Operation modes can be used to startup/shutdown SAP instances.
Operation modes can be scheduled for specific dates and times.
Operation modes must be defined as either productive, test, or demo.

22. State which of the following are true and false :(Mark T for true and F for False)
A. J2EE configuration browser can be used to display information in the same way as
the Config Tool 's offline editor.
B. Additional server processes can be added using the Visual administrator.
C. Remote telnet tool is recommended for starting and stopping Java instances under
normal situation.
D. The hardware key info can be obtained from dev_ms file.
Unit 6: Implementation of SSl for SAP Net Weaver AS JAVA
23. Which of the following are correct with regard to SSl: Mark for correct entrie(s)
A. SSL uses a Hybrid Encryption method and provides besides data encryption some
authentication mechanisms.
B. To use SSL for server authentication, the SAP NetWeaver AS Java possesses a private and
public key pair.
C. End to End SSl is not possible if SAP Web dispatcher is used as the intermediary server.

D. Mutual authentication can be used to integrate the SAP Net Weaver AS Java in a
Single Sign-On environment.
24. Root certificate of the CA must be imported in the browser to suppress the security warning
issued.
A. True
B. False

25. User's digital certificate contains the public and the private keys besides other
information related to the user.
A. True
B. False

Unit 7: Software Development in SAP systems


26. When you create a new user, to which client may the user log on? Mark for correct
entrie(s)
A.
All clients.
B.
Only in the client where the user was created.
C.
In the client where the user was created and in client 000.
D.
In the client where the user was created and in client 001.
27. State which of the following are true and false :(Mark T for true and F for False)
A. Repository contains objects which are client dependent in nature.
B. Application data is an example of client specific data.
C. Changes to SAP objects such as programs and table definitions are called
modifications.
D. In a three system landscape, no working clients are required in the DEV,QAS & PRD
systems.
E. Several SAP systems can be setup using one license.
28. Import into the SAP systems is an automatic procedure.
A. True
B. False
29. Which of the following are correct with regard to ABAP dictionary: Mark for
correct entrie(s)
A. ABAP dictionary contains data which is accessible only from the client used for
development.
B. The definitions stored in the dictionary are database independent.

C. Function modules are generated from the lock object definition in the ABAP
Dictionary.
30. NWDI makes it possible for the JAVA developers to work with the centralized
database in exactly the same way as the ABAP developers.
A. True
B. False

Potrebbero piacerti anche