You are on page 1of 34

C_TADM51702

SAP Certified Technology Associate - System


Administration (Oracle DB) with SAP
NetWeaver 7.0 EhP2
Exam: C_TADM51702
Edition: 2.0

© 2012 - 2013 Test Killer, LTD All Rights Reserved

1 http://www.troytec.com
C_TADM51702

QUESTION: 1
Your customer is configuring a Central User Administration (CUA) in AS ABAP
connecting to multiple child systems. Changes of the attribute "mobile telephone
number" in the user master record in one child system should be transferred to the other
relevant child systems. Which setting for the attribute "mobile telephone number" in
parameters for field distribution via transaction SCUM (Central User Administration) do
you use to fulfill this requirement?

A. Global
B. Redistribution
C. Everywhere
D. Local

Answer: B

QUESTION: 2
You analyze the Oracle database alert log and discover the error message "Unable to
extend tablespace". What can you do to solve this issue? (Choose three)

A. Set at least one data file of the tablespace to "autoextensible" (AUTOEXTEND ON).
B. Add a new data file.
C. Assign a data file to a different tablespace with more free space.
D. Enlarge a data file of the tablespace with a fixed size.
E. Create a new tablespace.

Answer: A, B, D

QUESTION: 3
Which of the following activities are executed by JControl? (Choose three)

A. In an AS ABAP+Java (Dual Stack) system: Start the ABAP Dispatcher.


B. Start one or more server processes as JLaunch processes.
C. Synchronize binaries.
D. Start the Java Message service.
E. Connect to the Central Service Instance.

Answer: B, C, E

2 http://www.troytec.com
C_TADM51702

QUESTION: 4
You are running an AS ABAP-based SAP system. You have changed a dynamically
switchable profile parameter in transaction RZ11 (Maintain Profile Parameters). These
settings become effective immediately. You want to make sure that the new settings are
still valid after the next restart of your system. How do you fulfill this requirement?

A. No further steps are necessary in this scenario.


B. Maintain the same profile parameter in transaction RSPFPAR (Display Profile
Parameter).
C. Mark check box "Activate in profile" in transaction RZ11.
D. Maintain the same profile parameter in transaction RZ10 (Edit Profiles) and activate
the changes.

Answer: D

QUESTION: 5
An Oracle database instance is running in MOUNT mode. Which tasks can be
performed by a database administrator? (Choose two)

A. Perform a media recovery.


B. Access the Oracle DBA_* views in tablespace SYSTEM.
C. Recreate a missing control file.
D. Change the ARCHIVELOG mode of the database.

Answer: A, D

QUESTION: 6
You are running a three system landscape of AS ABAP-based systems. Now, you want
to set up the transport domain using the Transport Management System (TMS) in client
000.

3 http://www.troytec.com
C_TADM51702

Which configuration steps are performed automatically after pressing "Save" in the
attached dialog box? (Choose three)

A. Transport routes are created.


B. The transport directory is created.
C. The user "TMSADM" is created in client 000.
D. Transport domain control data is written to the file DOMAIN.CFG.
E. RFC destinations are created.

Answer: C, D, E

QUESTION: 7
You connect SAP GUI for Windows front ends to an SAP system using a WAN (Wide
Area Network) connection. Which of the following do you need to consider regarding
network bandwidth? (Choose three)

A. The amount of data transferred from the database to the application server
B. The volume of "non-SAP-related" traffic (for example, office documents) using the
same connection
C. Using SAP's advanced online data compression technology (SAP ODCT) to
minimize the network load
D. The number of dialog steps being processed using this line
E. Activating the "Low speed connection" indicator for remote connections

Answer: B, D, E

QUESTION: 8

4 http://www.troytec.com
C_TADM51702

Concerning Load Balancing for AS Java, while using SAP Web Dispatcher, which of
the following statements are correct? (Choose two)

A. Visual Administrator can be used for defining logon groups for AS Java, those are
considered by SAP Web Dispatcher
B. Transaction SMLG is considered for Load Balancing in AS Java as well as for AS
ABAP
C. The dispatcher of an AS Java instance distributes load between the server processes
of the local AS Java instance.
D. SAP Web Dispatcher distributes load between different Java instances of one AS
Java-based SAP system

Answer: C, D

QUESTION: 9
Which statements regarding user management in an AS ABAP-based SAP system are
correct? (Choose two)

A. A user of type "Dialog" cannot be used for background processing.


B. If you forgot your password you can use the "User -> New Password" menu path on
the logon screen to notify the system administrator that you are requesting a new
password.
C. A user with user type "System" cannot log on to the system by using the SAP GUI.
D. SAP recommends assigning authorization profiles via the assignment of roles to the
user master data.

Answer: C, D

QUESTION: 10
You are analyzing an ICF service in transaction SICF (Maintain Services). The ICF
service is displayed in a blue font color. What does this color indicate?

