You are on page 1of 41

SAP

Part I: The questions as I remember:

Which ones are correct with regard to TemSe?.

a) TemSe stores the output request data.

b) TemSe data is stored in the file system

c) The parameter ,rspo/store_location is used to determine the


storage location.

d) TemSe data is stored in the database


Regarding the Change Management System in the Java environments, which of
the following is correct when importing to the PROD system:

a) the archives are imported to the PROD system

b) the modified object are imported to the PROD system after getting tested.

c) only complete software components (SC’s) can be imported to the PROD


system.

I’m not sure about the statement (b), but this was the idea.
What are Roles in the SAP Enterprise Portal ?

a) They detemine the combination of pages and iViews

b) they determine which navigation paths can be used to access which content.

c) Roles can be assigned to individual users or user groups.

d) its technical synonym is Workset


What are the different scenarios in SAP MDM ?

a) Central Master Data Management

b) Master Data Harmonization

c) Content Consolidation

d) …

e) …
What is correct regarding the Business Content ?

a) it is part of the Enterprise Portal.

b) it comes with SAP BW

c) it is supplied as an add-on to the SAP BW

d) it consists of roles, queries, InfoCubes and InfoSources.


The central services instance in the Java environment should run with the
instance number:

a) 00

b) unique instance number in the running host

c) …

d) …
Regarding DTR, which ones are correct ??

a) Developers can only see the recent version of objects

b) Developers can modify the objects only within DTR

c) Developers must define an activity to modify the objects

d) Developers must check out the objects to their local computers in order to
do the modifications.
For a system consisting of a central instance with instance number 00 and
another dialog instance with system instance 01, what is the profile containing
the parameter rdisp/mshost ?

a) <SID>_DVEBMGS00_<hostname>

b) START_DVEBMGS00_<hostname>

c) DEFAULT.PFL
For importing the transports in the ABAP environment, you have the following
options:

a) import all transports in the queue that are ready for the import

b) import single transports

c) select a number of transports for import

d) schedule the import at a certain time

e) import the transport after an event


Which tool is used to add servers to Java instances:

a) Config tool

b) Visual administrator

c) ..

d) ..
Which services are provided by the Visual Adminstrator?

a) LogViewer Service

b) Monitoring Service

c) Monitor Server Service

d) Basic Adminstration Service

e) …
What is the tool used to by writing commands to manage Java environments ?

a) Config Tool

b) Text-based telnet

c) Visual Adminstrator
Which of the following is correct regarding SDM ?

a) It is used to deploy applications locally only, because the software


logistic system takes care of deploying them globally.

b) It is used to apply support packages to applications

c) It can be used when it is online only

d) ….
Part II: Questions from the sample exams and
question banks:

A real-live scenario: A customer experiences right now a dramatic decline in performance. By


combining the functions of SM50 and ST04 you are able to answer the following questions:

More than one answer is correct. Decide whether each answer is true or false.

True False

O X For the current day you can easily identify the transactions with
the highest load on the system. (Gewichtung: 1)

O X You can identify the users that put the highest load on the system,
but only for the last 60 minutes. (Gewichtung: 1)

X O You can find what report is accessing what table. Also you can
identify the user who started this report. This information is only a
snap-shot information. (Gewichtung: 1)

X O You find what select statement accesses what table, and you can
get an "Explain" for it. (Gewichtung: 1)

X O Using ST04 you can identify what kind of table access is used to
retrieve data from the database. (Gewichtung: 1)
It may happen in SAP systems that memory areas can not hold all the data they are supposed to
hold. Then, maybe, another memory area is used as an "overflow". Identify the correct pairs of
memory areas that are used subsequently during dialog processing.

More than one answer is correct.

True False

X O Extendend Memory -> Work process local roll memory


(remainder) (Gewichtung: 1)

O X Work process local roll memory -> Work process local roll file
(Gewichtung: 1)

O X Roll buffer -> Extendend Memory (Gewichtung: 1)

X O Work process local roll memory (remainder) -> Heap memory


(Gewichtung: 1)

