SAP MII and ETL Technology Quiz

Test your knowledge of SAP Manufacturing Integration and Intelligence (MII), ETL/data warehousing concepts, and related programming technologies

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Which two system variables/techniques must be used in a parallel Transformer derivation to generate a unique sequence of integers across partitions? (Choose two.)

  1. @INROWNUM+1
  2. @INROWNUM
  3. @PARTITIONNUM
  4. @NUMPARTITIONS
Question 2 Multiple Choice (Single Answer)

1.What does $ and $$ denote?

  1. Session Parameter and Mapping Parameter
  2. Mapping Parameter and Session Parameter
  3. System Variable and Session Parameter
  4. System Variable and User Defined Variable
Question 3 True/False

While using Incremental Aggregation it is advisable to use sorted input option

  1. True
  2. False
Question 4 True/False

One fact table is surrounded by only one dimension table. It is star schema?

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

What are the transformations not used in mapplet?

  1. Normalizer
  2. XML Target Definition
  3. Both option A and B
  4. All transformations can be used
Question 6 Multiple Choice (Single Answer)

What does the first column of bad file (rejected rows) indicate?

  1. First column of the bad file indicates column -indicator
  2. Depends on the session properties set
  3. depends on the mappings properties
  4. First column of the bad file indicates row -indicator
Question 7 Multiple Choice (Single Answer)

The term EMI (Enterprise Manufacturing Intelligence) is first applied to

  1. SAP MII
  2. SAP ME
  3. illuminator
  4. Rockwell
Question 8 Multiple Choice (Single Answer)

Workbench concept is in which version of SAP MII?

  1. 11.5
  2. 12.0
  3. Both of the above
  4. None
Question 9 Multiple Choice (Single Answer)

MII stands for:

  1. Manufacturing Integration and Intelligence
  2. Manufacturing Intelligence and Integration
  3. Machine Intelligence and Integration
  4. None of the above
Question 10 Multiple Choice (Single Answer)

NetWeaver introduced in which version of SAP MII?

  1. 11.5
  2. 12.0
  3. 12.1
  4. Both
Question 11 Multiple Choice (Single Answer)

Use of iCommand query for?

  1. Insert, Delete and Update
  2. Select, Insert, Delete
  3. Select, Update, Insert
  4. None of the above
Question 12 Multiple Choice (Single Answer)

To get the transaction output in a Query, which query we will use?

  1. Fixed Query
  2. SQL Query
  3. Xacute Query
  4. TAG Query
Question 13 Multiple Choice (Single Answer)

You are required to establish connectivity with SQL database. Where do you configure connection parameters in MII for establishing connectivity?

  1. Data Services->Data Buffer Entries Tab
  2. Data Services->Data Servers Tab
  3. Security Services-> Data Access Tab
  4. Data Services->SAP Server Editor Tab
Question 14 Multiple Choice (Single Answer)

How you will fetch value from an iCommand applet in JavaScript?

  1. document.appletname.getGridObject ().getCellValue (row, column)
  2. document.appletname.getValue (column, row)
  3. document.appletname.getValue (row, column)
  4. none of the above
Question 15 Multiple Choice (Single Answer)

Which one is not a calendar event?

  1. Creation Event
  2. FirstUpdateEvent
  3. DoubleClickEvent
  4. None of the above
Question 16 Multiple Choice (Single Answer)

Identify the use of repeator action block

  1. Perform a task for a predefined amount of times
  2. Perform a specified set of actions until a condition is met
  3. Cycle through an XML node set
  4. All of the above
Question 17 Multiple Choice (Single Answer)

NetWeaver is introduced in which version of MII?

  1. 11.5
  2. 12.0
  3. 12.1
  4. Both 12.0 and 12.1
Question 18 Multiple Choice (Single Answer)

A DataView provides different views of which one of the following objects?

  1. RowSet
  2. DataRelation
  3. DataTable X
  4. DataSet
  5. Recordset
Question 19 Multiple Choice (Single Answer)

Declarative security does which one of the following?

  1. It sets the permissions on any value types that are declared.
  2. It configures the machine's system security policy.
  3. It is implemented by code and does not use attributes.
  4. It uses attributes to place security information into the metadata of your code.
  5. It sets the permissions on any reference types that are declared.
Question 20 Multiple Choice (Single Answer)

By default, when does the JIT compiler usually compile a method?

  1. When the developer packages the application
  2. When the application loads
  3. The first time it is called
  4. When the application is installed
  5. Each time it is called