A. The ICF service is active. It has been activated explicitly.


B. The ICF service is inactive. It has been switched from active to inactive because a
superior ICF service has been deactivated.
C. The ICF service is active. It has been switched from inactive to active because a
subordinate ICF service has been activated.
D. The ICF service is inactive. It has been deactivated explicitly.

5 http://www.troytec.com
C_TADM51702

Answer: B

QUESTION: 11
Your company is running an AS ABAP-based SAP System. The employees use SAP
GUI for Windows. You want to enable front end printing for all employees which are
using the SAP system. What are possible steps to fulfill this requirement?

A. Create an output device with the host spool access method "G" and assign the host
printer "__DEFAULT" to it.
B. Create an output device with the host spool access method "S" and assign the device
type "SAP_SPRINT" to it.
C. Create an output device with access method "LOCL" for each local front end printer.
D. Create an output device "TemSe" and a batch job which redirects the output requests
to the local PCs periodically.

Answer: A

QUESTION: 12
You are running a system landscape of AS ABAP-based SAP systems. Which options
do you have for selecting transport requests to be imported? (Choose three)

A. You can select a single transport request for import.


B. You can filter transport requests for a certain project and import them together in one
step (if you have activated the CTS functions in transaction SPRO_ADMIN
[Customizing: Project Administration]).
C. You can select several individual transport requests to be imported in one step.
D. You can select a single transport request and import it into multiple SAP systems in
one step.
E. You can select all transport requests for import that contain objects of a selected
package.

Answer: A, B, C

QUESTION: 13
You want to enable the e-mail sending via SMTP from an AS ABAP-based SAP
system. Which of the following configuration steps are necessary? (Choose three)

A. Set the appropriate profile parameter for the ICM.


B. Configure and activate an SMTP node using transaction SCOT (SAPconnect:
Administration).

6 http://www.troytec.com
C_TADM51702

C. Configure and activate the ICF service for SAPconnect using transaction SICF
(Maintain Services).
D. Create an RFC destination of type "T" to the external Mail Transfer Agent (MTA).
E. Maintain a default domain using transaction SCOT (SAPconnect: Administration).

Answer: A, B E

QUESTION: 14
The figure shows the ABAP short dump of an aborted transaction in an SAP system.
Which of the following statements are true?

7 http://www.troytec.com
C_TADM51702

(Choose two)

A. The error can be avoided by running the respective program in a batch job in the SAP
system, if background processing is possible for this program.
B. The error was caused by a transaction in the SAP system that exceeded the extended
memory.
C. The error can be avoided by reducing the memory usage of the respective transaction
in the SAP system.
D. The error was caused by a transaction that exceeded the maximum runtime in a
dialog work process of the SAP system.
E. The error was caused by a transaction that exceeded the maximum runtime in a
background work process of the SAP system.

Answer: A, D

QUESTION: 15
You are running an AS Java-based SAP system. How can you determine the current
Support Package level of all deployed AS Java software components?

A. Analyze the "java_vers" file in the work directory of the central services instance.
B. Use the "jcmon -version" command at the operating system level.
C. Use the "java -version" command at operating system level.
D. Use the "System Information" link on the initial screen of the AS Java.

Answer: D

QUESTION: 16
Where does AS Java store its log files (using '/' as delimiter of directories)?

A. In the cluster-node-specific directories


/usr/sap/<SID>/<instance>/j2ee/cluster/<dispatcher or server>/log
B. In the instance-specific directories /usr/sap/<SID>/<instance>/work
C. In the instance-specific directories /usr/sap/<SID>/<instance>/log
D. In the system-wide directory /usr/sap/<SID>/SYS/global

Answer: A

8 http://www.troytec.com
C_TADM51702

QUESTION: 17
Considering the attached screenshot,

on which host is the database of the system running?

A. twdf1576
B. DEV
C. This question cannot be answered with the information available.
D. twdf1576_DEV_00

Answer: A

QUESTION: 18
You are running an AS ABAP-based SAP system. Which of the following can you
achieve by using operation modes? (Choose two)

9 http://www.troytec.com
C_TADM51702

A. You can define the number of work processes reserved for RFC communication.
B. You can define the number of background work processes reserved for jobs of class
"A".
C. You can switch background work processes to dialog work processes.
D. You can switch spool work processes to dialog work processes.

Answer: B, C

QUESTION: 19
You have to import several transport requests into an AS ABAP-based SAP system
using transaction STMS (Transport Management System). In the import queue of one of
the SAP systems the "Import Request" (Import Single) button is displayed, but the
"Import All Requests" (Import All) button is missing. What could be the reason?

A. The "Import All Requests" button is never available in a development system.


B. The "Queue-controlled transports, single transports" strategy has been set.
C. The authorization for "Import All Requests" is missing for the respective SAP
system.
D. Client-specific transport routes have been configured.