O X SAP Buffers -> SAP Paging File (Gewichtung: 1)


The operating system monitor (transaction ST06, including detail analysis menu) helps you in
finding the following information:

More than one answer is correct.

True False

X O Identifying the top CPU processes (Gewichtung: 1)

X O The current CPU utilization (Gewichtung: 1)

X O The amount of paging/swapping activity during the previous 24


hours (Gewichtung: 1)

O X The user names of the users that create the most load on the
CPU(s) (Gewichtung: 1)

X O The amount of physical memory available on the hardware of the


SAP instance (Gewichtung: 1)
The following statements on "expensive SQL statements" in SAP systems are correct:

More than one answer is correct.

True False

O X Average dialog response times above 2500 ms are always caused


by expensive SQL statements. (Gewichtung: 1)

X O High database request times might be caused by expensive SQL


statements. (Gewichtung: 1)

X O Requests with many "buffer gets" are called "expensive". For


example: individual statements that cause more than 5% of all
reads on the database are expensive. (Gewichtung: 1)

O X All expensive statements can be tuned. (Gewichtung: 1)

O X Expensive SQL statements are always caused by wrong decisions


of the optimizer of the database system. (Gewichtung: 1)
What information can you find in the main screen of the Process Overview of a specific instance
(SM50)?

More than one answer is correct.

True False

O X The transaction code of the program processed (Gewichtung: 1)

X O The name of the program processed (Gewichtung: 1)

X O The database table accessed by running programs (Gewichtung: 1)

X O The current status of the work process (Gewichtung: 1)

O X The process ID of the dispatcher process (Gewichtung: 1)


Which of the following are tools offered by the CTS in SAP systems?

More than one answer is correct. Decide whether each answer is true or false.

True False

X O Transport Organizer (Gewichtung: 1)

O X Client Organizer (Gewichtung: 1)

O X Upgrade Organizer (Gewichtung: 1)

X O Transport Management System (Gewichtung: 1)

O X CTS Organizer (Gewichtung: 1)


To perform a modification in an SAP system, the following requirements must be met.

More than one answer is correct. Decide whether each answer is true or false.

True False

X O Developers must be registered as developers in the SAP Service


Marketplace. (Gewichtung: 1)

X O All modifications must be registered in the SAP Service


Marketplace. (Gewichtung: 1)

O X The developer for whom a modification key is requested must


have attended the course BC400. This is checked by SAP.
(Gewichtung: 1)

O X The customer must fax or e-mail an object modification request to


SAP. (Gewichtung: 1)

X O Transaction SE06 must be set globally to "modifiable" in the SAP


system where the modification should be executed. (Gewichtung:
1)
Concerning the Favorites and the User menu of your SAP Easy Access screen, what statements
are correct?

More than one answer is correct.

True False

X O The favorites are user-specific. (Gewichtung: 1)

O X The user menu can be adapted by each user to his own needs.
(Gewichtung: 1)

O X Favorites are stored on your frond end. Therefore you won't have
access to your favorites from other computers than your front end.
(Gewichtung: 1)

X O The user menu is granted in accordance with the roles assigned to


your user. (Gewichtung: 1)

O X Your user menu contains always the so-called "SAP menu" as


another hierarchy level. (Gewichtung: 1)
Screens in SAP systems can offer many different elements, used for structuring information,
navigation etc. Identify the screen elements you can find on an SAP screen.

More than one answer is correct.

True False

X O Check boxes (Gewichtung: 1)

O X Undo button (Gewichtung: 1)

X O Status bar (Gewichtung: 1)

X O Command field (Gewichtung: 1)

O X Home button (Gewichtung: 1)


What does "enqueue" and "dequeue" mean?

Please choose the correct answer.

O Puts/reads messages in the message queue of the SAP system.

X Locks/unlocks objects in the SAP system.

O Enables/disables print queues in SAP systems.

O Reads/writes update messages in the database.

O Locks/unlocks user context data in the roll memory.


When an external program triggers an SAP system event, which operating system executable of
the SAP system is used in triggering the event?

