InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is Derived Attribute Views? |
|
Answer» In some business cases, it is REQUIRED to USE the same attribute view more than once. In such cases, ONE can derive an attribute view using the base view which acts as reference to the base attribute view. The derived attribute view will be OPENED in the read-only mode. The only EDITABLE field will be its description. The derived attribute view will act as a reference to its base attribute view. In some business cases, it is required to use the same attribute view more than once. In such cases, one can derive an attribute view using the base view which acts as reference to the base attribute view. The derived attribute view will be opened in the read-only mode. The only editable field will be its description. The derived attribute view will act as a reference to its base attribute view. |
|
| 2. |
What Are The Advantages Of Column Based Tables And Row-based Tables? |
|
Answer» Advantages of Column based tables:
Advantages of Row-based tables:
Advantages of Column based tables: Advantages of Row-based tables: |
|
| 3. |
Why We Need To Go For Going In-memory? |
|
Answer» One reason is the number of CPU cycles per second is INCREASING and the cost of processors is DECREASING. For managing the data in memory, there is five-minute rule which is based on the suggestion that it costs more to WAIT for the data to be fetched from disk than it costs to keep data in memory so it depends on how often you fetch the data. For example: there is a table and no matter how large it is and this table is touched by a query at least once every 55 minutes, it is less expensive (in hardware costs) to keep it in memory than to READ it from memory and if it is frequently accessed it is less expensive to store it in memory. One reason is the number of CPU cycles per second is increasing and the cost of processors is decreasing. For managing the data in memory, there is five-minute rule which is based on the suggestion that it costs more to wait for the data to be fetched from disk than it costs to keep data in memory so it depends on how often you fetch the data. For example: there is a table and no matter how large it is and this table is touched by a query at least once every 55 minutes, it is less expensive (in hardware costs) to keep it in memory than to read it from memory and if it is frequently accessed it is less expensive to store it in memory. |
|
| 4. |
How Can We Load Data In Hana And How To Access The Data Stored In Hana? |
|
Answer» Loading data: There are several options AVAILABLE to GET data into HANA. SAP provides a real-time replication server called SLT Replication. With this server you can replicate data from a SAP system or non-SAP RDBMS systems into HANA. The data is copied in its native format and will then need to be de-normalized on HANA using information views (attribute views, ANALYTIC views and calculation views). According to the documentation, you can also leverage the Sybase Replication Server for log based replication. In addition, Data Services 4.0 can be used to move data into HANA and can update data at near real time if needed. Data Services 4.0 can also de-normalize the data given its abundance of data transforms and provide data quality and cleansing transforms that will help clean the data before it is loaded into HANA. Access the data: There are several ways to access the data within HANA. The ideal way to access data is through SAP BUSINESS Objects 4.0. There are multiple tools within the Business Objects 4.0 platform for accessing HANA data. You can utilize Web Intelligence, CRYSTAL Reports, Explorer, “Analysis Edition for Microsoft Office”, Mobile and Dashboard (Xcelsius). In short, any tool in the platform that supports ODBC or a Universe can be utilized to access data within HANA. These options work for SAP BW (powered by HANA) or for HANA (Standalone). If you have SAP BW powered by HANA, you can utilize any of the traditional query tools. For those that like viewing raw data results, you can utilize HANA Studios to execute SQL statements and view the results. Loading data: There are several options available to get data into HANA. SAP provides a real-time replication server called SLT Replication. With this server you can replicate data from a SAP system or non-SAP RDBMS systems into HANA. The data is copied in its native format and will then need to be de-normalized on HANA using information views (attribute views, analytic views and calculation views). According to the documentation, you can also leverage the Sybase Replication Server for log based replication. In addition, Data Services 4.0 can be used to move data into HANA and can update data at near real time if needed. Data Services 4.0 can also de-normalize the data given its abundance of data transforms and provide data quality and cleansing transforms that will help clean the data before it is loaded into HANA. Access the data: There are several ways to access the data within HANA. The ideal way to access data is through SAP Business Objects 4.0. There are multiple tools within the Business Objects 4.0 platform for accessing HANA data. You can utilize Web Intelligence, Crystal Reports, Explorer, “Analysis Edition for Microsoft Office”, Mobile and Dashboard (Xcelsius). In short, any tool in the platform that supports ODBC or a Universe can be utilized to access data within HANA. These options work for SAP BW (powered by HANA) or for HANA (Standalone). If you have SAP BW powered by HANA, you can utilize any of the traditional query tools. For those that like viewing raw data results, you can utilize HANA Studios to execute SQL statements and view the results. |
|
| 5. |
Do We Need A Special Driver To Access Data Within Hana? |
|
Answer» HANA provides both a 32-bit and 64-bit ODBC and JDBC DRIVERS. SAP Business Objects 4.0, Data Services 4.0 and many other SAP based tools have built-in SUPPORT for these drivers to help support all the features HANA has to offer. HANA provides both a 32-bit and 64-bit ODBC and JDBC drivers. SAP Business Objects 4.0, Data Services 4.0 and many other SAP based tools have built-in support for these drivers to help support all the features HANA has to offer. |
|
| 6. |
What Are The Benefits Of Implementing Sap Hana With Sap Erp? |
Answer»
|
|
| 7. |
Name The Editions Of Sap Hana Software? |
Answer»
|
|
| 8. |
Which Is The Default Perspective Of Imce Studio? |
|
Answer» Administrator console |
|
| 9. |
What Is The Operating System Of Imdb? |
|
Answer» SUSE Linux Enterprise Server. |
|
| 10. |
What Does Hana Db Performs During Power Outage? |
|
Answer» Recovers LOG between last data SAVE point & time of failure. Recovers log between last data save point & time of failure. |
|
| 11. |
What Is The Role Of Persistence Layer? |
|
Answer» It ENSURES that the database is restored to the most recent COMMITTED state after a RESTART and that transactions are either completely executed or completely undone. The PERSISTENCE layer offers interfaces for writing and reading data. It ALSO contains SAP HANA‘s logger that manages the transaction lo. Log entries can be written implicitly by the persistence layer when data is written via the persistence interface or explicitly by using a log interface. It ensures that the database is restored to the most recent committed state after a restart and that transactions are either completely executed or completely undone. The persistence layer offers interfaces for writing and reading data. It also contains SAP HANA‘s logger that manages the transaction lo. Log entries can be written implicitly by the persistence layer when data is written via the persistence interface or explicitly by using a log interface. |
|
| 12. |
What Are The Types Of Joins Are Possible In Attribute View? |
Answer»
|
|
| 13. |
What Is The Component Present In Persistence Layer In The Hana Db? |
|
Answer» The component PRESENT in Persistence LAYER in the HANA DB is PAGE management & LOGGER. The component present in Persistence layer in the HANA DB is Page management & Logger. |
|
| 14. |
Which Section Controls The Data Processing In The Hana Db? |
|
Answer» Transaction MANAGER controls the data processing in the HANA DB. Transaction Manager controls the data processing in the HANA DB. |
|
| 15. |
How Can You Ensure That Data Is Consistent In Source System And Hana System? |
|
Answer» Since any changes in the source system are tracked in DEDICATED logging TABLES, the replication status for each changed data record is transparent. An ENTRY of logging table is deleted after a successful COMMIT statement from HANA database and this procedure ensures the data consistency between a source system and HANA system. Since any changes in the source system are tracked in dedicated logging tables, the replication status for each changed data record is transparent. An entry of logging table is deleted after a successful commit statement from HANA database and this procedure ensures the data consistency between a source system and HANA system. |
|
| 16. |
Opd For Data Replication Api Is Used In Which Replication? |
|
Answer» Data services 4.0. |
|
| 17. |
For What Life Cycle Management Perspective Is Used? |
|
Answer» We USE LIFE CYCLE management perspective to Upgrade/Updates for HANA STUDIO. We use Life cycle management perspective to Upgrade/Updates for HANA studio. |
|
| 18. |
What Are The Views Available In The Quick Launch Of Information Modeler? |
|
Answer» NAVIGATOR, Where-used LIST, JOB LOG, PROPERTIES. Navigator, Where-used list, Job log, Properties. |
|
| 19. |
Which Non-sap System Can Sap Hana Connect? |
|
Answer» ORACLE ENTERPRISE, IBM INFORMIX. Oracle Enterprise, IBM Informix. |
|
| 20. |
What Is Sap Hana Modeling? |
|
Answer» SAP HANA Modeling at a glance: SAP HANA Information Modeling which also known as SAP HANA DATA Modeling is the HEART of HANA application development. You can create modeling views on top of DATABASE tables and implement business logic to create a meaningful REPORT. SAP HANA Modeling at a glance: SAP HANA Information Modeling which also known as SAP HANA Data Modeling is the heart of HANA application development. You can create modeling views on top of database tables and implement business logic to create a meaningful report. |
|