Answer: B

QUESTION: 20
Your business requires data synchronization between one client (source client) in an AS
ABAP- based SAP system (source system) and three different clients (target clients) in a
second AS ABAP-based SAP system (target system). How do you implement this
requirement using RFC technology?

A. Define three RFC connections to the source client in the target system.
B. Define one broadcast RFC connection of type "M" (multiple targets) to the target
system in the source system.
C. Define three RFC connections to the target clients in the source system.
D. Define RFC connections between the three clients in the target system.

Answer: C

QUESTION: 21
You have established a backup strategy using online backups. You would like to restore
your database to an earlier point in time, well AFTER the last online backup. Which
files are needed for this point in time recovery?

10 http://www.troytec.com
C_TADM51702

A. All data files, the control file, and the database parameter file
B. All offline redo log files, the control file, and the Oracle executables
C. Online redo log files and the control file
D. All data files, the control file, and all redo logs written during and since the last
online backup

Answer: D

QUESTION: 22
You have established a Central User Administration (CUA) in AS ABAP. What user
related data can be distributed from the central to the child systems? (Choose three)

A. The Information which user master records should exist in which child system
B. Assignment of roles
C. Favorites in SAP Easy Access
D. Definition of roles
E. Initial passwords

Answer: A, B, E

QUESTION: 23
You are experiencing issues during the startup of an AS ABAP-based SAP system. The
work processes of the central instance do not start successfully. What do you use for
analyzing the problem?

A. The file "TRACE" in the log directory of the central instance


B. Developer traces in the work directory of the central instance
C. tp systemlog in the trans\log directory
D. The file "defaultTrace.0.trc" in the directory j2ee\cluster\dispatcher\log of the central
instance

Answer: B

QUESTION: 24
In an AS ABAP+Java system, the SAP Web Dispatcher communicates with which of
the following?

11 http://www.troytec.com
C_TADM51702

A. The AS ABAP message server


B. The AS Java central service instance
C. The AS Java message server
D. Both the AS ABAP and the AS Java message server

Answer: A

QUESTION: 25
Who participates in SAP Ramp-Up programs?

A. Customers who applied and were accepted for participation


B. All SAP partners and internal SAP departments
C. Only internal SAP departments
D. All customers with SAP Enterprise Support

Answer: A

QUESTION: 26
For which purposes can property variants in CCMS monitoring be used? (Choose three)

A. To enable cross-system monitoring


B. To transport sets of threshold values from one SAP system to another SAP system
C. To allow users to use different sets of threshold values at the same time
D. To switch between different sets of threshold values triggered by a switch of the
operation mode
E. As containers for threshold values

Answer: B, D, E

QUESTION: 27
SAP provides a vast range of software for companies of all sizes. Which of the
following are SAP offerings? (Choose three)

A. SAP Business ByDesign


B. SAP Business ByEvolution
C. SAP Business Suite
D. SAP Business All-in-One
E. SAP Business End-to-End

12 http://www.troytec.com
C_TADM51702

Answer: A, C, D

QUESTION: 28
What can you schedule with transaction SM36 (Define Background Job) as a step
within a background job in AS ABAP-based SAP systems? (Choose three)

A. External programs
B. ABAP transactions
C. Function modules
D. Executable ABAP programs
E. External commands

Answer: A, D, E

QUESTION: 29
An SAP system's Oracle database has four online redo logs, also known as database
transaction logs. Each online redo log has a mirrored copy. What is the effect of a log
file switch?

A. The ARCH process is triggered to write the current online redo log to its mirrored
copy. The next online redo log is opened for writing.
B. The database switches between writing to the original redo log files and the mirrored
redo log files.
C. The current online redo log is closed and the next online redo log is opened for
writing. The ARCH process is triggered to begin backing up the recently closed redo
log.
D. The database alternates between writing to the online and offline redo log files.

Answer: C

QUESTION: 30
What does SAP recommend when importing transport requests? (Choose three)

A. Transport requests should only be imported if the software component vector of the
transport requests fit to the software components and their Support Package level of the
target system.
B. Transport requests should be imported into the productive system one by one in the
order of their sequence in the import queue.

13 http://www.troytec.com
C_TADM51702

C. Transport requests should always be imported into the productive system in the
sequence of their export from the development system.
D. In general importing transport requests into the productive systems requires a
maintenance window (downtime window).
E. Transport requests should be imported project wise into the productive system.

Answer: A, D, E

QUESTION: 31

You want to reduce the fragmentation of a tablespace by using BR*TOOLS. Which


methods can you use to achieve this? (Choose two)

A. Online shrinking of tables


B. Update statistics
C. Online backup
D. Online redefinition of tables
E. Coalesce tables

Answer: A, D

