9/06/2008 01:22:00 AM

Basis interview questions

Filed under: SAP BASIS Tutorials by Shailesh Singh
http://training.saptechies.com/basis-interview-questions/


Ask him/her to describe how SAP handles Memory Management?

ST02 / ST03 In general via table buffers, you could go into the whole Work Process, roll in, roll out, heap (private) memory, etc. however just as a Unix or DBA admin would know, is you look this up when needed for the exact specifics.

Ask him/her to describe where they would look at the buffer statistics, and what steps they would use to adjust them?

ST02, RZ10

Ask him/her to describe how to setup a printer in SAP or where they would look to research why a user/users can not print?

SPAD, SP01, SM50, SU01

Keep the interview to 3 general areas:

DB (what is the directory structure/ where are the files kept oracle alerts, init.ora, redo logs, archive logs, etc.; possibly some basics stuff like what to do “high level” when the archive directory fills up, etc. Keep this minimal as from a SAP basis admin point of view Oracle is just a big giant bit bucket and SAP can handle to the daily monitoring and maintenance itself.

OS (what is the directory structure (what is NFS mounted and why / where are the message files contained for the OS error log; basic commands for the OS eg. Unix, mv, cp, ls, grep, ps-ef, df-k, etc. That is pretty much all the SAP basis admin will need to know. Client/Server architecture.

SAP (what is the directory structure / where are files located ie. profiles - start, instance, default (what are they and what is the order of precendence) start is for statup only, instance is the first to be read then the default and if a given parameter cannot be found in the instance or then the default then the internal standard is taken from RZ10 setting.

You can ask them to ran Transaction codes to you. Menus constanly change so go with T-codes. He should have a good knowledge of the following areas; transports, user / print / spool / batch management, monitoring, client tools and copies, support packages, kernel patches, workload analysis, Roles and Security, etc.

The standard list of t-codes is pretty much

SM50, SM51, SM66, SM12, SM13, SM21, DB01, DB02, DB13, ST01, ST02, ST03, ST04, ST05, ST06, SU01, SUIM, PFCG, SCC4, SE01, SE09, SE10, SPAM, SM35, SM36, SM37, SPAD, SP01 SCC3, SCCL, SCC9 this are pretty much you heavy hitters for monitoring and support.

I would ask in general how he would troubleshoot the following:

- User cannot connect to SAP

check SAP logon settings, ping the host, check message server, check dispatcher, etc.

- User cannot print

check SAP user setup, check SPAD, check spools, check unix queue or print queue at the os level, etc

- System seems slow

check SM66, SM51, SM50, SM21, ST06, ST03, SMLG, AL08 etc.

Some important things to remember is to ask not get specific to your installation or specific system setup as all SAP instances are different, keep your question to general topics and general answers.

The most important thing to notice when choosing a candidate is not how they parrot back answers to you, but if they can
a) think for themselves and
b) they actually like to and will keep on learning as no one knows it all and
c) they have a good background and willingness to perform analyis and will keep on digginging until the answer is found or until their resources are exhausted and then they will pull in what is required to figure it out.

9/06/2008 01:19:00 AM

SAP Basis Certification Sample Questions

Filed under: SAP BASIS Tutorials, SAP Certification Exam by Shailesh Singh
(http://training.saptechies.com/sap-basis-certification-sample-questions/)


When creating a logon group for Logon Load Balancing, which of the following
CANNOT be specified?

Answer:
A. Maximum allowable response time.
B. Maximum number of users who may be logged on to the instance.
C. Name of the instance defined for the logon group.
D. Maximum number of sessions per user.
E. Name of the logon group

Which R/3 System user is used for starting external programs using
SAP background jobs?

Answer:
A. DDIC
B. SAP*
C. SAPR3
D. SAPCPIC

Name the R/3 System transaction used for mointoring a spool requests.

Answer:
A. SM50
B. SM51
C. SPAD
D. SP01
E. SM37

Which of the following is authorized to maintain R/3 user id parameters?

A. Only the R/3 system administrator.
B. All R/3 users having an account in the same R/3 client.
C. Only the user himself.
D. Only the R/3 system administrator and the user.

Given a LAN with an R/3 Central Instance with database (Node: host1,
Instance Name:DVEBMGS01, SAPSID:C11), and R/3 Dialog Instance (Node: host2),
and several R/3 Frontend PC’s what is the name of the profile where the SAPDBHOST
parameter is defined?

A. C11_DVEBMGS00_host1
B. The SAPDBHOST parameter is defined in the database startup profile.
C. TEMU.PFL
D. DEFAULT.PFL
E. START_DVEBMGS01_host1

Given and R/3 Central Instance with all services installed, using
Instance ID01, and having the SAP ID of C11. What is the name of the directory
where the work process trace files are written (for Windows NT replace the "/"
with "\")?

A. /usr/sap/C11/DVEBMGS01/data
B. /usr/sap/C11/DVEBMGS01/log
C. /usr/sap/C11/DVEBMGS01/work
D. The trace files are written in internal database tables.
E. The trace files are written in the home directory of the database.

Which of the following functions is NOT possible using the SAP Online
Service System (OSS)?

Answer: (All is possible)
A. Execute online searches for R/3 Notes.
B. Register problems with the SAP Hotline.
C. Lookup SAP training dates and course offerings.
D. Register changes to SAP objects.
E. Apply for official Internet address from SAP.

9/06/2008 01:04:00 AM

SAP Web AS Administration I - ADM100 ANSWERS

SAP Web AS Administration I – ADM100

ANSWERS

UNIT-1 Fundamentals

1. The instance that, together with the database, creates a runnable SAP
system, is called the central instance.
Answer: central instance

2. What types of work processes are there in the SAP system?
Answer: A, B, C, E
The ICM (Internet Communication Manager) is not a work process,
but rather a service of the SAP Web Application Server. An instance
consists of a dispatcher and multiple work processes. The instance
itself is therefore not a work process. In addition to the correct work
process types listed above, there are also background work processes.

3. SAP systems use work process multiplexing technology to process
user requests.
Answer: work process multiplexing
Put differently, this means that there is not a one-to-one assignment of
user to dialog work process for the entire duration of the logon.

4. Which button(s) can you use to create new entries in the SAP Logon
system list?
Answer: B, D, E
You can use the Properties button to display the properties of an entry.
You can use the Logon button to log on the selected system. There is
no Create button in the SAP Logon program.

5. What possible advantages does the correct use of logon groups offer?
Answer: B, C
The users still need to log on to the system in the normal way after
logon groups have been configured. Creating logon groups is not a
prerequisite for setting buffer sizes of above 1 GB.

6. With which transaction can you obtain an overview of the instances
of your SAP system?
Answer: B
Transaction SM50 lists the work processes of an instance. Transaction
SM52 does not exist, and transaction SM04 calls the user list for an
instance.

7. You can use transaction SM12 to manage the lock entries of the SAP
system. Transaction SM13 is used to manage the update requests.
Answer: SM12, SM13
Transactions SM12 and SM13 are important tools for the system
administrator.






UNIT 2 – Starting and Stopping the SAP Systems

1. Which SAP processes are started when the SAP system or an instance
is started?
Answer: A, C, D
SAPOSCOL is an underlying process that should always be running,
even if the SAP system is shut down. START_SAP_NOW and
LAUNCH_DB are made up. The message server is started once for
each SAP system, and the gateway server is started once for each
instance.

2. Log information for the dispatcher is stored in the file dev_disp. You
can control the granularity of the logged information using the profile
parameter rdisp/TRACE. There are four trace levels; error messages
and warnings are displayed, by default, at level 1.
Answer: dev_disp, rdisp/TRACE, four, 1

3. You can display the users logged on to the SAP system with
transactions SM04 and AL08. You can obtain an overview of the
scheduled background jobs with transaction SM37. You can use
transaction SM02 to send a system message to the users that are
logged on.
Answer: SM04, AL08, SM37, SM02
Transaction SM04 is instance-specific, transaction AL08, on the other
hand, is cross-instance. In transaction SM37, you can select by client
and user, among other things. In transaction SM02, you can restrict
the sending of the message to instances or clients.


UNIT 3 – Introduction to System Configuration

1. In which sequence are the system parameters read from the specified
locations by the system?
Answer: C
There is no file called start.ini involved in this context; it has been
made up.

2. In which profile can you change the number of background work
processes?
Answer: D
The instance profile is the correct profile in this case, as settings in
this profile only apply to the affected instance, and the number of
work processes for an instance is to be defined here. The start profile
contains information about the processes to be started during the
system start. In the default profile, you maintain parameters that
apply to all instances or for the entire SAP system. The background
profile does not exist.

3. You can use transaction RZ10 to check the consistency of individual
profiles.
Answer: RZ10
In addition to the consistency of the individual profiles, you can use
transaction RZ10 to check all profiles. In this case, the system also
checks the consistency between the profiles.

4. In which sequence should you perform the listed steps when setting
up operation modes?
Answer: A
It is especially important that you follow the correct sequence when
first setting up the operation modes.


UNIT 4 – Access to Help

1. The SAP Library provides you with information about how you can
partition your hard disks.
Answer: False
Partitioning hard disks is not part of the SAP Library.

2. The SAP Library also offers a glossary of important terms.
Answer: True
Yes, it does.

3. The SAP Library is only available in the Internet at the URL
http://help.sap.com.
Answer: False
The SAP Library can and should also be set up locally, for example on
a file or Web server.

4. The following technical forms of the online help, also known as th
SAP Library, are available:
Answer: B, C, E
Compressed HTML does not exist, although Compiled HTML
(.chm) does. Compiled HTML is the recommended format for
32 bit Microsoft Windows front ends. The other help types are
PlainHtmlHttp, PlainHtmlFile, and DynamicHelp.

5. The sapdoccd.ini file can be stored in three different places.
In which sequence is the directory tree searched: A) C:\Program
Files\SAP\FrontEnd\, B) C:\WINNT, and C) C:\Program
Files\SAP\FrontEnd\SAPgui?
Answer: The sequence is: B - C - A.


