1.
SAP HANA database is ____
Correct Answer
B. A general purpose ANSI compliant in-memory database.
Explanation
The correct answer is "A general purpose ANSI compliant in-memory database." This means that SAP HANA database is not just a SAP GUI used to access SAP servers, nor is it solely used to store mountains of OLAP data. It is also not a hardware product made by hardware manufacturers. Instead, SAP HANA database is a versatile and powerful database system that follows ANSI standards and operates in-memory, allowing for fast and efficient data processing.
2.
What is SAP HANA Appliance?
Correct Answer
A. It is a combination of software from SAP and certified hardware from vendors like Dell, IBM, Cisco, Fujitsu.
3.
What BI standards does HANA support?
(3 correct answers)
Correct Answer(s)
A. ODBC
B. JDBC
C. MDX
Explanation
HANA supports ODBC, JDBC, and MDX as BI standards. ODBC (Open Database Connectivity) is a standard API for connecting to databases, JDBC (Java Database Connectivity) is a Java-based API for connecting to databases, and MDX (Multidimensional Expressions) is a query language used for analyzing and manipulating data in multidimensional databases. These standards allow for seamless integration and access to data in HANA for business intelligence purposes.
4.
Can SAP HANA database be used by any application, other than SAP?
Correct Answer
B. No
Explanation
The answer is "No" because SAP HANA database is specifically designed and optimized for SAP applications. While it is possible to use SAP HANA with non-SAP applications, it may not be the most efficient or cost-effective solution. Other databases like Oracle, MySQL, or Microsoft SQL Server are commonly used for non-SAP applications.
5.
SAP HANA server can be accessed by _______
Correct Answer
D. HANA Studio
Explanation
SAP HANA server can be accessed through HANA Studio. HANA Studio is an integrated development environment that provides tools and features to manage and monitor SAP HANA databases. It allows users to perform various tasks such as creating and managing database objects, writing and executing SQL queries, and monitoring system performance. With HANA Studio, users can have a comprehensive view of their SAP HANA environment and efficiently manage their database operations.
6.
What method is used to extract tables from ECC server in real time?
Correct Answer
A. SLT based table data provisioning
Explanation
SLT (SAP Landscape Transformation) is a method used to replicate and extract tables from ECC (Enterprise Core Component) server in real time. SLT based table data provisioning allows for real-time data replication and extraction, ensuring that the tables are up-to-date and accurate. This method is commonly used in SAP systems to enable real-time reporting and analytics. Information Design Tool (IDT) and BI R3 extraction services are not specifically used for extracting tables from ECC server in real time, making them incorrect options.
7.
Which one of the following are components of SAP HANA Studio?
Correct Answer
D. All of the above
Explanation
All of the components mentioned (Navigator, Job Log, and Where-Used List) are indeed components of SAP HANA Studio. SAP HANA Studio is an integrated development environment used for managing and developing applications on the SAP HANA platform. The Navigator component allows users to navigate through the different objects and artifacts in the HANA system. The Job Log component provides information about the execution of jobs and tasks in the system. The Where-Used List component helps users identify where specific objects are being used within the system. Therefore, the correct answer is "All of the above."
8.
How many perspectives are available in SAP HANA Studio (SPS03)?
Correct Answer
B. 8
Explanation
In SAP HANA Studio (SPS03), there are 8 perspectives available. Perspectives in SAP HANA Studio provide different views and functionalities for various tasks such as data modeling, administration, debugging, and performance monitoring. These perspectives include Navigator, Modeler, Administration, Security, Development, Debug, Performance, and Catalog. Each perspective is designed to cater to specific roles and tasks within the SAP HANA environment, allowing users to access the relevant tools and features easily.
9.
Which perspective is used to create joins?
Correct Answer
C. Modeler
Explanation
The perspective used to create joins is the Modeler perspective. This perspective allows users to design and create data models by defining relationships between tables and creating joins. The Modeler perspective provides a graphical interface and tools specifically designed for data modeling tasks, making it the appropriate perspective for creating joins. The other perspectives mentioned, Administration & Modeling and Debug & Modeling, may have their own purposes and functionalities but are not specifically focused on creating joins.
10.
The SAP HANA system can be created within _____
Correct Answer
C. Navigator
Explanation
The SAP HANA system can be created within the Navigator. The Navigator is a tool in SAP HANA that allows users to manage and navigate through the various components and functionalities of the system. It provides a graphical interface for creating, modifying, and organizing objects such as tables, views, and procedures. Therefore, the Navigator is the correct option for creating the SAP HANA system.
11.
Can we create multiple connections to the same SAP HANA system?
Correct Answer
A. Yes
Explanation
Yes, it is possible to create multiple connections to the same SAP HANA system. This allows multiple users or applications to access the system simultaneously and perform their respective tasks. Each connection is treated as an independent session, enabling concurrent access and operations on the SAP HANA system. This capability is particularly useful in scenarios where there is a need for parallel processing or when multiple users need to work on the same system simultaneously.
12.
The login user who has maximum authorizations in a SAP HANA database is ______
Correct Answer
B. SYSTEM
Explanation
The correct answer is SYSTEM because the SYSTEM user in SAP HANA has the highest level of authorization and is responsible for managing the database. The SYSTEM user has full control over the database and can perform administrative tasks such as creating and managing users, creating and modifying database objects, and configuring system settings.
13.
Can the attribute views be created with 1 table?
Correct Answer
A. Yes
Explanation
Attribute views can be created with 1 table because attribute views are used to define attributes of a particular business object. These attributes can be derived from a single table by selecting specific columns or by applying calculations or transformations on the data. Therefore, it is possible to create attribute views with just 1 table.
14.
By default, the maximum number of rows displayed from a table is ______
Correct Answer
B. 5000
Explanation
By default, the maximum number of rows displayed from a table is 5000. This means that if a table has more than 5000 rows, only the first 5000 rows will be displayed. This default setting helps to optimize performance and prevent overwhelming the user interface with a large amount of data. However, this limit can be adjusted or removed depending on the specific requirements of the application or database.
15.
For faster reads, SAP HANA reads the tables column wise.
Correct Answer
A. True
Explanation
SAP HANA is an in-memory database technology that is designed to process large amounts of data quickly. One of the ways it achieves this is by reading tables column-wise instead of row-wise. This means that instead of reading all the data for a single row at a time, SAP HANA reads all the values for a single column at a time. This allows for faster data retrieval and processing, as it can perform operations on multiple values simultaneously. Therefore, the given statement that SAP HANA reads tables column-wise is true.
16.
Using SAP HANA Studio, table can be _______, ________, _______
(3 correct answers)
Correct Answer(s)
A. Created manually
B. Created using SQL
C. Replicated from other systems
Explanation
The given correct answers for the question are "Created manually", "Created using SQL", and "Replicated from other systems". These options explain the different ways in which tables can be created or accessed using SAP HANA Studio. Tables can be manually created within the studio, using SQL commands to define the table structure and attributes. Additionally, tables can also be replicated from other systems, allowing for data synchronization and integration between different databases.
17.
When Administration Console is the perspective selected, which of the following can be viewed under HANA system?
Correct Answer
A. Catalog
Explanation
When the Administration Console perspective is selected in HANA system, the user can view the Catalog. The Catalog provides a centralized location for managing and organizing database objects such as tables, views, and procedures. It allows users to easily browse, search, and access these objects within the HANA system. Therefore, the correct answer is Catalog.
18.
Ultimately, SAP HANA database will replace all databases used in BI/BW, ECC and all other SAP Systems.
Correct Answer
A. True
Explanation
SAP HANA is a high-performance in-memory database that can handle large volumes of data and process it quickly. It is designed specifically for SAP systems and offers advanced analytics and real-time processing capabilities. As a result, SAP aims to eventually replace all other databases used in its various systems, such as BI/BW and ECC, with SAP HANA. This will allow for better integration, improved performance, and enhanced functionality across the entire SAP ecosystem. Therefore, the statement "Ultimately, SAP HANA database will replace all databases used in BI/BW, ECC and all other SAP Systems" is true.
19.
In the SAP HANA Studio the physical tables are stored ______
Correct Answer
A. Under Catalogs
Explanation
In the SAP HANA Studio, the physical tables are stored under Catalogs. This means that when using the HANA Studio, users can find and access the physical tables within the Catalogs section. This organization allows for easier management and navigation of the tables within the HANA Studio environment.
20.
When deleting a table, what options can be selected?
(2 correct answers)
Correct Answer(s)
A. Delete Catalog Object
B. Delete All Rows
Explanation
When deleting a table, two options that can be selected are "Delete Catalog Object" and "Delete All Rows". The option "Delete Catalog Object" removes the table from the catalog or schema, while "Delete All Rows" deletes all the data within the table. These options allow for different levels of deletion, either removing only the table structure or also removing the data contained within it. The option "Drop The Table" is not a valid selection as it is not mentioned in the given options.
21.
Users are created under ______
Correct Answer
A. Catalog
Explanation
Users are created under the "Catalog" in this scenario. This means that when creating users, they are specifically associated with the catalog. The other options, "Content," "Any of them," and "None of them," do not specify where users are created and are therefore incorrect.
22.
Can SAP HANA run on SUSE Linux?
Correct Answer
A. Yes
Explanation
SAP HANA can run on SUSE Linux. SUSE Linux is one of the supported operating systems for SAP HANA, along with other operating systems like Red Hat Enterprise Linux and Microsoft Windows Server. This means that SAP HANA can be installed and run successfully on a SUSE Linux environment.
23.
The option to send a table from Quality Assurance System to Production System is _______
Correct Answer
C. Use Export from Quality Assurance System
Explanation
The correct answer is "Use Export from Quality Assurance System." This option suggests that in order to send a table from the Quality Assurance System to the Production System, the Export function should be utilized. This implies that the table data needs to be exported from the Quality Assurance System and then imported into the Production System. The other options, such as using CTS+, Import from Quality Assurance System, or Transport Management System, do not specifically mention the export function, making them incorrect choices.
24.
To create a user, we have to ________
Correct Answer
C. Use Users folder under Authorization in Catalog
Explanation
To create a user, we need to access the Users folder under Authorization in the Catalog. This folder contains the necessary tools and options to create a new user. Using T-Code SU01 or SU10 may be related to other user management tasks, but for creating a user specifically, the Users folder in the Authorization Catalog is the correct option.
25.
Which user has privileges to Root Package?
Correct Answer
B. SYSTEM
Explanation
The user "SYSTEM" has privileges to the Root Package.
26.
Which role is specifically assigned to a user involved in creating views?
Correct Answer
C. MODELING
Explanation
The role specifically assigned to a user involved in creating views is "MODELING". This role is responsible for designing and creating views in SAP systems. It gives the user the necessary permissions and privileges to manipulate data and create views based on specific requirements. The other options, SAPSR3_POWER_USER and PUBLIC, are not specifically related to creating views.
27.
SAP HANA system is memory based and persistent storage is not necessary.
Correct Answer
B. False
Explanation
The given statement is false. While it is true that SAP HANA is a memory-based system, it still requires persistent storage. The data in SAP HANA is stored in memory for faster processing, but it also needs to be backed up and stored in persistent storage to ensure data durability and availability. Additionally, persistent storage is necessary for storing log files, system files, and backups. Therefore, although SAP HANA is memory-based, it still relies on persistent storage for various purposes.
28.
SAP HANA contains OLAP data (only) in the memory.
Correct Answer
B. False
Explanation
SAP HANA does not only contain OLAP data in memory. It is an in-memory database platform that can store both OLAP (Online Analytical Processing) and OLTP (Online Transaction Processing) data. This means it can handle both analytical and transactional workloads, making it a versatile solution for businesses. Therefore, the statement that SAP HANA contains only OLAP data in memory is false.
29.
When you are creating a SAP HANA system in the SAP HANA Studio, a user should be used as the logon user.
SYSTEM can be the only user for this purpose.
Correct Answer
B. False
Explanation
When creating a SAP HANA system in the SAP HANA Studio, it is not necessary to use the SYSTEM user as the logon user. Other users can also be used for this purpose. Therefore, the statement that SYSTEM can be the only user for this purpose is false.
30.
If you have only one SAP HANA system physically, then you can create only one HANA system icon in the SAP HANA Studio.
Correct Answer
B. False
Explanation
If you have only one SAP HANA system physically, it does not mean that you can create only one HANA system icon in the SAP HANA Studio. The SAP HANA Studio allows you to create multiple system icons for the same physical system. This can be useful in scenarios where you want to connect to different databases or instances within the same SAP HANA system. Therefore, the correct answer is False.
31.
SAP HANA database is ______
Correct Answer
B. Sybase based
Explanation
The correct answer is "Sybase based." SAP HANA database is based on the Sybase database technology, which was acquired by SAP in 2010. SAP HANA combines in-memory computing, columnar storage, and massive parallel processing capabilities to deliver high-performance data processing and analytics.
32.
Joins are created under ______
Correct Answer
A. Content
Explanation
Joins are created under the "Content" category. This means that when performing a join operation in a database, the tables or datasets being joined are typically related to the content or data stored within the database. The "Content" option is the most appropriate choice among the given options as it directly relates to the nature of the join operation.
33.
In SAP HANA Studio, HANA systems can be created under nested folders identical to the departments in your company.
Correct Answer
A. True
Explanation
In SAP HANA Studio, HANA systems can be created under nested folders identical to the departments in your company. This means that the organization structure of the company can be replicated in the HANA Studio, allowing for better organization and management of HANA systems. By creating nested folders, each department can have their own dedicated HANA system, making it easier to access and manage the data and applications specific to that department. This helps in streamlining operations and improving efficiency within the company.
34.
Calculation Views can be created under _______
Correct Answer
B. Content
Explanation
Calculation Views can be created under the "Content" option. This option refers to the logical grouping of objects within a HANA system. Calculation Views are used to define complex calculations and aggregations on data stored in database tables. By creating Calculation Views under the "Content" option, users can organize and manage these views effectively within a specific logical grouping.
35.
Calculation Views have 2 view types. They are _________, _________
(2 correct answers)
Correct Answer(s)
A. GrapHical
B. SQL Script
Explanation
Calculation Views have two view types: Graphical and SQL Script. The Graphical view type allows users to create views using a graphical interface, making it easier to design and visualize complex calculations. On the other hand, the SQL Script view type allows users to write SQL scripts directly, giving them more flexibility and control over the calculations and transformations applied in the view. Both view types have their advantages and can be used depending on the specific requirements and preferences of the user.
36.
Attribute View types are ________
Correct Answer
D. All of the above
Explanation
Attribute View types can be standard, time, or derived. Standard attribute views are used to display data from a single table or multiple tables. Time attribute views are used to analyze data over time, such as sales trends. Derived attribute views are created by combining data from existing attribute views to create a new view with calculated or derived attributes. Therefore, all three types of attribute views are available.
37.
Whenever a user is created, then a schema is created for that user.
Correct Answer
A. True
Explanation
Whenever a user is created, a schema is automatically created for that user. A schema is a logical container that holds database objects such as tables, views, indexes, etc. It provides a way to organize and control access to these objects. By creating a schema for each user, it ensures that the user has their own dedicated space to work within the database, preventing any conflicts or interference with other users' data and objects. Therefore, the statement is true.
38.
Whenever a user is created, a package is created for that user.
Correct Answer
B. False
Explanation
The statement is false because a package is not created for every user that is created. The creation of a package is not directly linked to the creation of a user.
39.
Every user created at the OS level will be automatically created in the SAP HANA system as well.
Correct Answer
B. False
Explanation
The statement is false because creating a user at the OS level does not automatically create the user in the SAP HANA system. The user needs to be explicitly created in the SAP HANA system separately.
40.
Views are stored under the schema _______
Correct Answer
A. _SYS_BIC
Explanation
Views are stored under the schema _SYS_BIC. This schema is specifically designed for storing views in SAP HANA. It is a system-defined schema that holds analytical and calculation views, which are used for reporting and data analysis purposes. The views stored under this schema can be accessed and utilized for generating meaningful insights and reports from the underlying data in the SAP HANA database.