QUESTION: 32
You are running an AS ABAP-based SAP system. How can you determine the current
Support Package level of all ABAP software components?
(Choose two)

A. Choose "System -> Status -> Component information".


B. Use transaction SPAM (Support Package Manager).
C. Run the report "RSPFPAR".
D. Launch the ICF path "/sap/bc/icf/info" in a Web browser.
E. Depending on the operating system, use the "disp+work -v" or "dw -v" command.

Answer: A, B

QUESTION: 33
During the startup of the central instance of an SAP system based on AS ABAP+Java
7.0x (dual stack), different processes are started. Which processes are started by the
ABAP Dispatcher by default? (Choose three)

14 http://www.troytec.com
C_TADM51702

A. AS ABAP Message Server


B. AS ABAP Work Processes
C. AS Java Message Server
D. Internet Communication Manager (ICM) if parameter rdisp/start_icman is set to
"true"
E. JControl

Answer: B, D, E

QUESTION: 34
Where can you find details on the memory consumption of the SAP integrated ITS?

A. In the SAP system, using the ICF service /sap/moni/its/mem


B. In the SAP system, using transaction/report SITSPMON (Internal ITS: Status)
C. On operating system level, using the command "icmon"
D. In the SAP system, using transaction SMICM (ICM Monitor)

Answer: B

QUESTION: 35
How many clients can exist in an AS ABAP-based SAP system?

A. 65,536
B. 100
C. 1,000
D. 3

Answer: C

QUESTION: 36
You have opened a CCMS monitor in transaction RZ20 (CCMS Monitor Sets).

15 http://www.troytec.com
C_TADM51702

What can you conclude by analyzing the attached screenshot?

A. Instances 00 and 01 of SAP system DEV on host twdf1921 are not running.
B. Instances 00 and 01 of SAP system DEV on host twdf1921 are running, but cannot
be reached by CCMS.
C. All nodes below the MTE "twdf1921_DEV_00" have the status "red".
D. At least one node below the MTE "twdf1921_DEV_00" has the status "red".

Answer: D

QUESTION: 37
Which of the following monitoring tools are designed to monitor AS Java-based SAP
systems? (Choose two)

A. Transaction ST02 (Tune Summary) in a central AS ABAP-based monitoring system


B. SAP NetWeaver Administrator (NWA)
C. Config tool
D. Transaction RZ20 (CCMS Monitor Sets) in a central AS ABAP-based monitoring
system

Answer: B, D

QUESTION: 38
Which ABAP software components are installed by default during the installation of an
SAP ECC system? (Choose three)

16 http://www.troytec.com
C_TADM51702

A. SAP_CRM
B. SAP_HR
C. SAP_BW
D. SAP_ERP
E. SAP_APPL

Answer: B, C, E

QUESTION: 39
For which of the following do you need to install and configure SAProuter? (Choose
two)

A. EarlyWatch Service session done remotely by an SAP Support employee


B. Connection to https://scn.sap.com
C. Remote Consulting from SAP
D. Connection to https://service.sap.com

Answer: A, C

QUESTION: 40
You are running an AS Java-based SAP system. You are maintaining local settings
using the Visual Administrator. These settings become effective immediately. You want
to make sure that the new settings are still valid after the next restart of your system.
How do you fulfill this requirement?

A. No further steps are necessary in this scenario.


B. Mark check box "Activate in profile".
C. Maintain the same settings in the global settings using the Visual Administrator.
D. Maintain the same settings in the Config Tool.

Answer: A

QUESTION: 41
You have developed repository objects for AS ABAP-based SAP systems. Your
development work is being logged within a transport request. What happens when you
release your task in the Transport Organizer (transaction SE09) of the development
system?

A. Repository locks are released for the respective repository objects.

17 http://www.troytec.com
C_TADM51702

B. The repository objects can no longer be changed.


C. Object entries are copied into the object list of the transport request for the respective
repository objects.
D. The export process starts.

Answer: C

QUESTION: 42
You are running an AS ABAP-based SAP system with several instances. Where are
enqueue locks stored that are managed by the AS ABAP system?

A. In the shared memory of each instance


B. In the database of the SAP system
C. In the shared memory of the instance where the enqueue work process is running
D. In the shared memory of the ABAP message server

Answer: C

QUESTION: 43
You are a transport administrator for an AS ABAP-based SAP system landscape. In the
import queue of a single SAP system, you select multiple transport requests to be
imported together. What happens when these transport requests are imported? (Choose
two)

A. If an object is included in more than one transport request, only the version in the last
transport request is activated/generated (according to the sequence in the import queue).
B. If an object is included in more than one transport request, it is first stored in the
shadow repository. You can then activate/generate selected versions from the shadow
repository later.
C. If an object is included in more than one transport request, you can specify which
object version will be activated/generated using unconditional (import) modes.
D. The objects in the first transport request are imported and activated/generated first,
then the objects in the second transport request, and so on.
E. All objects in all the selected transport requests are merged together.

