You are on page 1of 41

SAMPLE Questions

TADM10

Unit one: SAP Solutions


1. The following solutions are provided by SAP: (Choose the correct answer(s))
A.
B.
C.
D.
E.
F.

mySAP Business Change Enabler (mySAP BCE)


mySAP Product Lifecycle Management (mySAP PLM)
mySAP Customer Relationship Management (mySAP CRM)
mySAP Supply Chain Management (mySAP SCM)
mySAP Strategic Organization Planning (mySAP SOP)
mySAP Human Resources (mySAP HR)

2. Match the SAP Products with the Enterprise functions in the Market.
People Integration
Information Integration
Process Integration
Application Platform

SAP BIW
SAP Exchange Infrastructure ( SAP XI)
SAP Enterprise Portal
SAP Web AS

3. The following statements about the SAP Web Application Server are correct. (Choose
the correct answer(s)).

A. SAP Web Application Server is an evolutionary development of the


previous SAP runtime environment.
B. SAP Web Application Server can run only applications written in ABAP.
C. SAP Web Application Server can run only on Microsoft Windows
platforms.
D. SAPWeb Application Server provides an SMTP interface, among others.
E. SAP Web AS is not scalable

Unit Two: Navigation


1. The front end for SAP BIW is called Business Explorer
True
False
2. You can only work in one window (session) at a time in an SAP system. (Determine
whether this statement is true or false.)

True

False

3. You can start SAP GUI from the command line.


True
False
4. The SAP Logon displays a list of SAP system for which you can start the logon
process. The name of the file which contains this list is
A.
B.
C.
D.
E.

sap.ini
saplog.ini
saplogon.bat
logon.pad
saplogon.ini

5. Which of the following statements accurately describe a client in an SAP system?


Choose the correct answer(s).

A.
B.
C.
D.

A client represents a completely independent business entity.


A client has its own database.
A client corresponds to a customer.
A client may represent an entire company.

6. The instance parameter that is used to restrict the number of sessions is


rdisp/max_alt_sessions
True
False
7. Once you are logged on thru the SAP R/3 front-end, on the left side of the screen you
have the different types of menus at your disposal:
A. User defined favorite list
B. Role based user menu or SAP Menu
C. Custom Menu
D. No menu
8. The rdisp/max_alt_modes parameter can have a maximum value of ______
9. The following strings are valid entries in the command field: (Choose the correct
answer(s)).

A.
B.
C.
D.
E.
F.

/nend
/nex
?SM04
/nsm04
From SAP Easy Access: SM04
From SAPEasyAccess: search_sap_menu

10. SAP Administrator can use table USER_SSM to determine whether or not users are
allowed to switch between the SAP menu and their User menu.
True
False
12. You have several options for navigating in a SAP system (choose all the correct
options)
A.
B.
C.
D.

By entering Trancsaction Codes (Tcode) in the command field.


By choosing Items from menu in the menu bar.
By directly calling the ABAP program from command field.
By choosing items in the favorites list, or User menu or SAP menu.

13. You can use the F1 key to: Choose the correct answer(s).
A. Display an explanation of a fields uses
B. Display a list of possible input values
C. Change your user data (for example, the logon language)
D. End the session you are in
E. Display detailed technical information on a field
14. You can use the F4 key to: Choose the correct answer(s).
A. Start another session
B. Display detailed technical information on a program
C. Call the SAP Library
D. Display possible entries for an input field
E. Create a print request of the screen currently displayed
15. You can also call the context-sensitive SAP Library using the F1 key. (Determine
whether this statement is true or false).

True

False

16. You can logoff the SAP by choosing the Systems Logoff from the menu bar.
True
False
17. You can use the Help menuto display release notes and configure the standard
settings for F4 help.
True
False
18. The following personalization options are available in the SAP GUI: (Choose the
correct answer(s)).

A.
B.
C.
D.
E.

You can change the font size (within limits) in the SAP GUI
You can have system messages displayed in a dialog box
You can change the size of input fields
You can suppress the display of pictures in the SAP GUI
Every user can display a picture of his or her choice on the SAP Easy
Access screen
F. You can use a personal input history on your front end

Unit 3: SAP Kernel:


1. What are the advantages of a three-tier client/server configuration as compared to a
single-tier or two-tier configuration? (Choose the correct answer(s)).
A. Simpler scalability
B. Simpleradministration
C. Load balancing possible
D. None of the above
2. According to the software-oriented view match the SAP software components with
the right tier.
SAP GUI
SAP Web AS
SAP DB / Oracle

DB Server Layer
Presentation Layer
Application Layer

3. SAP ITS is an addition layer b/w the Application Layer and the DB Server Layer.
True
False.
4. The central process on an SAP Web Application Server is the DISPATCHER. In
association with the OS, DISPATCHER manages the resources for applitions written in
ABAP.
True
False.
5. The Work Processes are assigned to the users at logon time
True
False
6. Which process at the application server level receives the user request?(Choose the
correct answer(s)).

A.
B.
C.
D.

workprocess
dispatcher
Thebuffer
SAPGUI