UNIT 5 – Fundamentals of Working with the Database

1. Changes to the data are logged by the database in the log files. These
files also contain the changes in status of the database.
Answer: log files, database
The log mechanism is essential and must not be deactivated.

2. To minimize the risk of data loss, we strongly recommend a daily
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
week.
Answer: daily, week
In addition to a complete data backup, you should, of course, also
back up the log information at least once a day.


UNIT 6 – Archiving

1. Every archiving object in the SAP system is connected 1:1 with the
content of a single database table.
Answer: False
Different business objects could belong to each archiving object in the
SAP system. The data for these business objects could, in turn, be
distributed across multiple database tables.

2. The names of the archive files are determined at runtime. How are
these names generally specified for a specific archiving object?
Answer: C
The name of the archive files is determined at runtime by settings in
the archiving object-specific Customizing (assignment of a logical file
name for the specific archiving object) and in the Basis Customizing
(assignment of a physical file name to a logical file name in the
Basis Customizing and the assignment of a logical file name).
No specifications about the name of the archive file are made in
cross-object Customizing. The exact time of the archiving run can
appear in the name of the archiving file using a parameter, but the
name is generally not determined by this alone.

3. After data has been archived from the SAP system and deleted it
from the SAP system.s database, it is no longer possible to access this
data with read accesses.
Answer: False
It is still possible to access data to read it after it has been stored in
the archive and deleted from the SAP system.s database. Depending
on the archiving object concerned, there may be a number of views
between which the user can choose (such as a technical view and a
business view).


