Questions Exams Certificate C_TADM51_731

  • Upload
    upcdc19

  • View
    56

  • Download
    1

Embed Size (px)

DESCRIPTION

Questions TADM51

Citation preview

Questions exams certificate C_TADM51_731

QUESTION 1Your 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

Correct Answer:BQUESTION 2You 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.

Correct Answer:ABDQUESTION 3Which 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.

Correct Answer:BCEQUESTION 4You 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.

Correct Answer:DQUESTION 5An 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.

Correct Answer:ADQUESTION 6You 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. 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.

Correct Answer:CDEQUESTION 7You 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 SAPs 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

Correct Answer:BDEQUESTION 8Concerning 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

Correct Answer:CDQUESTION 9Which 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.

Correct Answer:CDQUESTION 10You 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.

Correct Answer:B

QUESTION 11Your 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.

Correct Answer:AQUESTION 12You 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.

Correct Answer:ABCQUESTION 13You 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).

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

Correct Answer:ABEQUESTION 14The figure shows the ABAP short dump of an aborted transaction in an SAP system. Which of the following statements are true? (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.

Correct Answer:ADQUESTION 15You 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.

Correct Answer:DQUESTION 16Where does AS Java store its log files (using / as delimiter of directories)?A.In the cluster-node-specific directories /usr/sap///j2ee/cluster//log

B.In the instance-specific directories /usr/sap///work

C.In the instance-specific directories /usr/sap///log

D.In the system-wide directory /usr/sap//SYS/global

Correct Answer:AQUESTION 17You are running an AS ABAP-based SAP system. Which of the following can you achieve by using operation modes? (Choose two)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.

Correct Answer:BCQUESTION 18You 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.

Correct Answer:BQUESTION 19Considering 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

Correct Answer:AQUESTION 20Your 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.

Correct Answer:C

QUESTION 21You 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?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

Correct Answer:DQUESTION 22You 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

Correct Answer:ABEQUESTION 23You 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 translog directory

D.The file defaultTrace.0.trc in the directory j2eeclusterdispatcherlog of the central instance

Correct Answer:BQUESTION 24In an AS ABAP+Java system, the SAP Web Dispatcher communicates with which of the following?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

Correct Answer:AQUESTION 25Who 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

Correct Answer:AQUESTION 26For 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

Correct Answer:BDEQUESTION 27SAP 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

Correct Answer:ACDQUESTION 28What 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

Correct Answer:ADEQUESTION 29An SAP systems 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.

Correct Answer:CQUESTION 30What 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.

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.

Correct Answer:ADE

QUESTION 31You 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

Correct Answer:ADQUESTION 32You 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.

Correct Answer:ABQUESTION 33During 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)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

Correct Answer:BDEQUESTION 34Where 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)

Correct Answer:BQUESTION 35How many clients can exist in an AS ABAP-based SAP system?A.65,536

B.100

C.1,000

D.3

Correct Answer:CQUESTION 36You have opened a CCMS monitor in transaction RZ20 (CCMS Monitor Sets). 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.

Correct Answer:DQUESTION 37Which 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

Correct Answer:BDQUESTION 38Which ABAP software components are installed by default during the installation of an SAP ECC system? (Choose three)A.SAP_CRM

B.SAP_HR

C.SAP_BW

D.SAP_ERP

E.SAP_APPL

Correct Answer:BCEQUESTION 39For 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

Correct Answer:ACQUESTION 40You 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.

Correct Answer:A

QUESTION 41You 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.

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.

Correct Answer:CQUESTION 42You 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

Correct Answer:CQUESTION 43You 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.

Correct Answer:AEQUESTION 44You 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)

Correct Answer:CQUESTION 45Which 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)

Correct Answer:BCDQUESTION 46Which of the following does not use SAP NetWeaver?A.SAP ERP

B.SAP Business All-In-One

C.SAP CRM

D.SAP Business One

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

B.Online redo log files

C.The control file

D.SQL*Net configuration files

E.Offline redo log files

Correct Answer:BCQUESTION 48Which 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

Correct Answer:BQUESTION 49You 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.

Correct Answer:CEQUESTION 50Which of the following statements are true with regard to SAP online help for an AS ABAP- based SAP system? (Choose three)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).