7. What types of SAP GUI are there? (Choose the correct answer(s)).
A. SAP GUI for the Windows environment
B. SAP GUI for the Java environment
C. SAPGUI for Linux
D. SAPGUI for HTML
E. SAPGUI for UNIX (AIX/HP_UX, Solaris)
8. The SAP Web Application Server database interface enables you to: (Choose the
correct answer(s)).

A.
B.
C.
D.

Enhance performance using the local buffers


Access online databases on the Internet
Use database-independent Open SQL in ABAP programs
Access file content on the SAP Web Application Server

9. Which work process types can you find on an SAPWeb Application Server? (Choose
the correct answer(s)).

A.
B.
C.
D.
E.
F.
G.

Dialog work process


Message server work process
Update work process
ICM work process
Background work process
enqueue work process
Spool work process

10. The term .central instance. describes the instance (Choose the correct answer(s)).
that you are logged on to while working in the system
A. On which all application processes required for operating an SAP system
are configured
B. On which the gateway process is configured
C. On which the majority of work processes are configured
D. On which the majority of dialog work processes are configured
11. What tasks does the task handler carry out? (Choose the correct answer(s)).
A. Communicates with SAPGUI
B. Coordinates activities within the work process
C. Accesses the database
D. Processes the ABAP coding on which a transaction is based
12. Is the assignment of users to dialog work processes fixed? (Choose the correct
answer(s)).

A. Yes, it is fixed for the entire time that the user is logged on to the SAP
system
B. Yes, it exists for the entire duration of a transaction consisting of several
screens
C. No. Each dialog step of a transaction, consisting of several screens, can
theoretically be processed by a different work process
D. None of the above
13. The difference b/w Native SQL and Open SQL

14. To code Native SQL in ABAP programs the statement is enclosed between the
EXEC SQL END EXEC commands
True
False
15 The minimum number of Dialog work processes in a SAP instance is / are ____.
16. Which of the following process is used communicate b/w different SAP systems in
the organization
A.
B.
C.
D.

ICM
Gateway Process
Message Server
SAP J2EE

17. Which of the following process is used communicate b/w different SAP instances in
the SAP system
A.
B.
C.
D.

ICM
Gateway Process
Message Server
SAP J2EE

18. Which of the following process is used communicate b/w different SAP systems and
the internet
A.
ICM
B.
Gateway Process
C.
Message Server
D.
SAP J2EE
19. The message server is userd by the SAP logon process to enable logon load
balancing.
True
False
20. We can use Tcode SM51 to get a list of work processes in a SAP instance.
True
False
21. Database transactions are based on the ACID principle. So are SAP transactions.
Why does the database transaction concept nevertheless not cover all the needs of the
SAP system? (Choose the correct answer(s)).
A. An SAP transaction can bundle several database transactions. It is only
as a result of all of these bundled database transactions that the data is
consistent in business terms.
B. Due to work process multiplexing, each work process starts a separate
database transaction within each dialog step.
C. This is because SAP developers have not done their job properly.
D. Using the SAP transaction as a structural level above the database
transaction significantly improves the performance of your SAP system.
22. The individual Dialog Steps for a program consisting of several screens can be
executed by different Dialog work processes. The is know as work process multiplexing.
True
False.
23. Users actions are technically realized by using screens - which are also called
Dynamic Programs (or dynpros)
True
False
24. Where is the lock table? (Choose the correct answer(s)).
A. In the database
B. In the main memory of the application server on which the enqueue work
process is configured
C. At operating system level of the database host
D. The system administrator can define the location of the lock table using
the profile parameter renq/store_location

25. It makes sense, in an SAP system, to configure several enqueue work processes on
different SAP Web Application Servers. (Determine whether this statement is true or false).
True
False
26. The transaction SM12 displays locks held in the update process in blue and those
held by the dialog process in black.
True
False
27. Why are asynchronous updates used for dialog transactions? (Choose the correct
answer(s)).

A. Only asynchronous updates can access the SAP system buffers


B. Because an SAP transaction can consist of several database transactions
and this approach means that the requirements for the rollback are met
C. Because only update work processes can access the database data
D. None of the above
28. During asynchronous updates, which process records the data to be changed in VB*
tables? (Choose the correct answer(s)).
A. Update work process
B. dispatcher
C. Recording work process
D. Dialog work process
29. The SAP administrator (and not the ABAP programmer) can control which update
process i.e Update1 (V1 - for synchronous) or Update2 (V2 for asynchronous) will be
used for update.
30. Answer the following questions with reference to the two access methods you have
learned about, remote and local. Other answers may be correct for other access
methods. Which work process types are primarily responsible for creating spool
requests? (Choose the correct answer(s)).
A. Dialog
B. Update
C. Spool
D. Background
E. Enqueue
31. Which processes and hardware elements are involved (and in what order) in
handling the print process using the .remote. access method? The flow is only outlined
here. (Choose the correct answer(s)).
A. S-WP Operating system Network Printer
B. SAP output formatting program Network SAP GUI Front-end CPU
Printer
C. D-WP TemSe S-WP Network Operating system spool
Printer
D. D-WP S-WPDatabase NetworkTemSeOperating system spool
Printer
E. D-WP S-WP TemSe Network Printer

