Top 40 Sap Hana Interview Questions You Must Prepare 27.Jul.2024

Q1. Mention What Is Latency?

Latency is referred to the length of time to replicate data from the source system to the target system.

Q2. Define Master-controller Job.?

A Master-controller job is responsible to build database logging table in the source system. It further creates synonyms and new entries in SLT server admin when the table loads / replicates.

Q3. How Is Sql Statement Processed In Sap Hana?

Each SQL statement in SAP HANA is carried out in the form of a transaction. Every time, a new session is allocated to a new transaction.

Q4. What Table Type Is Preferred In Sap Hana Administration: Column-based Or Row-based?

Since analytic applications require massive aggregations and agile data processing, column-based tables are preferred in SAP HANA as the data in column is stored consequently, one after the other enabling faster and easier readability and retrieval. Thus, columnar storage is preferred on most OLAP (SQL) queries. On the contrary, row-based tables force users to read and access all the information in a row, even though you require data from few and/or specific columns.

Q5. List Advantages Of Using Sap Hana Database.?

• With the HANA technology, you can create gen-next applications giving effective and efficient results in the digital economy.
• By using single data-in memory, SAP HANA supports smooth transaction process and fault-tolerant analytics
• Easy and simple operations using an open-source, unified platform in the cloud
• High-level Data Integration to access massive amounts of data
• Advanced tools for in-depth analysis of present, past and the future.Interested in learning SAP HANA? Well, we have the comprehensive Sap Hana Course to give you a head start in your career.

Q6. What Is Logging Table?

Logging table records all replicated changes in the table, which can be further replicated to the target system.

Q7. Define Modeling Studio In Sap Hana Administration.?

Modeling Studio is an operational tool in SAP HANA based on Eclipse development and administration, which includes live project creation.

• The SAP HANA Studio further builds development objects and deploys them, to access and modify data models like HTML and JavaScript files.
• It also handles various data services to perform data input from SAP warehouse and other related databases.
• Responsible for scheduling data replication tasks.

Q8. Mention What Is The Role Of The Transaction Manager And Session?

The transaction manager co-ordinates database transactions and keeps a record of running and closed transactions. When transaction is rolled back or committed, the transaction manager notifies the involved storage engines about the event so they can run necessary actions.

Q9. Mention What Is The Role Of Master Controller Job In Sap Hana?

The job is arranged on demand and is responsible for

  • Creating database triggers and logging table into the source system
  • Creating Synonyms
  • Writing new entries in admin tables in SLT server when a table is replicated/loaded

Q10. Mention What Are The Different Compression Techniques?

There are three different compression techniques
Run-length encoding
Cluster encoding
Dictionary encoding

Q11. Explain How Sql Statement Is Processed?

In the HANA database, each SQL statement is implemented in the reference of the transaction. New session is allotted to a new transaction.

Q12. When To Change The Number Of Data Transfer Jobs?

The number of data transfer jobs change when the initial loading speed or latency replication time is not up to the mark. At the end of the initial load, the number of initial load jobs may be reduced.

Q13. List The Merits And Demerits Of Using Row-based Tables.?

Merits:

• No data approach can be faster than row-based if you want to analyze, process and retrieve one record at one time.
• Row-based tables are useful when there is specific demand of accessing complete record.
• It is preferred when the table consists of less number of rows.
• This data storage and processing approach is easier and effective without any aggregations and fast searching.Demerits:
• The data retrieval and processing operations involve the complete row, even though all the information is not useful.

Q14. How Users Can Avoid Un-necessary Storage Of Logging Information?

Pause the replication process and terminate the schema-related jobs.

Q15. Define Different Types Of Information Views.?

There are primarily three types of information views in SAP HANA, which are all non-materialized.

• Attribute view
• Analytic view
• Calculation View

Q16. List The Different Compression Techniques In Hana?

• Run-length encoding
• Cluster encoding
• Dictionary encoding

Q17. Explain How You Can Avoid Un-necessary Information From Being Stored?

To avoid un-necessary information from being stored, you have to pause the replication by stopping the schema-related jobs

Q18. Mention What Is Modeling Studio?

Modeling studio in HANA performs multiple task like

  • Declares which tables are stored in HANA, first part is to get the meta-data and then schedule data replication jobs
  • Manage Data Services to enter the data from SAP Business Warehouse and other systems
  • Manage ERP instances connection, the current release does not support connecting to several ERP instances
  • Use data services for the modeling
  • Do modeling in HANA itself
  • essential licenses for SAP BO data services

Q19. What Are The Various Components Of Sap Hana Administration?

• SAP HANA Studio
• SAP HANA Application Cloud
• SAP HANA Cloud
• Sap HANA DB The Sap Hana Training Videos and Certification Course can open the doors to a stellar career for you.

Q20. How To Perform Backup And Recovery Operations?