Correct Answer:ACE

QUESTION 51You 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

Correct Answer:BDEQUESTION 52Which 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

Correct Answer:DQUESTION 53Which of the following are consequences of a work process reservation for class A jobs? (Choose two)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.

Correct Answer:BCQUESTION 54How 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.

Correct Answer:CQUESTION 55Which 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.

Correct Answer:AQUESTION 56You 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.

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

Correct Answer:ACQUESTION 57Which 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.

Correct Answer:BDQUESTION 58Which 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.

Correct Answer:DQUESTION 59Which 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

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

Correct Answer:AQUESTION 60The 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

Correct Answer:AD

QUESTION 61When 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.

Correct Answer:CDQUESTION 62Which 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

Correct Answer:BC

QUESTION 63What 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

Correct Answer:BCDQUESTION 64You are running an AS ABAP-based SAP system. The SAP is set to LNX and the 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

Correct Answer:AQUESTION 65Which 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.

Correct Answer:BCQUESTION 66What 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.

Correct Answer:AEQUESTION 67Which 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)

Correct Answer:ACEQUESTION 68What 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

Correct Answer:ACQUESTION 69You 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)

Correct Answer:BQUESTION 70You 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

Correct Answer:AB

QUESTION 71You 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

Correct Answer:BQUESTION 72You 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.

Correct Answer:BDQUESTION 73You 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

Correct Answer:AQUESTION 74You 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.

Correct Answer:ABCQUESTION 75You 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.

Correct Answer:BCQUESTION 76Which 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.

Correct Answer:ABEQUESTION 77You 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.

Correct Answer:DQUESTION 78Which 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

Correct Answer:AQUESTION 79Which 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).

Correct Answer:ACQUESTION 80Which tool do you use to maintain memory settings for the Java Virtual Machine of a AS Java-based SAP system?A.SAP NetWeaver Administrator (NWA)

B.Shell Console Administrator

C.Visual Administrator

D.Config Tool

Correct Answer:D

QUESTION 81Which 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.

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

Correct Answer:ACQUESTION 82When 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.

Correct Answer:DQUESTION 83What 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

Correct Answer:ACQUESTION 84What 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.

Correct Answer:BDQUESTION 85You 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 Config Tool is recommended.

B.No changing the administrators password is sufficient.

C.Yes changing the respective database entry by using the Config Tool is recommended.

D.Yes changing the secure store content by using the command line;icmon -; is recommended.

Correct Answer:AQUESTION 86You 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)

Correct Answer:ABQUESTION 87Which 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

Correct Answer:BCQUESTION 88How 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)

Correct Answer:BCQUESTION 89Which 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

Correct Answer:ADE

QUESTION 90Which 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.

Correct Answer:BD

QUESTION 91Oracle database offers different types of indexes. Which are valid index types? (Choose two.)A.Bitmap index

B.Unique master index

C.Dictionary index

D.Balanced tree (B*tree) index

Correct Answer:ADQUESTION 92Regarding the object, TemSe, of the SAP spool system, which of the following statements are correct? (Choose two.)A.TemSe stores, for example, spool data.

B.TemSe always stores the spool requests in the database.

C.The instance parameter rspo/store_location determines where TemSe data is stored.

D.TemSe is always an operating system file.

Correct Answer:ACQUESTION 93Which tools in the SAP NetWeaver AS 7.00 ABAP and Java Stack are responsible for the registration process in the System Landscape Directory (SLD)? (Choose two.)A.The whole mechanism to register an ABAP based SAP system is event triggered. Once a change in the configuration happens, a background job informs the SLD.

B.The transaction RZ21 allows the configuration of the SLD connection.

C.SAP systems based on AS Java can register to the SLD using the SLD Data Supplier Service in Visual Administrator.

D.The main ABAP transaction to inform the SLD is RZ70. The SAP gateway is involved.

E.SAP systems based on AS Java cannot register to the SLD.

Correct Answer:CDQUESTION 94You are using the profile maintenance (transaction code RZ10) to configure profiles and profile parameters of an AS ABAP+Java based SAP system. Which profiles of the system you can maintain in RZ10?A.You can maintain the default profile as well as the start and instance profiles of the ABAP+Java application servers. However, you cannot maintain the start and instanceprofiles of the Java central services instance.