32. The parameter rdisp/max_wprun_time define the maximum time for a work process
step.
True
False
33. What is background processing used for? (Choose the correct answer(s)).
A. Periodic tasks
B. Tasks that require user interaction
C. Long-running tasks
D. Printing lists

34. To schedule background processing we use the Transaction _____


35. The transaction SM37 is used to monitor the background jobs
True
False
36. At the OS level we can use the program _______ to cause the event to
trigger the event based background jobs.
37. rdisp/btctime is the parameter to control the time based scheduler for
background jobs.
True
False.

Unit 4: Communications & Integration Technology


1. Application Link Enabling (ALE) allows you to: (Choose the correct answer(s)).
A. Exchange data only between SAP systems, as long as they have the
same release status
B. Exchange data across system boundaries, but only for SAP applications
C. Exchange data between collaborating enterprises, using certain formats
and technologies
D. The communication between different systems of your system landscape
E. Update your order data using the appropriate BAPI, only once every 24
hours
2. RFC stands for __________________________
3. RFC enable you to call and execute predefined functions in a remote system or
within the same system.
True
False
4. To create RFC connections we user the transaction code _______
5. The following interfaces and communication options are supported by SAP systems:
(Choose the correct answer(s)).
A. HTTP (HyperText Transfer Protocol)
B. SMTP (Simple Mail Transfer Protocol)
C. RFC(RemoteFunctionCall)
D. BAPIs (Business Application Programming Interfaces)
E. XDTP (Extended Data Transfer Protocol)
F. STP (SAP Transfer Protocol)
6. You can use BAPIs to: (Choose the correct answer(s)).
A. Request data from an SAP system
B. Pass data to an SAP system
C. Transfer SAP screen images to third-party applications (such as MS
Word)
D. Access business processes in SAP systems
7. You access BAPIs in SAP systems using an RFC interface. (Determine whether this
statement is true or false).

True

False

8. Business ________________ Programming Interfaces are specialized ____________


modules. They are accessed using the ____________ interface. They are created and
managed using the _____________________ Builder. (Fill in the blanks to complete the
sentence.)

9. SAP Business Workflow ensures that: (Choose the correct answer(s)).


A. Appropriately configured business processes can be partially automated
B. Appropriately configured business processes are executed in consistent
sequences
C. The right employee receives the right work at the right time

D. Your workflow-supported business processes are handled more efficiently


E. All your company processes that have been implemented in ABAP run
without errors
7. You can also use SAP BusinessWorkflow functions (for example, with XML) to trigger
functions in other systems.(Determine whether this statement is true or false).
True
False
8. The SAP ITS provides the following functions/options: (Choose the correct answer(s)).
A. Automatically converts protocols from HTTP to DIAG/RFC and back
B. Automatically generates SAP screens as HTML pages
C. Uses IACs to implement predefined Internet scenarios
D. SendsIDocs
E. The WGate communicates directly with dialog work processes
F. The AGate communicates with SAP system application servers
9. The following statements are true of the SAPWeb Application Server: (Choose the
correct answer(s)).

A.
B.
C.
D.

The SAP Web AS enables the creation of Business Server Pages


The ICM is a process outside the SAP Web AS, as is the SAP ITS
The ICM uses a Web server to communicate with Web browsers
You can use a URL to call Business Server Pages directly in your
browser
E. You can only install the SAP Web AS in conjunction with the SAP ITS
10. The SAP BC enables ALE scenarios across company boundaries. (Determine whether
this statement is true or false).

True

False

11. SAP provides the following tools free of charge to help you organize your data
transfer project: (Choose the correct answer(s)).
A. Data Transfer Workbench (DX Workbench)
B. Data Transfer Enabler (DTE)
C. Flat File Importer (FFI)
D. Legacy System Migration Workbench (LSMW)
E. Database Content Replicator (DCR)
F. ERP Data Transfer Wizard (EDTW)
12. The following methods and interfaces are available for importing data into SAP
systems: (Choose the correct answer(s)).
A. BAPIs (Business Application Programming Interfaces)
B. IDocs (Intermediate Documents)
C. Batch input
D. DIIs (Data Import Interfaces)
E. STF (SAP table filler)
F. None of the above

Unit 5: Fundamentals
1. The instance that, together with the database, creates a runnable SAP system, is
called the __________________________. (Fill in the blanks to complete the sentence).
2. What types of work processes are there in the SAP system? (Choose the correct
answer(s)).

A.
B.
C.
D.
E.
F.

Update work process


Spool work process
Dialog work process
ICM work process
Enqueue work process
Instance work process

3. SAP systems use dedicated work process to process user requests.


True
False
4. Which button(s) can you use to create new entries in the SAP Logon
system list? (Choose the correct answer(s)).
A. Properties
B. New
C. Logon
D. Groups
E. Server
F. Create
5. What possible advantages does the correct use of logon groups offer? (Choose the
correct answer(s)).

A.
B.
C.
D.

The users are automatically logged on to the correct system


The program buffers perform better
The program buffers can be set up smaller
The program buffers may now be larger than 1 GB in size