Answer: A, E

QUESTION: 44

18 http://www.troytec.com
C_TADM51702

You are performing an SAP system upgrade of an AS ABAP-based development


system. When do you perform the modification adjustments for ABAP Dictionary
objects using transaction SPDD (Modification Adjustment Dictionary)?

A. In the upgrade preparation phases (Roadmap steps 1-4)


B. After the upgrade (EXIT)
C. During the upgrade before activation of table definitions (ACT_UPG)
D. During the upgrade after the first kernel switch (KX_SWITCH_1)

Answer: C

QUESTION: 45
Which of the following scheduling options can you select in transaction SM36 (Define
Background Job) to define the start condition of a background job in an SAP system
based on AS ABAP? (Choose three)

A. When a specified alert condition is met (Alert)


B. At a particular time (Date / Time)
C. When a specified job finished (After job)
D. When a particular event occurs (After event)
E. Each time a specific periodic job finished (After periodic job)

Answer: B, C, D

QUESTION: 46
Which of the following does not use SAP NetWeaver?

A. SAP ERP
B. SAP Business All-In-One
C. SAP CRM
D. SAP Business One

Answer: D

QUESTION: 47
You have established a backup strategy using complete offline backups. In addition to
all data files, which files are saved by BRBACKUP? (Choose two)

19 http://www.troytec.com
C_TADM51702

A. Oracle executable files


B. Online redo log files
C. The control file
D. SQL*Net configuration files
E. Offline redo log files

Answer: B, C

QUESTION: 48
Which AS ABAP release for software component "SAP BASIS" is used for SAP ECC
6.05?

A. 7.20
B. 7.02
C. 7.01
D. 7.10

Answer: B

QUESTION: 49
You are running a system landscape of AS Java-based SAP systems. You want to use
the enhanced Change and Transport System (CTS) to transport non-ABAP objects into
these systems. Which prerequisites are necessary to perform this task? (Choose two)

A. The Software Deployment Manager (SDM) of the Transport Domain Controller must
be configured for deployment in AS Java-based runtime systems.
B. Client-dependent transport routes must exist for all SAP systems in your transport
domain.
C. The transport landscape for AS Java-based SAP systems must be maintained in
transaction STMS in the Transport Domain Controller.
D. The AS Java-based SAP systems and the Transport Domain Controller must have the
same SAP release level.
E. An RFC destination to the CTS Deploy Web Service must be configured on the AS
ABAP- based Transport Domain Controller.

Answer: C, E

QUESTION: 50
Which of the following statements are true with regard to SAP online help for an AS
ABAP-based SAP system? (Choose three)

20 http://www.troytec.com
C_TADM51702

A. When installing the online documentation, you have the option to choose between
Standard HTML (PlainHtml) and Compiled HTML (HtmlHelp).
B. The online documentation can be installed in the database of the SAP system.
C. The online documentation can be installed on a file or Web server.
D. The online documentation is installed with all available languages by default.
E. Access to the online documentation can be configured with transaction SR13
(Administration: Display of the SAP Library).

Answer: A, C, E

QUESTION: 51
You are running a landscape of AS ABAP-based SAP systems. What can be copied
using client copy tools? (Choose three)

A. Application data without client-specific Customizing


B. User master records
C. Customer-specific repository objects
D. Cross-client Customizing for remote client copy
E. Client-specific Customizing without application data

Answer: B, D, E

QUESTION: 52
Which of the following is an attribute of an output device definition in an AS ABAP-
based SAP system?

A. The local Internet Communication Manager (ICM)


B. A specific spool work process
C. Logon client
D. Either a logical or a physical spool server

Answer: D

QUESTION: 53
Which of the following are consequences of a work process reservation for class “A”
jobs? (Choose two)

21 http://www.troytec.com
C_TADM51702

A. A dedicated background work process is reserved for class "A" jobs.


B. Class "A" jobs are started with a higher probability at their planned start time.
C. Class "B" and class "C" jobs can encounter delays.
D. When all background work processes of an SAP system are reserved for class "A"
jobs, jobs of classes "B" and "C" will be automatically promoted to class "A".

Answer: B, C

QUESTION: 54
How can you determine the current store location for TemSe spool objects?

A. Check the table space PSAPSPOOL in the database.


B. Check the environment variable DIR_SAPSPOOL.
C. Check the value of the system parameter rspo/store_location.
D. Check the value of the SAP Spooler Vault parameter.

Answer: C

QUESTION: 55
Which of the following prerequisites must be fulfilled to establish BAPI communication
between SAP systems in an SAP landscape?

A. RFC connections must be defined.


B. A BAPI layer in the protocol stack of the operating system must be available.
C. The BAPI flag of the RFC layer must be activated.
D. A central LDAP directory server must be available.