B.Only the default profile and the start profiles can be maintained, because the instance profiles contain AS Java relevant parameters which cannot be maintained by the ABAP programs used in transaction RZ10.

C.All profiles (start profiles, instance profiles, default profile) of the system can be maintained.

D.None of the above.

Correct Answer:AQUESTION 95In SAP NetWeaver 7.0, several components need the ABAP and the JAVA stack. The customer has decided to install both stacks in one database. A default schema user is created for each stack. In which Oracle database table are these users physically stored and how are they named? The SAP is LNX and the instance number is 03. (Choose two.)A.TablE. dba_users; JAVA schema owner: SAPDB

B.TablE. dba_user; Java user: ORALNXDB

C.TablE. users; ABAP and JAVA Schema owner: SAPLNX

D.TablE. dba_users; ABAP schema owner: SAP

E.TablE. dba_user; ABAP schema owner: ORALNX

Correct Answer:ADQUESTION 96Which of the following are repository objects in an AS ABAP-based SAP system? (Choose two.)A.Screens (Dynpros)

B.Buffer areas

C.Programs

D.Client-independent customizing settings

Correct Answer:ACQUESTION 97Which data sources are supported by the User Management Engine (UME) of AS Java? (Choose three.)A.A UDDI provider

B.The database of the AS Java

C.A client of an AS ABAP based SAP system

D.A directory server (LDAP)

E.A file (also called secure store)

Correct Answer:BCDQUESTION 98The Integrated Log Viewer is presented as a service of SAP NetWeaver AS Java. It provides runtime control for working with log messages. Which of the following statements about the Integrated Log Viewer is true?A.The Integrated Log Viewer can merge logs within an SAP NetWeaver AS Java instance.

B.The Integrated Log Viewer provides options for log and trace configuration. You can add new locations and categories and change the configuration of the existing ones.

C.Log Viewer is the right tool for setting and modifying Severity levels.

D.None of the above.

Correct Answer:AQUESTION 99Which of the following statements is correct regarding transport domains and transport groups in ABAP-based SAP Systems? (Choose two.)A.All SAP Systems within one transport group have a common transport directory.

B.A transport domain consists of the client-independent table TDOM (the transport domain table), into which all transports (exports or imports) in the SAP System are logged.

C.All SAP Systems in a transport domain must belong to the same transport group.

D.A transport domain can only be set up if more than one application server is installed.

E.All SAP Systems within one transport domain have RFC destinations (names beginning with TMS) pointing to the same transport domain controller system.

Correct Answer:AEQUESTION 100The software component SAP ECC 6.0 runs on which of the following?A.SAP NetWeaver Application Server 7.00

B.SAP Basis 4.6D

C.SAP Web Application Server 6.40

D.SAP NetWeaver Application Server 7.10

Correct Answer:A

QUESTION 101Which of the following statements are correct regarding the use of the lock table in an SAP system based on AS ABAP with several instances? (Choose two.)A.The lock table is located in the shared memory of the message server, and can be accessed by all work processes through the message server.

B.The lock table is located in the shared memory of the computer where the enqueue work process is running.

C.The lock table is a transparent table located in the SAP system, and the contents can be displayed using the ABAP dictionary.

D.If a dialog work process from another instance (without enqueue work process) requests a lock, the lock operation is performed by the enqueue work process on the central instance.

Correct Answer:BDQUESTION 102Which of these statements regarding clients in ABAP-based SAP Systems are true? (Choose two.)A.Although the system change options (transaction SE06) are set to modifiable, you can restrict changes to repository objects by the client change options (transaction SCC4).

B.You should not allow the changing of the cross-client customizing from within a sandbox client on the development system.

C.If the system change options (transaction SE06) are set to not modifiable, but the client change options (transaction SCC4) are set to changes to repository allowed, you can change repository objects from within this client.

D.There cannot be more clients in a development system than in a productive system, on the same system landscape.

E.If you want to use more than one productive client in a productive system, you have to switch to the extended transport control.

Correct Answer:ABQUESTION 103During the installation of an SAP ECC 6.0 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.The message server