6. With which transaction can you obtain an overview of the instances of your SAP
system? (Choose the correct answer(s)).
A. SM50
B. SM51
C. SM52
D. SM66
7. Which transaction is used to configure Logon groups
A. SM50
B. SM51
C. SMLG
D. SMLT
7. You can use transaction ____________ to manage the lock entries of the SAP
system. Transaction _____________ is used to manage the update requests. (Fill in the
blanks to complete the sentence).

Unit 6: Starting and Stopping SAP


1. Which SAP processes are started when the SAP system or an instance is started?
(Choose the correct answer(s)).
A. SAPOSCOL
B. START_SAP_NOW
C. Message Server
D. Gateway Server
E. LAUNCH_DB
2. The command to start SAP instance is _________________________ .
3. In MS-Windows (Nt/2000) Servers, we can start and stop the SAP instance by using
the Microsoft Management Console
True
False
4. Log information for the dispatcher is stored in the file ________________. You can
control the granularity of the logged information using the profile parameter
___________________. There are ____________ trace levels; error messages and
warnings are displayed, by default, at level _________________ . (Fill in the blanks to
complete the sentence).

5. You can display the users logged on to the SAP system with transactions
_________________ and _________________. You can obtain an overview of the
scheduled background jobs with transaction ______________. You can use transaction
______________ to send a system message to the users that are logged on. (Fill in the
blanks to complete the sentence).

Unit 7: Introduction to System Configuration:


1. In which sequence are the system parameters read from the specified locations by the
system? (Choose the correct answer(s)).
A.
1. Instance profile 2. Default profile 3. Kernel
B.
1. start.ini 2. Kernel 2. Default profile 4. Instance profile
C.
1. Kernel 2. Default profile 3. Instance profile
D.
1. Kernel 2. start.ini 3. Default profile 4. Instance profile
2. In which profile can you change the number of background work processes? (Choose
the correct answer(s)).

A.
B.
C.
D.

Start profile
Default profile
Background profile
Instance profile

3. Match the parameter with the work process type


Dialog
Spool
Update
Enqueue
Background

rdisp/wp_no_dia
rdisp/wp_no_enq
rdisp/wp_no_btc
rdisp/wp_no_vb
rdisp/wp_no_spo

4. You can use transaction _______________ to check the consistency of individual


profiles. Fill in the blanks to complete the sentence.
5. In which sequence should you perform the listed steps when setting
up operation modes? (Choose the correct answer(s)).
A. 1. Create operation modes 2. Assign instances 3. Distribute work
processes 4. Maintain time table
B. 1. Create operation modes 2. Maintain time table 3. Distribute work
processes 4. Assign instances
C. 1. Create operation modes 2. Distribute work processes 3. Maintain time
table 4. Assign instances
6. To create Operations mode we use the following transaction :
A.
B.
C.
D.
E.

RZ10
RZ20
RZ03
RZ04
SM63

7. To step up the timetable for operations mode switch, we use the following transaction :
A. RZ10
B. RZ20
C. RZ03

D. RZ03
E. SM63
7. To monitor the status and consistency of the operations mode setup for all instances,
we use the following transaction :
F.
G.
H.
I.
J.

RZ10
RZ20
RZ03
RZ04
SM63

Unit 8: Access to help


1. The SAP Library provides you with information about how you can partition your hard
disks. (Determine whether this statement is true or false).
True
False
2. The SAP Library also offers a glossary of important terms. (Determine whether this
statement is true or false).

True

False

3. The SAP Library is only available in the Internet at the URL http://help.sap.com.
(Determine whether this statement is true or false).
True
False
4. The following technical forms of the online help, also known as the SAP Library, are
available: (Choose the correct answer(s)).
A. Compressed HTML (.comphtml)
B. PlainHtmlHttp
C. PlainHtmlFile
D. StaticHelp
E. DynamicHelp
F. SAPHelpKit
5. To step up the help variants for different type of help documents, we use the following
transaction :
A.
B.
C.
D.
E.

SM04
SR12
SM13
SR13
SR63

6. Why setup up multiple variants for online help

7. The sapdoccd.ini file can be stored in three different places.


In which sequence is the directory tree searched:
A. C:\ProgramFiles\SAP\FrontEnd\,
B. C:\WINNT, and
C. C:\Program Files\SAP\FrontEnd\SAPgui?

Unit 9: Fundamentals of Working with a Database


1. Changes to the data are logged by the database in the _______________. These files
also contain the changes in status of the ________________________.
Fill in the blanks to complete the sentence.

2. To minimize the risk of data loss, we strongly recommend a ______________


complete data backup. If you use a partial data backup ___________________ as your
daily backup, you must perform a complete data backup at _________________ least
once a _____________________________.
Fill in the blanks to complete the sentence.

3. The transaction used to plan the Database administration tasks like backup etc.
is _________________.

Unit 10: Archiving