Answer: A

QUESTION: 56
You want to apply ABAP Support Packages using transaction SPAM (Support Package
Manager). What do you need to consider? (Choose two)

A. Individual Support Packages exist for different ABAP software components.


B. It is sufficient to apply only the latest Support Package available per ABAP software
component.
C. Before you apply Support Packages, it may be necessary to apply a SPAM/SAINT
update.
D. You must apply the Support Packages for each client individually.

22 http://www.troytec.com
C_TADM51702

E. While applying SAP_BASIS Support Packages, a system restart is necessary due to


the kernel update.

Answer: A, C

QUESTION: 57
Which of the following statements regarding the architecture of SAP NetWeaver AS are
correct? (Choose two)

A. The central services instance of the AS Java is required only for an AS Java
installation, and not for an AS ABAP+Java (Dual Stack) installation.
B. SAP NetWeaver-based SAP systems use either AS ABAP, AS Java, or AS
ABAP+Java (Dual Stack).
C. All SAP NetWeaver-based SAP systems can be installed as AS ABAP+Java (Dual
Stack) systems.
D. With AS ABAP+Java (Dual Stack), the AS Java and AS ABAP use different
database schemas.

Answer: B, D

QUESTION: 58
Which of the following activities can be carried out using the Web administration
interface of the SAP Web Dispatcher?

A. Upgrade the SAP Web Dispatcher.


B. Connect the SAP Web Dispatcher to a directory server.
C. Install the SAP Web Dispatcher.
D. Display parameter settings for the SAP Web Dispatcher.

Answer: D

QUESTION: 59
Which of the following can be a purpose of an operation mode switch in an AS ABAP-
based SAP system?

A. To change the monitoring behavior of the SAP system if the system is monitored
with transaction RZ20
B. To switch the SAP system into maintenance mode
C. To synchronize the database with the local instance buffer

23 http://www.troytec.com
C_TADM51702

D. To enforce the reset of the shared memory areas by restarting the work processes

Answer: A

QUESTION: 60
The Oracle database offers different types of indexes. Which of the following are valid
index types? (Choose two)

A. Bitmap index
B. Dictionary index
C. Unique master index
D. Balanced tree (B*tree) index

Answer: A, D

QUESTION: 61
When installing an SAP ECC system (leaving all settings at default), which of the
following ports are used? (Choose two)

A. Port 33$$ for communication with the ABAP message server, where $$ stands for
the central instance number.
B. Port 5$$00 for HTTP communication with the Internet Communication Manager
(ICM), where $$ stands for the instance number.
C. Port 32$$ for communication with the ABAP dispatcher, where $$ stands for the
instance number.
D. Port 36$$ for communication with the ABAP message server, where $$ stands for
the central instance number.

Answer: C, D

QUESTION: 62
Which of the following are repository objects in an AS ABAP-based SAP system?
(Choose two)

A. Buffers
B. Programs
C. Screens (dynpros)
D. Client-independent Customizing settings

24 http://www.troytec.com
C_TADM51702

Answer: B, C

QUESTION: 63
What request types can be handled by the Internet Communication Manager (ICM)?
(Choose three)

A. RFC requests from or to the ABAP stack


B. SMTP requests from or to the ABAP stack
C. HTTP requests for the SAP integrated ITS
D. HTTP requests for the Java stack in case of a dual stack system
E. Enqueue requests from or to the ABAP stack

Answer: B, C, D

QUESTION: 64
You are running an AS ABAP-based SAP system. The SAP <SID> is set to LNX and
the <SCHEMA- ID> is set to SR3. Which of the following database users is created
when the database and the SAP system are installed?

A. SAPSR3
B. ORALNX
C. ORASR3
D. SAPLNX

Answer: A

QUESTION: 65
Which of the following statements regarding post-installation activities for SAP ECC
are correct? (Choose two)

A. An AS Java Add-in installation should be performed.


B. Additional space in the database is needed to generate ABAP loads of programs,
function modules, and classes using transaction SGEN (SAP Load Generator).
C. The Transport Management System (TMS) should be configured.
D. The latest SAP Support Package level is included in the SAP ECC installation media.
Only the SAP executables (kernel) and the database must be patched separately after the
installation.
E. SAP recommends creating the first client after the installation using client copy
profile SAP_ALL. The source client for the client copy should be client 066.

25 http://www.troytec.com
C_TADM51702

Answer: B, C

QUESTION: 66
What happens when an Oracle database shuts down? (Choose two)

A. When using the IMMEDIATE option, open transactions are rolled back before the
database is shut down.
B. When using the IMMEDIATE option, an instance recovery is required at the next
database startup.
C. When using the NORMAL option, the database system disconnects all users before
shutting down the database.
D. When using the ABORT option, the SAP system is shut down as well.
E. When using the IMMEDIATE option, the database system writes a checkpoint before
shutting down the database.