D.The message client

Correct Answer:ABQUESTION 104Which of the following functions are offered by CCMS-based monitoring (transaction RZ20)? (Choose two.)A.Monitoring different attributes of different SAP systems using a single monitor.

B.Monitoring different attributes of all instances of one SAP system using a single monitor.

C.By default, all alerts in transaction RZ20 generate corresponding mail notifications.

Correct Answer:ABQUESTION 105When implementing Central User Administration (CUA), which of the following do you need to consider? (Choose two.)A.You should define logical systems, using the naming convention CLNT###, where signifies your system ID and ### signifies a client number. You need to create RFC connections using the same naming convention.

B.You have to decidE. either you want to use CUA or you want use a directory server for user management. You cannot use both at the same time for the same client.

C.CUA uses ALE to distribute user master data.

D.CUA can only be set up between two clients.

E.Authorization profiles generated by role definitions are distributed along with role definitions.

Correct Answer:ACQUESTION 106You have properly configured an SAP Web Dispatcher. Now, you want to log on to the Web Admin(istration) interface. Where is the logon information (user, password) stored?A.In a file located on the host of the SAP Web Dispatcher

B.In a file located on the host of the SAP NetWeaver Application Server

C.For AS ABAP and AS ABAP+Java: in the ABAP user management. For AS Java: in the AS Java user management (UME).

D.In an LDAP server

Correct Answer:AQUESTION 107When performing modification adjustments for the ABAP Dictionary, using transaction SPDD (Modification Adjustment Dictionary) during an SAP System upgrade of the development system, which of the following statements are true? (Choose two.)A.Objects which may need to be adjusted in transaction SPDD (Modification Adjustment Dictionary) are, for example, domains, data elements, and table definitions.

B.Objects which may need to be adjusted in SPDD (Modification Adjustment Dictionary) are, for example, views and reports.

C.Modification adjustments with transaction SPDD (Modification Adjustment Dictionary) are performed during the upgrade, to avoid data loss when customers have changed the standard ABAP Dictionary objects.

D.Customer-developed reports in the customer name range are adjusted with transaction SPDD during the upgrade.

E.Modification adjustments for the ABAP Dictionary are performed after the upgrade.

Correct Answer:ACQUESTION 108Which of the following statements is correct when using external commands for background processing in SAP systems based on AS ABAP?A.The only way to execute operating system commands from a background job is by using external commands.

B.Only background users can execute external commands.

C.You can execute operating system commands from a background job by using external programs or external commands.

D.None of the above.

Correct Answer:CQUESTION 109When using the transaction SCU0 (Cross-System Viewer) and the transaction SM30 (Maintain Table Views) to compare clients, which of the following statements are correct? (Choose three.)A.Table content can be compared between SAP R/2 and SAP ECC Systems.

B.Customizing data can be adjusted across clients using transaction SM30 (Maintain Table Views).

C.Table content can be compared between different clients in different SAP Systems.

D.Table content can be compared between different clients in the same SAP System.

E.Table content can only be compared directly on the database level.

Correct Answer:BCDQUESTION 110Which of the following statements regarding the Transport Management System (TMS) are true? (Choose three.)A.For TMS to work, the user ID TMSADM is automatically set up on the Transport Domain Controller in client 000.

B.For TMS to work, the user ID TMSADM must be created manually in transaction SU01 (User Maintenance), in client 000 of each SAP System belonging to the same transport domain.

C.TMS automatically creates RFC destinations for each SAP System, which can be displayed using transaction SM59 (Display/Maintain RFC Destinations).

D.For each client in each SAP System, TMS creates RFC destinations which can be displayed using transaction SM59 (Display/Maintain RFC Destinations).

E.During the configuration of the transport domain controller, transport domain control data is written to the file DOMAIN.CFG in the transport directory (subdirectory bin).

Correct Answer:ACE

QUESTION 111Which of the following statements is correct with regard to the OPS$connect connect mechanism? (Choose two.)A.OPS$connect authorization is required for all users connecting to the Oracle database.

B.OPS$connect enables the R/3 saposcol process to communicate and exchange data with the Oracle database.