1. Every archiving object in the SAP system is connected 1:1 with the content of a single
database table. Determine whether this statement is true or false.
True
False
2. The names of the archive files are determined at runtime. How are these names
generally specified for a specific archiving object? Choose the correct answer(s).
A. By cross-object Customizing settings
B. By maintaining a local path and assigning the logical path to a physical
path in the Basis Customizing
C. By assigning a physical file name to a logical file name in Basis
Customizing and assigning a logical file name to an archiving object in the
archiving object-specific Customizing
D. By the exact time of the archiving run
3. After data has been archived from the SAP system and deleted it from the SAP
systems database, it is no longer possible to access this data with read accesses.
Determine whether this statement is true or false.

True

False

Unit 11: Working with Transport Management System


1. Which elements are part of the data structure of an SAP system? Choose the correct
answer(s).

A.
B.
C.
D.
E.
F.

Registry repository
Object repository
Client
Database server
Cross-Client Customizing
SAP Kernel

2. Decide which of the following statements are correct. Choose the correct answer(s).
A. Entering customer data requires a Customizing request.
B. A change request contains one or more tasks.
C. A task can always be assigned to only one developer.
D. Any Customizing requires a Customizing request.
3. Which statements are correct? Choose the correct answer(s).
A. The transport of objects is divided into Export, Storage, and Import
phases.
B. The import into the target system is performed automatically at midnight
GreenwichMean Time.
C. The transport directory is specified by parameter DIR_TRANS.
D. When transporting, the following rule applies: The target client is the
same as the source client, unless otherwise specified.

Unit 12: The Workbench


1. What is the ABAP Workbench? Choose the correct answer(s).
A. A performance assessment tool for ABAP programs
B. A sort of to do list for ABAP developers; contains all tasks still to be
processed
C. An integrated graphical development environment for ABAP programs
D. A directory of all valid ABAP commands
2. How can you access an SAP transaction.s underlying ABAP code (assuming that you
have the authorization to do so)? Choose the correct answer(s).
A. System Status , and double click .Program (Screen). under .Repository
Data.
B. By using Program Display source code, available in every SAP
transaction
C. By calling the ABAP Editor and entering the corresponding ABAP
program name
D. By pressing F2 when you are in a transaction
3. What do you use domains for? Choose the correct answer(s).
A. For defining the technical attributes of a field
B. For adding foreign key dependencies
C. For defining the semantic attributes of a field
D. For entering data in a table
4. What is a foreign key ? Choose the correct answer(s).
A. The definition of technical attributes of fields in a table
B. A key that developers need to be able to edit Repository objects
C. The definition of relationships between tables to ensure their consistency
D. The key required for installing an SAP system on a host computer on
which a non-SAP system is already installed

Unit 13: Support Packages, Plug ins, Add ons


1. What are Support Packages and Add-Ons used for? Choose the correct answer(s).
To enter user data.
To import SAP object to maintain the system with a current correction status.
To implement additional functions in the system.
To transport customer-developed programs.
To import preliminary corrections from SAP.
2. Support Packages can be imported in any order. (Determine whether this statement is
true or false.)

True

False

3. All SPAM/SAINT updates must always be imported. Determine whether this statement is
true or false.

True

False

4. The queue for importing the SPAM update must be manually confirmed.(Determine
whether this statement is true or false).

True

False

5. A prerequisite for importing a SPAM/SAINT update is that there are no aborted


Support Packages in the system.(Determine whether this statement is true or false.)
True
False
6. You use transaction ______________ to import individual SAP Notes. Using the Note
Assistant means that you are not queried for an _______________ in the SAP Service
Marketplace. SAP Notes that have been imported using the ____________ Assistant do
not require a modification adjustment with transaction _____________. (Fill in the blanks
to complete the sentence).

Unit 14 : Scheduling Background Tasks


1. A background job contains one or more __________________. An ABAP program or
an ___________________ command or program can be executed in a _________of this
type. A job can be triggered at a particular _________________ or when a defined
________________ occurs. (Fill in the blanks to complete the sentence.)
2. What status can a job have? (Choose the correct answer(s)).
A. Running
B. Released
C. Waiting
D. Finished
E. Error
F. Active
3. Which of the listed options for time-dependent scheduling of a job can be
implemented with the standard resources of the SAP system? (Choose the correct
answer(s)).

A.
B.
C.
D.
E.

Daily at 1500
The second-last working day of every month
Every nine days, but not on Sundays
Only tomorrow at 2355
Every year on April 1 at 0800

4. Which of the listed options for event-dependent scheduling of a job can be


implemented with the standard resources of the SAP system?(Choose the correct
answer(s)).

A.
B.
C.
D.

Whenever the system switches to the Night operation mode


After the job Job1 has run successfully
Whenever a particular event has been triggered
Whenever the periodic job Job2 has run successfully

5. Parameter rdisp/btcname is used to define the application server where the event
based scheduler will be started
True
False
6. Transaction ___________ is used to define new events.
7. Events can be triggered by the following methods :
A.
B.
C.
D.

Manually in CCMS (transaction SM64)


With an ABAP program (thru function module BP_EVENT_RAISE)
By the Database module ( using procedure dbevent )
At the OS level by using the program sapevt

7. If one of the systems ten background work processes is reserved for class A jobs,
and jobs are being processed in the other nine work processes, the reserved work
process remains free even if a class A job is waiting for execution.
True
False