Please choose the correct answer.

O disp+work

O msg_server.exe

X sapevt

O sapxpg

O saposcol
While maintaining a new role using transaction PFCG, what would happen if you doubleclick one
one of the yellow symbols shown above?

Please choose the correct answer.

O The navigation tree will be expanded.

O After confirming a popup window, all authorization fields with a


yellow symbol in the underlying tree(s) will be set to the default
value, and the symbol(s) will switch to green.

X After confirming a popup window, all authorization fields with a


yellow symbol in the underlying tree(s) will be set to full
authorization, and the symbol(s) will switch to green.

O After confirming a popup window, all authorization fields in the


underlying tree(s) will be set to the default value, and the
symbol(s) will switch to red.

O Your screen will display all underlying authorization fields


successively and you can maintain the authorization values.

SCREENSHOT ZU USER_02
What security relevant communication protocols and methods are supported by an SAP Web
Application Server?

More than one answer is correct.

True False

X O Secure Sockets Layer (SSL) (Gewichtung: 1)

O X Secure Java Protocol (SJP) (Gewichtung: 1)

X O Secure Network Communication (SNC) (Gewichtung: 1)

X O Secure Store and Forward (SSF) (Gewichtung: 1)

O X Secure ABAP Protocol (SAP) (Gewichtung: 1)


Which of the following statements concerning the Change and Transport System are correct?

More than one answer is correct.

True False

O X The import in the database of the target system is started


automatically. (Gewichtung: 1)

X O A change requests always has one or more tasks. (Gewichtung: 1)

X O The transport directory is given by the parameter DIR_TRANS.


(Gewichtung: 1)

O X All customizing needs a customizing change request.


(Gewichtung: 1)

O X Small corrections on ABAP programs can be done safely in the


production system . (Gewichtung: 1)

The second statement was modified to:

A new (and empty) change request always has one ore more tasks.
Which statements concerning the SAP user management are correct?

More than one answer is correct.

True False

X O All workprocesses of an SAP system are connecting to the


database with one and the same database user. (Gewichtung: 1)

O X If you forgot your password you can use the "User -> New
Password" menu on the logon screen. The system administrator
will then be notified of your request for a new password.
(Gewichtung: 1)

X O If you set your personal default logon language to a language that


is not installed, you can only logon to the system if you fill the
language field on the logon screen. (Gewichtung: 1)

X O By setting the parameter login/min_password_lng you can set the


minimal required password length for a user's password.
(Gewichtung: 1)

O X By setting the parameter login/max_password_lng you can set the


maximum allowed length for a user's password. (Gewichtung: 1)
If a user is already logged on to a logon group using logon load balancing, how are dialog work
processes assigned to this user?

Please choose the correct answer.

O The user always remains assigned to the same dialog work


process.

X Different dialog work processes of the same instance of the SAP


system will work sequentially for the user.

O Depending on the load of the servers, different dialog work


processes of different instances will work for this user.

O It is not possible to logon to a server group using "group logon".

O The user gets a dialog work process assigned in each instance.


Depending on the load of the servers, only one of these dialog
work processes is active.
In terms of the ABAP Development Workbench, what is a variant?

Please choose the correct answer.

X Program selection criteria which can be stored for later use with
the same report.

O A report which was enhanced by using an optional include.

O A report which can be used in different clients of an SAP system.

O A variant is the copy of an SAP standard object, then modified to


fit the customer's needs.

O Identical reports stored in different clients.


Which of the following statements are true for user master records in clients of SAP systems?

More than one answer is correct. Decide whether each answer is true or false.

True False

X O An authorization profile can be assigned to a user master record.


(Gewichtung: 1)

X O One or more roles can be assigned to a user master record.


(Gewichtung: 1)

O X An authorization object can be assigned to an user master record.


(Gewichtung: 1)

O X An user master record can be generated from transaction PFCG.


(Gewichtung: 1)

O X A single authorization value can be assigned to an user master


record. (Gewichtung: 1)
Which of the following statements are correct regarding the SAP Library?