UNIT 7 – Working with the Transport System

1. Which elements are part of the data structure of an SAP system?
Answer: B, C, E
The object repository, cross-client Customizing, and the clients are
part of the data structure of an SAP system. The database structure is
not part of the data structure; rather, it contains it.

2. Decide which of the following statements are correct.
Answer: B, C
Entering customer data is not part of Customizing and therefore
does not require a Customizing request. Only client-dependent
Customizing requires a Customizing request; cross-client
Customizing, on the other hand, requires a workbench request.
A change request contains one or more tasks, each of which are
assigned to only one developer.

3. Which statements are correct?
Answer: C, D
The transport is divided into only two phases, Export and Import.
The import into the database of the target system is never performed
automatically.


UNIT 8 – Support Packages, Plug-ins and Add-ons

1. What are Support Packages and Add-Ons used for?
Answer: B, C
Support Packages are not used to enter user data. Customer
developments are transported to other systems using transport
requests. Preliminary corrections are imported using the SAP Note
Assistant.

2. Support Packages can be imported in any order.
Answer: False
Support Packages must be imported in ascending order, without
any gaps.

3. All SPAM/SAINT updates must always be imported.
Answer: False
All associated programs are always upgraded during the
SPAM/SAINT update. It is therefore not necessary to follow any
particular order.

4. The queue for importing the SPAM update must be manually
confirmed.
Answer: False
It is not necessary either to define a special queue, nor to confirm
this non-existent queue.

5. A prerequisite for importing a SPAM/SAINT update is that there are
no aborted Support Packages in the system.
Answer: True
This is true, there must not be any aborted Support Packages in the
system.

6. You use transaction SNOTE to import individual SAP Notes. Using
the Note Assistant means that you are not queried for an object key in
the SAP Service Marketplace. SAP Notes that have been imported
using the Note Assistant do not require a modification adjustment
with transaction SPAU.
Answer: SNOTE, object key, Note, SPAU
SNOTE is used to import individual SAP Notes, the modification
adjustment is performed with SPAU. It is also not necessary to enter
an SSCR key.


UNIT 9 – Scheduling Background Tasks

1. A background job contains one or more steps. An ABAP program or
an external command or program can be executed in a step of this
type. A job can be triggered at a particular time or when a defined
event occurs.
Answer: steps, external, step, time, event
After the job is triggered, it is processed without interruption by a
single background work process.