8. If a user has authorization to schedule an external program as a step of a background


job, he or she can run any operating system command.
True
False

9. you can also define load balancing for background jobs by specifying
JobServer Groups ( transaction SM61).
True
False
10. What are the differences b/w External programs and External Commands
executed by background jobs.

Unit 15: Including Printers


1. The location of TemSe is defined by parameter rspo/location
True
False
2. The TemSe is located in the database, which table is used to store the spool request /
output request.
A. TST00
B. SPAD
C. SP01
D. TST03
3. To Output device is created by using the transaction
A. SP01
B. LPAD
C. SPAD
D. TST03
4. Which of the following access methods exist in the SAP system?
A. Remote printing
B. Front end printing
C. Instance printing
D. Local printing
5. Front End printing can be defined for SAP GUI for HTML.
True
False.
6. SAP provides a special utility program to support Front End printing. The name of the
utility is ________________.
7. Which of the listed states can a spool request have?
A. Compl.
B. Canceled
C. Error
D. Waiting
E. Active
F. Print.

Unit 16 : Basic User Administration


1. How are authorizations assigned to a user? Choose the correct answer(s).
Users are assigned authorizations using profiles.
Users are assigned authorizations using roles.
Users are assigned authorizations using user names.
Users are assigned authorizations using a Certification Authority.
2. The SAP authorization concept is a positive concept because (Choose the correct
answer(s)).

every user automatically receives all authorizations.


authorizations must be explicitly assigned.
the range of features of the authorization check is so large.
the developers programmed it efficiently.
3. An authorization can be associated with more than one authorization object.
True
False
4. An authorization object can have up to _____ authorization fields.
5. A user can be assigned an authorization multiple times with different values for
authorization fields
True
False
6. The Tcode for defining roles/activity groups and assigning them to users is _______.
7. When defining roles / authorizations, we can add transaction to the tree structure or
delete them from it.
8. PFUD is used to do mass comparison of users to roles
8. System parameters for the user logon are in the area ________. To display users
incorrect logon attempts, call the Information System with transaction __________. The
system trace function is called using transaction ____________. (Fill in the blanks to
complete the sentence).

Unit 17 : Remote Connections


1. Which Remote Function Call procedures does an SAP system provide? (Choose the
correct answer(s)).

synchronousRFC
reflexiveRFC
loopedRFC
transactional RFC
cut-throughRFC
queuedRFC
2. RFC definitions can be used to define connections to the following:
DB server
R/2 systems
R/3 systems
TCP/IP connection
NetBEUI nodes
3. Which RFC variant can you use to process work steps in parallel?
4. To connect two SAP systems by RFC, you require an _______________ in each
system (this automatically exists) and a defined ________________ from one system to
the other.(Fill in the blanks to complete the sentence).

Unit 18 : System Monitoring


1. What can alert monitoring be used for? (Choose the correct answer(s)).
A. Database backup
B. Updating data
C. Monitoring the database and the SAP system
D. Configuring and monitoring the firewall
2. Why include remote systems in your alert monitoring? (Choose the correct answer(s)).
A. To transport program code from system to system.
B. To create a local connection to a database backup of remote systems
C. To be able to monitor these remote systems centrally.
D. To allow file sharing.
E. To connect an LDAP server.
3. The CCMS Alert Monitoring Infrastructure consists of three parts ie. Data collection,
_______________, and Administration.
4. The transaction to setup and maintain CCMS Alert Monitoring is :
A. RZ04
B. RZ10
C. RZ20
D. CCMS
E. SM64
5. The monitoring data is gathered by data collectors (programs written in ABAP, C or
Java) which pass on the collected data to data storage. This data storage is located in
SAP memory and can be saved to Database tables.
True
False
6. The CCMS Alters are displayed in a tree like structure for clarity. Any node in the
tree is called :
A. Monitoring Attribute
B. Alert Monitor node
C. Alert Monitor Node
D. Monitoring Tree Element
7. What types of monitors are there in the SAP system? (Choose the correct answer(s)).
A. Ruled monitors
B. Statistical monitors
C. Rule-based monitors
D. Static monitors
E. Self-Repairing monitors
8 Two RFC connections are required to monitor Remote SAP system.
True
False
9. We use the following transaction to include the remote SAP system which needs to be
monitored:
A. RZ04

B.
C.
D.
E.

RZ10
RZ20
RZ21
SM59

10. Properties variants are used to...(Choose the correct answer(s)).


A. Store user master data
B. Customize transport requests
C. Store CCMS alert monitoring settings
D. Store combinations of parameters for calling an ABAP report

Unit 19 : Solution Manager


1. Solution manager is a service and support platform which can be used for :
A. Functional Implementation
B. Technical Implementation
C. Support Desk functions
D. GoLive check
2. Solution manager should not be used for as the central administration system
for all SAP system in the Landscape.
True
False

Unit 20 : Structured Trouble Shooting


1. With which of the following transactions can you activate a trace for SQL statements
in the SAP system? (Choose the correct answer(s)).
A. Performance trace
B. System log
C. System trace
D. Database performance analysis
2. Match the transaction code with the trace / logging function:
System Trace
System Log
Dump Analysis
Performance Trace