During a regular operation, data is by default stored to the disk at savepoints in SAPHANA. As soon a there is any update and transaction, logs become active and get saved from the disk memory. In case of power failure, the database restarts like any other DB returning to the last savepoint log state. SAP HANA requires backup to protect against disk failure and reset DB to the previous state. The backups simultaneously as the users keep performing their tasks.

Q21. How To Define Transformation Rules In Hana?

Using advanced replication settings, transformation rules are specified to transfer data from source tables during replication process. For instance, setting rules to covert fields, fill vacant fields and skip records. These rules are structured using advanced replication settings (transaction IUUC_REPL_CONT)

Q22. Mention What Is The Role Of The Persistence Layer In Sap Hana?

SAP HANA has an in-memory computing engine and access the data straightaway without any backup. To avoid the risk of losing data in case of hardware failure or power cutoff, persistence layer comes as a savior and stores all the data in the hard drive which is not volatile.

Q23. Explain How You Can Avoid Un-necessary Logging Information From Being Stored?

You can avoid un-necessary logging information from being stored by pausing the replication by stopping the schema-related jobs.

Q24. Explain The Concept Of Persistence Layer.?

The persistence layer in SAP HANA handles all logging operations and transactions for secured backup and data restoring. This layer manages data stored in both rows and columns and provides steady savepoints. Built on the concept of persistence layer of SAP’s relational database, it ensures successful data restores.

Besides managing log data on the disk, HANA’s persistence layer allows read and write data operations via all storage interfaces.

Q25. Mention The Two Types Of Relational Data Stored In Hana?

The two types of relational data stored in HANA includes

  1. Row Store
  2. Column Store

Q26. What Are Configuration And Monitoring Dashboard?

They are SLT Replication Application Servers to provide configuration information for data replication. This replication status can also be monitored.

Q27. Mention What Is Sap Hana?

SAP HANA stands for High Performance Analytical Appliance- in-memory computing engine. HANA is linked to ERP systems; Frontend modeling studio can be used for replication server management and load control.

Q28. List Advantages Of Column-based Tables.?

• Allows smoother parallel processing of data as the data in columns is stored vertically. Thus, to access data from multiple columns, every operation can be allocated to a separate processor core.
• Only specific columns need to be approached for Select query and any column can be used for indexing.
• Efficient operations since most columns hold unique values and thus, high compression rate.

Q29. Explain What Happens If The Replication Is Suspended For A Longer Period Of Time Or System Outage Of Slt Or Hana System?

If the replication is suspended for a longer period of time, the size of the logging tables increases.

Q30. Explain What Is Transformation Rules?

Transformation rule is the rule specified in the advanced replication setting transaction for the source table such that data is transformed during the replication process.

Q31. Mention What Is The Advantage Of Slt Replication?

  • SAP SLT works on trigger based approach; such approach has no measurable performance impact in the source system
  • It offers filtering capability and transformation
  • It enables real-time data replication, replicating only related data into HANA from non-SAP and SAP source systems
  • It is fully integrated with HANA studios
  • Replication from several source systems to one HANA system is allowed, also from one source system to multiple HANA systems is allowed.

Q32. Define Slt Configuration?

Configuration is the meaningful information to establish a connection between source, SLT system and SAP HANA architecture as stated in the SLT system. Programmers are allowed to illustrate a new Configuration in Configuration and Monitoring Dashboard.

Q33. Name Various Components Of Sap Hana?

SAP HANA DB
SAP HANA Studio
SAP HANA Appliance
SAP HANA Application Cloud

Q34. Is The Table Size In Source System And Sap Hana System Same?

No

Q35. Explain Slt

SLT expands to SAP Landscape Transformation referring to trigger –based replication. SLT replication permits data transfer from source to target, where the source can be SAP or non-SAP while the target system has to be SAP HANA with HANA database. Users can accomplish data replication from multiple sources. The three replication techniques supported by HANA are:

• SLT
• SAP Business Objects Data Services (BODS)
• SAP HANA Direct Extractor Connection (DXC)

Q36. What Is The Main Sap Hana Database Component?

Index Server consists of actual data engines for data processing including input SQL and MDX statements and performs authentic transactions.

Q37. Explain Parallel Processing In Sap Hana?

Using the columnar data storage approach, the workload in SAP HANA is divided vertically. The columnar approach allows linear searching and aggregation of data rather than two-dimensional data structure. If more than one column is to be processed, each task is assigned to diverse processor. Operations on one column are then collimated by column divisions processed by different processors.

Q38. What Is Latency?

The time duration to perform data replication starting from the source to the target system is known as latency.

Q39. What Is Stall?

The waiting process for data to load from the main memory to the CPU cache is called Stall.

Q40. Explain The Role Of Transaction Manager And Session?

SAP HANA transaction manager synchronizes database transactions keeping the record of closed and open transactions. When a transaction is committed or rolled back, the manager informs all the active stores and engines about the action so that they can perform required actions in time.