More than one answer is correct. Decide whether each answer is true or false.

True False

X O To provide (host) the SAP Library, you can use either a Web server
or a file server. (Gewichtung: 1)

O X Using PlainHtmlFile requires only a fraction of the disk space on


the file server compared to HtmlHelpFile. (Gewichtung: 1)

X O SAP Library can only be accessed after transaction SR13 is


configured. Also only after configuring SR13 the sapdoccd.ini on
the front end will be evaluated (if it exists). (Gewichtung: 1)

X O To access the SAP Library, you can call PlainHtmlHttp through a


Web browser. (Gewichtung: 1)

O X To access the SAP Library, you can use HtmlHelpFile through a


Web browser. (Gewichtung: 1)
From where should the synchronization of user data between a SAP system and a directory server
be started?

One answer is correct.

O The synchronization should be started from the directory server


independent on the direction in which the data are synchronized.

O The system from which the synchronization is started can be


customized using transaction LDAP

O User that exist in the SAP System only should be synchronized


starting a report in the SAP System, user that exist in the directory
server only should be synchronized starting a script on the
directory server.

X The synchronization should be started from the SAP system


independent on the direction in which the data are synchronized.

O The system from which the synchronization is started can be


maintained using the profile parameter ldap/sync_start
By implementing the Central User Administration (CUA) you can maintain the following
information centrally for all clients connected to the CUA.

More than one answer is correct.

True False

O X Complete definitions of "User Roles" (Gewichtung: 1)

X O Which user is allowed to logon to what client (Gewichtung: 1)

X O Initial (new) passwords (Gewichtung: 1)

X O The lock status of users (Gewichtung: 1)

O X Authorization profiles can be replicated to other systems


(Gewichtung: 1)
While setting up the RFC connections for a Central User Administration (CUA) in an SAP Web
AS 6.20-based system you are required to observe the following:

More than one answer is correct.

True False

X O The RFC connections needed have to be named identical as the


logical system they are connecting to. (Gewichtung: 1)

X O The RFC connections needed have to be named in capital letters.


(Gewichtung: 1)

O X The naming convention recommended by SAP for both, RFC


connections and logical system names, is the following:
"CUA_<SID>", e.g. CUA_DEV. (Gewichtung: 1)

O X The users used for the RFC connections for the CUA need to be of
type "SYSTEM" with authorization SAP_ALL. (Gewichtung: 1)

O X You need to use trusted RFC connections for setting up a CUA


environment. (Gewichtung: 1)
Which process first connects to the database ?

a) Dispatcher
b) Message server
c)Work process
d) SAPGUI
e)Gateway
Buffering for a frequently updated table should be (single choice)

a) single record buffered

b) generic buffered

c) No buffering

c) Full buffering
Further on modifications

a) Every modification has to be registered as SAP Service marketplace (T/F)

b) Every manual modification required Developer Acess key for the developer (T/F)

c) Modification request has to be sent to SAP thru FAX(T/F)

d) All modifications should be done in DEV system for techincal reasons (T/F)

e) If modifications done then further work is required during upgrades (T/F)


Operation mode switch from BTC to DIA

a)if jobs are running in BTC process then operation modes will be switched after the jobs
are completed (T/F)

b) if jobs are running in BTC process then operation modes switch will be cancelled
(T/F)

c)The running jobs would be temporarily put in suspended status (T/F)

d)
Which of the following are necessary to achieve optimal database performance?

a) Table analyses (through a program such as Update Statistics)


must be regularly scheduled.
b) The database buffer must be sufficiently large.
c) You should regularly check whether expensive Sal statements
are unnecessarily occupying CPU and main memory
resources.
d) The database instance should be run only on a separate
computer with out SAP instances.
What can you find out using the Transaction profile in Tx ST03N (More than one
answer is correct)

a) The average dialog response time for each user


b) What Transactions are causing high loads on the database
c) What transactions cause the highest load with respect to the total dialog
response time
d) The index used for data access on data base level
e) What transactions are causing high wait times

You might also like