SAP Basis Online Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Cvktech
C
Cvktech
Community Contributor
Quizzes Created: 10 | Total Attempts: 48,860
| Attempts: 12,263 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. What is the transaction used to import SAP-provided support packages into your system.

Explanation

SPAM is the correct answer because it is the transaction used to import SAP-provided support packages into the system. SPAM stands for Support Package Manager and it is a tool provided by SAP that allows users to download and install support packages, which contain bug fixes, enhancements, and legal changes for SAP systems. By using the SPAM transaction, system administrators can easily manage and apply these support packages to keep their SAP system up to date and ensure optimal performance.

Submit
Please wait...
About This Quiz
SAP Basis Online Test - Quiz

Basis is essentially the operating system for all SAP applications, including Advanced Business Application Programming. It provides a number of services and benefits. Do you know them? Find... see moreout in this quiz on SAP Basis!
see less

2.  SAP SUPPORT PACKS CAN BE APPLIED TO WHICH TYPE OF LANDSCAPE?

Explanation

The correct answer is "ALL OF THE ABOVE". This means that SAP support packs can be applied to any type of landscape, whether it is a single system landscape or a multi-system landscape. Support packs are updates and patches released by SAP to fix bugs, improve functionality, and enhance security in their software. These support packs can be applied to any type of landscape to ensure that the SAP system is up to date and running smoothly.

Submit
3. ON SAP INSTALLATION WHICH OF THE FOLLOWING CLIENT/CLIENTS ARE CREATED BY DEFAULT?

Explanation

All of the above clients (client 000, client 001, and client 066) are created by default during SAP installation.

Submit
4. Which of the following is a key responsibility of SAP BASIS?

Explanation

SAP BASIS (Business Application Software Integrated Solution) refers to the technical foundation that enables SAP applications to function smoothly. One of its key responsibilities includes managing database backups and recovery, along with system administration tasks like monitoring system performance, configuring systems, and ensuring smooth system operations. Writing ABAP code and creating financial reports are tasks handled by developers and functional consultants, not BASIS administrators.

Submit
5. IN WHICH CLIENT SHOULD WE CONFIGURE STMS

Explanation

The correct answer is "000". STMS (SAP Transport Management System) should be configured in the client 000. Client 000 is the default client in SAP systems and is typically used for system administration and configuration purposes. Configuring STMS in client 000 ensures that the transport management system is set up and managed effectively for the entire SAP system landscape.

Submit
6. IS IT POSSIBLE TO DEFINE MORE THAN ONE CONSOLIDATION AND DELIVERY ROUTES IN A TRANSPORT DOMAIN ?

Explanation

It is possible to define more than one consolidation and delivery routes in a transport domain. This allows for flexibility in managing the transportation of goods and optimizing the routes based on various factors such as distance, time, and cost. Having multiple routes also helps in accommodating different customer preferences and requirements.

Submit
7. WHILE DOING SYSTEM COPY, YOU HAVE TO PRESERVE RFC DESTINATIONS (SM59), WHAT      PROCEDURE WILL YOU FOLLOW -

Explanation

To preserve RFC destinations (SM59) during a system copy, the procedure would involve exporting the SM59 tables using a transport request. This ensures that the RFC destinations are saved and can be imported into the new system after the system copy is completed.

Submit
8. What are the 3 different Oracle database startup modes?

Explanation

The three different Oracle database startup modes are mount, nomount, and open. In the mount mode, the database is started and mounted, but not opened for user access. In the nomount mode, the database is started but not mounted or opened, which allows for operations like database creation or restoration. In the open mode, the database is fully started, mounted, and opened for user access.

Submit
9.  You were assigned to run an ABAP program with more than one selection screen as a background job. How do you supply input to the selection screen and run it as a back ground job?

Explanation

To supply input to the selection screen and run it as a background job, you can use a variant. A variant is a predefined set of input values that can be used to execute a program with specific parameters. By creating a variant, you can save the input values for the selection screen and assign it to the background job. This way, the program will run with the specified input values without any manual intervention.

Submit
10.  What action needs to be taken when Oracle returns an ORA-1653 error, failure to allocate an extent for a table in a specific tablespace?

Explanation

When Oracle returns an ORA-1653 error, it means that there is a failure to allocate an extent for a table in a specific tablespace. The correct action to resolve this error is to increase the tablespace size by adding one or more datafiles. By doing so, Oracle will have more space to allocate extents for the table, preventing the error from occurring again.

Submit
11. IN SAP NETWEAVER AS ABAP+JAVA TWO DIFFERENT DATABASES ARE REQUIRED, ONE      FOR ABAP, ANOTHER FOR JAVA.

Explanation

In SAP NetWeaver AS ABAP+JAVA, only one database is required, which is used for both ABAP and Java. Therefore, the statement that two different databases are required is incorrect.

Submit
12. WHICH OF THE FOLLOWING DOES NOT COME UNDER /USR/SAP/TRANS

Explanation

The correct answer is PROFILE. This is because the question is asking which of the given options does not come under the directory /usr/sap/trans. The options BIN, TMP, and LOG are all directories that can be found under /usr/sap/trans, but PROFILE is not a directory that is typically found under that path.