ST05
ST01
SM21
ST22

2. Which port does SAPLPD use under Microsoft Windows, by default?


Choose the correct answer(s).

A. 007
B. 515
C. 516
D. 517
E. 815
The port defined by profile parameter rspo/port

Unit 21 : System Security


1. Evaluate the following statements.
SAP* and DDIC are SAP users with no critical authorizations.
B By default, user DDIC exists only in client 000.
C HTTP, encrypted using SSL, is called HTTPS.
D The ICM can accept encrypted connections.

2. To deactivate the automatic SAP* login use the parameter


login/no_automatic_sap*
rdisp/no_automatic_sap*
rdisp/no_automatic_sapstar
login/no_automatic_sapstar
login/no_automatic_user_sapstar
3. To check initial password run the report
RSUSER03
RSUSR003
RSUSR002
RSINITUSR
4. We need a third part product (like Secude) to implement Single Sign On
feature in SAP
True
False
5. We use SAProuter to forward SAP connections thru firewall. SAProuter can be
used instead of the firewall to implement remote connection security
True
False

Unit 22 : Technology Components for Internet


1. Which of the following technology components can be used together with an SAP R/3
Enterprise system?
A. SAP Internet Transaction Server (SAP ITS)
B. Internet Communication Manager (ICM)
C. SAP J2EE Engine
2. Which tools can you use to administer an SAP ITS?
Commands at operating system level
Transaction SITS in the SAP system
ITS Administration tool
Microsoft Management Console with the SAP ITS Snap-In
3. Which statement is correct?
A. The ICM is implemented as a thread and is available for a large number
of operating systems.
B. You can use an instance profile parameter to configure how many ICMs
are started for each dispatcher.
C. SAP recommends that you operate a separate ICM for each client in an
SAP system.
D. None of the above answers is correct.
4. The ICM is relevant only for applications based on BSPs.
True
False
5. For SAP ITS implementation you do not need any third party Web server as this
functionality is now built in the ITS Server
True
False
6. If Web server is implemented SAP ITSs Agate should be installed on the same host
True
False
7. The Application Gate (Agate) component of SAP ITS communicates with the SAP R/3
using the TCP/IP protocol
True
False
8. We will need a Java enabled web browser to access SAP R/3 thru the SAP ITS
Server. Specially, if bsp based applications are accessed.
True
False
9. No separate administrative instance is required to manage / control the SAP ITS
services and performance parameters.
True
False
10. ICM acts as a web server, so you do not need a separate web server to handle
HTTP, HTTPs or SMTP requests.
True
False

11. Internet Communication Framework provides the environment to handle Java


requests
True
False
12. ICF is the bridge b/w the C kernel and the SAP system.
True
False
13. The following transaction is used to maintain ICF services
A. SMICM
B. SMICF
C. SICF
D. SCOT
14. We can configure multiple ICMs in a SAP system (one each with every instance)
True
False
15. The communication b/w work processes and ICM happens thru :
FastRFC
Jco
Memory Pipes
Transactional RFC
16. Transaction SMICM is used configure, administer and monitor ICM
True
False
17. You can monitor ICM from the OS using the icmon utility
True
False
18. To find out whether ICM theard was started with the SAP instance we can use the
following transaction
SM50
SM51
RZ20
SM66
19. To check the status of J2EE Engine we use the transaction SMICM
True
False
20. In which trace/log file can you identify whether the SAP J2EE Engine was correctly
started?
A. dev_w0
B. dev_disp
C. dev_icm
D. sapstart.log
21. What are the names of the significant components that make up the SAP J2EE
Engine?
A. Clusters
B. Dispatchers
C. Servers
D. WorkProcesses

E. ICM
22. Which statement(s) is/are correct?
A. The SAP Web dispatcher stores system information in a small local
database.
B. The SAP Web dispatcher knows the capacity of all application servers in
the SAP system.
C. The SAP Web dispatcher makes a firewall superfluous.
D. The SAP Web dispatcher communicates with the message server.

Unit 23 : Globalization
1. Which statements are correct with regard to globalization?
The logon language for the SAP system is determined by the country version.
A country version must always be imported as an add-on before it can be
used.
Time zones can be attached to a user master record or an object.
The time zone from the user master record is taken into account in all SAP
Basis/SAP Web AS transactions.
Before time zones can be used, they must be defined in the system, together
with any daylight saving time definition.
A global company must essentially be mapped as a single client in a single
SAP system, as otherwise no integrated business processes are possible.
2. Time zone setting can be defined for each user. This information is stored in the User
Master Record.
True
False
3. SAP Basis transaction are almost always done using user time zone.
True
False
4. What must be taken into account when importing an additional language into an SAP
system?
After the actual import of the language package, language-dependent texts
from Support Packages that have already been imported must also be
imported using transaction SMLT.
The Support Packages that had been imported into the SAP system at the
time of the language import must be completely imported again using
transaction SPAM.
Languages that are not completely translated require a supplementation
language to fill translation gaps.
All available languages are already available in the database of the SAP
system and you must now use transaction SMLT to make them known in
the system.
You can use transaction SMLT to perform the language import in parallel
using multiple R3trans processes.
5. We can use the Translation Workbench ( Tcode SE63) to translate language
dependent text
True
False
6. Which statements are correct with regard to code pages?
Every language requires a separate, individual code page.
Multiple code pages can be operated simultaneously on an instance in one
client in an SAP system.
With Unicode, all characters that are relevant for business can be mapped in
one single code page. MDMP is then no longer required.

