Ans:
CRITERIA
SAP HANA
ORACLE
Ans: SAP HANA is an in-memory computing engine (IMCE) used for real-time processing of huge volumes of data and building and deploying real-world applications. Adopting the row-based and column-based DB technology, SAP HANA is an advanced relational DB product serviced by SAP SE. With this high-performance analytic (HANA) system, the big data exists on the main memory and not on the hard disk. It replaces the onus of data maintenance separately on the legacy system and simplifies the tasks of administrators in this digital world.
Ans: HANA supports both type of data store in database. Row store is used when you need to use Select statement and no aggregations are performed.Column store is used to perform aggregations and HANA Modeling is supported only on Column based tables.
Ans: HANA studio is an eclipsed based tool and provides support for development and administration in HANA system. You can perform HANA Modeling on the top of tables in database, Data provisioning, HANA Administration and various other activities using HANA studio.
SAP HANA Studio client is available for Windows XP, Windows Vista, and Windows 7 for 32 bit and 64 bit operating system.
SAP HANA uses multicore CPU architecture and stores data in row and column based storage in HANA database.
Ans: C++
Ans: Only operating system that is supported by HANA is Suse Linux Enterprise Server SP1/SP2 (SLES SP1/2).
Ans: Consider below table- FCTSales
Country | Product | Units Sold |
England | iphone 6 | 107 |
India | Samsung Note 6 | 250 |
US | Lenovo A110 | 110 |
Row Based Storage −
Column Based Storage −
Q10. Where to use Row based storage?
Ans: Select * from FCTSales where Country=’US’
Ans: Select SUM(Units_sold) from FCTSales where Product=’Lenovo A110’
Ans:
Index server contains engine to process data in HANA database. These data engines are responsible to handle all SQL/MDX statement in HANA system. Index server also contains Session and Transaction Manager which is responsible to manage all running and completed transactions.
Ans: Persistence layer provides inbuilt mechanism for disaster recovery in HANA system. It ensures that database is restored to most recent state in case of a system failure.
Persistence layer also manages data, transaction and configuration logs and backup of these files. Backups of data and log files are performed at save points and is normally scheduled every 5-10 minutes.
Temporary License keys are automatically installed when you install the HANA database. These keys are valid only for 90 days and you should request permanent license keys from SAP market place before expiry of this 90 days period after installation.
Permanent License keys are valid till the predefine expiration date. License keys specify amount of memory licensed to target HANA installation.
Demerits:
The data retrieval and processing operations involve the complete row, even though all the information is not useful.
Go through this in-depth SAP HANA training and master the powerful columnar database now!
Ans: There are two types of permanent License keys for HANA system −
Repository: Encountered an error in repository runtime extension; Deploy Attribute View: SQL: transaction rolled back by an internal error: insufficient privilege: Not authorized
Grant SELECT privileges on schemas of the used data foundation tables to user "_SYS_REPO"
GRANT SELECT ON SCHEMA "<SCHEMA_NAME>" TO _SYS_REPO WITH GRANT OPTION
Ans:
Open Data Preview:
This is used to see the data stored in an object- table or a modeling view. When you open data preview, you get three options −
Open Definition:
This is used to see the structure of the table − column name, column data type, keys, etc.
Ans: Go to Administration → alerts
In Administration tab, you can check system overview, landscape, volumes, configuration, system information, etc.
Ans: SAP HANA cockpit is a SAP Fiori Launchpad site that allows you with a single point-of-access to a range of Web-based applications for the online administration of SAP HANA. You access the SAP HANA cockpit through a Web browser.
To open SAP HANA Cockpit → Right click on HANA system in Studio → configuration and monitoring → open SAP HANA cockpit
Ans: This contains RDBMS objects like schemas, tables, views, procedures, etc. You can open SQL editor and design database objects.
Content:
This is used to maintain design time repository. You can create new packages and design Information views in HANA system. Various views can be created under content tab to meet business requirement and to perform analytical reports on the top of the Modeling views.
Ans: Analytic View
Ans: Copy option allows you to copy an existing Information view and to make changes to it.
Derived option allows to create a copy of an existing view and you can’t make any changes to it.
Ans: Data Foundation − to add column base tables.
Star Join − to add other type of views.
Semantic − to define user parameters and to define measures and dimensions
Ans:
Ans: New calculated column is defined as a column added on the fly in Analysis tab when a view is activated. This column doesn’t exist at database level or in Data Foundation or Star Join level.
Q28. To improve the performance of Information view by validating joins and Cardinality, which option cab be used?
Ans: You can select Switch to Performance Analysis Mode. This allows you to do Performance Analysis by validating correct join type and Cardinality.
Ans: It simplify the design process as allows you to select multiple measures from multiple fact tables.
You can implement 3NF using Star Join.
Ans: Variables are used as an explicit SQL filter directive for view consumers to filter the view data, based on attribute column values specified in variable UI prompt of a BI Client. When you go to data preview, variables allow users to pass the value of attribute defined in the variable.
You can select a single value, range or range in selection type
Ans:
Ans: Projection
Ans: There is a diamond mark on view name if it is not active.
Q34. Can you pass Attribute views and analytic views in a Calculation view with Star join?
Ans: No. In a Calculation view with Star Join, you can only use Dim Calculation views.
Ans: Analytic Privileges are used to limit access on HANA Information views. You can assign different types of right to different users on different component of a View in Analytic Privileges.
Ans: Using Analytic Privileges, you can add Region attribute and values to Attribute Restrictions and Time duration is defined in Privilege validity.
Analytic Privilege can be added to user profile in User and Roles under Security tab.
Ans:
Ans:
Ans: On your source SAP system A1 you want to setup a trusted RFC to target system B1. When it is done it would mean that when you are logged onto A1 and your user has enough Authorization in B1, you can use the RFC connection and logon to B1 without having to re-enter user and password.
SM59 to create a trusted RFC
Ltr to configure the connection
Ans: Go to SAP HANA Modeler Perspective → Data Provisioning.
Ans: You have to select SAP Applications in data store type and SAP HANA in Database drop down list.
Ans: Replication job can be performed in Data Services Management Console. You have to go to status tab and select the repository where job is created → Batch Job Status.
There you can find different tabs- Trace, Monitor, Error and Performance Monitor.
Ans: To enable auditing of batch job, this can be done in job execution parameters.
Go to status tab and select the repository where job is created → Batch Job configuration → Add Schedule.
Here you can find job execution parameters while adding a schedule for the job
Ans: Owner represents schema name where tables will be moved using batch job.
Ans: Below is the list of authentication methods supported by SAP HANA −
Ans: Restricted users are those users who access HANA system with some applications and they don’t have SQL privileges on HANA system. When these users are created they don’t have any access initially.
If we compare restricted users with Standard users:
Ans: Only database users with the system privilege ROLE ADMIN are allowed to create users and roles in HANA studio
Ans:
Ans: Audit Admin
Ans: Go to Security option in HANA system → Auditing
Under Global Settings→set Auditing status as enabled. You can also choose different Audit trail targets.
Ans: MDX Provider is used to connect MS Excel to SAP HANA database system. It provides driver to connect HANA system to Excel and is further used for data modelling. You can use Microsoft Office Excel 2010/2013 for connectivity with HANA for both 32 bit and 64 bit Windows.
Ans: This can be done in File Based data backup settings. In Backup tab, go to Configuration → Limit Maximum file Size check box and enter the file size.
Ans:
Note: To run recovery wizard you should have administrator privileges on HANA system.
Ans:
Ans:
Delivery Unit: Delivery unit is a single Unit which can be mapped to multiple packages and can be exported as single entity so that all the packages assigned to Delivery Unit can be treated as single unit.
Ans: Go to File → Import, You will see below option
This is used to import data from a flat file like .xls or.csv file. Click on Next → Choose Target System → Define Import Properties.
Select Source file by browsing local system. It also gives an option if you want to keep the header row. It also gives an option to create a new table under existing Schema or if you want to import data from a file to an existing table