Submit
13. WHICH OF THE  FOLLOWING CONTANS A MESSAGE SERVER ?

Explanation

The correct answer is "CENTRAL INSTANCE." A message server is a component in a distributed system that manages the communication between different instances. In this case, the central instance is likely responsible for handling the messaging between different components or instances in the system. The other options, dialog instance, both A and B, and none of the above, do not specifically mention a message server.

Submit
14. THREE SYSTEMS IN A SINGLE LANDSCAPE CAN HAVE DIFFERENT TRANSPORT     DIRECTORIES

Explanation

It is possible for three systems in a single landscape to have different transport directories. This means that each system can have its own designated directory for transporting data, files, or information. This allows for better organization and management of the systems within the landscape, as each system can have its own specific directory for transport purposes.

Submit
15. HE SYSTEMS IN A SYSTEM LANDSCAPE SHARE CUSTOMIZING AND REPOSITORY OBJECTS VIA ________ ?

Explanation

In a system landscape, the systems share customizing and repository objects via transport requests. Transport requests are used to transport changes made in one system to other systems in the landscape. These requests contain the necessary information and objects that need to be transported, ensuring consistency and synchronization across systems. By using transport requests, customization and repository objects can be easily shared and deployed in different systems within the landscape.

Submit
16. WHICH OF THE FOLLOWING INFORMATIONS ABOUT TRANSPORTS REQUESTS NOT PRESENT IN COFILES?

Explanation

The correct answer is TRACE FILES. The information about trace files is not present in COFILES. COFILES typically contain information about transport types, required import steps, and post-processing exit codes. Trace files, on the other hand, are used for debugging and troubleshooting purposes and are not directly related to the transport requests themselves.

Submit
17. COPYING OF ONE PACKAGE NAME TO ANOTHER PACKAGE NAME IS CALLED

Explanation

Copying of one package name to another package name is called relocation. Relocation refers to the process of moving or transferring a package from one location to another. In this context, it means moving or copying a package name from one package to another package. This can be done for various reasons, such as organizing and categorizing packages or transferring packages between different systems or environments.

Submit
18. DEVELOPMENT CLASSES CONTAINS ____________?

Explanation

Development classes typically contain repository objects. These objects can include programs, function modules, tables, views, classes, and other elements created during the development process in software development environments such as SAP. While user master data and customizing data may be present in a system, they are not typically stored within development classes.

Submit
19. What is the scheduler that checks the job scheduling table in the databases that are waiting for processing and transfer them to the free background work process in accordance with their priority?

Explanation

The correct answer is the Time dependent job scheduler. This scheduler checks the job scheduling table in the databases that are waiting for processing and transfers them to the free background work process based on their priority.

Submit
20. What are the 3 different Oracle database shutdown modes?

Explanation

The correct answer is level 1, level 2, level 3. In Oracle database, the shutdown modes are categorized into three levels. Level 1 is the normal shutdown mode where the database waits for all connected users to disconnect before shutting down. Level 2 is the immediate shutdown mode where the database terminates all active sessions and rolls back uncommitted transactions before shutting down. Level 3 is the abort shutdown mode where the database shuts down abruptly without performing any cleanup operations.

Submit
View My Results

Quiz Review Timeline (Updated): Sep 18, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Sep 18, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Sep 06, 2012
    Quiz Created by
    Cvktech
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is the transaction used to import SAP-provided support packages...
 SAP SUPPORT PACKS CAN BE APPLIED TO WHICH TYPE OF LANDSCAPE?
ON SAP INSTALLATION WHICH OF THE FOLLOWING CLIENT/CLIENTS ARE CREATED...
Which of the following is a key responsibility of SAP BASIS?
IN WHICH CLIENT SHOULD WE CONFIGURE STMS
IS IT POSSIBLE TO DEFINE MORE THAN ONE CONSOLIDATION AND DELIVERY...
WHILE DOING SYSTEM COPY, YOU HAVE TO PRESERVE RFC DESTINATIONS (SM59),...
What are the 3 different Oracle database startup modes?
 You were assigned to run an ABAP program with more than one...
 What action needs to be taken when Oracle returns an ORA-1653...
IN SAP NETWEAVER AS ABAP+JAVA TWO DIFFERENT DATABASES ARE REQUIRED,...
WHICH OF THE FOLLOWING DOES NOT COME UNDER /USR/SAP/TRANS
WHICH OF THE  FOLLOWING CONTANS A MESSAGE SERVER ?
THREE SYSTEMS IN A SINGLE LANDSCAPE CAN HAVE DIFFERENT TRANSPORT...
HE SYSTEMS IN A SYSTEM LANDSCAPE SHARE CUSTOMIZING AND REPOSITORY...
WHICH OF THE FOLLOWING INFORMATIONS ABOUT TRANSPORTS REQUESTS NOT...
COPYING OF ONE PACKAGE NAME TO ANOTHER PACKAGE NAME IS CALLED
DEVELOPMENT CLASSES CONTAINS ____________?
What is the scheduler that checks the job scheduling table in the...
What are the 3 different Oracle database shutdown modes?
Alert!

Advertisement