C.OPS$connect is an Oracle command enabling whoever executes it to administer the database without using the oracle tool SQL*Plus.

D.BR*Tools use the OPS$connect by default to connect to the database.

E.OPS$connect authorization allows an operating system user to connect to the database without being prompted for a password.

Correct Answer:DEQUESTION 112How can you determine the patch level of your AS ABAP-based SAP system concerning the current patch level of the applied Support Packages? (Choose two.)A.You can access this information by using the information that can be found under the menu path System -> Status.

B.Calling disp+work -v or dw -v (depending on operating system) will give you this information.

C.You can find this information by using transaction PATCH.

D.You can find that information within transaction SPAM.

Correct Answer:ADQUESTION 113Which features are created automatically once you define a transport domain controller in an (ABAP-based) SAP landscape? (Choose four.)A.The TMS configuration is stored in the database and the file system.

B.The RFC destinations required for the TMS are generated.

C.The transport profile for the transport control program tp is generated in the file system.

D.The transport profile for the transport control program tp is generated in the database.

E.The user TMSADM is created.

Correct Answer:ABCEQUESTION 114Which of the following statements regarding post-installation activities for SAP ECC 6.0 are true? (Choose two.)A.The installation check verifies the completeness of the installation.

B.Additional space in the database is needed to generate ABAP loads of programs, function modules, and classes; using transaction SGEN.

C.The newest Support package level is available with the SAP ECC 6.0 installation. Only the SAP executables (kernel) and the database must be patched after the installation.

D.SAP recommends creating the first client after the installation using client copy profile SAP_CUST. The source client for the client copy should be client 066.

Correct Answer:ABQUESTION 115Which of the following is true when creating new clients within an SAP System based on AS ABAP (for example, SAP ECC)?A.Log files indicating the success of a new client creation are stored in the home directory of the user initiating the copy.

B.Customizing and repository objects from a source client are automatically copied to the new client using the client copy tool.

C.The client transport tool can be used to transfer the same source client, simultaneously, from one SAP System to multiple other SAP systems in a single action.

D.The client copy can be accelerated by using several dialog work processes in parallel.

E.Remote client copies generate large data files at the operating system level.

Correct Answer:DQUESTION 116Which steps have to be performed before data can be synchronized between an AS ABAP and a directory server? (Choose three.)A.Creation of an RFC destination of type S pointing to the directory server

B.Creation of an SAP user (type system) that is used by the directory server to connect to the SAP system

C.Creation of an RFC connection of type T to the LDAP connector

D.Maintenance of host name, port number and product name of the directory server inside the SAP system

E.Definition of a system user that is used by the SAP system to log on to the directory server

Correct Answer:CDEQUESTION 117Which of the following are possible assignments when setting up output devices in SAP systems based on AS ABAP? (Choose two.)A.An output device must be assigned to a specific spool work process.

B.An output device can be directly assigned to a physical spool server.

C.An output device can be directly assigned to a logical spool server.

D.An output device does not need to be assigned to a spool server.

Correct Answer:BCQUESTION 118Which of the following process start sequences can typically be observed when starting an SAP system based on AS Java 7.0? Note that the specified sequence does not need to be complete, only the chronological sequence of the selected processes is considered here.A.1. Database Process(es), 2. Dispatcher, 3. Enqueue Server

B.1. Enqueue Server, 2. Server Process, 3. Database Process(es)

C.1. Database Process(es), 2. Message Server, 3. Dispatcher

D.None of the above.

Correct Answer:CQUESTION 119SAP offers a vast range of products for companies of all sizes. Which of the following are SAP offerings? (Choose four.)A.SAP Business All-in-One

B.SAP Business One-for-All

C.SAP Business ByEvolution

D.SAP Business One

E.SAP Business ByDesign

F.SAP Business Suite

Correct Answer:ADEFQUESTION 120Which statement regarding Local Printing with SAP NetWeaver AS ABAP is correct?A.If you want to configure Local Printing for an output device, you have to choose access method L or C, depending on the operating system.

B.If you want to configure Local Printing for an output device, you have to choose access method L for any operating system.

C.If you want to configure Local Printing for an output device, you have to choose access method U for UNIX operating systems.

D.None of the above.

Correct Answer:A