Answer: A, E

QUESTION: 67
Which data sources are supported by the User Management Engine (UME) of AS Java?
(Choose three)

A. The database of the AS Java


B. An UDDI provider
C. A client of an AS ABAP-based SAP system
D. A file on operating system level (secure store)
E. A Directory Server (via LDAP)

Answer: A, C, E

QUESTION: 68
What information is provided by the database system check "brconnect -f check"?
(Choose two)

A. Space-critical objects
B. Hit ratio of the buffer cache
C. Tablespace fragmentation
D. Size of all tables and indexes

26 http://www.troytec.com
C_TADM51702

Answer: A, C

QUESTION: 69
You have configured the connection between the User Management of an AS ABAP-
based system and a Directory Server via LDAP. From where can you start the
synchronization of user data between these environments?

A. From the environment where the user has been created


B. Always from the SAP system
C. Always from the Directory Server
D. As defined in customizing in transaction LDAP (Directory Service Connection)

Answer: B

QUESTION: 70
You would like to install an SAP ECC system. Which of the following components can
be installed in a separate installation procedure? (Choose two)

A. The central instance


B. The database instance
C. An Internet Communication Manager
D. The standalone message server

Answer: A, B

QUESTION: 71
You are running an AS ABAP-based SAP system consisting of a central instance and
one dialog instance. Where does an RFC gateway run?

A. As part of the ABAP dispatcher


B. On both instances
C. As part of the Internet Communication Manager (ICM)
D. Only on the central instance

Answer: B

QUESTION: 72

27 http://www.troytec.com
C_TADM51702

You have installed an SAP system based on AS ABAP+Java (dual stack). The default
UME configuration was not changed. Which relationships exist between ABAP and
Java authorization concepts? (Choose two)

A. The assignment of ABAP users to ABAP groups appears as the assignment of UME
users to UME roles.
B. ABAP roles appear as UME groups.
C. ABAP authorization profiles appear as UME security roles.
D. The assignment of ABAP users to ABAP roles appears as the assignment of UME
users to UME groups.

Answer: B, D

QUESTION: 73
You want to patch the kernel of an AS ABAP+Java-based (dual stack) SAP system. Into
which of the following do you put the new kernel executables?

A. The ABAP kernel directory


B. The Work directory
C. The "KERNEL_NEW" directory
D. The transport directory, subdirectory "Data"

Answer: A

QUESTION: 74
You want to establish the connection between the user management of an AS ABAP-
based SAP system and a Directory Server via LDAP. Which of the following
configuration steps do you have to perform in the SAP system? (Choose three)

A. In transaction LDAP (Directory Service Connection), maintain host name, port


number, and product name of the Directory Server.
B. In transaction LDAP (Directory Service Connection), provide logon credentials (user
and password) in the SAP system which are then used to log on to the Directory Server.
C. In transaction SM59 (Configuration of RFC Connections), create an RFC connection
of type "T" from the SAP system to the LDAP connector.
D. In transaction SICF (Maintain Services), activate the ICF service used for the
communication between the SAP system and the Directory Server.
E. In transaction SU01 (User Maintenance), create an SAP user (type "system") that is
used by the Directory Server to connect to the SAP system.

28 http://www.troytec.com
C_TADM51702

Answer: A, B, C

QUESTION: 75
You open the Job Overview (transaction SM37) in an AS ABAP-based SAP system and
notice that the job processing is delayed (see attached screenshot).

What could be the reasons? (Choose two)

A. The user who created the background job has no appropriate authorization.
B. All background work processes are in use.
C. The Batch Scheduler has not run within the last 10 seconds.
D. The user named in one of the steps in the background job has no appropriate
authorization.
E. The corresponding event for the background job was not triggered within the last 10
seconds.

Answer: B, C

QUESTION: 76
Which of the following checks are useful for database performance monitoring?
(Choose three)

A. Check the data buffer quality.


B. Check the shared cursor cache for expensive SQL statements.
C. Check the filling degree of tablespaces.
D. Check for tables with more than 100 extents.
E. Check if the Optimizer statistics are refreshed regularly.

Answer: A, B, E

QUESTION: 77

29 http://www.troytec.com
C_TADM51702

You are running a system landscape of AS ABAP-based SAP systems. What


characterizes a transport domain?

A. All systems act as a backup domain controller.


B. All systems have a common transport directory.
C. All systems are connected with a transport domain controller via transport routes.
D. All systems have a common transport domain controller.

Answer: D

QUESTION: 78
Which process sequence describes the import steps of ABAP transport requests?

A. ABAP Dictionary import –> ABAP Dictionary activation –> Main import –>
Generation of ABAP programs and screens
B. Main import –> Execution of user-defined activities (XPRAs) –> ABAP Dictionary
activation –> Generation of ABAP programs and screens
C. Main import –> Generation of ABAP programs and screens –> ABAP Dictionary
import –> ABAP Dictionary activation
D. ABAP Dictionary import –> Execution of user-defined activities (XPRAs) –> Main
import –> ABAP Dictionary activation

