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.
| 51. |
On What Factors Does The Loading Time Depend On? |
|
Answer» LOADING time DEPENDS on the work LOAD both on the BW side and source system side. It might also depend upon the network connectivity. Loading time depends on the work load both on the BW side and source system side. It might also depend upon the network connectivity. |
|
| 52. |
When Do Trfc And Idoc Errors Occur? |
|
Answer» tRFC and iDoc errors- when you load data , these are connection specific and if the source system is not set properly or is interrupted , you get these errors. Intermediate DOCUMENT (IDoc) is a container for exchanging data between R/3, R/2 and non-SAP systems. IDOCS are sent in the COMMUNICATION layer by transactional Remote FUNCTION Call (tRFC) or by other file interfaces (for example, EDI). tRFC guarantees that the data is transferred once only. Was not able to find out when the errors occur. tRFC and iDoc errors- when you load data , these are connection specific and if the source system is not set properly or is interrupted , you get these errors. Intermediate Document (IDoc) is a container for exchanging data between R/3, R/2 and non-SAP systems. IDocs are sent in the communication layer by transactional Remote Function Call (tRFC) or by other file interfaces (for example, EDI). tRFC guarantees that the data is transferred once only. Was not able to find out when the errors occur. |
|
| 53. |
How Is Data Extracted From Systems Other Than R/3 And Flat Files? |
|
Answer» DATA is EXTRACTED from SYSTEMS other than R/3 and flat files using staging BAPIs. Data is extracted from systems other than R/3 and flat files using staging BAPIs. |
|
| 54. |
How Often Do We Have A Multi-layered Structure In Ods Stage And In What Cases. |
|
Answer» Multi-layered STRUCTURE in ODS STAGE is USED to consolidate DATA from different DataSources. Multi-layered structure in ODS stage is used to consolidate data from different DataSources. |
|
| 55. |
In What Cases Do We Transfer Data From One Infocube To Another? |
|
Answer» MODIFICATIONS can't be MADE to an InfoCube if there is data present in the InfoCube. If we WANT to modify an InfoCube and no backup for data exist then we can DESIGN another InfoCube with the parameters specified and load data from the old InfoCube. Modifications can't be made to an InfoCube if there is data present in the InfoCube. If we want to modify an InfoCube and no backup for data exist then we can design another InfoCube with the parameters specified and load data from the old InfoCube. |
|
| 56. |
How Is The Data Of Different Modules Stored In R/3? |
|
Answer» Data is stored in MULTIPLE tables in R/3 based on ERM (Entity Relationship model) to PREVENT the redundant STORAGE of data. Data is stored in multiple tables in R/3 based on ERM (Entity Relationship model) to prevent the redundant storage of data. |
|
| 57. |
When Is Data In Change Log Table Of Ods Deleted? |
|
Answer» When requests loaded into ODS object are neither required for delta update nor for initialization, they can be deleted. If delta initialization for update EXISTS in connected data targets, the requests have to be UPDATED first before the data can be deleted. When requests loaded into ODS object are neither required for delta update nor for initialization, they can be deleted. If delta initialization for update exists in connected data targets, the requests have to be updated first before the data can be deleted. |
|
| 58. |
What Is A Transactional Infocube And When Is It Preferred? |
|
Answer» Transactional InfoCubes differ from Basic InfoCubes in their ability to support parallel WRITE ACCESSES. Basic InfoCubes are technically optimized for read accesses to the detriment of write accesses. Transactional InfoCubes are designed to meet the demands of SEM, where multiple USERS write simultaneously into an INFOCUBE. Transactional InfoCubes differ from Basic InfoCubes in their ability to support parallel write accesses. Basic InfoCubes are technically optimized for read accesses to the detriment of write accesses. Transactional InfoCubes are designed to meet the demands of SEM, where multiple users write simultaneously into an InfoCube. |
|
| 59. |
What Is "referential Integrity"? |
|
Answer» A FEATURE provided by relational database management systems (RDBMS) that prevents users or applications from ENTERING inconsistent data. For example, suppose Table B has a FOREIGN key that POINTS to a field in Table A.
A feature provided by relational database management systems (RDBMS) that prevents users or applications from entering inconsistent data. For example, suppose Table B has a foreign key that points to a field in Table A. |
|
| 60. |
What Is The Use Of Hierarchies? |
|
Answer» EFFICIENT reporting is ONE of the TARGETS of using HIERARCHIES. Easy DRILLDOWN paths can be built using hierarchies. Efficient reporting is one of the targets of using hierarchies. Easy drilldown paths can be built using hierarchies. |
|
| 61. |
Why Do We Need Separate Update Rules For Characteristics On Each Key Figure? |
|
Answer» If the REQUIREMENT specifies a DIFFERENT NEED for each characteristic then we have separate update RULES for each of the characteristics. If the requirement specifies a different need for each characteristic then we have separate update rules for each of the characteristics. |
|
| 62. |
Why Is Star Schema Not Implemented For Ods As Well? |
|
Answer» Because ODS is meant to STORE a detailed document for quick use and HELP MAKE short-term DECISIONS. Because ODS is meant to store a detailed document for quick use and help make short-term decisions. |
|
| 63. |
What Are The Quality Checks For Inefficient Infocube Designs? |
|
Answer» HUGE DIMENSION TABLES make an InfoCube INEFFICIENT. The query TAKES a long time. Huge Dimension tables make an InfoCube inefficient. The query takes a long time. |
|
| 64. |
What Is Replication Of Datasource? |
|
Answer» Replication of DATA Source ENABLES the extract STRUCTURE from the source SYSTEM to be replicated in the BW. Replication of Data Source enables the extract structure from the source system to be replicated in the BW. |
|
| 65. |
Which One Is More Normalized; Ods Or Infocube? |
|
Answer» INFOCUBE is more NORMALIZED than ODS. InfoCube is more normalized than ODS. |
|
| 66. |
What Are Data-marts? |
|
Answer» Data Marts are used to exchange data between DIFFERENT BW systems or to update data WITHIN the same BW system (Myself Data MART). Here, the InfoProviders that are used to PROVIDE data are called Data Marts. Data Marts are used to exchange data between different BW systems or to update data within the same BW system (Myself Data Mart). Here, the InfoProviders that are used to provide data are called Data Marts. |
|
| 67. |
Is Data In Infocube Editable? |
|
Answer» No. No. |
|
| 69. |
What Is Transactional Ods? |
|
Answer» A TRANSACTIONAL ODS object differs from a standard ODS object in the way it PREPARES data. In a standard ODS object, data is stored in different versions (ACTIVE, delta, modified); whereas a transactional ODS object contains the data in a single VERSION. Therefore, data is stored in precisely the same form in which it was written to the transactional ODS object by the application. A transactional ODS object differs from a standard ODS object in the way it prepares data. In a standard ODS object, data is stored in different versions (active, delta, modified); whereas a transactional ODS object contains the data in a single version. Therefore, data is stored in precisely the same form in which it was written to the transactional ODS object by the application. |
|
| 70. |
What Is Activation Of Objects? |
|
Answer» Activation of objects enables them to be EXECUTED, in other words USED elsewhere for DIFFERENT purposes. UNLESS an OBJECT is activated it cannot be used. Activation of objects enables them to be executed, in other words used elsewhere for different purposes. Unless an object is activated it cannot be used. |
|
| 71. |
How To Load Data From One Infocube To Another? |
|
Answer» A DATASOURCE is CREATED from the InfoCube which is supposed to feed. This can be done by right-clicking on the InfoCube and SELECTING export DataSource. Then a suitable INFOSOURCE can be created for this DataSource. And the intended data target InfoCube can be FED. A DataSource is created from the InfoCube which is supposed to feed. This can be done by right-clicking on the InfoCube and selecting export DataSource. Then a suitable InfoSource can be created for this DataSource. And the intended data target InfoCube can be fed. |
|
| 72. |
What Is Life Period Of Data In Psa? |
|
Answer» Data in PSA is deleted when ONE FEELS that there is no USE of it in future. There is a trade off between WASTAGE of space and use as a back up. Data in PSA is deleted when one feels that there is no use of it in future. There is a trade off between wastage of space and use as a back up. |
|
| 73. |
What Are Inbound And Consistent Dos's? |
|
Answer» In an INBOUND ODS object, the DATA is saved in the same form as it was when delivered from the source system. This ODS type can be USED to report the original data as it comes from the source system. In a CONSISTENT ODS object, data is stored in granular form and consolidated. This consolidated data on a document LEVEL creates the basis for further processing in BW. In an Inbound ODS object, the data is saved in the same form as it was when delivered from the source system. This ODS type can be used to report the original data as it comes from the source system. In a Consistent ODS object, data is stored in granular form and consolidated. This consolidated data on a document level creates the basis for further processing in BW. |
|
| 74. |
What Is Life Period Of Data In Change Log Of An Ods? |
|
Answer» The DATA of Change Log can be SCHEDULED to be deleted PERIODICALLY. Usually the Data is REMOVED after it has been UPDATED into the data targets. The data of Change Log can be scheduled to be deleted periodically. Usually the Data is removed after it has been updated into the data targets. |
|
| 75. |
What Is Third Normal Form And Its Comparison With Star Schema? |
|
Answer» THIRD normal form is NORMALIZED form of storing data in a relational database. It eliminates functional DEPENDENCIES on non-key fields by putting them in a separate table. At this stage, all non-key fields are dependent on only the key. Star SCHEMA is a demoralized form of storing data, which paves the path for storing data in a multi-dimensional model. Third normal form is normalized form of storing data in a relational database. It eliminates functional dependencies on non-key fields by putting them in a separate table. At this stage, all non-key fields are dependent on only the key. Star schema is a demoralized form of storing data, which paves the path for storing data in a multi-dimensional model. |
|
| 76. |
What Is Difference Between Delta And Pseudo Delta? |
|
Answer» Some data targets and MODULES have delta Update feature. Those can be USED for delta Update of data. Say ODS, InfoCube, COPA are delta capable. Data can be expected STAGE WISE. After first accumulation of data, BIW expects the data in delta for these data target. When a data target does not have this feature (delta update), it can be made delta capable using ODS as data target. Some data targets and modules have delta Update feature. Those can be used for delta Update of data. Say ODS, InfoCube, COPA are delta capable. Data can be expected stage wise. After first accumulation of data, BIW expects the data in delta for these data target. When a data target does not have this feature (delta update), it can be made delta capable using ODS as data target. |
|
| 77. |
What Is Time Dependent Master Data? |
|
Answer» Time dependant master data are ONE which KEEPS changing according to time. For EXAMPLE: Assume a Scenario, Sales PERSON A works in East Zone till (Jan 30th 2004), and then moves to North Zone from Jan31st 2004. Thus the master data with regard to Sales person A, should be changed to different zone based on a time Time dependant master data are one which keeps changing according to time. For example: Assume a Scenario, Sales person A works in East Zone till (Jan 30th 2004), and then moves to North Zone from Jan31st 2004. Thus the master data with regard to Sales person A, should be changed to different zone based on a time |
|
| 78. |
What Is Difference Between Saving And Activating? |
|
Answer» In BIW, Saving à actually saves the defined structure and RETRIEVES whenever required. ACTIVATING à It saves and generates required tables and structures. In BIW, Saving à actually saves the defined structure and retrieves whenever required. Activating à It saves and generates required tables and structures. |
|
| 79. |
Can We Load Transaction Data Into Infocube Without Loading The Master Data First? |
|
Answer» Yes. Yes. |
|
| 80. |
Where To Check The Log For Warning Messages Appearing In Activation Of Transfer Rules? |
|
Answer» If transfer RULES are not DEFINED for InfoObjects, then TRAFFIC lights will not be green. If transfer rules are not defined for InfoObjects, then traffic lights will not be green. |
|
| 81. |
What Is The Use Bapi, Ale? |
|
Answer» BAPI & ALE are programs to extract DATA from DataSources. BW CONNECTS SAP SYSTEMS (R/3 or BW) and flat files VIA ALE. BW connects with non SAP systems via BAPI. BAPI & ALE are programs to extract data from DataSources. BW connects SAP systems (R/3 or BW) and flat files via ALE. BW connects with non SAP systems via BAPI. |
|
| 82. |
Are All The Characteristics - Key Fields In An Ods? |
|
Answer» No. An ODS object contains key fields (for example, document number/item) and DATA fields that can also CONTAIN character fields (for example, order STATUS, customer). No. An ODS object contains key fields (for example, document number/item) and data fields that can also contain character fields (for example, order status, customer). |
|
| 83. |
Where Is 0recordmode Infoobject Used? |
|
Answer» It is an InfoObject which SPECIFIES the method in which the DELTA information is SUPPLIED. ODS uses 0RECORDMODE for delta LOAD. 0RECORDMODE can have any of the 6 values as “ ”, “X”, “A”, “N”, “D” & “R”. It is an InfoObject which specifies the method in which the delta information is supplied. ODS uses 0RECORDMODE for delta load. 0RECORDMODE can have any of the 6 values as “ ”, “X”, “A”, “N”, “D” & “R”. |
|
| 84. |
What Are Hierarchies? Explain How You Used In Your Project? |
|
Answer» Hierarchies are organizing DATA in a STRUCTURED WAY. For EXAMPLE BOM (Bill of material) can be configured as hierarchies. Hierarchies are organizing data in a structured way. For example BOM (Bill of material) can be configured as hierarchies. |
|
| 85. |
What Is The Importance Of Hierarchies? |
|
Answer» ONE can display the elements of CHARACTERISTICS in HIERARCHY form and evaluate query data for the individual hierarchy levels in the Web applications. One can display the elements of characteristics in hierarchy form and evaluate query data for the individual hierarchy levels in the Web applications. |
|
| 86. |
Does Any Other Erp Software Use Bw For Data Warehousing? |
|
Answer» No. No. |
|
| 87. |
Other Than Bw, What Are The Other Etl Tools Used For Sap R/3 In Industry? |
|
Answer» INFORMATICA, ACTA, COGNOS, BUSINESS OBJECTS are other ETL tools. Informatica, ACTA, COGNOS, Business Objects are other ETL tools. |
|
| 88. |
What Are The Three Tables Of Ods Objects? Explain? |
|
Answer» ODS has three database TABLES. New Table, ACTIVE Table and CHANGE Log Table. Initially new data are loaded and their TRACES are kept in Change log table. When another set of data comes, it actually compares with change log and transfers the data (delta data) into active table and also NOTES in Change log. Every time the tables are compared and data is written into the targets. ODS has three database tables. New Table, Active Table and Change Log Table. Initially new data are loaded and their traces are kept in Change log table. When another set of data comes, it actually compares with change log and transfers the data (delta data) into active table and also notes in Change log. Every time the tables are compared and data is written into the targets. |
|
| 89. |
What Is Sid? What Is The Impact In Using Sid? |
|
Answer» SIDs are Surrogate IDs which are system GENERATED numbers and assigned to each CHARACTERISTIC value when they are uploaded. Search on Numeric CHARACTER is FASTER than Alpha characters and HENCE SIDs. SIDs are Surrogate IDs which are system generated numbers and assigned to each characteristic value when they are uploaded. Search on Numeric character is faster than Alpha characters and hence SIDs. |
|
| 90. |
What Is Delta Upload? What Is The Use Of Delta Upload? |
|
Answer» When transactional data is PULLED from R3 SYSTEM INSTEAD of PULLING all the data daily (Instead of having FULL load), if we pull only the changed records, or newly added records, the load on the system will be very less. When transactional data is pulled from R3 system instead of pulling all the data daily (Instead of having full load), if we pull only the changed records, or newly added records, the load on the system will be very less. |
|
| 91. |
What Is The Importance Of Compounding Of Infoobjects? |
|
Answer» This defines a superior InfoObject which MUST be combined to define another InfoObject and it MAKES the superior InfoObject uniquely identifiable. For EXAMPLE, in a Plant, there can be some similar products manufactured. (Plant A-- Soap, Paste, Lotion; plant B--Soap, paste, Lotion) In this case Plant A and Plant B should be made unique. So the characteristics can be COMPOUNDED to make them unique. This defines a superior InfoObject which must be combined to define another InfoObject and it makes the superior InfoObject uniquely identifiable. For example, in a Plant, there can be some similar products manufactured. (Plant A-- Soap, Paste, Lotion; plant B--Soap, paste, Lotion) In this case Plant A and Plant B should be made unique. So the characteristics can be compounded to make them unique. |
|
| 92. |
There Is One Product Of Color Black And One Is Pink. The Color Properties Should Be Displayed When The Query Is Run But It Is Not Displaying. What Might Be The Problem? |
| Answer» | |
| 93. |
What Are 6 Types Of Record Mode: 0recordmode Is An Infoobject That Specifies The Method In Which Delta Information Is Supplied? |
Answer»
|
|
| 94. |
What Are 3 Ways To Load A Delta Queue? |
| Answer» | |
| 95. |
What Are 4 Advantages Of Lo Extraction? |
Answer»
|
|
| 96. |
What Are 3 Update Methods In Logistics Extraction? |
| Answer» | |
| 97. |
What Are 3 Update Methods For Infopackage? |
Answer»
|
|
| 98. |
What Are 4 Functions Of Lo Cockpit? |
Answer»
|
|
| 99. |
What Are 3 Uses Of Sapi Technology? |
| Answer» | |
| 100. |
What Are 6 Control Parameters For Transferring Data (sbiw à General Settings)? |
| Answer» | |