1.
You can only work in one window (session) at a time in an SAP system.
Correct Answer
B. False
Explanation
In an SAP system, it is possible to work in multiple windows (sessions) at the same time. This allows users to perform multiple tasks simultaneously, such as accessing different transactions or reports, comparing data, or transferring information between different screens. Therefore, the statement that you can only work in one window (session) at a time in an SAP system is false.
2.
Which of the following statements accurately describe a client in an SAP system?
Correct Answer(s)
A. A client represents a completely independent business entity.
D. A client may represent an entire company.
Explanation
The data for all clients in an SAP system is stored within a single common database. This data is nevertheless divided by client so that different companies can be administered and controlled in different clients. A client is “not” a customer within an SAP system.
3.
Which of the following strings are valid entries in the Command field?
Correct Answer(s)
A. /nend
B. /nex
D. /nsm04
E. From SAP Easy Access: SM04
F. From SAP Easy Access: search_sap_menu
Explanation
The valid entries in the Command field can include the strings "/nend", "/nex", "/nsm04", "From SAP Easy Access: SM04", and "From SAP Easy Access: search_sap_menu". These strings are considered valid because they follow the formatting rules and conventions for entries in the Command field. They may represent specific commands or actions within the SAP system.
4.
What are the advantages of a three-tier client/server configuration as compared to a single-tier or two-tier configuration?
Correct Answer(s)
A. Simpler scalability
C. Load balancing possible
Explanation
Implementing an additional hardware layer for application processes makes it easier to adapt an SAP system if the number of users changes (scalability), and to assign user groups to specific application servers (software-oriented view), (load balancing). The additional hardware layer does not, however, reduce the administrative workload.
5.
Which AS ABAP process receives the user request?
Correct Answer
B. ABAP dispatcher
Explanation
The ABAP dispatcher receives the user request on the AS ABAP and passes it on to an available work process. The SAP presentation program, SAP GUI, is not part of the application server (software-oriented view), and the server process is an AS Java process.
6.
Which work process types are there in the AS ABAP system
Correct Answer(s)
A. Dialog work process
C. Update work process
E. Background work process
F. Spool work process
Explanation
All of the above processes can in theory be configured on an AS ABAP. However, not all of the above processes are work processes. The message server and ICM process are not work processes.
7.
You can use transaction SM50 (Work Process Overview) to display the amount of CPU time used by individual work processes since the last time they were started.
Correct Answer
A. True
Explanation
CPU time consumption is recorded for every work process and can be displayed in transaction SM50. When a process is restarted, it is not only allocated a new process ID by the operating system, but the internal timer is also reset.
8.
Which data is in a client?
Correct Answer
B. Client-dependent customising, user data, and application data
Explanation
The data that is in a client includes client-dependent customizing, user data, and application data. This means that the customizing settings, such as configuration and settings specific to a particular client, are stored in the client. Additionally, user data, such as user-specific settings and preferences, as well as application data, such as transactional data and master data, are also stored in the client.
9.
Why does SAP recommend a three-system landscape?
Correct Answer(s)
A. Because of the special data structure in SAP systems
B. To enable preparation and testing of release upgrades
Explanation
Recommending the three-system landscape does not sell more licenses, since you can set up several SAP systems on one license, although you can only use one of these systems as the production SAP system. You can always create several clients in an SAP system.
10.
At the end of the development project, the tasks and transport requests must be released so that they can be exported. Who releases what here?
Correct Answer(s)
A. Developers release their tasks.
B. The development project leader releases the entire transport request.
Explanation
All developers first release their own tasks. Then the development project leader can release the entire transport request. The release is not automatic.
11.
In the ABAP environment, the entire software development cycle can be done in SAP systems with the ABAP Workbench tools.
Correct Answer
A. True
Explanation
Transactions, tools, and interfaces are available in the SAP system for all phases of the (ABAP) software development process.
12.
What is the purpose of a domain in the context of the ABAP Workbench?
Correct Answer
A. For defining the technical attributes of a field
Explanation
You use domains for defining the technical attributes of fields in a table. The semantic attributes of a field are defined in the data element.
13.
Decide which of the following statements are correct.
Correct Answer(s)
B. A transport request can contain one or more tasks.
C. A task can always be assigned to only one developer.
Explanation
Maintaining customer data in the production system is not part of Customizing and therefore does not require a Customizing request. A transport request contains one or more tasks, which are assigned to only one developer.
14.
Which statements are correct?
Correct Answer(s)
C. The transport directory is determined by parameter DIR_TRANS in the SAP system.
D. During transport, the following standard rule applies: The target client is the same as the source client, unless something to the contrary is defined.
Explanation
The transport is divided into only two phases, Export and Import. Import to the target system database does not usually take place automatically at midnight.
15.
Which of the following services are elements of SAP NetWeaver Development Infrastructure (NWDI)?
Correct Answer(s)
A. Design Time Repository (DTR)
C. Component Build Service (CBS)
D. Change Management Service (CMS)
Explanation
The SAP NetWeaver Development Infrastructure (NWDI) includes the Design Time Repository for versioned source code management, the Component Build Service for the central Build based on the component model and the Change Management Service for the transport of Java objects to follow-up systems. “Central Make Tool” and “Object Development Tool” are imaginary names, J2EE applications are developed using the SAP NetWeaver Developer Studio, based on Eclipse.
16.
The following interfaces or communication options are supported by SAP systems:
Correct Answer(s)
A. HTTP (HyperText Transfer Protocol)
B. SMTP (Simple Mail Transfer Protocol)
C. RFC (Remote Function Call)
D. BAPIs (Business Application Programming Interfaces)
Explanation
From an SAP system, you can communicate with other systems using, for example, HTTP, SMTP, RFC, or BAPIs. XDTP and STP do not exist.
17.
You can use BAPIs to:
Correct Answer(s)
A. Request data from an SAP system
B. Pass data to an SAP system
D. Access business processes in SAP systems
Explanation
You can use BAPIs to access business processes in an SAP system and to request and transfer data between SAP systems. GUI functions cannot be transferred to third-party products.
18.
You access BAPIs in SAP systems using an RFC interface.
Correct Answer
A. True
Explanation
BAPIs are nothing other than special, remote-enabled function modules. They can therefore also be addressed using RFCs.
19.
Application Link Enabling (ALE) allows you to do which of the following tasks?
Correct Answer(s)
C. Exchange data between collaborating enterprises, using certain formats and technologies
D. To communicate between different systems of your system landscape
Explanation
ALE is a very powerful method of exchanging data between systems. These systems may be located within the same company, or they may be distributed between several companies. The data is transferred by RFC in a previously defined format. The transfer type may be synchronous or asynchronous.
20.
Which SAP tools support you in your application lifecycle management tasks?
Correct Answer(s)
A. A SAP solution manager
C. System Landscape Directory (SLD)
Explanation
SAP Solution Manager and the System Landscape Directory are important tools in the application lifecycle management context. The other terms are made-up names; transaction S_LIFECYCLE is also fictitious.
21.
Which of the following statements about load balancing in SAP systems are correct?
Correct Answer(s)
B. The ABAP Message Server can distribute requests to all available application servers during logon with the SAP GUI.
C. The ABAP dispatcher distributes user requests to the work processes of the present application server.
D. The SAP Web Dispatcher can distribute HTTP requests to different application servers of an SAP system in succession.
Explanation
The Internet Communication Manager (ICM) of an application server instance can only forward HTTP requests to the processes in its own application servers. If load balancing is desired for HTTP requests, the SAP Web Dispatcher can be installed on a computer in the demilitarized zone (DMZ) and be connected to one ore more SAP system(s).
22.
Which tools does the SAP Solution Manager System provide for the operation of business processes?
Correct Answer(s)
A. Root Cause Analysis
B. IT Service Management
Explanation
Root Cause Analysis and IT Service Management are tools provided by the SAP Solution Manager system. The Quick Sizer tool is available outside the SAP system, on the SAP Service Marketplace (or its successor).
23.
Which statements about SAP Support Packages and enhancement packages are correct?
Correct Answer(s)
A. SAP Support Packages contain error corrections and legal changes.
C. SAP enhancement packages are cumulative.
D. SAP enhancement packages can add new functions to the SAP system.
Explanation
SAP Support Packages contain error corrections and legal changes. SAP recommends importing SAP Support Packages in the form of Support Package stacks. Imports of SAP Support Packages are not entirely voluntary, due to the need to implement legal changes in the SAP system. SAP enhancement packages can change business processes and add new functions to the SAP system.
24.
Who is SAP Support Portal tailored for?
Correct Answer(s)
C. SAP partners
D. SAP customers
Explanation
The SAP Support Portal is tailored for SAP customers and SAP partners.
25.
You can download developer keys from the SAP community
Correct Answer
B. False
Explanation
You apply for developer keys using the SAP Support Portal, not in SAP Community.