Answer: A

QUESTION: 79
Which of the following does SAP recommend to update statistics for an Oracle database
used for an SAP system? (Choose two)

A. Use transaction DBACOCKPIT to schedule an update statistics run.


B. Use tools and scripts provided by Oracle for an statistics update.
C. Use “brconnect -f stats” with further commands to schedule an statistics update.
D. Use transaction ST10 (Table call statistics).

Answer: A, C

QUESTION: 80
Which tool do you use to maintain memory settings for the Java Virtual Machine of a
AS Java- based SAP system?

30 http://www.troytec.com
C_TADM51702

A. SAP NetWeaver Administrator (NWA)


B. Shell Console Administrator
C. Visual Administrator
D. Config Tool

Answer: D

QUESTION: 81
When maintaining a new role using transaction PFCG (Role Maintenance), what do the
yellow symbols displayed in the attached image indicate?

A. You have full authorization for this area.


B. You do not have the necessary authorizations to maintain the objects underneath the
yellow symbol.
C. Full authorization is not allowed in this area.
D. Maintenance of authorizations for the corresponding area has not yet been
completed. Additional work is needed.

Answer: D

QUESTION: 82
Which of the following statements concerning user master records in AS ABAP- based
SAP systems are correct? Note: There are 2 correct answers to this question.

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


B. An authorization object can be assigned to a user master record.
C. One or more authorization profiles can be assigned to a user master record.

31 http://www.troytec.com
C_TADM51702

D. A single authorization value can be assigned to a user master record.

Answer: A, C

QUESTION: 83
What could prevent you from logging on to an SAP system?
Note: There are 2 correct answers to this question?

A. Mistyped user name


B. Missing user authorization
C. The network connection to the SAP system is broken
D. Operation mode is switched to "night"

Answer: A, C

QUESTION: 84
What system behavior can be achieved by using specific profile parameters in AS
ABAP-based SAP systems?
Note: There are 2 correct answers to this question?

A. You can generally deactivate authorization checks in the complete SAP system (for
example, in Sandbox systems).
B. You can set the minimum password length.
C. You can enable an emergency "master user", named "SAP_ALL".
D. You can set an expiration time for passwords.

Answer: B, D

QUESTION: 85
You have changed the password of the administrative user of an AS Java- based SAP
system. Is there any additional recommended task related to this password change?
Please choose the correct answer.

A. Yes – changing the secure store content by using the ConfigTool is recommended.
B. No – changing the administrator's password is sufficient.
C. Yes – changing the respective database entry by using theConfig Tool is
recommended.
D. Yes – changing the secure store content by using the command line "icmon -a" is
recommended.

32 http://www.troytec.com
C_TADM51702

Answer: A

QUESTION: 86
You have to change the maximum password length setting of an AS Java- based SAP
system. Which of the following tools can you use?
Note: There are 2 correct answers to this question.

A. The Config Tool


B. The UME administration console
C. The SDM remote GUI
D. Transaction RZ10 (Edit Profiles)

Answer: A, B

QUESTION: 87
Which statements are correct with regard to updating data in AS ABAP-based SAP
systems?
Note: There are 2 correct answers to this question?

A. Only Update work processes can update table content.


B. Dialog and background processes can update table content.
C. "Update (UPD)" and "Update 2 (UP2)" work processes can update table content.
D. Table content has to be updated via "Asynchronous Update"

Answer: B, C

QUESTION: 88
How can you change a profile parameter for an AS ABAP-based SAP system?
Note: There are 2 correct answers to this question?
Please choose the correct answer.

A. Using the ABAP Config Tool


B. Using transaction RZ11 (Maintain Profile Parameters)
C. Using transaction RZ10 (Edit Profiles)
D. Using transaction RZ03 (CCMS Control Panel)

Answer: B, C

33 http://www.troytec.com
C_TADM51702

QUESTION: 89
Which applications/solutions are parts of SAP Business Suite?
Note: There are 3 correct answers to this question.

A. SAP CRM
B. SAP Business One
C. SAP SOA
D. SAP SRM
E. SAP ERP

Answer: A, D, E

QUESTION: 90
Which of the following statements regarding services provided by the Internet
Communication Framework (ICF) in AS ABAP are true?
Note: There are 2 correct answers to this question.

A. ICF services can only be created by SAP. It is not possible for customers to create
new ICF services.
B. Business Server Pages (BSP) are accessed via ICF.
C. ICF services replace the remote function call (RFC).
D. ICF services provide HTTP-based access to selected functions within AS ABAP.

Answer: B, D

34 http://www.troytec.com

You might also like