2. What status can a job have?
Answer: B, D, F
In addition to the three correct answers, a job could have the status
Scheduled, Ready, or Canceled.

3. Which of the listed options for time-dependent scheduling of a job
can be implemented with the standard resources of the SAP system?
Answer: A, B, C, D, E
All of the options listed can be realized by default.

4. Which of the listed options for event-dependent scheduling of a job
can be implemented with the standard resources of the SAP system?
Answer: A, B, C
Option D cannot be realized in the standard system. However,
you can implement this as one of many additional possibilities by
extending the standard system using function modules.

5. If one of the system.s 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.
Answer: False
The work processes that are reserved for class A jobs process class A
jobs. The option to reserve work processes for class A jobs should
only prevent all work processes being occupied with class B or C jobs.

6. 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.
Answer: True
If you do not want, as an administrator, to assign this critical
authorization, but want to enable your users to run a specific
operating system command, you can define an external command
in the SAP system.


UNIT 10 – Including Printers in SAP Systems

1. Which of the following access methods exist in the SAP system?
Answer: A, B, D
Instance printing does not exist.

2. Which of the listed states can a spool request have?
Answer: A, C, D, F
The incorrect options canceled and active are possible status messages
from job monitoring. Other possible statuses of a spool request are -,
+, Proc., , Problem, and Time.




UNIT 11 – Basics of User Administration

1. How are authorizations assigned to a user?
Answer: A, B
Authorizations are combined into profiles. The roles assigned to
users contain profiles with appropriate authorizations for the role.
Authorizations are not assigned using user names or a CA.

2. The SAP authorization concept is a positive concept because ...
Answer: B
SAP uses a positive authorization concept. This means that
everything that is not explicitly allowed is automatically forbidden.

