SAP MII and ETL Technology Quiz
Test your knowledge of SAP Manufacturing Integration and Intelligence (MII), ETL/data warehousing concepts, and related programming technologies
Questions
Which two system variables/techniques must be used in a parallel Transformer derivation to generate a unique sequence of integers across partitions? (Choose two.)
- @INROWNUM+1
- @INROWNUM
- @PARTITIONNUM
- @NUMPARTITIONS
1.What does $ and $$ denote?
- Session Parameter and Mapping Parameter
- Mapping Parameter and Session Parameter
- System Variable and Session Parameter
- System Variable and User Defined Variable
While using Incremental Aggregation it is advisable to use sorted input option
- True
- False
One fact table is surrounded by only one dimension table. It is star schema?
- True
- False
What are the transformations not used in mapplet?
- Normalizer
- XML Target Definition
- Both option A and B
- All transformations can be used
What does the first column of bad file (rejected rows) indicate?
- First column of the bad file indicates column -indicator
- Depends on the session properties set
- depends on the mappings properties
- First column of the bad file indicates row -indicator
The term EMI (Enterprise Manufacturing Intelligence) is first applied to
- SAP MII
- SAP ME
- illuminator
- Rockwell
Workbench concept is in which version of SAP MII?
- 11.5
- 12.0
- Both of the above
- None
MII stands for:
- Manufacturing Integration and Intelligence
- Manufacturing Intelligence and Integration
- Machine Intelligence and Integration
- None of the above
NetWeaver introduced in which version of SAP MII?
- 11.5
- 12.0
- 12.1
- Both
Use of iCommand query for?
- Insert, Delete and Update
- Select, Insert, Delete
- Select, Update, Insert
- None of the above
To get the transaction output in a Query, which query we will use?
- Fixed Query
- SQL Query
- Xacute Query
- TAG Query
You are required to establish connectivity with SQL database. Where do you configure connection parameters in MII for establishing connectivity?
- Data Services->Data Buffer Entries Tab
- Data Services->Data Servers Tab
- Security Services-> Data Access Tab
- Data Services->SAP Server Editor Tab
How you will fetch value from an iCommand applet in JavaScript?
- document.appletname.getGridObject ().getCellValue (row, column)
- document.appletname.getValue (column, row)
- document.appletname.getValue (row, column)
- none of the above
Which one is not a calendar event?
- Creation Event
- FirstUpdateEvent
- DoubleClickEvent
- None of the above
Identify the use of repeator action block
- Perform a task for a predefined amount of times
- Perform a specified set of actions until a condition is met
- Cycle through an XML node set
- All of the above
NetWeaver is introduced in which version of MII?
- 11.5
- 12.0
- 12.1
- Both 12.0 and 12.1
A DataView provides different views of which one of the following objects?
- RowSet
- DataRelation
- DataTable X
- DataSet
- Recordset
Declarative security does which one of the following?
- It sets the permissions on any value types that are declared.
- It configures the machine's system security policy.
- It is implemented by code and does not use attributes.
- It uses attributes to place security information into the metadata of your code.
- It sets the permissions on any reference types that are declared.
By default, when does the JIT compiler usually compile a method?
- When the developer packages the application
- When the application loads
- The first time it is called
- When the application is installed
- Each time it is called