During an upgrade from SAP R/3 4.x to SAP Web AS 6.20/SAP R/3
Enterprise, an SAP R/3 system is automatically converted to Unicode.
This is known as Unicode migration (Unicode Switch Upgrade).
With MDMP, one character is basically represented by one byte.
Unicode uses two bytes to represent every character.

Unit 24 : External Communication :


1. Which of the following statements regarding SAPconnect are correct?
As of SAPWeb AS 6.10, a Microsoft Exchange Infrastructure must be set up
outside the SAP system to be able to send mail from SAP systems.
It is not possible to connect the UNIX-based sendmail to SAP systems.
SAPconnect allows you to send mail both by RFC and the SMTP plug-in of
the SAP Web AS.
SAPconnect is configured cross-client.
A send process automatically runs periodically in every SAP system after the
system installation.
2. To configure SAPconnect use the following transaction:
A.
B.
C.
D.

SMICM
SMSMTP
SCOT
SICF

3. The send process for mails is run by the report RSCONN01


True
False
4. We need to define separate nodes in SAPConnect (SCOT), one for each client in the
SAP System to be able to receive mails in the SAP Business Workplace (previously SAP
Office)
True
False
5. To send mail SAP needs connection to a MTA (mail transfer agent) like sendmail
True
False
6. For the users to be able to send/receive mails from within SAP their User Master
Record should have a remote mail address defined.
True
False
7. How can the SAP system be connected with telephone equipment in the context of
SAPphone?
A. Using a Computer Telephony Integration (CTI) gateway from a third-party
vendor
B. The connection is made automatically using Customizing settings in the
SAP system
C. Using the Telephony API (TAPI) interface with a TAPI Service Provider
and a SAPphone Server
D. Using none of the above

Unit 25 : eCATT
1. Which possibilities does eCATT provide?
Performing centrally stored test cases on different target systems
Testing SAP transactions regardless of whether they use the Control
Framework or not
Testing transactions in the SAP GUI for HTML and testing Business Server
Pages
Testing function modules
2. There is a fixed connection between the test data required for an eCATT test case
and the test script, and the data cannot be used without this fixed test script.
True
False
3. Which statements about the relationship between system data containers and test
scripts are true?
A system data container is always associated with only one test script.
Multiple test scripts can access the same system data container.
Each entry in the system data container must also appear in the test script at
least once.
Only systems that are entered in an associated system data container can be
accessed from a test script.
4. Which eCATT driver is suitable for recording and running SAP transactions that run in
SAP GUI for Windows?
SAPGUI
FUN
TCD
WINGUI

Unit 26 : CUA
1. Which of the following statements with regard to Central User Administration are
correct?
A. CUA can be implemented as of SAP R/3 4.0B.
B. Only SAP R/3 systems can be linked to a CUA.
C. CUA uses an ALE setup.
D. The clients linked by CUA are called logical systems.
E. The clients linked with the CUA are known as the central system and
child systems.
2. Which of the following statements about logical systems are correct?
A. Logical systems are defined cross-client.
B. The IDs of logical systems can be assigned to clients.
C. The naming convention for logical systems is LOGSYS###, where ###
corresponds to a client ID.
D. Multiple logical system IDs can be assigned to a client.
E. In the context of a CUA, the clients involved are addressed as logical
systems.
3. Which of the following statements about the required RFC connections in a CUA are
correct?
A. The RFC connections must be specified entirely in uppercase letters and
must be identical to the name of the addressed logical system.
B. The user in the RFC connection must be a dialog user.
C. An RFC connection from the child system to itself is required.
D. An RFC connection from the central system to itself is required.
E. Certain roles for the communication users are required only during CUA
setup, and can then be removed from the relevant user master records.
4. With which methods is it possible to create users in child systems in the context of an
active CUA?
A. In the child system with transaction SU01, Systems tab page
B. In the central system with transaction SU01, Systems tab page.
C. In the central system with transaction PFCG
D. In the child system with transaction PFCG
E. In the central system with transaction SU01, Roles tab page
5. Directory services can only be used as a repository for information about users.
True
False
6. Which prerequisites must be fulfilled on the SAP side to use an SAP Web AS with a
directory server?
A. Host Name and Port Number of the directory server are maintained under
Connection Data.
B. In user maintenance (transaction SU01), there is a user of type System,
that has read and write authorization for the directory server.
C. The operating system program ldap_rfc is running on the host, on which
the Directory Server is running.

D. The names of the RFC destination and the associated Connector


definition are identical.
7. During a synchronization process, data can be simultaneously imported and exported
for a user.
True
False

You might also like