3. System parameters for the user logon are in the area login. To
display user.s incorrect logon attempts, call the Information System
with transaction SUIM. The system trace function is called using
transaction ST01.
Answer: login, SUIM, ST01
User logon settings are implemented using the login/* parameter.
The Information System is called with transaction SUIM, the system
trace function with ST01.


UNIT 12 – Setting up Remote Connections

1. Which Remote Function Call procedures does an SAP system
provide?
Answer: A, D, F
In addition to the three correct answers (synchronous, transactional,
and queued RFC), the system also provides asynchronous RFC and
FastRFC.

2. Which RFC variant can you use to processwork steps in parallel?
Answer: You can use asynchronous RFC to process program steps in
parallel, as long as there are work processes available in the system.

3. To connect two SAP systems by RFC, you require an RFC interface in
each system (this automatically exists) and a defined RFC connection
from one system to the other.
Answer: RFC interface, RFC connection
The basic requirement is the RFC interface, which is in the protocol
stack of every SAP system. You must also set up a connection from
the calling system to the called system (transaction SM59).


UNIT 13 – System Monitoring

1. What can alert monitoring be used for?
Answer: C
Monitoring objects are only monitored, not administered using alert
monitoring. The range of monitored is very large, since monitors can
also be created for .exotic. objects.

2. Why include remote systems in your alert monitoring?
Answer: C
Including remote systems should allow you to monitor these systems
centrally.

3. What types of monitors are there in the SAP system?
Answer: C, D
There are static and rule-based monitors.

4. Properties variants are used to...
Answer: C
CCMS alert monitoring settings are stored with properties variants


UNIT 14 – SAP Solution Manager

UNIT 15 – Structured Troubleshooting

1. With which of the following transactions can you activate a trace for
SQL statements in the SAP system?
Answer: A, C
You can analyze SQL statements by activating the trace in transaction
ST01 (system trace) or ST05 (performance trace). Transaction SM21
(System Log) is the system log and ST04 (Database Performance
Analysis) is used to analyze database statistics.

2. Which port does SAPLPD use under MicrosoftWindows, by default?
Answer: B
Port 515 is used by default.


UNIT 16 - Introduction to System Security

1. Evaluate the following statements.
Answer: B, C, D
SAP* and DDIC certainly do have critical authorizations. The other
statements are true.

SAP Web AS Administration II – ADM102

ANSWERS

Unit 1: Technology Components in the Internet Environment

1. Which of the following technology components can be used together
with an SAP R/3 Enterprise system?
Answer: A, B, C
All of the above. The SAP ITS can be used with any SAP system (as
of SAP Basis 3.1G). The technical foundation of SAP R/3 Enterprise
is SAP Web AS 6.20 - for which the ICM and SAP J2EE Engine can
be configured.

2. Which tools can you use to administer an SAP ITS?
Answer: A, C
There are various programs at operating system level after an SAP
ITS installation that you can use to administer an SAP ITS. The
browser-based ITS Administration tool, with which you can also
monitor remote SAP ITS instances, is easier to use.

3. Which statement is correct?
Answer: D
All of the answers provided are incorrect. The ICM is a process
(which internally consists of multiple threads) that is available for all
operating systems supported by SAP. You can use a profile parameter
to configure either no ICM or one ICM for each SAP instance (and
therefore for each dispatcher). Scaling is performed using the settings
for the number of threads and memory allocation.

4. The ICM is relevant only for applications based on BSPs.
Answer: False
Executing BSP applications requires the ICM. However, there are
also other applications (Web services such as SOAP/XML or Web
reporting with the SAP BW), that use the ICMand ICF but do not
use BSPs). Thanks to the ICM and ICF, the SAP Web AS can also
perform the role of Web client and can process other protocols such
as SMTP in addition to HTML.

5. In which trace/log file can you identify whether the SAP J2EE Engine
was correctly started?
Answer: B
The file in which the system logs whether the SAP J2EE Engine has
been started is dev_disp. The dispatcher starts the SAP J2EE Engine.
Therefore the information is stored in the dev_disp file. sapstart.log is
the log file for the start process of an SAP system. dev_w0 is the trace
file for a dialog work process, and dev_icm is the trace file for the
Internet Communication Manager (ICM) process.


6. What are the names of the significant components that make up the
SAP J2EE Engine?
Answer: B, C
The SAP J2EE Engine consists of one or more dispatchers and servers.
Work processes are only used in the .standard. SAP environment,
and the ICM is the new process in SAP Web AS 6.10. A cluster is
simply a term for whether you are working with multiple servers and
dispatchers with the SAP J2EE Engine.

7. Which statement(s) is/are correct?
Answer: B, D
The SAP Web dispatcher communicates with the message server by
HTTP(S) to obtain information about the available application servers
(which includes their capacity). Although the SAP Web dispatcher
can act as a URL filter, it does not replace the function of a firewall.
Only requests that are addressed to the configured port of the SAP
Web dispatcher are processed.


UNIT 2 – Globalization

1. Which statements are correct with regard to globalization?
Answer: C, E
Centralized and decentralized system configurations with their
hybrid forms, country versions, and time zones are some aspects that
must be considered with a global system.

2. What must be taken into account when importing an additional
language into an SAP system?
Answer: A, C, E
You can use transaction SMLT to import additional languages with
language-dependent texts into an SAP system. You do not need to
reimport Support Packages using transaction SPAM; the Support
Packages are handled using transaction SMLT.

3. Which statements are correct with regard to code pages?
Answer: B, C
If you use MDMP, multiple code pages can be operated
simultaneously in one instance of an SAP system. If you use Unicode,
characters are stored with a length of up to four characters.


UNIT 3 – Technical Aspects of External Communication

1. Which of the following statements regarding SAPconnect are correct?
Answer: C
There are two ways to send mail in SAPconnect: by RFC connection
or using the SMTP plug-in of the SAP Web AS. The other statements
are incorrect.

2. The connection of a mail server to an SAP system to send e-mails
using SMTP from the SAP system runs through an SAPconnect node.
Answer: True
To configure a send process for SMTP in the SAP system, you must,
among other things, also have configured and activated an SMTP
node using transaction SCOT (SAPconnect).

3. How can the SAP system be connected with telephone equipment in
the context of SAPphone?
Answer: A, C
The connection between the SAP system and the telephone equipment
is made using a CTI server. This can either be implemented using
a CTI gateway from a third-party vendor or the TAPI interface in
connection with a SAPphone server.


UNIT 4 – eCATT

1. Which possibilities does eCATT provide?
Answer: A, B, C, D
You can use eCATT to perform cross-system tests. Unlike CATT, you
can also test function modules and SAP transactions that use the
Control Framework. It is also possible to test applications in the
SAP GUI for HTML or BSPs and JSPs using an interface to external
test tools.

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.
Answer: False
In eCATT, the test data used for the test is stored independently of a
fixed test script in test data containers. This allows the same test data
to be reused in different test cases with different test scripts.

3. Which statements about the relationship between system data
containers and test scripts are true?
Answer: B, D
Both test scripts and system data containers are defined in the context
of a test configuration. The test configuration links the initially
independent objects .system data container. and .test script.. This
has the advantage that system data containers can be reused; that
is, multiple test scripts can access the same system data container.
System data containers can contain more system entries than are
required in the test script; however, only systems that are defined in
the system data containers can be accessed from test scripts.

4. Which eCATT driver is suitable for recording and running SAP
transactions that run in SAP GUI for Windows?
Answer: A, C
You can use the SAPGUI and TCD drivers for recording and running
SAP transactions that run in the SAP GUI for Windows (or in the SAP
GUI for Java). If the transaction does not use the Control Framework,
we recommend that you use TCD; otherwise, the SAPGUI driver
is required. The FUN driver is used for testing function modules.
WINGUI is an imaginary name in this context.


UNIT 5 – Advanced User Administration Topics

1. Which of the following statements with regard to Central User
Administration are correct?
Answer: C, D, E
The CUA clients linked by ALE are known as the .central system.
and .child systems,. and as .logical systems.. You can connect SAP
systems to a CUA if they have at least SAP Basis 4.5B or an SAP Web
AS.

2. Which of the following statements about logical systems are correct?
Answer: A, B, E
The table that contains the IDs of the logical systems is a
cross-client table. Each ID is assigned to exactly one client, and the
recommendation for the naming convention is CLNT###. The
clients involved in a CUA require a unique assignment to a logical
system.

3. Which of the following statements about the required RFC
connections in a CUA are correct?
Answer: A, D, E
The names assigned to the RFC connections used must be identical
to the names of the logical systems, that is, also in uppercase
letters. The user behind the RFC connection should be of the type
Communication. The central system requires an RFC connection to
itself. The communication users require a number of authorizations
only to create the CUA; the corresponding roles can be removed from
the user master records after the setting up of the CUA is completed.

4. With which methods is it possible to create users in child systems
in the context of an active CUA?
Answer: B, E
If you are using a CUA, you can only create users in child systems
using transaction SU01 in the central system. The creation of users is
possible using the Systems, Roles, and Profiles tab pages.

5. Directory services can only be used as a repository for information
about users.
Answer: False
Thanks to flexible data model, data about any objects (such as
hardware resources or documents) can be stored in directory services
. although their use for user information is particularly widespread.

6. Which prerequisites must be fulfilled on the SAP side to use an SAP
Web AS with a directory server?
Answer: A, D
In the SAP system, the RFC destination used and the LDAP Connector
must be maintained with the same name (in uppercase letters).
The operating system program ldap_rfc can then be started on the
selected application server of the SAP system . while the directory
server(s) addressed can run on remote servers (without ldap_rfc).
Additional Customizing includes the definition of a system user and
the connection data, including the host name and port number of
the directory server.
The LDAP system user is stored in Customizing for the directory
service connection and has nothing to do with the SAP users
maintained in transaction SU01.

7. During a synchronization process, data can be simultaneously
imported and exported for a user.
Answer: True
The synchronization indicators do not need to be identical for
all mappings. It is therefore entirely possible that, for example,
SAP-specific data (such as role assignments) is exported during a
synchronization process, while other data (such as a fax number) is
imported.


UNIT 6 – SAP XI

1. Which of the following statements about the SAP Exchange
Infrastructure are correct?
Answer: B, C
The SAP Exchange Infrastructure, as the SAP platform for process
integration, is based on an open architecture and the use of open
standards. The integration knowledge is stored at a central location.

2. Which components are part of the SAP Exchange Infrastructure?
Answer: A, C
The main components of the SAP Exchange Infrastructure are the
Integration Repository, the Integration Directory, and the Integration
Server.

3. Which statuses does the status display for XML messages show?
Answer: B, C, D
You can track the status of XML messages in the context of Monitoring.

9/06/2008 01:01:00 AM

SAP Web AS Administration I – ADM100 QUESTIONS

SAP Web AS Administration I – ADM100

QUESTIONS

UNIT-1 Fundamentals

1. The instance that, together with the database, creates a runnable SAP
system, is called the central instance central instance.
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 Updateworkprocess
B Spool work process
C Dialog work process
D ICM work process
E Enqueue work process
F Instance work process

3. SAP systems use
work process multiplexing work process multiplexing technology
to process user requests.
Fill in the blanks to complete the sentence.

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 The users are automatically logged on to the correct system
B The program buffers perform better
C The program buffers can be set up smaller
D 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 SM04

7. You can use transaction SM12 SM12 to manage the lock entries of the
SAP system. Transaction SM13 SM13 is used to manage the update
requests.
Fill in the blanks to complete the sentence.


UNIT 2 – Starting and Stopping the SAP Systems

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. Log information for the dispatcher is stored in the file
dev_disp dev_disp. You can control the granularity of the logged
information using the profile parameter rdisp/TRACE rdisp/TRACE.
There are four four trace levels; error messages and warnings are
displayed, by default, at level 1 1.
Fill in the blanks to complete the sentence.

3. You can display the users logged on to the SAP system with
transactions SM04 SM04 and AL08 AL08. You can obtain an overview
of the scheduled background jobs with transaction SM37 SM37. You
can use transaction SM02 SM02 to send a system message to the users
that are logged on.
Fill in the blanks to complete the sentence.


UNIT 3 – 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 Start profile
B Default profile
C Background profile
D Instance profile

3. You can use transaction RZ10 RZ10 to check the consistency of
individual profiles.
Fill in the blanks to complete the sentence.

4. 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


UNIT 4 – 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. The sapdoccd.ini file can be stored in three different places.
In which sequence is the directory tree searched: A) C:\Program
Files\SAP\FrontEnd\, B) C:\WINNT, and C) C:\Program
Files\SAP\FrontEnd\SAPgui?


UNIT 5 – Fundamentals of Working with the Database


1. Changes to the data are logged by the database in the log files log files.
These files also contain the changes in status of the database database.
Fill in the blanks to complete the sentence
.
2. To minimize the risk of data loss, we strongly recommend a
daily daily 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 week week.
Fill in the blanks to complete the sentence.


UNIT 6 – 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 system.s database, it is no longer possible to access this
data with read accesses.
Determine whether this statement is true or false.

True
False


UNIT 7 – Working with the Transport System

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

A Registry repository
B Object repository
C Client
D Database server
E Cross-Client Customizing
F SAPKernel

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 8 – Support Packages, Plug-ins and Add-ons

1. What are Support Packages and Add-Ons used for?
Choose the correct answer(s).

A To enter user data.
B To import SAP object to maintain the system with a current
correction status.
C To implement additional functions in the system.
D To transport customer-developed programs.
E 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 SNOTE SNOTE to import individual SAP Notes.
Using the Note Assistant means that you are not queried for an
object key object key in the SAP Service Marketplace. SAP Notes that
have been imported using the Note Note Assistant do not require a
modification adjustment with transaction SPAU SPAU.
Fill in the blanks to complete the sentence.


UNIT 9 – Scheduling Background Tasks

1. A background job contains one or more steps steps. AnABAP
program or an external external command or program can be
executed in a step step of this type. A job can be triggered at a
particular time time or when a defined event event 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 Daily at 1500
B The second-last working day of every month
C Every nine days, but not on Sundays
D Only tomorrow at 2355
E 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 Whenever the system switches to the Night operation mode
B AfterthejobJob1 has run successfully
C Whenever a particular event has been triggered
D Whenever the periodic job Job2 has run successfully

5. If one of the system.s 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.
Determine whether this statement is true or false.

True
False

6. 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.
Determine whether this statement is true or false.

True
False


UNIT 10 – Including Printers in SAP Systems

1. Which of the following access methods exist in the SAP system?
Choose the correct answer(s).

A Remoteprinting
B Front end printing
C Instance printing
D Local printing

2. Which of the listed states can a spool request have?
Choose the correct answer(s).

A Compl.
B Canceled
C Error
D Waiting
E Active
F Print.

UNIT 11 – Basics of User Administration

1. How are authorizations assigned to a user?
Choose the correct answer(s).

A Users are assigned authorizations using profiles.
B Users are assigned authorizations using roles.
C Users are assigned authorizations using user names.
D Users are assigned authorizations using a Certification Authority.

2. The SAP authorization concept is a positive concept because ...
Choose the correct answer(s).

A every user automatically receives all authorizations.
B authorizations must be explicitly assigned.
C the range of features of the authorization check is so large.
D the developers programmed it efficiently.

3. System parameters for the user logon are in the area login login. To
display user.s incorrect logon attempts, call the Information System
with transaction SUIM SUIM. The system trace function is called
using transaction ST01 ST01.
Fill in the blanks to complete the sentence.


UNIT 12 – Setting up Remote Connections

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

A synchronousRFC
B reflexiveRFC
C loopedRFC
D transactional RFC
E cut-throughRFC
F queuedRFC

2. Which RFC variant can you use to process work steps in parallel?

3. To connect two SAP systems by RFC, you require an
RFC interface RFC interface in each system (this automatically exists)
and a defined RFC connection RFC connection from one system to
the other.
Fill in the blanks to complete the sentence.


UNIT 13 – 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 ToconnectanLDAPserver.

3. What types of monitors are there in the SAP system?
Choose the correct answer(s).

A Ruledmonitors
B Statistical monitors
C Rule-basedmonitors
D Static monitors
E Self-Repairing monitors

4. 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 14 – SAP Solution Manager
UNIT 15 – Structured Troubleshooting

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 Performancetrace
B Systemlog
C Systemtrace
D Database performance analysis

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
F The port defined by profile parameter rspo/port


UNIT 16 - Introduction to System Security

1. Evaluate the following statements.
Choose the correct answer(s).
A 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.

SAP Web AS Administration II – ADM102

QUESTIONS

Unit 1: Technology Components in the Internet Environment

1. Which of the following technology components can be used together
with an SAP R/3 Enterprise system?
Choose the correct answer(s).
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?
Choose the correct answer(s).
A Commands at operating system level
B Transaction SITS in the SAP system
C ITSAdministrationtool
D Microsoft Management Console with the SAP ITS Snap-In

3. Which statement is correct?
Choose the correct answer(s).
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.
Determine whether this statement is true or false.
True
False

5. In which trace/log file can you identify whether the SAP J2EE Engine
was correctly started?
Choose the correct answer(s).
A dev_w0
B dev_disp
C dev_icm
D sapstart.log

6. What are the names of the significant components that make up the
SAP J2EE Engine?
Choose the correct answer(s).
A Clusters
B Dispatchers
C Servers
D Work Processes
E ICM

7. Which statement(s) is/are correct?
Choose the correct answer(s).
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 2 – Globalization

1. Which statements are correct with regard to globalization?
Choose the correct answer(s).
A The logon language for the SAP system is determined by
the country version.
B A country version must always be imported as an add-on
before it can be used.
C Time zones can be attached to a user master record or an
object.
D The time zone from the user master record is taken into
account in all SAP Basis/SAP Web AS transactions.
E Before time zones can be used, they must be defined in the
system, together with any daylight saving time definition.
F 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. What must be taken into account when importing an additional
language into an SAP system?
Choose the correct answer(s).
A 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.
B 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.
C Languages that are not completely translated require a
supplementation language to fill translation gaps.
D 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.
E You can use transaction SMLT to perform the language
import in parallel using multiple R3trans processes.

3. Which statements are correct with regard to code pages?
Choose the correct answer(s).
A Every language requires a separate, individual code page.
B Multiple code pages can be operated simultaneously on an
instance in one client in an SAP system.
C With Unicode, all characters that are relevant for business
can bemapped in one single code page. MDMP is then
no longer required.
D During an upgrade from SAP R/3 4.x to SAPWeb
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).
E With MDMP, one character is basically represented by one
byte.
F Unicode uses two bytes to represent every character.


UNIT 3 – Technical Aspects of External Communication

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

2. The connection of a mail server to an SAP system to send e-mails
using SMTP from the SAP system runs through an SAPconnect node.
Determine whether this statement is true or false.
True
False

3. How can the SAP system be connected with telephone equipment in
the context of SAPphone?
Choose the correct answer(s).
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 4 – eCATT

1. Which possibilities does eCATT provide?
Choose the correct answer(s).
A Performing centrally stored test cases on different target
systems
B Testing SAP transactions regardless of whether they use the
Control Framework or not
C Testing transactions in the SAP GUI for HTML and testing
Business Server Pages
D 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.
Determine whether this statement is true or false.
True
False

3. Which statements about the relationship between system data
containers and test scripts are true?
Choose the correct answer(s).
A A system data container is always associated with only
one test script.
B Multiple test scripts can access the same system data
container.
C Each entry in the system data container must also appear in
the test script at least once.
D 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?
Choose the correct answer(s).
A SAPGUI
B FUN
C TCD
D WINGUI


UNIT 5 – Advanced User Administration Topics

1. Which of the following statements with regard to Central User
Administration are correct?
Choose the correct answer(s).
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?
Choose the correct answer(s).
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?
Choose the correct answer(s).
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?
Choose the correct answer(s).
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.
Determine whether this statement is true or false.
True
False

6. Which prerequisites must be fulfilled on the SAP side to use an SAP
Web AS with a directory server?
Choose the correct answer(s).
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.
Determine whether this statement is true or false.
True
False


UNIT 6 – SAP XI

1. Which of the following statements about the SAP Exchange
Infrastructure are correct?
Choose the correct answer(s).
A The SAP Exchange Infrastructure maps the integration
information about direct one to one connections between
the individual systems.
B The SAP Exchange Infrastructure is the SAP platform for
process integration, and is based on the exchange of XML
messages.
C The SAP Exchange Infrastructure is based on an open
architecture and primarily uses open standards.
D The connection of the individual applications and the
message flow between the applications is stored on all
systems involved.

2. Which components are part of the SAP Exchange Infrastructure?
Choose the correct answer(s).
A Integration Repository
B Data Dictionary
C Integration Server
D Integration Manager

3. Which statuses does the status display for XML messages show?
Choose the correct answer(s).
A LostXMLmessages
B XML messages being processed
C XML messages with errors
D Deleted XML messages